Files
hinode/component-library/components/hero/hero.scss
2025-05-30 13:49:56 +02:00

19 lines
286 B
SCSS

.background-img-fluid {
position: absolute;
object-fit: cover;
height: 100%;
width: 100%;
z-index: -1;
}
.background-container {
position: relative;
width: 100%;
height: auto;
background-color: rgba($dark, 0.8);
}
.hero-content {
z-index: 1;
}