@salla.sa/twilight-components
Version:
Salla Web Component
20 lines • 588 B
CSS
.s-product-card-image::before {
font-family: "sallaicons";
content: "\ec1f" ;
}
.s-product-card-content-pie-svg circle {
transition: stroke-dashoffset 1s linear;
-webkit-transition: stroke-dashoffset 1s linear;
-moz-transition: stroke-dashoffset 1s linear;
-ms-transition: stroke-dashoffset 1s linear;
-o-transition: stroke-dashoffset 1s linear;
stroke: #E8EDF2;
stroke-width: 2px;
stroke-linecap: round;
fill: none;
}
.s-product-card-content-pie-svg-bar {
stroke: var(--color-primary) ;
stroke-dasharray: 100 100;
stroke-dashoffset: 100;
}