mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merge pull request #4009 from PaulAdamDavis/fix-modals
Fix modal positioning
This commit is contained in:
commit
5e9d545bba
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.modal {
|
||||
@extend %modal;
|
||||
}
|
||||
|
||||
.modal-action {
|
||||
@extend %modal;
|
||||
padding: 60px 0 30px;
|
||||
|
|
Loading…
Add table
Reference in a new issue