mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Update LTD
This commit is contained in:
parent
969d9f0c4e
commit
fb37877e6e
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user