This commit is contained in:
m.epshtein 2025-05-29 13:01:46 +03:00
parent 0fcd3a405b
commit 66c3d7ddf7

View file

@ -22,10 +22,13 @@
border: 0;
background-color: var(--color-text-secondary);
}
.webbpm.ervu_dashboard .fa-calendar::before {
.webbpm.ervu_dashboard :is(.fa, .fa-calendar::before) {
font-size: var(--size-text-secondary);
}
.webbpm.ervu_dashboard :is(.form-control, .input-group-addon) {
height: var(--indent-huge);
}
.webbpm.ervu_dashboard .form-group {
margin-bottom: var(--indent-base);
}
@ -1908,8 +1911,7 @@
position: absolute;
top: 0;
bottom: 0;
overflow-y: auto;
overflow-x: hidden;
overflow: auto;
}
.webbpm.ervu_dashboard.citizencard .pers-block .nav-tabs ~ .tab-active,
.webbpm.ervu_dashboard.citizen .search-block.search-add-params .tab-vertical .nav-tabs ~ .tab-active {