detail page port

This commit is contained in:
nicwands
2026-05-29 11:22:56 -04:00
parent b85d28c142
commit e22d75c50a
65 changed files with 7006 additions and 4044 deletions

View File

@@ -1,7 +1,36 @@
@use 'functions' as *;
// z-index
.lily-cursor {
z-index: 20;
.site-orchestra {
z-index: 100;
}
.stats,
.grid-debug {
z-index: 99 !important;
}
main.front-page,
.site-mobile-menu {
z-index: 80;
}
.webgl-canvas {
z-index: 70;
}
.cart {
z-index: 60;
}
.site-header {
z-index: 10;
z-index: 50;
}
.site-footer {
z-index: 30;
}
@include mobile {
.cart {
z-index: 80;
}
main.front-page {
z-index: 10;
}
}