detail page port
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user