PluginProbe
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder / 3.1.4
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder v3.1.4
3.1.4 3.0.8 3.0.9 3.1.0 3.1.2 3.1.3 3.0.7 3.0.5 3.0.4 3.0.3 3.0.2 trunk 1.5.0 1.5.1 1.5.2 1.6.1 1.6.2 1.6.3 1.6.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 All 93 releases
ultimate-store-kit / src / scss / components / star.scss

star.scss in Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder 3.1.4, at src/scss/components/star.scss

56 lines 999 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .usk-rating {
2 display: inline-block;
3 .star-rating {
4 display: block;
5 margin: 6px 0px 0 0;
6 float: left;
7 overflow: hidden;
8 position: relative;
9 height: 14px;
10 line-height: 1;
11 font-size: 14px;
12 width: 95px;
13 font-family: star;
14 letter-spacing: 5px;
15 &:before {
16 content: "\73\73\73\73\73";
17 color: #d3ced2;
18 float: left;
19 top: 0;
20 left: 0;
21 position: absolute;
22 }
23 span {
24 overflow: hidden;
25 float: left;
26 top: 0;
27 left: 0;
28 position: absolute;
29 padding-top: 1.5em;
30 color: #ffcc00;
31 &:before {
32 content: "\53\53\53\53\53";
33 top: 0;
34 position: absolute;
35 left: 0;
36 }
37 }
38 }
39 &:empty {
40 display: none;
41 }
42 .woocommerce-product-rating {
43 display: inline-block;
44 padding-bottom: 12px;
45 &:after,
46 &:before {
47 content: " ";
48 display: table;
49 }
50 }
51 .woocommerce-review-link {
52 color: #fff;
53 display: none;
54 }
55 }
56