Merge branch 'test/level_education_v1' into develop

* test/level_education_v1:
  "Наличие водительского удостоверения" и "Уровень образования"
  mute for brick-group
  graph-legend-row - width fix
  child-block-education
  #milregistration height
  Тест уровень образования
This commit is contained in:
Фоат Саляхов 2025-03-25 14:46:50 +03:00
commit d366fbb998
3 changed files with 10762 additions and 9833 deletions

View file

@ -8,6 +8,10 @@
height: 100%;
}
.webbpm.ervu_dashboard text > div > div:last-of-type {
overflow: visible;
}
.webbpm.ervu_dashboard .btn,
.webbpm.ervu_dashboard .btn:active {
font-size: var(--size-text-primary);
@ -689,6 +693,10 @@
color: var(--color-text-primary);
font-size: var(--size-text-subtitle);
}
.webbpm.ervu_dashboard .brick-group text.text-invert.mute .form-group > div:last-child {
color: var(--color-text-mute);
font-size: var(--size-text-subtitle) !important;
}
.webbpm.ervu_dashboard .vertical-container > .brick-group + .brick-group {
margin-top: var(--indent-mini);
}
@ -1608,6 +1616,58 @@
z-index: 1;
}
.webbpm.ervu_dashboard [page-milregistration],
.webbpm.ervu_dashboard #milregistration > vbox,
.webbpm.ervu_dashboard #milregistration > vbox > .vertical-container,
.webbpm.ervu_dashboard [page-convicts],
.webbpm.ervu_dashboard #convicts > vbox,
.webbpm.ervu_dashboard #convicts > vbox > .vertical-container {
height: 100%;
}
.webbpm.ervu_dashboard #milregistration,
.webbpm.ervu_dashboard #convicts {
height: calc(100% - 68px);
}
.webbpm.ervu_dashboard #milregistration .parent-block,
.webbpm.ervu_dashboard #convicts .parent-block {
flex: 1;
}
.webbpm.ervu_dashboard #milregistration .parent-block > div > vbox:nth-child(1),
.webbpm.ervu_dashboard #convicts .parent-block > div > vbox:nth-child(1) {
flex: 0;
}
.webbpm.ervu_dashboard #milregistration .parent-block vbox:not(.child-block) .child-block,
.webbpm.ervu_dashboard #convicts .parent-block vbox:not(.child-block) .child-block {
min-height: 45%;
}
.webbpm.ervu_dashboard #milregistration .parent-block vbox:not(.child-block) .child-block + .child-block,
.webbpm.ervu_dashboard #convicts .parent-block vbox:not(.child-block) .child-block + .child-block {
min-height: calc(55% - var(--indent-base));
}
.webbpm.ervu_dashboard .child-block-business tab-container {
height: 100%;
}
.webbpm.ervu_dashboard .child-block-business tab-container .tab-active > .active {
display: flex;
align-items: center;
}
.webbpm.ervu_dashboard .child-block-education .graph-legend-row {
margin-top: 0;
}
.webbpm.ervu_dashboard .child-block-education .graph-legend-row + .graph-legend-row {
padding-top: var(--indent-base);
margin-top: var(--indent-base);
border-top: 1px solid var(--color-primary-20);
}
.webbpm.ervu_dashboard .child-block-education .graph-legend-row > .horizontal-container > vbox + vbox {
border-left: 0;
}
.webbpm.ervu_dashboard .child-block-education .graph-legend-row > .horizontal-container > * {
width: 100%;
}
.webbpm.ervu_dashboard [page-citizen],
.webbpm.ervu_dashboard #citizen,
.webbpm.ervu_dashboard [page-citizen_all_filters],

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff