Files
dspace-angular/src/app/submission/sections/container/section-container.component.scss
2022-06-06 13:20:16 +02:00

21 lines
635 B
SCSS

:host ::ng-deep .card {
margin-bottom: var(--ds-submission-sections-margin-bottom);
overflow: unset;
}
.section-focus {
border-radius: var(--bs-border-radius);
box-shadow: var(--bs-btn-focus-box-shadow);
}
// TODO to remove the following when upgrading @ng-bootstrap
:host ::ng-deep .card:first-of-type {
border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color) !important;
border-bottom-left-radius: var(--bs-card-border-radius) !important;
border-bottom-right-radius: var(--bs-card-border-radius) !important;
}
:host ::ng-deep .card-header button {
box-shadow: none !important;
width: 100%;
}