16 lines
232 B
SCSS
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;
|
|
|
|
}
|
|
} |