Merge branch 'mf-modal-style-pin-position' into 'master'

Pin modals at 64px from the top of the viewport

See merge request gitlab-org/gitlab-ce!30412
This commit is contained in:
Phil Hughes 2019-07-09 07:56:39 +00:00
commit dd9b303fbc
1 changed files with 2 additions and 2 deletions

View File

@ -85,9 +85,9 @@ body.modal-open {
.modal {
background-color: $black-transparent;
@include media-breakpoint-up(md) {
@include media-breakpoint-up(sm) {
.modal-dialog {
margin: 30px auto;
margin: 64px auto;
}
}
}