From 7dcafa9ea0bd9dfa7a7010d2e84f850d72e39e90 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 23 Nov 2018 18:32:18 +0500 Subject: [PATCH] MM-12981 - Updating custom login buttons (#2064) --- sass/routes/_signup.scss | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/sass/routes/_signup.scss b/sass/routes/_signup.scss index 6ea9dddc7e10..861df68bbaf7 100644 --- a/sass/routes/_signup.scss +++ b/sass/routes/_signup.scss @@ -233,7 +233,7 @@ &.fa--margin-top { position: relative; - top: 2px; + top: 1px; } } @@ -241,10 +241,9 @@ @include background-size(100% 100%); display: inline-block; height: 18px; - margin-right: 8px; + margin-right: 12px; position: relative; text-align: center; - top: -1px; width: 18px; } @@ -253,22 +252,21 @@ color: $white; display: block; height: 40px; - line-height: 36px; margin: 1em 0; min-width: 200px; - padding: 0 1em 0 2em; + padding: 0 24px; text-align: left; + display: flex; + align-items: center; width: 200px; > span { position: relative; - top: 11px; - vertical-align: top; + display: flex; + align-items: center; > span { - display: inline-block; line-height: normal; - vertical-align: top; } } @@ -334,7 +332,6 @@ &.btn--full { max-width: 350px; - padding-left: 35px; text-align: left; width: 100%; }