Merge pull request #251 from asaadmahmoodspin/master

Ui Updates to signup flow
Этот коммит содержится в:
Corey Hulen
2015-07-27 13:30:50 -08:00
родитель d9f7d43e96 5b7ae4f864
Коммит d24e3db020

Просмотреть файл

@@ -8,7 +8,6 @@
padding: 100px 0px 50px 0px; padding: 100px 0px 50px 0px;
max-width: 380px; max-width: 380px;
margin: 0 auto; margin: 0 auto;
font-size: 1.1em;
position: relative; position: relative;
h1, h2, h3, h4, h5, h6, p { h1, h2, h3, h4, h5, h6, p {
line-height: 1.3; line-height: 1.3;
@@ -17,18 +16,18 @@
font-weight: 600; font-weight: 600;
margin-bottom: 0.5em; margin-bottom: 0.5em;
letter-spacing: -0.5px; letter-spacing: -0.5px;
font-size: em(28px); font-size: em(30px);
} }
h3 { h3 {
font-weight: 600; font-weight: 600;
margin: 0 0 1.3em 0; margin: 0 0 1.3em 0;
font-size: 1.4em; font-size: 1.5em;
&.extra-margin { &.extra-margin {
margin-bottom: 2.5em; margin-bottom: 2.5em;
} }
} }
h4 { h4 {
font-size: em(18px); font-size: em(20px);
font-weight: 600; font-weight: 600;
margin-bottom: 1em; margin-bottom: 1em;
&.text--light { &.text--light {
@@ -78,6 +77,7 @@
width: 33px; width: 33px;
top: -10px; top: -10px;
position: relative; position: relative;
font-size: em(16px);
line-height: 20px; line-height: 20px;
font-weight: 600; font-weight: 600;
background: #fff; background: #fff;
@@ -87,7 +87,7 @@
.btn { .btn {
padding: em(7px) em(15px); padding: em(7px) em(15px);
font-weight: 600; font-weight: 600;
font-size: em(13px); margin-right: 5px;
&.btn-custom-login { &.btn-custom-login {
display: block; display: block;
min-width: 200px; min-width: 200px;
@@ -126,13 +126,11 @@
font-size: 0.9em; font-size: 0.9em;
} }
&.glyphicon-chevron-right { &.glyphicon-chevron-right {
margin-left: 0.3em;
font-size: 0.8em; font-size: 0.8em;
right: -2px; right: -2px;
top: 0px; top: 0px;
} }
&.glyphicon-chevron-left { &.glyphicon-chevron-left {
margin-right: 0.3em;
font-size: 0.8em; font-size: 0.8em;
left: -2px; left: -2px;
top: 0px; top: 0px;