[CST-5270] Improvement requested from pull-1633

This commit is contained in:
Rezart Vata
2022-06-03 17:49:15 +02:00
parent d75136408b
commit 3c6a41f82a
6 changed files with 34 additions and 18 deletions

View File

@@ -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;
}