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

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