mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-26 21:45:57 +00:00
change pause number color
This commit is contained in:
parent
e241728419
commit
125ca2544e
3 changed files with 7 additions and 1 deletions
|
@ -35,6 +35,11 @@ textarea.form-control {
|
||||||
color: $maintenance !important;
|
color: $maintenance !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// pause number color
|
||||||
|
.text-pause{
|
||||||
|
color:$pause !important;
|
||||||
|
}
|
||||||
|
|
||||||
.incident a,
|
.incident a,
|
||||||
.bg-maintenance a {
|
.bg-maintenance a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
|
@ -2,6 +2,7 @@ $primary: #5cdd8b;
|
||||||
$danger: #dc3545;
|
$danger: #dc3545;
|
||||||
$warning: #f8a306;
|
$warning: #f8a306;
|
||||||
$maintenance: #1747f5;
|
$maintenance: #1747f5;
|
||||||
|
$pause:#e5a328;
|
||||||
$link-color: #111;
|
$link-color: #111;
|
||||||
$border-radius: 50rem;
|
$border-radius: 50rem;
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h3>{{ $t("pauseDashboardHome") }}</h3>
|
<h3>{{ $t("pauseDashboardHome") }}</h3>
|
||||||
<span class="num text-secondary">{{ $root.stats.pause }}</span>
|
<span class="num text-pause">{{ $root.stats.pause }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue