margins on header

This commit is contained in:
Tykayn 2021-12-10 11:08:37 +01:00 committed by tykayn
parent 483e497399
commit c0e348978c
3 changed files with 4 additions and 3 deletions

View File

@ -65,7 +65,7 @@
} }
.step-info { .step-info {
padding: 9px 10px; padding: 0 10px;
width: 100%; width: 100%;
display: block; display: block;
background: $white; background: $white;

View File

@ -77,7 +77,7 @@ textarea {
.mat-checkbox-layout .mat-checkbox-label { .mat-checkbox-layout .mat-checkbox-label {
max-width: 90vw; max-width: 90vw;
overflow: scroll; overflow-x: auto;
} }
.button { .button {
label { label {

View File

@ -117,10 +117,11 @@ a span.ui-steps-number {
width: 100%; width: 100%;
position: fixed; position: fixed;
right: 0; right: 0;
padding: 1rem 0;
.button { .button {
display: inline-block; display: inline-block;
margin: 8px 16px; padding: 0.5rem 1rem;
} }
.button { .button {
&.is-secondary { &.is-secondary {