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

6 lines
174 B
SCSS
Raw Normal View History

2023-10-13 08:20:56 +00:00
.landing, .layout-wrapper {
2023-10-13 09:05:59 +00:00
background-image: var(--glow-image);
background-position: top center;
background-repeat: no-repeat;
background-size: auto 20rem;
2023-10-13 08:20:56 +00:00
}