PluginProbe ʕ •ᴥ•ʔ
Spider Elements – Premium Elementor Widgets & Addons Library / 1.1.0
Spider Elements – Premium Elementor Widgets & Addons Library v1.1.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 / _Counter.scss
spider-elements / assets / scss Last commit date
admin 2 years ago _Accordion.scss 2 years ago _Alerts_box.scss 2 years ago _Animated_Headline.scss 2 years ago _Animation.scss 2 years ago _Before_after.scss 2 years ago _Buttons.scss 2 years ago _Cheat_sheet.scss 2 years ago _Common.scss 2 years ago _Counter.scss 2 years ago _Fullscreen_Slider.scss 2 years ago _Icon_box.scss 2 years ago _Instagram.scss 2 years ago _Integration.scss 2 years ago _List_item.scss 2 years ago _Mixins.scss 2 years ago _Pricing_Table.scss 2 years ago _Pricing_Table_Switcher.scss 2 years ago _Skill_Showcase.scss 2 years ago _Tabs.scss 2 years ago _Testimonial.scss 2 years ago _Timeline.scss 2 years ago _Variables.scss 2 years ago _Video.scss 2 years ago _Video_popup.scss 2 years ago _blog_grid.scss 2 years ago _framework.scss 2 years ago _prefix.scss 2 years ago _team.scss 2 years ago admin.css 2 years ago admin.css.map 2 years ago admin.scss 2 years ago main.css 2 years ago main.css.map 2 years ago main.scss 2 years 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