правки в css

This commit is contained in:
Булат Хайруллин 2025-10-21 13:58:55 +03:00
parent 920e97ab67
commit 0746a89373
2 changed files with 4 additions and 0 deletions

View file

@ -416,6 +416,9 @@
.webbpm.ervu_dashboard .error > div > div:last-of-type {
color: var(--color-error);
}
.webbpm.ervu_dashboard .warning > div > div:last-of-type {
color: var(--color-warning);
}
.webbpm.ervu_dashboard .pull-bottom {
display: flex;

View file

@ -29,6 +29,7 @@
--color-success: #00db5d;
--color-error: #f91e11;
--color-warning #ffc737;
--color-dark: #070e1a;
--color-dark-20: rgba(7, 14, 26, 0.2);
--color-dark-40: rgba(7, 14, 26, 0.4);