mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
margins on header
This commit is contained in:
parent
483e497399
commit
c0e348978c
@ -65,7 +65,7 @@
|
||||
}
|
||||
|
||||
.step-info {
|
||||
padding: 9px 10px;
|
||||
padding: 0 10px;
|
||||
width: 100%;
|
||||
display: block;
|
||||
background: $white;
|
||||
|
@ -77,7 +77,7 @@ textarea {
|
||||
.mat-checkbox-layout .mat-checkbox-label {
|
||||
max-width: 90vw;
|
||||
|
||||
overflow: scroll;
|
||||
overflow-x: auto;
|
||||
}
|
||||
.button {
|
||||
label {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user