Files
wondif_vue/app/assets/scss/base/_img.scss
2026-04-03 12:06:43 +02:00

26 lines
389 B
SCSS

.logo-img {
width: 100%;
}
.header-img_cont {
width: 100vw;
height: 100vh;
overflow: hidden;
}
.header-img {
width: 100%;
height: 100%;
margin: 0;
object-fit: cover;
//filter: contrast(0.8);
}
.img_placeholder {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.04);
}
.img_darkness::after {
background: rgba(0, 0, 0, var(--overlay-opacity, 0.4));
}