E-menus/src/Styles/Home/Auth.scss
karim4aldeen 09022c9aef first
2024-05-23 12:20:36 +03:00

16 lines
232 B
SCSS

// Auth
// In_Auth
// Left_Auth
// Right_Auth
.Auth{
height: 100vh;
max-width: 100vw;
display: flex; justify-content: center; align-items: center;
flex-direction: column;
.In_Auth{
width: 70vw;
}
}