Update Maintenance UI

This commit is contained in:
Louis Lam
2022-09-18 22:34:05 +08:00
parent f61c1c47aa
commit 7853c2cc38
5 changed files with 61 additions and 57 deletions

View File

@@ -22,6 +22,19 @@ textarea.form-control {
width: 10px;
}
.bg-maintenance {
color: white !important;
background-color: $maintenance !important;
}
.bg-dark {
color: white;
}
.text-maintenance {
color: $maintenance !important;
}
.list-group {
border-radius: 0.75rem;
@@ -252,10 +265,6 @@ optgroup {
color: $dark-font-color2;
}
.bg-maintenance {
background-color: $maintenance;
}
.btn-secondary {
color: white;
}