15 lines
351 B
SCSS
15 lines
351 B
SCSS
|
.landing, .layout-wrapper {
|
||
|
&:before {
|
||
|
top: 0;
|
||
|
width: 100%;
|
||
|
height: 236px;
|
||
|
content: "";
|
||
|
display: block;
|
||
|
z-index: 0;
|
||
|
background-image: var(--glow-image);
|
||
|
position: fixed;
|
||
|
background-position: top;
|
||
|
background-repeat: no-repeat;
|
||
|
background-size: contain;
|
||
|
}
|
||
|
}
|