primevue-mirror/assets/styles/layout/_glow.scss

15 lines
351 B
SCSS
Raw Normal View History

2023-10-13 08:20:56 +00:00
.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;
}
}