PluginProbe ʕ •ᴥ•ʔ
Spider Elements – Premium Elementor Widgets & Addons Library / 1.5.0
Spider Elements – Premium Elementor Widgets & Addons Library v1.5.0
trunk 1.0.0 1.1.0 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.7.0 1.8.0 1.9.0
spider-elements / assets / scss / frontend / _Counter.scss
spider-elements / assets / scss / frontend Last commit date
_Accordion.scss 1 year ago _Alerts_box.scss 1 year ago _Animated_Headline.scss 1 year ago _Animation.scss 1 year ago _Before_after.scss 1 year ago _Buttons.scss 1 year ago _Cheat_sheet.scss 1 year ago _Common.scss 1 year ago _Counter.scss 1 year ago _Fullscreen_Slider.scss 1 year ago _Icon_box.scss 1 year ago _Instagram.scss 1 year ago _Integration.scss 1 year ago _List_Item.scss 1 year ago _Mixins.scss 1 year ago _Prefix.scss 1 year ago _Pricing_Table.scss 1 year ago _Pricing_Table_Switcher.scss 1 year ago _Tabs.scss 1 year ago _Team.scss 1 year ago _Testimonial.scss 1 year ago _Timeline.scss 1 year ago _Video.scss 1 year ago _Video_Popup.scss 1 year ago _blog_grid.scss 1 year ago _framework.scss 1 year ago
_Counter.scss
89 lines
1 svg.radial-progress {
2 height: auto;
3 // max-width: 100px;
4 padding: 0.5em;
5 transform: rotate(-90deg);
6 }
7
8 svg.radial-progress circle {
9 fill: transparent;
10 stroke-dashoffset: 219.91148575129;
11 stroke-width: 6px;
12 }
13
14 svg.radial-progress circle.complete {
15 stroke-dasharray: 219.91148575129;
16 }
17
18 svg.radial-progress text {
19 font-size: 16px;
20 font-weight: 500;
21 text-anchor: middle;
22 }
23
24 svg {
25 .complete {
26 stroke: #D31E1E;
27 stroke-linecap: round;
28 }
29 }
30
31 svg {
32 .incomplete {
33 stroke: #D5A6A66E;
34 }
35 }
36
37 .skill_item_two {
38 .radial-progress {
39 background: linear-gradient(rgb(79, 248, 186) 0%, rgb(0, 204, 255) 100%);
40 border-radius: 50%;
41 circle {
42 stroke-width: 4px;
43 &.incomplete {
44 stroke: rgb(255 255 255 / 50%);
45 }
46 &.complete {
47 stroke: #fff;
48 }
49 }
50 }
51 .skill_pr {
52 position: relative;
53 .counter2-wrap {
54 display: flex;
55 align-items: center;
56 justify-content: center;
57 color: #fff;
58 font-size: 28px;
59 top: 50%;
60 left: 0;
61 width: 100%;
62 position: absolute;
63 transform: translateY(-50%);
64 }
65 }
66 }
67
68
69 .counters-container {
70 text-align: center;
71 .skill_item {
72 position: relative;
73 .counter-wrap {
74 display: flex;
75 align-items: center;
76 justify-content: center;
77 color: #000000;
78 font-size: 18px;
79 top: 50%;
80 width: 100%;
81 position: absolute;
82 transform: translateY(-50%);
83 }
84 }
85 h6 {
86 margin: 0;
87 }
88 }
89