2016-06-14 20:48:16 +00:00
|
|
|
.login {
|
|
|
|
text-align: center;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
2016-08-01 01:38:46 +00:00
|
|
|
.login-form__email-input,
|
2016-06-14 20:48:16 +00:00
|
|
|
.login-form__password-input {
|
|
|
|
width: #{300 / $base-font-size}rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-form__field {
|
|
|
|
margin: #{20 / $base-font-size}rem 0;
|
|
|
|
}
|