flip bg
Mon Jan 18 2021 08:44:25 GMT+0000 (Coordinated Universal Time)
Saved by
@abeerIbrahim
.drop-bg{
&:before {
background: url() no-repeat;
content: "";
position: absolute;
width: 80px;
height: 75px;
background-position: top right;
[dir="ltr"] & {
transform:scaleX(-1);
}
}
content_copyCOPY
Comments