mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-02 00:08:45 -04:00
Update Maintenance UI
This commit is contained in:
parent
f61c1c47aa
commit
7853c2cc38
5 changed files with 61 additions and 57 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue