EthikTag/assets/styles/common/_login.scss

13 lines
209 B
SCSS
Raw Normal View History

2022-10-15 15:22:45 +02:00
.login-wrapper{
display: flex;
justify-content: center;
align-items: center;
height: 600px;
}
.login{
border: 1px solid grey;
border-radius: 5px;
box-shadow: 2px 2px 2px grey;
padding: 30px;
}