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.scss38
1 files changed, 14 insertions, 24 deletions
diff --git a/webapp/sass/routes/_signup.scss b/webapp/sass/routes/_signup.scss
index 13ee95e76..9aa179349 100644
--- a/webapp/sass/routes/_signup.scss
+++ b/webapp/sass/routes/_signup.scss
@@ -215,7 +215,9 @@
display: inline-block;
height: 18px;
margin-right: 8px;
+ position: relative;
text-align: center;
+ top: -1px;
width: 18px;
}
@@ -231,6 +233,18 @@
text-align: left;
width: 200px;
+ > span {
+ position: relative;
+ top: 11px;
+ vertical-align: top;
+
+ > span {
+ display: inline-block;
+ line-height: normal;
+ vertical-align: top;
+ }
+ }
+
&.gitlab {
background: #554488;
@@ -238,10 +252,6 @@
background: darken(#554488, 10%);
}
- span {
- vertical-align: middle;
- }
-
.icon {
background-image: url('../images/gitlabLogo.png');
}
@@ -254,10 +264,6 @@
background: darken(#dd4b39, 10%);
}
- span {
- vertical-align: middle;
- }
-
.icon {
background-image: url('../images/googleLogo.png');
}
@@ -270,10 +276,6 @@
background: darken(#0079d6, 10%);
}
- span {
- vertical-align: middle;
- }
-
.icon {
background-image: url('../images/office365Logo.png');
}
@@ -285,10 +287,6 @@
&:hover {
background: darken(#3AA1CF, 10%);
}
-
- span {
- vertical-align: middle;
- }
}
&.email {
@@ -297,10 +295,6 @@
&:hover {
background: $primary-color--hover;
}
-
- span {
- vertical-align: middle;
- }
}
&.saml {
@@ -309,10 +303,6 @@
&:hover {
background: darken(#34a28b, 10%);
}
-
- span {
- vertical-align: middle;
- }
}
&.btn--full {