Merge remote-tracking branch 'origin/ervu/tmp_makets' into ervu/tmp_makets

This commit is contained in:
Foat Saliakhov 2024-12-18 15:02:56 +03:00
commit bbb1033e86
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);