mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 04:23:04 +00:00
[CST-5270] Improvement requested from pull-1633
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
// 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: 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;
|
||||
}
|
||||
@@ -19,3 +19,11 @@
|
||||
box-shadow: none !important;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
:host .light {
|
||||
color: #113d4f;
|
||||
}
|
||||
|
||||
:host ::ng-deep .bg-alert-info {
|
||||
background-color: #d2e4ea;
|
||||
}
|
Reference in New Issue
Block a user