primevue-mirror/assets/styles/layout/templates/_apollo.scss

32 lines
566 B
SCSS
Raw Normal View History

2024-04-08 05:20:44 +00:00
.apollo {
.template {
&-hero {
&-pattern {
width: 96rem;
height: auto;
position: absolute;
bottom: 0;
left: 0;
z-index: 6;
mix-blend-mode: overlay;
}
}
}
}
@media only screen and (max-width: 768px) {
.apollo {
.template {
&-hero {
&-pattern {
width: 90rem;
bottom: 20rem;
}
}
}
}
}