Corrected the "on sale" badge display
This commit is contained in:
parent
c3a940be6f
commit
d343527949
|
@ -173,12 +173,10 @@ a.button {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
&::after {
|
&::before {
|
||||||
content: '';
|
content: '';
|
||||||
display: block;
|
float: left;
|
||||||
height: 0;
|
padding-top: 100%;
|
||||||
width: 100%;
|
|
||||||
padding-bottom: 100%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue