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:
parent
d786347fbe
commit
d419bec66b
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…
Reference in a new issue