Wizard: fix margin when its a modal
This commit is contained in:
parent
a79301e469
commit
d4b5df81ed
1 changed files with 4 additions and 0 deletions
|
@ -5991,6 +5991,10 @@ footer {
|
||||||
max-width: 660px;
|
max-width: 660px;
|
||||||
margin-top: 35px;
|
margin-top: 35px;
|
||||||
margin-bottom: 35px;
|
margin-bottom: 35px;
|
||||||
|
|
||||||
|
&.wizard {
|
||||||
|
margin: 35px auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.modal--large .modal-dialog {
|
.modal--large .modal-dialog {
|
||||||
max-width: 740px;
|
max-width: 740px;
|
||||||
|
|
Loading…
Reference in a new issue