summaryrefslogtreecommitdiffstats
path: root/public/css/widget/downtime-card.less
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--public/css/widget/downtime-card.less10
1 files changed, 10 insertions, 0 deletions
diff --git a/public/css/widget/downtime-card.less b/public/css/widget/downtime-card.less
new file mode 100644
index 0000000..37dd8a5
--- /dev/null
+++ b/public/css/widget/downtime-card.less
@@ -0,0 +1,10 @@
+.downtime-progress {
+ .progress-bar();
+
+ &.progress-bar .timeline .downtime-elapsed {
+ &::before,
+ > .bar {
+ background-color: @state-ok;
+ }
+ }
+}