summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_signup.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-03-02 19:10:20 +0500
committerCorey Hulen <corey@hulen.com>2017-03-02 09:10:20 -0500
commit1bd3917e3e6ace6d7f0bb45723a158a011e5c71a (patch)
tree50dc3320658b00582132d926933b8071bb40509a /webapp/sass/routes/_signup.scss
parentf4aebed220667f0022bc902420c62d9841835e80 (diff)
downloadchat-1bd3917e3e6ace6d7f0bb45723a158a011e5c71a.tar.gz
chat-1bd3917e3e6ace6d7f0bb45723a158a011e5c71a.tar.bz2
chat-1bd3917e3e6ace6d7f0bb45723a158a011e5c71a.zip
Ui improvements (#5588)
* PLT-5354 - Making statistics flow on page * PLT-5262 - Updating icon on join team page * PLT-5218 - Making menu colors consistent on mobile * PLT-5377 - Adding bg to current posts in the RHS * PLT-5645 - Adjusting spacing after/before ul/ol
Diffstat (limited to 'webapp/sass/routes/_signup.scss')
-rw-r--r--webapp/sass/routes/_signup.scss14
1 files changed, 13 insertions, 1 deletions
diff --git a/webapp/sass/routes/_signup.scss b/webapp/sass/routes/_signup.scss
index cbf6f1571..c73c32656 100644
--- a/webapp/sass/routes/_signup.scss
+++ b/webapp/sass/routes/_signup.scss
@@ -455,12 +455,24 @@
border: none;
}
+ .icon {
+ cursor: pointer;
+ float: left;
+ margin: 18px 7px 0 15px;
+ opacity: .45;
+
+ svg {
+ height: 20px;
+ width: 20px;
+ }
+ }
+
a {
color: inherit;
display: block;
font-size: 1.1em;
height: 3.5em;
- line-height: 3.5em;
+ line-height: 3.6em;
padding: 0 15px;
}
}