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