0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-07 14:15:34 +00:00

Remove unused CSS

This commit is contained in:
Pēteris Caune 2024-11-24 14:58:46 +02:00
parent 8ee0664801
commit 0f2168a5a5
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2

View file

@ -1,4 +1,5 @@
.kind-simple, .kind-cron {
.kind-simple,
.kind-cron {
width: 70px;
}
@ -49,12 +50,14 @@
background: #f0ad4e;
}
#period-slider .noUi-value, #grace-slider .noUi-value {
#period-slider .noUi-value,
#grace-slider .noUi-value {
cursor: pointer;
color: var(--text-muted);
}
#period-slider .noUi-value:hover, #grace-slider .noUi-value:hover {
#period-slider .noUi-value:hover,
#grace-slider .noUi-value:hover {
color: var(--text-color);
}
@ -76,10 +79,6 @@
padding: 40px;
}
#update-timeout-grace-cron {
xwidth: 70px;
}
#update-timeout-grace-cron-unit {
width: 90px;
}