mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
22 lines
574 B
SCSS
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%;
|
|
}
|