summaryrefslogtreecommitdiffstats
path: root/client/components/main/layouts.styl
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/main/layouts.styl')
-rw-r--r--client/components/main/layouts.styl26
1 files changed, 24 insertions, 2 deletions
diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl
index 5160ee8b..42a70310 100644
--- a/client/components/main/layouts.styl
+++ b/client/components/main/layouts.styl
@@ -19,8 +19,6 @@ body
position: relative
z-index: 0
overflow-y: auto
-
-#surface
display: flex
flex-direction: column
min-height: 100vh
@@ -30,6 +28,30 @@ body
position: relative
flex: 1
+#modal
+ position: absolute
+ top: 0
+ bottom: 0
+ left: 0
+ right: 0
+ background: rgba(0, 0, 0, 0.6)
+ z-index: 100
+ overflow-y: auto
+
+ .modal-content
+ width: 660px
+ min-height: 160px
+ margin: 42px auto
+ border-radius: 4px
+ background: darken(white, 13%)
+ z-index: 110
+
+ .modal-close-btn
+ display: block
+ float: right
+ margin: 12px
+ font-size: 24px
+
h1
font-size: 22px
line-height: 1.2em