forked from tykayn/funky-framadate-front
⚡ bottom nav width limited to main column width
This commit is contained in:
parent
2a48633e83
commit
483e497399
@ -1,4 +1,5 @@
|
||||
<div class="bottom-step-buttons" style="">
|
||||
<div class="bottom-step-buttons">
|
||||
<div class="contained-in-main-column">
|
||||
<button
|
||||
*ngIf="display_previous_button"
|
||||
class="button button-previous is-secondary pull-left"
|
||||
@ -21,4 +22,5 @@
|
||||
Suivant
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -66,6 +66,7 @@ main {
|
||||
&.is-fullwidth {
|
||||
width: 100% !important;
|
||||
padding-right: 0 !important;
|
||||
|
||||
.button:nth-of-type(1) {
|
||||
width: 50%;
|
||||
float: right;
|
||||
@ -80,3 +81,10 @@ main {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.contained-in-main-column {
|
||||
max-width: $main-column-width;
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user