Skip to content

Commit

Permalink
MM-12981 - Updating custom login buttons (mattermost#2064)
Browse files Browse the repository at this point in the history
  • Loading branch information
asaadmahmood authored and enahum committed Nov 23, 2018
1 parent a0b36ae commit 7dcafa9
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions sass/routes/_signup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -233,18 +233,17 @@

&.fa--margin-top {
position: relative;
top: 2px;
top: 1px;
}
}

.icon {
@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;
}

Expand All @@ -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;
}
}

Expand Down Expand Up @@ -334,7 +332,6 @@

&.btn--full {
max-width: 350px;
padding-left: 35px;
text-align: left;
width: 100%;
}
Expand Down

0 comments on commit 7dcafa9

Please sign in to comment.