summaryrefslogtreecommitdiffstats
path: root/client/components/main/popup.styl
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/main/popup.styl')
-rw-r--r--client/components/main/popup.styl10
1 files changed, 8 insertions, 2 deletions
diff --git a/client/components/main/popup.styl b/client/components/main/popup.styl
index ce40fc83..550f80f1 100644
--- a/client/components/main/popup.styl
+++ b/client/components/main/popup.styl
@@ -1,5 +1,7 @@
@import 'nib'
+$popupWidth = 300px
+
.pop-over
background: #fff
border-radius: 3px
@@ -7,13 +9,13 @@
border-bottom-color: #c2c2c2
box-shadow: 0 1px 6px rgba(0, 0, 0, .3)
position: absolute
- width: 300px
+ width: $popupWidth
z-index: 99999
margin-top: 5px
hr
margin: 4px -10px
- width: 300px
+ width: $popupWidth
input[type="text"],
input[type="email"],
@@ -118,6 +120,10 @@
.at-result
background: #b2dfdb
+ for depth in (1..6)
+ .popup-container-depth-{depth}
+ transform: translateX(- depth * $popupWidth)
+
.select-members-list
margin-bottom: 8px