0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fix modal positioning

Closes #4008

- Adds a `.modal` class which extends `%modal` - it disappeared with the migration to Libsass
This commit is contained in:
Paul Adam Davis 2014-09-10 19:34:39 +01:00
parent d786347fbe
commit d419bec66b

View file

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