ng-implementation/angular18/src/app/pages/auth/auth.component.scss
2025-10-15 11:17:29 +02:00

14 lines
No EOL
220 B
SCSS

// NOTE Layout
.row {
min-height: 100vh;
.col.img-wrapper {
min-height: 100vh;
overflow: hidden;
img {
object-fit: cover;
width: 100%;
height: 100%;
position: relative;
}
}
}