Commit dd9b303f authored by Phil Hughes's avatar Phil Hughes

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
parents 07afb13d 5f18598c
......@@ -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;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment