summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_signup.scss
diff options
context:
space:
mode:
authorDavid Lu <david.lu97@outlook.com>2016-08-22 15:33:01 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-08-22 15:33:01 -0400
commitca351b617fc1d412d1a4ae37835a697468769fe6 (patch)
treecc4e776d405b3a6c1d7fa6f627fc57e60734a143 /webapp/sass/routes/_signup.scss
parent391d685aa4d05cc4316d4770d47eed16dcfb650c (diff)
downloadchat-ca351b617fc1d412d1a4ae37835a697468769fe6.tar.gz
chat-ca351b617fc1d412d1a4ae37835a697468769fe6.tar.bz2
chat-ca351b617fc1d412d1a4ae37835a697468769fe6.zip
PLT-2951 Improved signup process (#3771)
Diffstat (limited to 'webapp/sass/routes/_signup.scss')
-rw-r--r--webapp/sass/routes/_signup.scss29
1 files changed, 20 insertions, 9 deletions
diff --git a/webapp/sass/routes/_signup.scss b/webapp/sass/routes/_signup.scss
index 8315f8890..106cdc372 100644
--- a/webapp/sass/routes/_signup.scss
+++ b/webapp/sass/routes/_signup.scss
@@ -203,6 +203,11 @@
.fa {
font-size: 17px;
margin-right: 8px;
+
+ &.fa--margin-top {
+ position: relative;
+ top: 2px;
+ }
}
.icon {
@@ -210,6 +215,7 @@
display: inline-block;
height: 18px;
margin-right: 8px;
+ text-align: center;
width: 18px;
}
@@ -218,10 +224,11 @@
color: $white;
display: block;
height: 40px;
- line-height: 34px;
+ line-height: 36px;
margin: 1em 0;
min-width: 200px;
- padding: 0 1em;
+ padding: 0 1em 0 2em;
+ text-align: left;
width: 200px;
&.gitlab {
@@ -268,16 +275,15 @@
}
.icon {
- margin-left:-10px;
background-image: url('../images/office365Logo.png');
}
}
&.ldap {
- background: #dd4b39;
+ background: #3AA1CF;
&:hover {
- background: darken(#dd4b39, 10%);
+ background: darken(#3AA1CF, 10%);
}
span {
@@ -298,10 +304,10 @@
}
&.saml {
- background: #dd4b39;
+ background: #34a28b;
&:hover {
- background: darken(#dd4b39, 10%);
+ background: darken(#34a28b, 10%);
}
span {
@@ -309,11 +315,16 @@
}
}
- &.btn-full {
+ &.btn--full {
+ max-width: 350px;
padding-left: 35px;
text-align: left;
width: 100%;
}
+
+ &.btn--large {
+ width: 300px;
+ }
}
&.btn-default {
@@ -502,4 +513,4 @@
.verify_panel {
margin: 60px auto auto;
max-width: 380px;
-}
+} \ No newline at end of file