summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormfluharty <mfluharty@gitlab.com>2019-07-05 09:57:38 -0600
committermfluharty <mfluharty@gitlab.com>2019-07-05 09:57:38 -0600
commit5f18598c0505adf78ed6078fbdee9846b7efddac (patch)
tree90166f37bd0e3abc8a687af20daa41a2d7197d31
parent01fea14f51329708f21b98d9b1e0d17fdded0fbf (diff)
downloadgitlab-ce-mf-modal-style-pin-position.tar.gz
Pin modals at 64px from the top of the viewportmf-modal-style-pin-position
Was 30px
-rw-r--r--app/assets/stylesheets/framework/modal.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/modal.scss b/app/assets/stylesheets/framework/modal.scss
index f75e5b55506..f8b3a1966d7 100644
--- a/app/assets/stylesheets/framework/modal.scss
+++ b/app/assets/stylesheets/framework/modal.scss
@@ -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;
}
}
}