aboutsummaryrefslogtreecommitdiff
path: root/frontend/styles/ui/modal.sass
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/styles/ui/modal.sass')
-rw-r--r--frontend/styles/ui/modal.sass4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/styles/ui/modal.sass b/frontend/styles/ui/modal.sass
index 81e91d6..9ad04a7 100644
--- a/frontend/styles/ui/modal.sass
+++ b/frontend/styles/ui/modal.sass
@@ -23,8 +23,8 @@ $transition-duration: 0.15s
position: relative
background-color: white
width: 50%
- min-width: 400px;
- max-width: 600px;
+ min-width: 400px
+ max-width: 600px
border-radius: 0.2rem
line-height: normal
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8)