summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_signup.scss
diff options
context:
space:
mode:
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;
}
}