primevue-mirror/apps/showcase/assets/styles/layout/templates/_freya.scss

34 lines
594 B
SCSS
Raw Normal View History

2024-04-08 05:20:44 +00:00
.freya {
.template {
&-hero {
&-pattern {
height: auto;
width: 45rem;
position: absolute;
bottom: -9rem;
left: 0rem;
z-index: 6;
}
}
}
}
@media only screen and (max-width: 768px) {
.freya {
.template {
&-hero {
&-pattern {
width: 55rem;
height: auto;
bottom: -2rem;
left: 0;
}
}
}
}
}