summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-03-09 20:05:11 +0500
committerGeorge Goldberg <george@gberg.me>2017-03-09 15:05:11 +0000
commit6ff46f30509819d518799561f66358dcd1ec4230 (patch)
tree15c2d352c0275bf82b98f2c0e5179317180ff080 /webapp/sass/routes
parentcbead2d973fb70bf4dc644dd6a8b8c34b49ff6aa (diff)
downloadchat-6ff46f30509819d518799561f66358dcd1ec4230.tar.gz
chat-6ff46f30509819d518799561f66358dcd1ec4230.tar.bz2
chat-6ff46f30509819d518799561f66358dcd1ec4230.zip
Multiple bug fixes (#5699)
* Multiple bug fixes * Fixing modal on mobile
Diffstat (limited to 'webapp/sass/routes')
-rw-r--r--webapp/sass/routes/_signup.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/sass/routes/_signup.scss b/webapp/sass/routes/_signup.scss
index c73c32656..13ee95e76 100644
--- a/webapp/sass/routes/_signup.scss
+++ b/webapp/sass/routes/_signup.scss
@@ -450,6 +450,7 @@
.signup-team-dir {
background: #fafafa;
border-top: 1px solid #d5d5d5;
+ overflow: hidden;
&:first-child {
border: none;
@@ -458,7 +459,7 @@
.icon {
cursor: pointer;
float: left;
- margin: 18px 7px 0 15px;
+ margin: 16px 7px 0 15px;
opacity: .45;
svg {