правки в css
This commit is contained in:
parent
920e97ab67
commit
0746a89373
2 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue