questable-web-ui/src/scss/index.scss

22 lines
308 B
SCSS
Raw Normal View History

2019-03-29 08:30:37 +01:00
.login {
padding: 15%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
box-sizing: border-box;
.wrapper {
width: 100%;
input {
margin-bottom: 1em;
width: 100%;
display: block;
}
button {
width: 100%;
display: block;
}
}
}