summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_modal.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_modal.scss')
-rw-r--r--webapp/sass/components/_modal.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss
index e4d2b9da7..00fd838f0 100644
--- a/webapp/sass/components/_modal.scss
+++ b/webapp/sass/components/_modal.scss
@@ -124,10 +124,14 @@
margin-left: auto;
margin-right: auto;
max-width: 95%;
+
+ &.modal-xl {
+ width: 800px;
+ }
}
.modal-push-down {
- margin-top: 5%;
+ margin-top: 60px;
}
.modal-next-bar {