Skip to content

Commit

Permalink
Merge pull request #4009 from PaulAdamDavis/fix-modals
Browse files Browse the repository at this point in the history
Fix modal positioning
  • Loading branch information
JohnONolan committed Sep 11, 2014
2 parents aceb85d + d419bec commit 5e9d545
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/client/assets/sass/components/modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
}
}

.modal {
@extend %modal;
}

.modal-action {
@extend %modal;
padding: 60px 0 30px;
Expand Down

0 comments on commit 5e9d545

Please sign in to comment.