0
Fork 0
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:
John O'Nolan 2014-09-11 14:12:11 +02:00
commit 5e9d545bba

View file

@ -69,6 +69,10 @@
}
}
.modal {
@extend %modal;
}
.modal-action {
@extend %modal;
padding: 60px 0 30px;