diff --git a/frontend/src/resources/css/components-lkrp.css b/frontend/src/resources/css/components-lkrp.css index a4f359ab..c76417bd 100644 --- a/frontend/src/resources/css/components-lkrp.css +++ b/frontend/src/resources/css/components-lkrp.css @@ -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;