Files
dspace-angular/src/app/submission/sections/container/section-container.component.scss
2020-02-13 11:09:20 +01:00

22 lines
574 B
SCSS

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