PluginProbe
Easy Elements for Elementor – Addons & Website Templates / 1.3.0
Easy Elements for Elementor – Addons & Website Templates v1.3.0
1.5.3 1.5.2 1.5.1 1.5.0 1.4.9 1.4.6 1.4.7 1.4.8 1.4.5 1.4.4 1.4.3 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 All 47 releases
easy-elements / widgets / feature-list / css / feature-list.css

feature-list.css in Easy Elements for Elementor – Addons & Website Templates 1.3.0, at widgets/feature-list/css/feature-list.css

189 lines 3.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 :root {
2 --e-global-color-primary: #EAA638;
3 --e-global-color-secondary: #0B3665;
4 --e-global-color-text: #7A8986;
5 }
6
7 .eel-fea-list-wrapper {
8 position: relative;
9 }
10
11 .eel-fea-list-wrapper.eel-fea-list-connector::before {
12 content: "";
13 width: 0px;
14 height: 85%;
15 border-style: solid;
16 border-width: 1px;
17 border-color: #f4f4f4;
18 position: absolute;
19 border-inline-end-style: none;
20 left: 26px;
21 bottom: 50%;
22 transform: translateY(50%);
23 z-index: -1;
24 display: block;
25 }
26
27 .eel-fea-list-wrapper.eel-fea-list-connector.eel-fea-list-dir-right::before {
28 left: inherit;
29 right: 26px;
30 }
31
32 .eel-fea-list {
33 display: flex;
34 margin-bottom: 25px;
35 gap: 20px;
36 }
37
38 .eel-fea-list:last-child {
39 margin-bottom: 0 !important;
40 }
41
42 .eel-fea-list-icon {
43 display: flex;
44 align-items: center;
45 justify-content: center;
46 overflow: hidden;
47 position: relative;
48 }
49
50 .eel-fea-list-icon {
51 background-size: cover !important;
52 background-position: center center !important;
53 background-repeat: no-repeat !important;
54 }
55
56 .eel-fea-list-icon {
57 min-width: 55px;
58 min-height: 55px;
59 }
60
61 .eel-fea-list-icon-view-frame .eel-fea-list-icon,
62 .eel-fea-list-icon-view-stracked .eel-fea-list-icon {
63 background: #f4f4f4;
64 display: flex;
65 align-items: center;
66 justify-content: center;
67 }
68
69 .eel-fea-list-icon-view-frame .eel-fea-list-icon {
70 border: 1px solid #f4f4f4;
71 background: #fff;
72 }
73
74 .eel-fea-list-icon-shape-rounded .eel-fea-list-icon {
75 border-radius: 4px;
76 }
77
78 .eel-fea-list-icon-shape-square .eel-fea-list-icon {
79 border-radius: 0;
80 }
81
82 .eel-fea-list-icon-shape-circle .eel-fea-list-icon {
83 border-radius: 100px;
84 }
85
86 .eel-fea-list-icon-shape-sq_rotate .eel-fea-list-icon {
87 transform: rotate(45deg);
88 }
89
90 .eel-fea-list-icon-shape-sq_rotate .eel-fea-list-icon svg,
91 .eel-fea-list-icon-shape-sq_rotate .eel-fea-list-icon i,
92 .eel-fea-list-icon-shape-sq_rotate .eel-fea-list-icon .eel-fea-list-number {
93 transform: rotate(-45deg);
94 }
95
96 .eel-fea-list-icon svg {
97 width: 20px;
98 height: 20px;
99 }
100
101 .eel-fea-list-icon i {
102 font-size: 30px;
103 }
104
105 .eel-fea-list-number {
106 font-size: 20px;
107 font-weight: 500;
108 color: #000000;
109 }
110
111 .eel-fea-list-title {
112 font-size: 22px;
113 line-height: 1.2;
114 margin: 0;
115 color: #000000;
116 }
117
118 .eel-fea-list-desc {
119 color: #777777;
120 margin: 0;
121 }
122
123 .eel-fea-list-dir-left {
124 flex-direction: row;
125 text-align: left;
126 }
127
128 .eel-fea-list-dir-right {
129 flex-direction: row-reverse;
130 text-align: right;
131 }
132
133 /* connector left */
134 .eel-fea-list-connector-left .eel-fea-list {
135 padding-left: 30px;
136 }
137
138 .eel-fea-list-connector-left.eel-fea-list-dir-right .eel-fea-list {
139 padding-right: 30px;
140 }
141
142 .eel-fea-list-wrapper.eel-fea-list-connector.eel-fea-list-connector-left::before {
143 height: calc(100% - 55px);
144 bottom: inherit;
145 top: 50%;
146 transform: translateY(-50%);
147 left: 0;
148 }
149
150 .eel-fea-list-wrapper.eel-fea-list-connector.eel-fea-list-connector-left.eel-fea-list-dir-right::before {
151 left: inherit;
152 right: 0;
153 }
154
155 .eel-fea-list-connector-left .eel-fea-list-icon {
156 overflow: inherit;
157 }
158
159 .eel-fea-list-connector-left .eel-fea-list-icon::after {
160 content: "";
161 width: 30px;
162 height: 0px;
163 border-style: solid;
164 border-width: 1px;
165 border-color: #f4f4f4;
166 position: absolute;
167 border-inline-end-style: none;
168 left: -30px;
169 z-index: -1;
170 display: block;
171 }
172
173 .eel-fea-list-connector-left.eel-fea-list-dir-right .eel-fea-list-icon::after {
174 left: inherit;
175 right: -30px;
176 }
177
178 .eel-fea-list-icon-shape-sq_rotate .eel-fea-list-icon::after {
179 width: 20px;
180 left: -15px;
181 top: 110%;
182 transform: rotate(-45deg);
183 }
184
185 .eel-fea-list-icon-shape-sq_rotate .eel-fea-list-connector-left.eel-fea-list-dir-right .eel-fea-list-icon::after {
186 left: inherit;
187 right: -15px;
188 top: -14%;
189 }