fix
This commit is contained in:
parent
7b0478a3e3
commit
44d1b146d5
1 changed files with 7 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue