This commit is contained in:
m.epshtein 2024-06-19 07:51:58 +03:00
parent 7b0478a3e3
commit 44d1b146d5

View file

@ -111,7 +111,7 @@
.webbpm.ervu_lkrp_ul [class^="link-"] { .webbpm.ervu_lkrp_ul [class^="link-"] {
position: relative; position: relative;
margin-bottom: 24px; margin-bottom: var(--indent-small);
.btn { .btn {
font-size: var(--size-text-primary); font-size: var(--size-text-primary);
@ -320,7 +320,7 @@
&::before { &::before {
top: 0; top: 0;
left: calc(50% - 48px/2 + 12px); left: calc(50% - 48px/2);
} }
.form-group { .form-group {
width: 100%; width: 100%;
@ -331,7 +331,7 @@
} }
} }
} }
.subtitle text .link { .subtitle text + .link {
position: absolute; position: absolute;
right: 0; right: 0;
} }
@ -340,6 +340,10 @@
static-route-navigation-button:not(.info):not(.link) { static-route-navigation-button:not(.info):not(.link) {
display: flex; display: flex;
justify-content: center; justify-content: center;
& > div, .btn {
width: 100%;
}
} }
button-component.info { button-component.info {
display: none; display: none;