This commit is contained in:
m.epshtein 2024-11-07 14:46:03 +03:00
parent 8430751a04
commit 39c9937304
2 changed files with 2 additions and 1 deletions

View file

@ -30,6 +30,7 @@
}
.webbpm.ervu_dashboard .selectize-control .selectize-input > input {
color: var(--color-text-primary);
font-family: 'GolosUI';
}
.webbpm.ervu_dashboard .block-panel button-component {

View file

@ -55,7 +55,7 @@
}
.webbpm.ervu_dashboard .container-inside {
position: relative;
font-family: 'Golos';
font-family: 'GolosUI';
font-size: var(--size-text-primary);
height: 100%;
padding: var(--indent-base) var(--indent-xbase) var(--indent-xbase);