Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2017-08-25 17:58:35 +0300
committerClement Ho <clemmakesapps@gmail.com>2017-08-25 17:58:35 +0300
commit4fb4915632f79f6134e95139f39a94ff78542de9 (patch)
tree78750e26e4c6caa76a3b41d3c1ab88a0e4bf3293 /app/assets/stylesheets/framework/modal.scss
parentc842e29aada60419c0a978ed4cd931ed590d5292 (diff)
parent5167a76f065cda793df6d188fe472da8db0ac4ae (diff)
Merge branch '35721-auth-style-confirmation' into 'master'
Authorizations regarding OAuth - style confirmation Closes #35721 See merge request !13691
Diffstat (limited to 'app/assets/stylesheets/framework/modal.scss')
-rw-r--r--app/assets/stylesheets/framework/modal.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/modal.scss b/app/assets/stylesheets/framework/modal.scss
index d1f00d3ee2c..5b581780447 100644
--- a/app/assets/stylesheets/framework/modal.scss
+++ b/app/assets/stylesheets/framework/modal.scss
@@ -16,6 +16,14 @@ body.modal-open {
overflow: hidden;
}
+.modal-no-backdrop {
+ @extend .modal-dialog;
+
+ .modal-content {
+ box-shadow: none;
+ }
+}
+
@media (min-width: $screen-md-min) {
.modal-dialog {
width: 860px;