css update

This commit is contained in:
Diamantis Tziotzios 2023-02-10 18:05:11 +02:00
parent 34d63438e0
commit 554eb96824
2 changed files with 4 additions and 8 deletions

View File

@ -444,14 +444,6 @@ input[type="text"] {
flex-grow: 1;
} */
// .header-image {
// background: url("/assets/images/new-dashboard-bg.png") no-repeat;
// background-size: cover;
// margin-top: 70px;
// min-height: 20em;
// position: relative;
// }
// .header-text-container {
// background: rgba(255, 255, 255, 0.7);
// position: absolute;

View File

@ -60,6 +60,10 @@
--secondary-color: #f7dd72;
}
.cc-btn {
background-color: var(--primary-color-3) !important;
}
.snackbar-warning {
background-color: #f39010;
color: #f3efef;