p5.js-web-editor/client/styles/components/_login.scss

17 lines
273 B
SCSS
Raw Normal View History

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