This commit is contained in:
m.epshtein 2024-12-18 12:09:39 +03:00
parent 49408ef6db
commit cecaa950c2
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,9 @@
@charset "utf-8";
.webbpm.ervu_business_metrics .alarm {
color: var(--alarm);
}
.webbpm.ervu_business_metrics label {
width: auto;
}

View file

@ -1,5 +1,6 @@
.webbpm.ervu_business_metrics {
--white: #fff;
--alarm: #ce1919;
--color-text-primary: #020c12;
--color-text-active: #015e98;
--color-text-mute: rgba(2, 12, 18, 0.58);