pai-sklep/resources/scss/login.scss

14 lines
186 B
SCSS

.login-register-container {
display: flex;
width: 100%;
justify-content: space-around;
flex-wrap: wrap;
& div {
&, & form {
display: flex;
flex-direction: column;
}
}
}