mui-demo-project/src/app/(auth)/log-in/loginPage.module.scss
2024-08-07 17:50:53 +05:30

12 lines
183 B
SCSS

.loginPage {
width: 100%;
height: 100vh;
background: var(--bg_white);
.images {
width: 100%;
max-width: 500px;
object-fit: contain;
margin-inline: auto;
}
}