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 {
|
.step-info {
|
||||||
padding: 9px 10px;
|
padding: 0 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
background: $white;
|
background: $white;
|
||||||
|
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user