Update LTD

This commit is contained in:
Bill 2022-01-03 00:10:13 -05:00
parent 969d9f0c4e
commit fb37877e6e

View File

@ -1,12 +1,27 @@
.unique-item { .unique-item {
background: url("../../../assets/images/unique/grid-bg.png") center no-repeat, rgba(0, 0, 0, 0.1);
.unique-bg-override {
background-position: center;
background-repeat: no-repeat;
z-index: 2;
}
&:before { &:before {
position: absolute; position: absolute;
content: ' '; content: '';
width: 100%;
height: 100%;
background: url("../../../assets/images/unique/grid-bg.png") center no-repeat;
z-index: 1;
}
&:after {
position: absolute;
content: '';
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url("../../../assets/images/unique/grid-bg-glass.png") center no-repeat; background: url("../../../assets/images/unique/grid-bg-glass.png") center no-repeat;
z-index: 3;
} }
&.sold-out:before { &.sold-out:before {
@ -22,6 +37,7 @@
width: 100%; width: 100%;
height: 9px; height: 9px;
background: url("../../../assets/images/unique/grid-count-bg.png") center no-repeat; background: url("../../../assets/images/unique/grid-count-bg.png") center no-repeat;
z-index: 4;
} }
} }