ng-implementation/angular18/src/app/pages/auth/auth.component.scss

14 lines
220 B
SCSS
Raw Normal View History

2025-10-15 11:17:29 +02:00
// NOTE Layout
.row {
min-height: 100vh;
.col.img-wrapper {
min-height: 100vh;
overflow: hidden;
img {
object-fit: cover;
width: 100%;
height: 100%;
position: relative;
}
}
}