css update
This commit is contained in:
parent
34d63438e0
commit
554eb96824
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue