css update
This commit is contained in:
parent
34d63438e0
commit
554eb96824
|
@ -444,14 +444,6 @@ input[type="text"] {
|
||||||
flex-grow: 1;
|
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 {
|
// .header-text-container {
|
||||||
// background: rgba(255, 255, 255, 0.7);
|
// background: rgba(255, 255, 255, 0.7);
|
||||||
// position: absolute;
|
// position: absolute;
|
||||||
|
|
|
@ -60,6 +60,10 @@
|
||||||
--secondary-color: #f7dd72;
|
--secondary-color: #f7dd72;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cc-btn {
|
||||||
|
background-color: var(--primary-color-3) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.snackbar-warning {
|
.snackbar-warning {
|
||||||
background-color: #f39010;
|
background-color: #f39010;
|
||||||
color: #f3efef;
|
color: #f3efef;
|
||||||
|
|
Loading…
Reference in New Issue