add --b-height

This commit is contained in:
m.epshtein 2025-06-02 13:52:42 +03:00
parent 367cf28d73
commit 0cd9fba647
2 changed files with 4 additions and 1 deletions

View file

@ -1794,7 +1794,7 @@
}
.webbpm.ervu_dashboard #milregistration,
.webbpm.ervu_dashboard #convicts {
height: calc(100% - 68px);
height: calc(100% - var(--b-height));
}
.webbpm.ervu_dashboard #milregistration .parent-block,
.webbpm.ervu_dashboard #convicts .parent-block {

View file

@ -82,6 +82,7 @@ body.webbpm.ervu_dashboard {
--h-header: 4.875rem; /*78*/
--w-screen: 2.5rem; /*40*/
--b-height: 4.25rem; /*68*/
}
.webbpm.ervu_dashboard .ag-theme-balham-dark {
--ag-modal-overlay-background-color: transparent !important;
@ -304,6 +305,7 @@ body.webbpm.ervu_dashboard {
--h-header: 39px; /*78*/
--w-screen: 20px; /*40*/
--b-height: 34px; /*68*/
}
.webbpm.ervu_dashboard .header-logo .logo,
.webbpm.ervu_dashboard .header-logo .logo a {
@ -330,6 +332,7 @@ body.webbpm.ervu_dashboard {
--h-header: calc(3.9*var(--w-content)); /*78*/
--w-screen: calc(2.9*var(--w-content)); /*40*/
--b-height: calc(3.4*var(--w-content)); /*68*/
}
.webbpm.ervu_dashboard .header-logo .logo,
.webbpm.ervu_dashboard .header-logo .logo a {