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 {
padding: 9px 10px;
padding: 0 10px;
width: 100%;
display: block;
background: $white;

View File

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

View File

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