@salla.sa/twilight-components
Version:
Salla Web Component
26 lines (25 loc) • 809 B
CSS
.s-tiered-offer-milestone-icon svg {
color: currentColor;
}
.s-tiered-offer-milestone-icon svg path {
stroke: currentColor;
fill: none;
}
.s-tiered-offer-milestone-icon.s-tiered-offer-milestone-active svg path, .s-tiered-offer-milestone-icon.s-tiered-offer-milestone-completed svg path {
fill: currentColor;
stroke: none;
}
.s-tiered-offer-milestone-icon.s-tiered-offer-milestone-active svg[fill=none] path, .s-tiered-offer-milestone-icon.s-tiered-offer-milestone-completed svg[fill=none] path {
fill: none;
stroke: currentColor;
}
[dir=rtl] .s-tiered-offer-progress-wrapper .s-tiered-offer-progress-bg {
transform: scaleX(-1);
}
[dir=rtl] .s-tiered-offer-progress-wrapper .s-tiered-offer-progress-fill {
transform: scaleX(-1);
left: auto;
}
[dir=rtl] .flip-x {
transform: scaleX(-1);
}