16 lines
175 B
SCSS
16 lines
175 B
SCSS
|
|
|
|
.has-bg-image {
|
|
position: relative;
|
|
|
|
>.container {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.badegg-block-background {
|
|
position: absolute;
|
|
inset: 0;
|
|
}
|
|
}
|