@dboio/launchpad-icons 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +22 -0
- package/README.md +150 -0
- package/dist/assets/css/launchpad-icons.css +2457 -0
- package/dist/assets/css/launchpad-icons.min.css +8 -0
- package/dist/assets/fonts/launchpad-icons-lighter.woff2 +0 -0
- package/dist/assets/fonts/launchpad-icons-regular.woff2 +0 -0
- package/package.json +77 -0
|
@@ -0,0 +1,2457 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
/*!
|
|
3
|
+
* launchpad-icons v4.0.1
|
|
4
|
+
* 'launchpad-icons' by manolab, LLC
|
|
5
|
+
* Copyright 2026 manolab, LLC
|
|
6
|
+
* Designed and Developed by Christian Fillies
|
|
7
|
+
* Version 4.0.1 (6/26/2026)
|
|
8
|
+
*/
|
|
9
|
+
@font-face {
|
|
10
|
+
font-family: launchpad-icons;
|
|
11
|
+
src: url("../fonts/launchpad-icons-regular.woff2") format("woff2");
|
|
12
|
+
font-weight: 400;
|
|
13
|
+
}
|
|
14
|
+
@font-face {
|
|
15
|
+
font-family: launchpad-icons;
|
|
16
|
+
src: url("../fonts/launchpad-icons-lighter.woff2") format("woff2");
|
|
17
|
+
font-weight: 100;
|
|
18
|
+
}
|
|
19
|
+
@-webkit-keyframes loading-blink {
|
|
20
|
+
0% {
|
|
21
|
+
opacity: 0.2;
|
|
22
|
+
}
|
|
23
|
+
25% {
|
|
24
|
+
opacity: 1;
|
|
25
|
+
}
|
|
26
|
+
100% {
|
|
27
|
+
opacity: 0.2;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
@keyframes loading-blink {
|
|
31
|
+
0% {
|
|
32
|
+
opacity: 0.2;
|
|
33
|
+
}
|
|
34
|
+
25% {
|
|
35
|
+
opacity: 1;
|
|
36
|
+
}
|
|
37
|
+
100% {
|
|
38
|
+
opacity: 0.2;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
@-webkit-keyframes icon-spin {
|
|
42
|
+
0% {
|
|
43
|
+
-webkit-transform: rotate(-359deg);
|
|
44
|
+
transform: rotate(-359deg);
|
|
45
|
+
}
|
|
46
|
+
100% {
|
|
47
|
+
-webkit-transform: rotate(0deg);
|
|
48
|
+
transform: rotate(0deg);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
@keyframes icon-spin {
|
|
52
|
+
0% {
|
|
53
|
+
-webkit-transform: rotate(-359deg);
|
|
54
|
+
transform: rotate(-359deg);
|
|
55
|
+
}
|
|
56
|
+
100% {
|
|
57
|
+
-webkit-transform: rotate(0deg);
|
|
58
|
+
transform: rotate(0deg);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
@-webkit-keyframes icon-spin-flip-horizontal {
|
|
62
|
+
0% {
|
|
63
|
+
-webkit-transform: scale(-1, 1) rotate(0deg);
|
|
64
|
+
transform: scale(-1, 1) rotate(0deg);
|
|
65
|
+
}
|
|
66
|
+
100% {
|
|
67
|
+
-webkit-transform: scale(-1, 1) rotate(-359deg);
|
|
68
|
+
transform: scale(-1, 1) rotate(-359deg);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
@keyframes icon-spin-flip-horizontal {
|
|
72
|
+
0% {
|
|
73
|
+
-webkit-transform: scale(-1, 1) rotate(0deg);
|
|
74
|
+
transform: scale(-1, 1) rotate(0deg);
|
|
75
|
+
}
|
|
76
|
+
100% {
|
|
77
|
+
-webkit-transform: scale(-1, 1) rotate(-359deg);
|
|
78
|
+
transform: scale(-1, 1) rotate(-359deg);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
@-webkit-keyframes icon-spin-flip-vertical {
|
|
82
|
+
0% {
|
|
83
|
+
-webkit-transform: scale(1, -1) rotate(0deg);
|
|
84
|
+
transform: scale(1, -1) rotate(0deg);
|
|
85
|
+
}
|
|
86
|
+
100% {
|
|
87
|
+
-webkit-transform: scale(1, -1) rotate(-359deg);
|
|
88
|
+
transform: scale(1, -1) rotate(-359deg);
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
@keyframes icon-spin-flip-vertical {
|
|
92
|
+
0% {
|
|
93
|
+
-webkit-transform: scale(1, -1) rotate(0deg);
|
|
94
|
+
transform: scale(1, -1) rotate(0deg);
|
|
95
|
+
}
|
|
96
|
+
100% {
|
|
97
|
+
-webkit-transform: scale(1, -1) rotate(-359deg);
|
|
98
|
+
transform: scale(1, -1) rotate(-359deg);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
@-webkit-keyframes icon-spin-counter {
|
|
102
|
+
0% {
|
|
103
|
+
-webkit-transform: rotate(0deg);
|
|
104
|
+
transform: rotate(0deg);
|
|
105
|
+
}
|
|
106
|
+
100% {
|
|
107
|
+
-webkit-transform: rotate(-359deg);
|
|
108
|
+
transform: rotate(-359deg);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
@keyframes icon-spin-counter {
|
|
112
|
+
0% {
|
|
113
|
+
-webkit-transform: rotate(0deg);
|
|
114
|
+
transform: rotate(0deg);
|
|
115
|
+
}
|
|
116
|
+
100% {
|
|
117
|
+
-webkit-transform: rotate(-359deg);
|
|
118
|
+
transform: rotate(-359deg);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
@-webkit-keyframes icon-spin-counter-flip-horizontal {
|
|
122
|
+
0% {
|
|
123
|
+
-webkit-transform: scale(-1, 1) rotate(-359deg);
|
|
124
|
+
transform: scale(-1, 1) rotate(-359deg);
|
|
125
|
+
}
|
|
126
|
+
100% {
|
|
127
|
+
-webkit-transform: scale(-1, 1) rotate(0deg);
|
|
128
|
+
transform: scale(-1, 1) rotate(0deg);
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
@keyframes icon-spin-counter-flip-horizontal {
|
|
132
|
+
0% {
|
|
133
|
+
-webkit-transform: scale(-1, 1) rotate(-359deg);
|
|
134
|
+
transform: scale(-1, 1) rotate(-359deg);
|
|
135
|
+
}
|
|
136
|
+
100% {
|
|
137
|
+
-webkit-transform: scale(-1, 1) rotate(0deg);
|
|
138
|
+
transform: scale(-1, 1) rotate(0deg);
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
@-webkit-keyframes icon-spin-counter-flip-vertical {
|
|
142
|
+
0% {
|
|
143
|
+
-webkit-transform: scale(1, -1) rotate(-359deg);
|
|
144
|
+
transform: scale(1, -1) rotate(-359deg);
|
|
145
|
+
}
|
|
146
|
+
100% {
|
|
147
|
+
-webkit-transform: scale(1, -1) rotate(0deg);
|
|
148
|
+
transform: scale(1, -1) rotate(0deg);
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
@keyframes icon-spin-counter-flip-vertical {
|
|
152
|
+
0% {
|
|
153
|
+
-webkit-transform: scale(1, -1) rotate(-359deg);
|
|
154
|
+
transform: scale(1, -1) rotate(-359deg);
|
|
155
|
+
}
|
|
156
|
+
100% {
|
|
157
|
+
-webkit-transform: scale(1, -1) rotate(0deg);
|
|
158
|
+
transform: scale(1, -1) rotate(0deg);
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
@-webkit-keyframes rotate-spinner {
|
|
162
|
+
100% {
|
|
163
|
+
-webkit-transform: rotate(360deg);
|
|
164
|
+
transform: rotate(360deg);
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
@keyframes rotate-spinner {
|
|
168
|
+
100% {
|
|
169
|
+
-webkit-transform: rotate(360deg);
|
|
170
|
+
transform: rotate(360deg);
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
.li-hash:before {
|
|
174
|
+
content: "#";
|
|
175
|
+
} /* '#' */
|
|
176
|
+
.li-dollar:before {
|
|
177
|
+
content: "$";
|
|
178
|
+
} /* '$' */
|
|
179
|
+
.li-equal:before {
|
|
180
|
+
content: "=";
|
|
181
|
+
} /* '=' */
|
|
182
|
+
.li-euro:before {
|
|
183
|
+
content: "€";
|
|
184
|
+
} /* '€' */
|
|
185
|
+
.li-download:before {
|
|
186
|
+
content: "\e800";
|
|
187
|
+
} /* '' */
|
|
188
|
+
.li-caret:before, .input-group-addon .li-arrow-s:before, .input-group-addon .ri-more-s:before {
|
|
189
|
+
content: "\e801";
|
|
190
|
+
} /* '' */
|
|
191
|
+
.li-exclamation:before {
|
|
192
|
+
content: "\e802";
|
|
193
|
+
} /* '' */
|
|
194
|
+
.li-expand:before {
|
|
195
|
+
content: "\e803";
|
|
196
|
+
} /* '' */
|
|
197
|
+
.li-contract:before, .fullscreen .li-expand:before,
|
|
198
|
+
.os-modal.fullscreen .li-expand:before,
|
|
199
|
+
.os-modal-dialog:fullscreen .li-expand:before {
|
|
200
|
+
content: "\e804";
|
|
201
|
+
} /* '' */
|
|
202
|
+
.li-minimize:before {
|
|
203
|
+
content: "\e805";
|
|
204
|
+
} /* '' */
|
|
205
|
+
.li-post:before, .li-terminal:before {
|
|
206
|
+
content: "\e806";
|
|
207
|
+
} /* '' */
|
|
208
|
+
.li-price:before {
|
|
209
|
+
content: "\e807";
|
|
210
|
+
} /* '' */
|
|
211
|
+
.li-space:before {
|
|
212
|
+
content: "\e808";
|
|
213
|
+
} /* '' */
|
|
214
|
+
.li-execute:before {
|
|
215
|
+
content: "\e809";
|
|
216
|
+
} /* '' */
|
|
217
|
+
.li-clear-solid:before, .li-clear-disc:before, .li-clear.selected:before, .selected .li-clear.li-selected-support:before,
|
|
218
|
+
*:focus .li-clear.li-selected-support:before,
|
|
219
|
+
.li-clear.li-selected-support:active:before,
|
|
220
|
+
.li-clear.li-selected-support:focus:before, input:checked + span .li-clear.li-selected-support:before,
|
|
221
|
+
input:checked + .li-clear.li-selected-support:before {
|
|
222
|
+
content: "\e80a";
|
|
223
|
+
} /* '' */
|
|
224
|
+
.li-clear:before, .input-group-addon .li-close:before, .input-group-addon .ri-close:before {
|
|
225
|
+
content: "\e80b";
|
|
226
|
+
} /* '' */
|
|
227
|
+
.li-code:before {
|
|
228
|
+
content: "\e80c";
|
|
229
|
+
} /* '' */
|
|
230
|
+
.li-redirect:before {
|
|
231
|
+
content: "\e80d";
|
|
232
|
+
} /* '' */
|
|
233
|
+
.li-message:before, .li-message_sms:before {
|
|
234
|
+
content: "\e80e";
|
|
235
|
+
} /* '' */
|
|
236
|
+
.li-return:before {
|
|
237
|
+
content: "\e80f";
|
|
238
|
+
} /* '' */
|
|
239
|
+
.li-pulse:before {
|
|
240
|
+
content: "\e810";
|
|
241
|
+
} /* '' */
|
|
242
|
+
.li-image:before {
|
|
243
|
+
content: "\e811";
|
|
244
|
+
} /* '' */
|
|
245
|
+
.li-media:before, .li-app_version_media_rel:before, .li-media_legacy:before {
|
|
246
|
+
content: "\e812";
|
|
247
|
+
} /* '' */
|
|
248
|
+
.li-pear:before {
|
|
249
|
+
content: "\e813";
|
|
250
|
+
} /* '' */
|
|
251
|
+
.li-block:before {
|
|
252
|
+
content: "\e814";
|
|
253
|
+
} /* '' */
|
|
254
|
+
.li-globe:before {
|
|
255
|
+
content: "\e815";
|
|
256
|
+
} /* '' */
|
|
257
|
+
.li-check:before {
|
|
258
|
+
content: "\e816";
|
|
259
|
+
} /* '' */
|
|
260
|
+
.li-arrow-s:before, .ri-more-s:before {
|
|
261
|
+
content: "\e817";
|
|
262
|
+
} /* '' */
|
|
263
|
+
.li-arrow-w:before, .ri-more-w:before {
|
|
264
|
+
content: "\e818";
|
|
265
|
+
} /* '' */
|
|
266
|
+
.li-arrow-e:before, .ri-more-e:before {
|
|
267
|
+
content: "\e819";
|
|
268
|
+
} /* '' */
|
|
269
|
+
.li-arrow-n:before, .ri-more-n:before {
|
|
270
|
+
content: "\e81a";
|
|
271
|
+
} /* '' */
|
|
272
|
+
.li-stack:before {
|
|
273
|
+
content: "\e81b";
|
|
274
|
+
} /* '' */
|
|
275
|
+
.li-content:before {
|
|
276
|
+
content: "\e81c";
|
|
277
|
+
} /* '' */
|
|
278
|
+
.li-bin:before {
|
|
279
|
+
content: "\e81d";
|
|
280
|
+
} /* '' */
|
|
281
|
+
.li-app:before {
|
|
282
|
+
content: "\e81e";
|
|
283
|
+
} /* '' */
|
|
284
|
+
.li-launchpad:before {
|
|
285
|
+
content: "\e81f";
|
|
286
|
+
} /* '' */
|
|
287
|
+
.li-data_utility:before {
|
|
288
|
+
content: "\e820";
|
|
289
|
+
} /* '' */
|
|
290
|
+
.li-search:before {
|
|
291
|
+
content: "\e821";
|
|
292
|
+
} /* '' */
|
|
293
|
+
.li-duplicate:before, .os-form-shift .li-check.os-form-shift:before {
|
|
294
|
+
content: "\e822";
|
|
295
|
+
} /* '' */
|
|
296
|
+
.li-associate:before {
|
|
297
|
+
content: "\e823";
|
|
298
|
+
} /* '' */
|
|
299
|
+
.li-close:before {
|
|
300
|
+
content: "\e824";
|
|
301
|
+
} /* '' */
|
|
302
|
+
.li-edit:before {
|
|
303
|
+
content: "\e825";
|
|
304
|
+
} /* '' */
|
|
305
|
+
.li-minus:before {
|
|
306
|
+
content: "\e826";
|
|
307
|
+
} /* '' */
|
|
308
|
+
.li-plus:before {
|
|
309
|
+
content: "\e827";
|
|
310
|
+
} /* '' */
|
|
311
|
+
.li-domain:before {
|
|
312
|
+
content: "\e828";
|
|
313
|
+
} /* '' */
|
|
314
|
+
.li-upload:before {
|
|
315
|
+
content: "\e829";
|
|
316
|
+
} /* '' */
|
|
317
|
+
.li-security:before {
|
|
318
|
+
content: "\e82a";
|
|
319
|
+
} /* '' */
|
|
320
|
+
.li-column:before, .li-output_value:before {
|
|
321
|
+
content: "\e82b";
|
|
322
|
+
} /* '' */
|
|
323
|
+
.li-questionmark:before {
|
|
324
|
+
content: "\e82c";
|
|
325
|
+
} /* '' */
|
|
326
|
+
.li-entity:before, .li-data_type:before, .li-output_entity:before {
|
|
327
|
+
content: "\e82d";
|
|
328
|
+
} /* '' */
|
|
329
|
+
.li-extension:before {
|
|
330
|
+
content: "\e82e";
|
|
331
|
+
} /* '' */
|
|
332
|
+
.li-login:before, .li-authentication:before, .li-user_account:before {
|
|
333
|
+
content: "\e82f";
|
|
334
|
+
} /* '' */
|
|
335
|
+
.li-output:before, .li-output_legacy:before, .li-output_meta:before, .li-output_query:before {
|
|
336
|
+
content: "\e830";
|
|
337
|
+
} /* '' */
|
|
338
|
+
.li-row:before {
|
|
339
|
+
content: "\e831";
|
|
340
|
+
} /* '' */
|
|
341
|
+
.li-group:before, .li-user_group_rel:before {
|
|
342
|
+
content: "\e832";
|
|
343
|
+
} /* '' */
|
|
344
|
+
.li-data_sources:before {
|
|
345
|
+
content: "\e833";
|
|
346
|
+
} /* '' */
|
|
347
|
+
.li-options:before {
|
|
348
|
+
content: "\e834";
|
|
349
|
+
} /* '' */
|
|
350
|
+
.li-options-horizontal:before {
|
|
351
|
+
content: "\e835";
|
|
352
|
+
} /* '' */
|
|
353
|
+
.li-options-e:before {
|
|
354
|
+
content: "\e836";
|
|
355
|
+
} /* '' */
|
|
356
|
+
.li-options-n:before {
|
|
357
|
+
content: "\e837";
|
|
358
|
+
} /* '' */
|
|
359
|
+
.li-options-s:before {
|
|
360
|
+
content: "\e838";
|
|
361
|
+
} /* '' */
|
|
362
|
+
.li-options-w:before {
|
|
363
|
+
content: "\e839";
|
|
364
|
+
} /* '' */
|
|
365
|
+
.li-play:before {
|
|
366
|
+
content: "\e83a";
|
|
367
|
+
} /* '' */
|
|
368
|
+
.li-user_utility:before, .li-message_recipient:before, .li-user:before {
|
|
369
|
+
content: "\e83b";
|
|
370
|
+
} /* '' */
|
|
371
|
+
.li-push-e:before {
|
|
372
|
+
content: "\e83c";
|
|
373
|
+
} /* '' */
|
|
374
|
+
.li-push-n:before {
|
|
375
|
+
content: "\e83d";
|
|
376
|
+
} /* '' */
|
|
377
|
+
.li-push-s:before {
|
|
378
|
+
content: "\e83e";
|
|
379
|
+
} /* '' */
|
|
380
|
+
.li-push-w:before {
|
|
381
|
+
content: "\e83f";
|
|
382
|
+
} /* '' */
|
|
383
|
+
.li-lock:before, input[type=checkbox]:checked + .li-unlock:before, input[type=radio]:checked + .li-unlock:before, input[type=checkbox]:checked:not(:checked) + .li-lock:before, input[type=checkbox]:checked:not(:checked) + .li-unlock:before, input[type=radio]:checked:not(:checked) + .li-lock:before, input[type=radio]:checked:not(:checked) + .li-unlock:before {
|
|
384
|
+
content: "\e840";
|
|
385
|
+
} /* '' */
|
|
386
|
+
.li-unlock:before, input[type=checkbox]:not(:checked) + .li-lock:before, input[type=checkbox]:not(:checked):checked + .li-unlock:before, input[type=radio]:not(:checked) + .li-lock:before, input[type=radio]:not(:checked):checked + .li-unlock:before, input[type=checkbox]:not(:checked):checked + .li-lock:before, input[type=radio]:not(:checked):checked + .li-lock:before {
|
|
387
|
+
content: "\e841";
|
|
388
|
+
} /* '' */
|
|
389
|
+
.li-email:before, .li-mail_server:before, .li-at:before, .li-message_email:before {
|
|
390
|
+
content: "\e842";
|
|
391
|
+
} /* '' */
|
|
392
|
+
.li-compass:before {
|
|
393
|
+
content: "\e843";
|
|
394
|
+
} /* '' */
|
|
395
|
+
.li-documentation:before {
|
|
396
|
+
content: "\e844";
|
|
397
|
+
} /* '' */
|
|
398
|
+
.li-combine:before {
|
|
399
|
+
content: "\e845";
|
|
400
|
+
} /* '' */
|
|
401
|
+
.li-calendar:before, input[type^=date]:before,
|
|
402
|
+
input[type=month]:before,
|
|
403
|
+
input[type=week]:before {
|
|
404
|
+
content: "\e846";
|
|
405
|
+
} /* '' */
|
|
406
|
+
.li-drive:before, .li-instance:before {
|
|
407
|
+
content: "\e847";
|
|
408
|
+
} /* '' */
|
|
409
|
+
.li-select:before {
|
|
410
|
+
content: "\e848";
|
|
411
|
+
} /* '' */
|
|
412
|
+
.li-hub:before {
|
|
413
|
+
content: "\e849";
|
|
414
|
+
} /* '' */
|
|
415
|
+
.li-radio:before, .li-network:before, .li-user_network:before {
|
|
416
|
+
content: "\e84a";
|
|
417
|
+
} /* '' */
|
|
418
|
+
.li-view:before {
|
|
419
|
+
content: "\e84b";
|
|
420
|
+
} /* '' */
|
|
421
|
+
.li-bars:before {
|
|
422
|
+
content: "\e84c";
|
|
423
|
+
} /* '' */
|
|
424
|
+
.li-adjustments:before {
|
|
425
|
+
content: "\e84d";
|
|
426
|
+
} /* '' */
|
|
427
|
+
.li-off:before, input[type=checkbox]:not(:checked) + .li-on:before, input[type=checkbox]:not(:checked):checked + .li-off:before,
|
|
428
|
+
input[type=checkbox]:not(:checked):checked + .li-off-alt:before, input[type=radio]:not(:checked) + .li-on:before, input[type=radio]:not(:checked):checked + .li-off:before,
|
|
429
|
+
input[type=radio]:not(:checked):checked + .li-off-alt:before, input[type=checkbox]:not(:checked):checked + .li-on:before, input[type=radio]:not(:checked):checked + .li-on:before {
|
|
430
|
+
content: "\e84e";
|
|
431
|
+
} /* '' */
|
|
432
|
+
.li-on:before, input[type=checkbox]:checked + .li-off:before,
|
|
433
|
+
input[type=checkbox]:checked + .li-off-alt:before, input[type=radio]:checked + .li-off:before,
|
|
434
|
+
input[type=radio]:checked + .li-off-alt:before, input[type=checkbox]:checked:not(:checked) + .li-on:before, input[type=checkbox]:checked:not(:checked) + .li-off:before,
|
|
435
|
+
input[type=checkbox]:checked:not(:checked) + .li-off-alt:before, input[type=radio]:checked:not(:checked) + .li-on:before, input[type=radio]:checked:not(:checked) + .li-off:before,
|
|
436
|
+
input[type=radio]:checked:not(:checked) + .li-off-alt:before, .selected .li-off:before,
|
|
437
|
+
.li-off.selected:before {
|
|
438
|
+
content: "\e84f";
|
|
439
|
+
} /* '' */
|
|
440
|
+
.li-info:before {
|
|
441
|
+
content: "\e850";
|
|
442
|
+
} /* '' */
|
|
443
|
+
.li-cloud:before {
|
|
444
|
+
content: "\e851";
|
|
445
|
+
} /* '' */
|
|
446
|
+
.li-cloud-download:before {
|
|
447
|
+
content: "\e852";
|
|
448
|
+
} /* '' */
|
|
449
|
+
.li-refresh:before {
|
|
450
|
+
content: "\e853";
|
|
451
|
+
} /* '' */
|
|
452
|
+
.li-reload:before {
|
|
453
|
+
content: "\e854";
|
|
454
|
+
} /* '' */
|
|
455
|
+
.li-cache:before, .li-output_cache:before {
|
|
456
|
+
content: "\e855";
|
|
457
|
+
} /* '' */
|
|
458
|
+
.li-hand:before {
|
|
459
|
+
content: "\e856";
|
|
460
|
+
} /* '' */
|
|
461
|
+
.li-checkbox-checked:before, input[type=checkbox]:checked + .li-checkbox:before, input[type=radio]:checked + .li-checkbox:before,
|
|
462
|
+
input[type=checkbox]:checked:not(:checked) + .li-checkbox-checked:before,
|
|
463
|
+
input[type=checkbox]:checked:not(:checked) + .li-checkbox:before,
|
|
464
|
+
input[type=radio]:checked:not(:checked) + .li-checkbox-checked:before,
|
|
465
|
+
input[type=radio]:checked:not(:checked) + .li-checkbox:before, .selected .li-checkbox:before,
|
|
466
|
+
.li-checkbox.selected:before {
|
|
467
|
+
content: "\e857";
|
|
468
|
+
} /* '' */
|
|
469
|
+
.li-bell:before, .li-message_push:before {
|
|
470
|
+
content: "\e858";
|
|
471
|
+
} /* '' */
|
|
472
|
+
.li-alert:before {
|
|
473
|
+
content: "\e859";
|
|
474
|
+
} /* '' */
|
|
475
|
+
.li-wifi:before {
|
|
476
|
+
content: "\e85a";
|
|
477
|
+
} /* '' */
|
|
478
|
+
.li-home:before {
|
|
479
|
+
content: "\e85b";
|
|
480
|
+
} /* '' */
|
|
481
|
+
.li-data:before {
|
|
482
|
+
content: "\e85c";
|
|
483
|
+
} /* '' */
|
|
484
|
+
.li-circle-thick:before {
|
|
485
|
+
content: "\e85d";
|
|
486
|
+
} /* '' */
|
|
487
|
+
.li-circle-thin:before {
|
|
488
|
+
content: "\e85e";
|
|
489
|
+
} /* '' */
|
|
490
|
+
.li-diagnostics:before {
|
|
491
|
+
content: "\e85f";
|
|
492
|
+
} /* '' */
|
|
493
|
+
.li-lab:before {
|
|
494
|
+
content: "\e860";
|
|
495
|
+
} /* '' */
|
|
496
|
+
.li-wine:before {
|
|
497
|
+
content: "\e861";
|
|
498
|
+
} /* '' */
|
|
499
|
+
.li-sandbox:before {
|
|
500
|
+
content: "\e862";
|
|
501
|
+
} /* '' */
|
|
502
|
+
.li-entry:before {
|
|
503
|
+
content: "\e863";
|
|
504
|
+
} /* '' */
|
|
505
|
+
.li-diamond:before {
|
|
506
|
+
content: "\e864";
|
|
507
|
+
} /* '' */
|
|
508
|
+
.li-inbox:before {
|
|
509
|
+
content: "\e865";
|
|
510
|
+
} /* '' */
|
|
511
|
+
.li-rocket:before {
|
|
512
|
+
content: "\e866";
|
|
513
|
+
} /* '' */
|
|
514
|
+
.li-show:before {
|
|
515
|
+
content: "\e867";
|
|
516
|
+
} /* '' */
|
|
517
|
+
.li-hide:before {
|
|
518
|
+
content: "\e868";
|
|
519
|
+
} /* '' */
|
|
520
|
+
.li-lifepreserver:before {
|
|
521
|
+
content: "\e869";
|
|
522
|
+
} /* '' */
|
|
523
|
+
.li-like:before {
|
|
524
|
+
content: "\e86a";
|
|
525
|
+
} /* '' */
|
|
526
|
+
.li-liked:before {
|
|
527
|
+
content: "\e86b";
|
|
528
|
+
} /* '' */
|
|
529
|
+
.li-power:before {
|
|
530
|
+
content: "\e86c";
|
|
531
|
+
} /* '' */
|
|
532
|
+
.li-document-upload:before, .li-document.upload:before {
|
|
533
|
+
content: "\e86d";
|
|
534
|
+
} /* '' */
|
|
535
|
+
.li-settings:before, .li-meta:before {
|
|
536
|
+
content: "\e86e";
|
|
537
|
+
} /* '' */
|
|
538
|
+
.li-document-download:before, .li-document.download:before {
|
|
539
|
+
content: "\e86f";
|
|
540
|
+
} /* '' */
|
|
541
|
+
.li-share:before {
|
|
542
|
+
content: "\e870";
|
|
543
|
+
} /* '' */
|
|
544
|
+
.li-pop:before {
|
|
545
|
+
content: "\e871";
|
|
546
|
+
} /* '' */
|
|
547
|
+
.li-register-alt-solid:before {
|
|
548
|
+
content: "\e872";
|
|
549
|
+
} /* '' */
|
|
550
|
+
.li-head:before {
|
|
551
|
+
content: "\e873";
|
|
552
|
+
} /* '' */
|
|
553
|
+
.li-users:before {
|
|
554
|
+
content: "\e874";
|
|
555
|
+
} /* '' */
|
|
556
|
+
.li-tent:before {
|
|
557
|
+
content: "\e875";
|
|
558
|
+
} /* '' */
|
|
559
|
+
.li-base:before {
|
|
560
|
+
content: "\e876";
|
|
561
|
+
} /* '' */
|
|
562
|
+
.li-rocket-alt:before {
|
|
563
|
+
content: "\e877";
|
|
564
|
+
} /* '' */
|
|
565
|
+
.li-checkbox:before, input[type=checkbox]:not(:checked) + .li-checkbox.checked:before,
|
|
566
|
+
input[type=checkbox]:not(:checked) + .li-checkbox-checked:before,
|
|
567
|
+
input[type=checkbox]:not(:checked):checked + .li-checkbox:before, input[type=radio]:not(:checked) + .li-checkbox.checked:before,
|
|
568
|
+
input[type=radio]:not(:checked) + .li-checkbox-checked:before,
|
|
569
|
+
input[type=radio]:not(:checked):checked + .li-checkbox:before,
|
|
570
|
+
input[type=checkbox]:not(:checked) + .checked.li-checkbox-checked:before,
|
|
571
|
+
input[type=checkbox]:not(:checked):checked + .li-checkbox-checked:before,
|
|
572
|
+
input[type=radio]:not(:checked) + .checked.li-checkbox-checked:before,
|
|
573
|
+
input[type=radio]:not(:checked):checked + .li-checkbox-checked:before {
|
|
574
|
+
content: "\e878";
|
|
575
|
+
} /* '' */
|
|
576
|
+
.li-star-empty:before, .li-star.li-selected-support:before, .selected .li-selected-support.li-star:before,
|
|
577
|
+
*:focus .li-selected-support.li-star:before,
|
|
578
|
+
.li-selected-support.li-star:active:before,
|
|
579
|
+
.li-selected-support.li-star:focus:before,
|
|
580
|
+
input:checked + span .li-selected-support.li-star:before,
|
|
581
|
+
input:checked + .li-selected-support.li-star:before,
|
|
582
|
+
.selected .li-selected-support.li-star-empty:before,
|
|
583
|
+
*:focus .li-selected-support.li-star-empty:before,
|
|
584
|
+
.li-selected-support.li-star-empty:active:before,
|
|
585
|
+
.li-selected-support.li-star-empty:focus:before,
|
|
586
|
+
input:checked + span .li-selected-support.li-star-empty:before,
|
|
587
|
+
input:checked + .li-selected-support.li-star-empty:before {
|
|
588
|
+
content: "\e879";
|
|
589
|
+
} /* '' */
|
|
590
|
+
.li-star-half:before {
|
|
591
|
+
content: "\e87a";
|
|
592
|
+
} /* '' */
|
|
593
|
+
.li-star:before, .selected .li-star.li-selected-support:before,
|
|
594
|
+
*:focus .li-star.li-selected-support:before,
|
|
595
|
+
.li-star.li-selected-support:active:before,
|
|
596
|
+
.li-star.li-selected-support:focus:before,
|
|
597
|
+
input:checked + span .li-star.li-selected-support:before,
|
|
598
|
+
input:checked + .li-star.li-selected-support:before,
|
|
599
|
+
.selected .li-star-empty.li-selected-support:before,
|
|
600
|
+
*:focus .li-star-empty.li-selected-support:before,
|
|
601
|
+
.li-star-empty.li-selected-support:active:before,
|
|
602
|
+
.li-star-empty.li-selected-support:focus:before,
|
|
603
|
+
input:checked + span .li-star-empty.li-selected-support:before,
|
|
604
|
+
input:checked + .li-star-empty.li-selected-support:before {
|
|
605
|
+
content: "\e87b";
|
|
606
|
+
} /* '' */
|
|
607
|
+
.li-dbo:before {
|
|
608
|
+
content: "\e87c";
|
|
609
|
+
} /* '' */
|
|
610
|
+
.li-earth:before {
|
|
611
|
+
content: "\e87d";
|
|
612
|
+
} /* '' */
|
|
613
|
+
.li-erase:before {
|
|
614
|
+
content: "\e87e";
|
|
615
|
+
} /* '' */
|
|
616
|
+
.li-filter:before, .li-output_value_filter:before {
|
|
617
|
+
content: "\e87f";
|
|
618
|
+
} /* '' */
|
|
619
|
+
.li-map:before {
|
|
620
|
+
content: "\e880";
|
|
621
|
+
} /* '' */
|
|
622
|
+
.li-video:before {
|
|
623
|
+
content: "\e881";
|
|
624
|
+
} /* '' */
|
|
625
|
+
.li-print:before {
|
|
626
|
+
content: "\e882";
|
|
627
|
+
} /* '' */
|
|
628
|
+
.li-send:before {
|
|
629
|
+
content: "\e883";
|
|
630
|
+
} /* '' */
|
|
631
|
+
.li-server:before {
|
|
632
|
+
content: "\e884";
|
|
633
|
+
} /* '' */
|
|
634
|
+
.li-piechart:before {
|
|
635
|
+
content: "\e885";
|
|
636
|
+
} /* '' */
|
|
637
|
+
.li-dashboard:before {
|
|
638
|
+
content: "\e886";
|
|
639
|
+
} /* '' */
|
|
640
|
+
.li-data_source:before {
|
|
641
|
+
content: "\e887";
|
|
642
|
+
} /* '' */
|
|
643
|
+
.li-menu:before {
|
|
644
|
+
content: "\e888";
|
|
645
|
+
} /* '' */
|
|
646
|
+
.li-hamburger:before {
|
|
647
|
+
content: "\e889";
|
|
648
|
+
} /* '' */
|
|
649
|
+
.li-branch:before {
|
|
650
|
+
content: "\e88a";
|
|
651
|
+
} /* '' */
|
|
652
|
+
.li-popup:before {
|
|
653
|
+
content: "\e88b";
|
|
654
|
+
} /* '' */
|
|
655
|
+
.li-copy:before {
|
|
656
|
+
content: "\e88c";
|
|
657
|
+
} /* '' */
|
|
658
|
+
.li-alt:before {
|
|
659
|
+
content: "\e88d";
|
|
660
|
+
} /* '' */
|
|
661
|
+
.li-grid:before {
|
|
662
|
+
content: "\e88e";
|
|
663
|
+
} /* '' */
|
|
664
|
+
.li-cloud-upload:before {
|
|
665
|
+
content: "\e88f";
|
|
666
|
+
} /* '' */
|
|
667
|
+
.li-chain:before {
|
|
668
|
+
content: "\e890";
|
|
669
|
+
} /* '' */
|
|
670
|
+
.li-info-circle:before {
|
|
671
|
+
content: "\e891";
|
|
672
|
+
} /* '' */
|
|
673
|
+
.li-chain-disconnected:before {
|
|
674
|
+
content: "\e892";
|
|
675
|
+
} /* '' */
|
|
676
|
+
.li-clock:before, input[type=time]:before {
|
|
677
|
+
content: "\e893";
|
|
678
|
+
} /* '' */
|
|
679
|
+
.li-stopwatch:before {
|
|
680
|
+
content: "\e894";
|
|
681
|
+
} /* '' */
|
|
682
|
+
.li-document:before {
|
|
683
|
+
content: "\e895";
|
|
684
|
+
} /* '' */
|
|
685
|
+
.li-pdf:before {
|
|
686
|
+
content: "\e896";
|
|
687
|
+
} /* '' */
|
|
688
|
+
.li-document-audio:before {
|
|
689
|
+
content: "\e897";
|
|
690
|
+
} /* '' */
|
|
691
|
+
.li-bug:before {
|
|
692
|
+
content: "\e898";
|
|
693
|
+
} /* '' */
|
|
694
|
+
.li-table:before {
|
|
695
|
+
content: "\e899";
|
|
696
|
+
} /* '' */
|
|
697
|
+
.li-person:before {
|
|
698
|
+
content: "\e89a";
|
|
699
|
+
} /* '' */
|
|
700
|
+
.li-cube:before {
|
|
701
|
+
content: "\e89b";
|
|
702
|
+
} /* '' */
|
|
703
|
+
.li-sprocket:before {
|
|
704
|
+
content: "\e89c";
|
|
705
|
+
} /* '' */
|
|
706
|
+
.li-connected:before {
|
|
707
|
+
content: "\e89d";
|
|
708
|
+
} /* '' */
|
|
709
|
+
.li-infinity:before {
|
|
710
|
+
content: "\e89e";
|
|
711
|
+
} /* '' */
|
|
712
|
+
.li-join:before {
|
|
713
|
+
content: "\e89f";
|
|
714
|
+
} /* '' */
|
|
715
|
+
.li-table-inner:before {
|
|
716
|
+
content: "\e8a0";
|
|
717
|
+
} /* '' */
|
|
718
|
+
.li-table-outer:before {
|
|
719
|
+
content: "\e8a1";
|
|
720
|
+
} /* '' */
|
|
721
|
+
.li-table-join:before {
|
|
722
|
+
content: "\e8a2";
|
|
723
|
+
} /* '' */
|
|
724
|
+
.li-bubble-info:before {
|
|
725
|
+
content: "\e8a3";
|
|
726
|
+
} /* '' */
|
|
727
|
+
.li-bubble-l:before, .li-message_chat:before, .li-bubble:before {
|
|
728
|
+
content: "\e8a4";
|
|
729
|
+
} /* '' */
|
|
730
|
+
.li-bubble-r:before {
|
|
731
|
+
content: "\e8a5";
|
|
732
|
+
} /* '' */
|
|
733
|
+
.li-site:before {
|
|
734
|
+
content: "\e8a6";
|
|
735
|
+
} /* '' */
|
|
736
|
+
.li-barchart:before {
|
|
737
|
+
content: "\e8a7";
|
|
738
|
+
} /* '' */
|
|
739
|
+
.li-genious:before {
|
|
740
|
+
content: "\e8a8";
|
|
741
|
+
} /* '' */
|
|
742
|
+
.li-radiobutton-checked:before, input[type=checkbox]:checked + .li-radiobutton:before, input[type=radio]:checked + .li-radiobutton:before,
|
|
743
|
+
input[type=checkbox]:checked:not(:checked) + .li-radiobutton-checked:before,
|
|
744
|
+
input[type=checkbox]:checked:not(:checked) + .li-radiobutton:before,
|
|
745
|
+
input[type=radio]:checked:not(:checked) + .li-radiobutton-checked:before,
|
|
746
|
+
input[type=radio]:checked:not(:checked) + .li-radiobutton:before, .selected .li-radiobutton:before,
|
|
747
|
+
.li-radiobutton.selected:before {
|
|
748
|
+
content: "\e8a9";
|
|
749
|
+
} /* '' */
|
|
750
|
+
.li-trash:before {
|
|
751
|
+
content: "\e8aa";
|
|
752
|
+
} /* '' */
|
|
753
|
+
.li-molecule:before {
|
|
754
|
+
content: "\e8ab";
|
|
755
|
+
} /* '' */
|
|
756
|
+
.li-input:before {
|
|
757
|
+
content: "\e8ac";
|
|
758
|
+
} /* '' */
|
|
759
|
+
.li-split:before {
|
|
760
|
+
content: "\e8ad";
|
|
761
|
+
} /* '' */
|
|
762
|
+
.li-direction-e:before {
|
|
763
|
+
content: "\e8ae";
|
|
764
|
+
} /* '' */
|
|
765
|
+
.li-direction-n:before {
|
|
766
|
+
content: "\e8af";
|
|
767
|
+
} /* '' */
|
|
768
|
+
.li-direction-s:before {
|
|
769
|
+
content: "\e8b0";
|
|
770
|
+
} /* '' */
|
|
771
|
+
.li-direction-w:before {
|
|
772
|
+
content: "\e8b1";
|
|
773
|
+
} /* '' */
|
|
774
|
+
.li-columns:before {
|
|
775
|
+
content: "\e8b2";
|
|
776
|
+
} /* '' */
|
|
777
|
+
.li-sql:before, .li-output_custom_sql:before {
|
|
778
|
+
content: "\e8b3";
|
|
779
|
+
} /* '' */
|
|
780
|
+
.li-register-alt:before {
|
|
781
|
+
content: "\e8b4";
|
|
782
|
+
} /* '' */
|
|
783
|
+
.li-next:before {
|
|
784
|
+
content: "\e8b5";
|
|
785
|
+
} /* '' */
|
|
786
|
+
.li-style:before {
|
|
787
|
+
content: "\e8b6";
|
|
788
|
+
} /* '' */
|
|
789
|
+
.li-format:before {
|
|
790
|
+
content: "\e8b7";
|
|
791
|
+
} /* '' */
|
|
792
|
+
.li-synchronize:before {
|
|
793
|
+
content: "\e8b8";
|
|
794
|
+
} /* '' */
|
|
795
|
+
.li-bin-open:before {
|
|
796
|
+
content: "\e8b9";
|
|
797
|
+
} /* '' */
|
|
798
|
+
.li-radiobutton:before, input[type=checkbox]:not(:checked) + .li-radiobutton.checked:before,
|
|
799
|
+
input[type=checkbox]:not(:checked) + .li-radiobutton-checked:before,
|
|
800
|
+
input[type=checkbox]:not(:checked):checked + .li-radiobutton:before, input[type=radio]:not(:checked) + .li-radiobutton.checked:before,
|
|
801
|
+
input[type=radio]:not(:checked) + .li-radiobutton-checked:before,
|
|
802
|
+
input[type=radio]:not(:checked):checked + .li-radiobutton:before,
|
|
803
|
+
input[type=checkbox]:not(:checked) + .checked.li-radiobutton-checked:before,
|
|
804
|
+
input[type=checkbox]:not(:checked):checked + .li-radiobutton-checked:before,
|
|
805
|
+
input[type=radio]:not(:checked) + .checked.li-radiobutton-checked:before,
|
|
806
|
+
input[type=radio]:not(:checked):checked + .li-radiobutton-checked:before {
|
|
807
|
+
content: "\e8ba";
|
|
808
|
+
} /* '' */
|
|
809
|
+
.li-finance:before {
|
|
810
|
+
content: "\e8bb";
|
|
811
|
+
} /* '' */
|
|
812
|
+
.li-pause:before {
|
|
813
|
+
content: "\e8bc";
|
|
814
|
+
} /* '' */
|
|
815
|
+
.li-pause-alt:before {
|
|
816
|
+
content: "\e8bd";
|
|
817
|
+
} /* '' */
|
|
818
|
+
.li-drive-multiple-solid:before {
|
|
819
|
+
content: "\e8be";
|
|
820
|
+
} /* '' */
|
|
821
|
+
.li-drive-multiple:before {
|
|
822
|
+
content: "\e8bf";
|
|
823
|
+
} /* '' */
|
|
824
|
+
.li-cloud-checked:before {
|
|
825
|
+
content: "\e8c0";
|
|
826
|
+
} /* '' */
|
|
827
|
+
.li-document-checked:before {
|
|
828
|
+
content: "\e8c1";
|
|
829
|
+
} /* '' */
|
|
830
|
+
.li-app_version_update:before, .li-automation_log:before {
|
|
831
|
+
content: "\e8c2";
|
|
832
|
+
} /* '' */
|
|
833
|
+
.li-ai-copilot:before {
|
|
834
|
+
content: "\e8c3";
|
|
835
|
+
} /* '' */
|
|
836
|
+
.li-connect:before {
|
|
837
|
+
content: "\e8dc";
|
|
838
|
+
} /* '' */
|
|
839
|
+
.li-drive-solid:before, .li-drive.selected:before, .selected .li-drive.li-selected-support:before,
|
|
840
|
+
*:focus .li-drive.li-selected-support:before,
|
|
841
|
+
.li-drive.li-selected-support:active:before,
|
|
842
|
+
.li-drive.li-selected-support:focus:before, input:checked + span .li-drive.li-selected-support:before,
|
|
843
|
+
input:checked + .li-drive.li-selected-support:before {
|
|
844
|
+
content: "\e8e5";
|
|
845
|
+
} /* '' */
|
|
846
|
+
.li-server-solid:before, .li-server.selected:before, .selected .li-server.li-selected-support:before,
|
|
847
|
+
*:focus .li-server.li-selected-support:before,
|
|
848
|
+
.li-server.li-selected-support:active:before,
|
|
849
|
+
.li-server.li-selected-support:focus:before, input:checked + span .li-server.li-selected-support:before,
|
|
850
|
+
input:checked + .li-server.li-selected-support:before {
|
|
851
|
+
content: "\e8e7";
|
|
852
|
+
} /* '' */
|
|
853
|
+
.li-bin-open-solid:before, .li-bin-open.selected:before, .selected .li-bin-open.li-selected-support:before,
|
|
854
|
+
*:focus .li-bin-open.li-selected-support:before,
|
|
855
|
+
.li-bin-open.li-selected-support:active:before,
|
|
856
|
+
.li-bin-open.li-selected-support:focus:before, input:checked + span .li-bin-open.li-selected-support:before,
|
|
857
|
+
input:checked + .li-bin-open.li-selected-support:before {
|
|
858
|
+
content: "\e8eb";
|
|
859
|
+
} /* '' */
|
|
860
|
+
.li-bin-solid:before, .li-bin.selected:before, .selected .li-bin.li-selected-support:before,
|
|
861
|
+
*:focus .li-bin.li-selected-support:before,
|
|
862
|
+
.li-bin.li-selected-support:active:before,
|
|
863
|
+
.li-bin.li-selected-support:focus:before, input:checked + span .li-bin.li-selected-support:before,
|
|
864
|
+
input:checked + .li-bin.li-selected-support:before {
|
|
865
|
+
content: "\e8ec";
|
|
866
|
+
} /* '' */
|
|
867
|
+
.li-block-solid:before, .li-block.selected:before, .selected .li-block.li-selected-support:before,
|
|
868
|
+
*:focus .li-block.li-selected-support:before,
|
|
869
|
+
.li-block.li-selected-support:active:before,
|
|
870
|
+
.li-block.li-selected-support:focus:before, input:checked + span .li-block.li-selected-support:before,
|
|
871
|
+
input:checked + .li-block.li-selected-support:before {
|
|
872
|
+
content: "\e8ed";
|
|
873
|
+
} /* '' */
|
|
874
|
+
.li-bubble-info-solid:before, .li-bubble-info.selected:before, .selected .li-bubble-info.li-selected-support:before,
|
|
875
|
+
*:focus .li-bubble-info.li-selected-support:before,
|
|
876
|
+
.li-bubble-info.li-selected-support:active:before,
|
|
877
|
+
.li-bubble-info.li-selected-support:focus:before, input:checked + span .li-bubble-info.li-selected-support:before,
|
|
878
|
+
input:checked + .li-bubble-info.li-selected-support:before {
|
|
879
|
+
content: "\e8ee";
|
|
880
|
+
} /* '' */
|
|
881
|
+
.li-bubble-l-solid:before, .li-bubble-l.selected:before, .selected .li-bubble-l.li-selected-support:before,
|
|
882
|
+
*:focus .li-bubble-l.li-selected-support:before,
|
|
883
|
+
.li-bubble-l.li-selected-support:active:before,
|
|
884
|
+
.li-bubble-l.li-selected-support:focus:before, input:checked + span .li-bubble-l.li-selected-support:before,
|
|
885
|
+
input:checked + .li-bubble-l.li-selected-support:before {
|
|
886
|
+
content: "\e8ef";
|
|
887
|
+
} /* '' */
|
|
888
|
+
.li-bubble-r-solid:before, .li-bubble-r.selected:before, .selected .li-bubble-r.li-selected-support:before,
|
|
889
|
+
*:focus .li-bubble-r.li-selected-support:before,
|
|
890
|
+
.li-bubble-r.li-selected-support:active:before,
|
|
891
|
+
.li-bubble-r.li-selected-support:focus:before, input:checked + span .li-bubble-r.li-selected-support:before,
|
|
892
|
+
input:checked + .li-bubble-r.li-selected-support:before {
|
|
893
|
+
content: "\e8f0";
|
|
894
|
+
} /* '' */
|
|
895
|
+
.li-bug-solid:before, .li-bug.selected:before, .selected .li-bug.li-selected-support:before,
|
|
896
|
+
*:focus .li-bug.li-selected-support:before,
|
|
897
|
+
.li-bug.li-selected-support:active:before,
|
|
898
|
+
.li-bug.li-selected-support:focus:before, input:checked + span .li-bug.li-selected-support:before,
|
|
899
|
+
input:checked + .li-bug.li-selected-support:before {
|
|
900
|
+
content: "\e8f1";
|
|
901
|
+
} /* '' */
|
|
902
|
+
.li-cache-solid:before, .li-cache.selected:before, .selected .li-cache.li-selected-support:before,
|
|
903
|
+
*:focus .li-cache.li-selected-support:before,
|
|
904
|
+
.li-cache.li-selected-support:active:before,
|
|
905
|
+
.li-cache.li-selected-support:focus:before, input:checked + span .li-cache.li-selected-support:before,
|
|
906
|
+
input:checked + .li-cache.li-selected-support:before {
|
|
907
|
+
content: "\e8f2";
|
|
908
|
+
} /* '' */
|
|
909
|
+
.li-calendar-solid:before, .li-calendar.selected:before, .selected .li-calendar.li-selected-support:before,
|
|
910
|
+
*:focus .li-calendar.li-selected-support:before,
|
|
911
|
+
.li-calendar.li-selected-support:active:before,
|
|
912
|
+
.li-calendar.li-selected-support:focus:before, input:checked + span .li-calendar.li-selected-support:before,
|
|
913
|
+
input:checked + .li-calendar.li-selected-support:before {
|
|
914
|
+
content: "\e8f3";
|
|
915
|
+
} /* '' */
|
|
916
|
+
.li-clipboard-solid:before, .li-clipboard.selected:before, .selected .li-clipboard.li-selected-support:before,
|
|
917
|
+
*:focus .li-clipboard.li-selected-support:before,
|
|
918
|
+
.li-clipboard.li-selected-support:active:before,
|
|
919
|
+
.li-clipboard.li-selected-support:focus:before, input:checked + span .li-clipboard.li-selected-support:before,
|
|
920
|
+
input:checked + .li-clipboard.li-selected-support:before {
|
|
921
|
+
content: "\e8f4";
|
|
922
|
+
} /* '' */
|
|
923
|
+
.li-clock-solid:before, .li-clock.selected:before, .selected .li-clock.li-selected-support:before,
|
|
924
|
+
*:focus .li-clock.li-selected-support:before,
|
|
925
|
+
.li-clock.li-selected-support:active:before,
|
|
926
|
+
.li-clock.li-selected-support:focus:before, input:checked + span .li-clock.li-selected-support:before,
|
|
927
|
+
input:checked + .li-clock.li-selected-support:before {
|
|
928
|
+
content: "\e8f5";
|
|
929
|
+
} /* '' */
|
|
930
|
+
.li-compass-solid:before, .li-compass.selected:before, .selected .li-compass.li-selected-support:before,
|
|
931
|
+
*:focus .li-compass.li-selected-support:before,
|
|
932
|
+
.li-compass.li-selected-support:active:before,
|
|
933
|
+
.li-compass.li-selected-support:focus:before, input:checked + span .li-compass.li-selected-support:before,
|
|
934
|
+
input:checked + .li-compass.li-selected-support:before {
|
|
935
|
+
content: "\e8f6";
|
|
936
|
+
} /* '' */
|
|
937
|
+
.li-cube-solid:before, .li-cube.selected:before, .selected .li-cube.li-selected-support:before,
|
|
938
|
+
*:focus .li-cube.li-selected-support:before,
|
|
939
|
+
.li-cube.li-selected-support:active:before,
|
|
940
|
+
.li-cube.li-selected-support:focus:before, input:checked + span .li-cube.li-selected-support:before,
|
|
941
|
+
input:checked + .li-cube.li-selected-support:before {
|
|
942
|
+
content: "\e8f7";
|
|
943
|
+
} /* '' */
|
|
944
|
+
.li-cloud-solid:before, .li-cloud.selected:before, .selected .li-cloud.li-selected-support:before,
|
|
945
|
+
*:focus .li-cloud.li-selected-support:before,
|
|
946
|
+
.li-cloud.li-selected-support:active:before,
|
|
947
|
+
.li-cloud.li-selected-support:focus:before, input:checked + span .li-cloud.li-selected-support:before,
|
|
948
|
+
input:checked + .li-cloud.li-selected-support:before {
|
|
949
|
+
content: "\e8f8";
|
|
950
|
+
} /* '' */
|
|
951
|
+
.li-data-solid:before, .li-data.selected:before, .selected .li-data.li-selected-support:before,
|
|
952
|
+
*:focus .li-data.li-selected-support:before,
|
|
953
|
+
.li-data.li-selected-support:active:before,
|
|
954
|
+
.li-data.li-selected-support:focus:before, input:checked + span .li-data.li-selected-support:before,
|
|
955
|
+
input:checked + .li-data.li-selected-support:before {
|
|
956
|
+
content: "\e8f9";
|
|
957
|
+
} /* '' */
|
|
958
|
+
.li-documentation-solid:before, .li-documentation.selected:before, .selected .li-documentation.li-selected-support:before,
|
|
959
|
+
*:focus .li-documentation.li-selected-support:before,
|
|
960
|
+
.li-documentation.li-selected-support:active:before,
|
|
961
|
+
.li-documentation.li-selected-support:focus:before, input:checked + span .li-documentation.li-selected-support:before,
|
|
962
|
+
input:checked + .li-documentation.li-selected-support:before {
|
|
963
|
+
content: "\e8fb";
|
|
964
|
+
} /* '' */
|
|
965
|
+
.li-home-solid:before, .li-home.selected:before, .selected .li-home.li-selected-support:before,
|
|
966
|
+
*:focus .li-home.li-selected-support:before,
|
|
967
|
+
.li-home.li-selected-support:active:before,
|
|
968
|
+
.li-home.li-selected-support:focus:before, input:checked + span .li-home.li-selected-support:before,
|
|
969
|
+
input:checked + .li-home.li-selected-support:before {
|
|
970
|
+
content: "\e8fd";
|
|
971
|
+
} /* '' */
|
|
972
|
+
.li-image-solid:before, .li-image.selected:before, .selected .li-image.li-selected-support:before,
|
|
973
|
+
*:focus .li-image.li-selected-support:before,
|
|
974
|
+
.li-image.li-selected-support:active:before,
|
|
975
|
+
.li-image.li-selected-support:focus:before, input:checked + span .li-image.li-selected-support:before,
|
|
976
|
+
input:checked + .li-image.li-selected-support:before {
|
|
977
|
+
content: "\e8fe";
|
|
978
|
+
} /* '' */
|
|
979
|
+
.li-inbox-solid:before, .li-inbox.selected:before, .selected .li-inbox.li-selected-support:before,
|
|
980
|
+
*:focus .li-inbox.li-selected-support:before,
|
|
981
|
+
.li-inbox.li-selected-support:active:before,
|
|
982
|
+
.li-inbox.li-selected-support:focus:before, input:checked + span .li-inbox.li-selected-support:before,
|
|
983
|
+
input:checked + .li-inbox.li-selected-support:before {
|
|
984
|
+
content: "\e8ff";
|
|
985
|
+
} /* '' */
|
|
986
|
+
.li-lab-solid:before, .li-lab.selected:before, .selected .li-lab.li-selected-support:before,
|
|
987
|
+
*:focus .li-lab.li-selected-support:before,
|
|
988
|
+
.li-lab.li-selected-support:active:before,
|
|
989
|
+
.li-lab.li-selected-support:focus:before, input:checked + span .li-lab.li-selected-support:before,
|
|
990
|
+
input:checked + .li-lab.li-selected-support:before {
|
|
991
|
+
content: "\e900";
|
|
992
|
+
} /* '' */
|
|
993
|
+
.li-info-circle-solid:before, .li-info-circle.selected:before, .selected .li-info-circle.li-selected-support:before,
|
|
994
|
+
*:focus .li-info-circle.li-selected-support:before,
|
|
995
|
+
.li-info-circle.li-selected-support:active:before,
|
|
996
|
+
.li-info-circle.li-selected-support:focus:before, input:checked + span .li-info-circle.li-selected-support:before,
|
|
997
|
+
input:checked + .li-info-circle.li-selected-support:before {
|
|
998
|
+
content: "\e901";
|
|
999
|
+
} /* '' */
|
|
1000
|
+
.li-launchpad-solid:before, .li-launchpad.selected:before, .selected .li-launchpad.li-selected-support:before,
|
|
1001
|
+
*:focus .li-launchpad.li-selected-support:before,
|
|
1002
|
+
.li-launchpad.li-selected-support:active:before,
|
|
1003
|
+
.li-launchpad.li-selected-support:focus:before, input:checked + span .li-launchpad.li-selected-support:before,
|
|
1004
|
+
input:checked + .li-launchpad.li-selected-support:before {
|
|
1005
|
+
content: "\e902";
|
|
1006
|
+
} /* '' */
|
|
1007
|
+
.li-map-solid:before, .li-map.selected:before, .selected .li-map.li-selected-support:before,
|
|
1008
|
+
*:focus .li-map.li-selected-support:before,
|
|
1009
|
+
.li-map.li-selected-support:active:before,
|
|
1010
|
+
.li-map.li-selected-support:focus:before, input:checked + span .li-map.li-selected-support:before,
|
|
1011
|
+
input:checked + .li-map.li-selected-support:before {
|
|
1012
|
+
content: "\e904";
|
|
1013
|
+
} /* '' */
|
|
1014
|
+
.li-person-solid:before, .li-person.selected:before, .selected .li-person.li-selected-support:before,
|
|
1015
|
+
*:focus .li-person.li-selected-support:before,
|
|
1016
|
+
.li-person.li-selected-support:active:before,
|
|
1017
|
+
.li-person.li-selected-support:focus:before, input:checked + span .li-person.li-selected-support:before,
|
|
1018
|
+
input:checked + .li-person.li-selected-support:before {
|
|
1019
|
+
content: "\e905";
|
|
1020
|
+
} /* '' */
|
|
1021
|
+
.li-message-solid:before, .li-message.selected:before, .selected .li-message.li-selected-support:before,
|
|
1022
|
+
*:focus .li-message.li-selected-support:before,
|
|
1023
|
+
.li-message.li-selected-support:active:before,
|
|
1024
|
+
.li-message.li-selected-support:focus:before, input:checked + span .li-message.li-selected-support:before,
|
|
1025
|
+
input:checked + .li-message.li-selected-support:before {
|
|
1026
|
+
content: "\e906";
|
|
1027
|
+
} /* '' */
|
|
1028
|
+
.li-print-solid:before, .li-print.selected:before, .selected .li-print.li-selected-support:before,
|
|
1029
|
+
*:focus .li-print.li-selected-support:before,
|
|
1030
|
+
.li-print.li-selected-support:active:before,
|
|
1031
|
+
.li-print.li-selected-support:focus:before, input:checked + span .li-print.li-selected-support:before,
|
|
1032
|
+
input:checked + .li-print.li-selected-support:before {
|
|
1033
|
+
content: "\e907";
|
|
1034
|
+
} /* '' */
|
|
1035
|
+
.li-register-solid:before, .li-register.selected:before, .selected .li-register.li-selected-support:before,
|
|
1036
|
+
*:focus .li-register.li-selected-support:before,
|
|
1037
|
+
.li-register.li-selected-support:active:before,
|
|
1038
|
+
.li-register.li-selected-support:focus:before, input:checked + span .li-register.li-selected-support:before,
|
|
1039
|
+
input:checked + .li-register.li-selected-support:before {
|
|
1040
|
+
content: "\e908";
|
|
1041
|
+
} /* '' */
|
|
1042
|
+
.li-pushpin-solid:before, .li-pushpin.selected:before, .selected .li-pushpin.li-selected-support:before,
|
|
1043
|
+
*:focus .li-pushpin.li-selected-support:before,
|
|
1044
|
+
.li-pushpin.li-selected-support:active:before,
|
|
1045
|
+
.li-pushpin.li-selected-support:focus:before, input:checked + span .li-pushpin.li-selected-support:before,
|
|
1046
|
+
input:checked + .li-pushpin.li-selected-support:before {
|
|
1047
|
+
content: "\e909";
|
|
1048
|
+
} /* '' */
|
|
1049
|
+
.li-shield-solid:before, .li-shield.selected:before, .selected .li-shield.li-selected-support:before,
|
|
1050
|
+
*:focus .li-shield.li-selected-support:before,
|
|
1051
|
+
.li-shield.li-selected-support:active:before,
|
|
1052
|
+
.li-shield.li-selected-support:focus:before, input:checked + span .li-shield.li-selected-support:before,
|
|
1053
|
+
input:checked + .li-shield.li-selected-support:before {
|
|
1054
|
+
content: "\e90d";
|
|
1055
|
+
} /* '' */
|
|
1056
|
+
.li-space-solid:before, .li-space.selected:before, .selected .li-space.li-selected-support:before,
|
|
1057
|
+
*:focus .li-space.li-selected-support:before,
|
|
1058
|
+
.li-space.li-selected-support:active:before,
|
|
1059
|
+
.li-space.li-selected-support:focus:before, input:checked + span .li-space.li-selected-support:before,
|
|
1060
|
+
input:checked + .li-space.li-selected-support:before {
|
|
1061
|
+
content: "\e90e";
|
|
1062
|
+
} /* '' */
|
|
1063
|
+
.li-stack-solid:before, .li-stack.selected:before, .selected .li-stack.li-selected-support:before,
|
|
1064
|
+
*:focus .li-stack.li-selected-support:before,
|
|
1065
|
+
.li-stack.li-selected-support:active:before,
|
|
1066
|
+
.li-stack.li-selected-support:focus:before, input:checked + span .li-stack.li-selected-support:before,
|
|
1067
|
+
input:checked + .li-stack.li-selected-support:before {
|
|
1068
|
+
content: "\e90f";
|
|
1069
|
+
} /* '' */
|
|
1070
|
+
.li-stopwatch-solid:before, .li-stopwatch.selected:before, .selected .li-stopwatch.li-selected-support:before,
|
|
1071
|
+
*:focus .li-stopwatch.li-selected-support:before,
|
|
1072
|
+
.li-stopwatch.li-selected-support:active:before,
|
|
1073
|
+
.li-stopwatch.li-selected-support:focus:before, input:checked + span .li-stopwatch.li-selected-support:before,
|
|
1074
|
+
input:checked + .li-stopwatch.li-selected-support:before {
|
|
1075
|
+
content: "\e910";
|
|
1076
|
+
} /* '' */
|
|
1077
|
+
.li-style-solid:before, .li-style.selected:before, .selected .li-style.li-selected-support:before,
|
|
1078
|
+
*:focus .li-style.li-selected-support:before,
|
|
1079
|
+
.li-style.li-selected-support:active:before,
|
|
1080
|
+
.li-style.li-selected-support:focus:before, input:checked + span .li-style.li-selected-support:before,
|
|
1081
|
+
input:checked + .li-style.li-selected-support:before {
|
|
1082
|
+
content: "\e911";
|
|
1083
|
+
} /* '' */
|
|
1084
|
+
.li-tag-solid:before, .li-tag.selected:before, .selected .li-tag.li-selected-support:before,
|
|
1085
|
+
*:focus .li-tag.li-selected-support:before,
|
|
1086
|
+
.li-tag.li-selected-support:active:before,
|
|
1087
|
+
.li-tag.li-selected-support:focus:before, input:checked + span .li-tag.li-selected-support:before,
|
|
1088
|
+
input:checked + .li-tag.li-selected-support:before {
|
|
1089
|
+
content: "\e912";
|
|
1090
|
+
} /* '' */
|
|
1091
|
+
.li-trash-solid:before, .li-trash.selected:before, .selected .li-trash.li-selected-support:before,
|
|
1092
|
+
*:focus .li-trash.li-selected-support:before,
|
|
1093
|
+
.li-trash.li-selected-support:active:before,
|
|
1094
|
+
.li-trash.li-selected-support:focus:before, input:checked + span .li-trash.li-selected-support:before,
|
|
1095
|
+
input:checked + .li-trash.li-selected-support:before {
|
|
1096
|
+
content: "\e913";
|
|
1097
|
+
} /* '' */
|
|
1098
|
+
.li-video-solid:before, .li-video.selected:before, .selected .li-video.li-selected-support:before,
|
|
1099
|
+
*:focus .li-video.li-selected-support:before,
|
|
1100
|
+
.li-video.li-selected-support:active:before,
|
|
1101
|
+
.li-video.li-selected-support:focus:before, input:checked + span .li-video.li-selected-support:before,
|
|
1102
|
+
input:checked + .li-video.li-selected-support:before {
|
|
1103
|
+
content: "\e914";
|
|
1104
|
+
} /* '' */
|
|
1105
|
+
.li-wine-solid:before, .li-wine.selected:before, .selected .li-wine.li-selected-support:before,
|
|
1106
|
+
*:focus .li-wine.li-selected-support:before,
|
|
1107
|
+
.li-wine.li-selected-support:active:before,
|
|
1108
|
+
.li-wine.li-selected-support:focus:before, input:checked + span .li-wine.li-selected-support:before,
|
|
1109
|
+
input:checked + .li-wine.li-selected-support:before {
|
|
1110
|
+
content: "\e915";
|
|
1111
|
+
} /* '' */
|
|
1112
|
+
.li-lifepreserver-solid:before, .li-lifepreserver.selected:before, .selected .li-lifepreserver.li-selected-support:before,
|
|
1113
|
+
*:focus .li-lifepreserver.li-selected-support:before,
|
|
1114
|
+
.li-lifepreserver.li-selected-support:active:before,
|
|
1115
|
+
.li-lifepreserver.li-selected-support:focus:before, input:checked + span .li-lifepreserver.li-selected-support:before,
|
|
1116
|
+
input:checked + .li-lifepreserver.li-selected-support:before {
|
|
1117
|
+
content: "\e917";
|
|
1118
|
+
} /* '' */
|
|
1119
|
+
.li-send-solid:before, .li-send.selected:before, .selected .li-send.li-selected-support:before,
|
|
1120
|
+
*:focus .li-send.li-selected-support:before,
|
|
1121
|
+
.li-send.li-selected-support:active:before,
|
|
1122
|
+
.li-send.li-selected-support:focus:before, input:checked + span .li-send.li-selected-support:before,
|
|
1123
|
+
input:checked + .li-send.li-selected-support:before {
|
|
1124
|
+
content: "\e918";
|
|
1125
|
+
} /* '' */
|
|
1126
|
+
.li-diamond-solid:before, .li-diamond.selected:before, .selected .li-diamond.li-selected-support:before,
|
|
1127
|
+
*:focus .li-diamond.li-selected-support:before,
|
|
1128
|
+
.li-diamond.li-selected-support:active:before,
|
|
1129
|
+
.li-diamond.li-selected-support:focus:before, input:checked + span .li-diamond.li-selected-support:before,
|
|
1130
|
+
input:checked + .li-diamond.li-selected-support:before {
|
|
1131
|
+
content: "\e919";
|
|
1132
|
+
} /* '' */
|
|
1133
|
+
.li-previous:before {
|
|
1134
|
+
content: "\e91a";
|
|
1135
|
+
} /* '' */
|
|
1136
|
+
.li-tent-solid:before, .li-tent.selected:before, .selected .li-tent.li-selected-support:before,
|
|
1137
|
+
*:focus .li-tent.li-selected-support:before,
|
|
1138
|
+
.li-tent.li-selected-support:active:before,
|
|
1139
|
+
.li-tent.li-selected-support:focus:before, input:checked + span .li-tent.li-selected-support:before,
|
|
1140
|
+
input:checked + .li-tent.li-selected-support:before {
|
|
1141
|
+
content: "\e91b";
|
|
1142
|
+
} /* '' */
|
|
1143
|
+
.li-headset:before {
|
|
1144
|
+
content: "\e91c";
|
|
1145
|
+
} /* '' */
|
|
1146
|
+
.li-document-html:before {
|
|
1147
|
+
content: "\e91d";
|
|
1148
|
+
} /* '' */
|
|
1149
|
+
.li-apply:before {
|
|
1150
|
+
content: "\e91f";
|
|
1151
|
+
} /* '' */
|
|
1152
|
+
.li-border-b:before {
|
|
1153
|
+
content: "\e920";
|
|
1154
|
+
} /* '' */
|
|
1155
|
+
.li-border-l:before {
|
|
1156
|
+
content: "\e921";
|
|
1157
|
+
} /* '' */
|
|
1158
|
+
.li-border-r:before {
|
|
1159
|
+
content: "\e922";
|
|
1160
|
+
} /* '' */
|
|
1161
|
+
.li-border-t:before {
|
|
1162
|
+
content: "\e923";
|
|
1163
|
+
} /* '' */
|
|
1164
|
+
.li-frame-dupe:before {
|
|
1165
|
+
content: "\e924";
|
|
1166
|
+
} /* '' */
|
|
1167
|
+
.li-sum:before {
|
|
1168
|
+
content: "\e929";
|
|
1169
|
+
} /* '' */
|
|
1170
|
+
.li-frame-b-move:before {
|
|
1171
|
+
content: "\e92a";
|
|
1172
|
+
} /* '' */
|
|
1173
|
+
.li-frame-b:before {
|
|
1174
|
+
content: "\e92b";
|
|
1175
|
+
} /* '' */
|
|
1176
|
+
.li-frame-l-move:before {
|
|
1177
|
+
content: "\e92c";
|
|
1178
|
+
} /* '' */
|
|
1179
|
+
.li-frame-l:before {
|
|
1180
|
+
content: "\e92d";
|
|
1181
|
+
} /* '' */
|
|
1182
|
+
.li-frame-r-move:before {
|
|
1183
|
+
content: "\e92e";
|
|
1184
|
+
} /* '' */
|
|
1185
|
+
.li-frame-r:before {
|
|
1186
|
+
content: "\e92f";
|
|
1187
|
+
} /* '' */
|
|
1188
|
+
.li-frame-reload:before {
|
|
1189
|
+
content: "\e930";
|
|
1190
|
+
} /* '' */
|
|
1191
|
+
.li-frame-t-move:before {
|
|
1192
|
+
content: "\e931";
|
|
1193
|
+
} /* '' */
|
|
1194
|
+
.li-frame-t:before {
|
|
1195
|
+
content: "\e932";
|
|
1196
|
+
} /* '' */
|
|
1197
|
+
.li-frame:before {
|
|
1198
|
+
content: "\e933";
|
|
1199
|
+
} /* '' */
|
|
1200
|
+
.li-app_version:before {
|
|
1201
|
+
content: "\e936";
|
|
1202
|
+
} /* '' */
|
|
1203
|
+
.li-ticket:before {
|
|
1204
|
+
content: "\e938";
|
|
1205
|
+
} /* '' */
|
|
1206
|
+
.li-ticket_rel:before {
|
|
1207
|
+
content: "\e939";
|
|
1208
|
+
} /* '' */
|
|
1209
|
+
.li-index:before {
|
|
1210
|
+
content: "\e93b";
|
|
1211
|
+
} /* '' */
|
|
1212
|
+
.li-navigate:before {
|
|
1213
|
+
content: "\e93f";
|
|
1214
|
+
} /* '' */
|
|
1215
|
+
.li-shuffle:before {
|
|
1216
|
+
content: "\e940";
|
|
1217
|
+
} /* '' */
|
|
1218
|
+
.li-media_server:before {
|
|
1219
|
+
content: "\e948";
|
|
1220
|
+
} /* '' */
|
|
1221
|
+
.li-request:before {
|
|
1222
|
+
content: "\e949";
|
|
1223
|
+
} /* '' */
|
|
1224
|
+
.li-ai-chatgpt:before {
|
|
1225
|
+
content: "\e94b";
|
|
1226
|
+
} /* '' */
|
|
1227
|
+
.li-ai-claude:before {
|
|
1228
|
+
content: "\e94c";
|
|
1229
|
+
} /* '' */
|
|
1230
|
+
.li-alert-solid:before, .li-alert.selected:before, .selected .li-alert.li-selected-support:before,
|
|
1231
|
+
*:focus .li-alert.li-selected-support:before,
|
|
1232
|
+
.li-alert.li-selected-support:active:before,
|
|
1233
|
+
.li-alert.li-selected-support:focus:before, input:checked + span .li-alert.li-selected-support:before,
|
|
1234
|
+
input:checked + .li-alert.li-selected-support:before {
|
|
1235
|
+
content: "\e94d";
|
|
1236
|
+
} /* '' */
|
|
1237
|
+
.li-ai-googlestudio:before {
|
|
1238
|
+
content: "\e94e";
|
|
1239
|
+
} /* '' */
|
|
1240
|
+
.li-ai-grok:before {
|
|
1241
|
+
content: "\e94f";
|
|
1242
|
+
} /* '' */
|
|
1243
|
+
.li-ai-perplexity:before {
|
|
1244
|
+
content: "\e950";
|
|
1245
|
+
} /* '' */
|
|
1246
|
+
.li-ai-gemini:before {
|
|
1247
|
+
content: "\e951";
|
|
1248
|
+
} /* '' */
|
|
1249
|
+
.li-_schema_migration_:before {
|
|
1250
|
+
content: "\e953";
|
|
1251
|
+
} /* '' */
|
|
1252
|
+
.li-data_source_type:before {
|
|
1253
|
+
content: "\e954";
|
|
1254
|
+
} /* '' */
|
|
1255
|
+
.li-entity_column:before, .li-security_column:before {
|
|
1256
|
+
content: "\e955";
|
|
1257
|
+
} /* '' */
|
|
1258
|
+
.li-entity_column_value:before {
|
|
1259
|
+
content: "\e956";
|
|
1260
|
+
} /* '' */
|
|
1261
|
+
.li-data_source_type_data_type_rel:before {
|
|
1262
|
+
content: "\e957";
|
|
1263
|
+
} /* '' */
|
|
1264
|
+
.li-integration:before {
|
|
1265
|
+
content: "\e958";
|
|
1266
|
+
} /* '' */
|
|
1267
|
+
.li-request_parameter:before {
|
|
1268
|
+
content: "\e95a";
|
|
1269
|
+
} /* '' */
|
|
1270
|
+
.li-request_setting:before {
|
|
1271
|
+
content: "\e95b";
|
|
1272
|
+
} /* '' */
|
|
1273
|
+
.li-schema:before, .li-core_schema:before {
|
|
1274
|
+
content: "\e95e";
|
|
1275
|
+
} /* '' */
|
|
1276
|
+
.li-output_value_entity_column_rel:before {
|
|
1277
|
+
content: "\e95f";
|
|
1278
|
+
} /* '' */
|
|
1279
|
+
.li-direction-ne:before {
|
|
1280
|
+
content: "\e97a";
|
|
1281
|
+
} /* '' */
|
|
1282
|
+
.li-direction-nw:before {
|
|
1283
|
+
content: "\e97b";
|
|
1284
|
+
} /* '' */
|
|
1285
|
+
.li-direction-se:before {
|
|
1286
|
+
content: "\e97c";
|
|
1287
|
+
} /* '' */
|
|
1288
|
+
.li-direction-sw:before {
|
|
1289
|
+
content: "\e97d";
|
|
1290
|
+
} /* '' */
|
|
1291
|
+
.li-clipboard-image:before {
|
|
1292
|
+
content: "\e97f";
|
|
1293
|
+
} /* '' */
|
|
1294
|
+
.li-clipboard-person:before {
|
|
1295
|
+
content: "\e981";
|
|
1296
|
+
} /* '' */
|
|
1297
|
+
.li-clipboard:before {
|
|
1298
|
+
content: "\e982";
|
|
1299
|
+
} /* '' */
|
|
1300
|
+
.li-clipboard-list:before {
|
|
1301
|
+
content: "\e983";
|
|
1302
|
+
} /* '' */
|
|
1303
|
+
.li-clipboard-checklist:before {
|
|
1304
|
+
content: "\e984";
|
|
1305
|
+
} /* '' */
|
|
1306
|
+
.li-document-contract:before {
|
|
1307
|
+
content: "\e986";
|
|
1308
|
+
} /* '' */
|
|
1309
|
+
.li-document-image:before {
|
|
1310
|
+
content: "\e987";
|
|
1311
|
+
} /* '' */
|
|
1312
|
+
.li-document-person:before {
|
|
1313
|
+
content: "\e989";
|
|
1314
|
+
} /* '' */
|
|
1315
|
+
.li-document-checklist:before {
|
|
1316
|
+
content: "\e98a";
|
|
1317
|
+
} /* '' */
|
|
1318
|
+
.li-document-list:before {
|
|
1319
|
+
content: "\e98b";
|
|
1320
|
+
} /* '' */
|
|
1321
|
+
.li-barcode:before {
|
|
1322
|
+
content: "\e98c";
|
|
1323
|
+
} /* '' */
|
|
1324
|
+
.li-pay-cash:before {
|
|
1325
|
+
content: "\e98d";
|
|
1326
|
+
} /* '' */
|
|
1327
|
+
.li-pay-creditcard:before {
|
|
1328
|
+
content: "\e98e";
|
|
1329
|
+
} /* '' */
|
|
1330
|
+
.li-play-solid:before, .li-play.selected:before, .selected .li-play.li-selected-support:before,
|
|
1331
|
+
*:focus .li-play.li-selected-support:before,
|
|
1332
|
+
.li-play.li-selected-support:active:before,
|
|
1333
|
+
.li-play.li-selected-support:focus:before, input:checked + span .li-play.li-selected-support:before,
|
|
1334
|
+
input:checked + .li-play.li-selected-support:before {
|
|
1335
|
+
content: "\e98f";
|
|
1336
|
+
} /* '' */
|
|
1337
|
+
.li-pushpin:before {
|
|
1338
|
+
content: "\e990";
|
|
1339
|
+
} /* '' */
|
|
1340
|
+
.li-references:before {
|
|
1341
|
+
content: "\e991";
|
|
1342
|
+
} /* '' */
|
|
1343
|
+
.li-signature:before {
|
|
1344
|
+
content: "\e993";
|
|
1345
|
+
} /* '' */
|
|
1346
|
+
.li-register:before {
|
|
1347
|
+
content: "\e994";
|
|
1348
|
+
} /* '' */
|
|
1349
|
+
.li-execute-off:before {
|
|
1350
|
+
content: "\e995";
|
|
1351
|
+
} /* '' */
|
|
1352
|
+
.li-off-alt:before {
|
|
1353
|
+
content: "\e996";
|
|
1354
|
+
} /* '' */
|
|
1355
|
+
.li-window:before {
|
|
1356
|
+
content: "\e998";
|
|
1357
|
+
} /* '' */
|
|
1358
|
+
.li-windows:before {
|
|
1359
|
+
content: "\e999";
|
|
1360
|
+
} /* '' */
|
|
1361
|
+
.li-windows-close:before {
|
|
1362
|
+
content: "\e99a";
|
|
1363
|
+
} /* '' */
|
|
1364
|
+
.li-window-close:before {
|
|
1365
|
+
content: "\e99b";
|
|
1366
|
+
} /* '' */
|
|
1367
|
+
.li-windows-tile:before {
|
|
1368
|
+
content: "\e99c";
|
|
1369
|
+
} /* '' */
|
|
1370
|
+
.li-window-focus:before {
|
|
1371
|
+
content: "\e99e";
|
|
1372
|
+
} /* '' */
|
|
1373
|
+
.li-forward:before {
|
|
1374
|
+
content: "\e9c5";
|
|
1375
|
+
} /* '' */
|
|
1376
|
+
.li-bell-solid:before, .li-bell.selected:before, .selected .li-bell.li-selected-support:before,
|
|
1377
|
+
*:focus .li-bell.li-selected-support:before,
|
|
1378
|
+
.li-bell.li-selected-support:active:before,
|
|
1379
|
+
.li-bell.li-selected-support:focus:before, input:checked + span .li-bell.li-selected-support:before,
|
|
1380
|
+
input:checked + .li-bell.li-selected-support:before {
|
|
1381
|
+
content: "\e9c8";
|
|
1382
|
+
} /* '' */
|
|
1383
|
+
.li-compose:before {
|
|
1384
|
+
content: "\e9c9";
|
|
1385
|
+
} /* '' */
|
|
1386
|
+
.li-envelope-solid:before, .li-envelope.selected:before, .selected .li-envelope.li-selected-support:before,
|
|
1387
|
+
*:focus .li-envelope.li-selected-support:before,
|
|
1388
|
+
.li-envelope.li-selected-support:active:before,
|
|
1389
|
+
.li-envelope.li-selected-support:focus:before, input:checked + span .li-envelope.li-selected-support:before,
|
|
1390
|
+
input:checked + .li-envelope.li-selected-support:before {
|
|
1391
|
+
content: "\e9ca";
|
|
1392
|
+
} /* '' */
|
|
1393
|
+
.li-envelope:before {
|
|
1394
|
+
content: "\e9cb";
|
|
1395
|
+
} /* '' */
|
|
1396
|
+
.li-shield:before {
|
|
1397
|
+
content: "\e9cc";
|
|
1398
|
+
} /* '' */
|
|
1399
|
+
.li-tag:before {
|
|
1400
|
+
content: "\e9cd";
|
|
1401
|
+
} /* '' */
|
|
1402
|
+
.li-bin-app-solid:before {
|
|
1403
|
+
content: "\ea24";
|
|
1404
|
+
} /* '' */
|
|
1405
|
+
.li-bin-app:before {
|
|
1406
|
+
content: "\ea25";
|
|
1407
|
+
} /* '' */
|
|
1408
|
+
.li-bin-move-solid:before {
|
|
1409
|
+
content: "\ea26";
|
|
1410
|
+
} /* '' */
|
|
1411
|
+
.li-bin-move:before {
|
|
1412
|
+
content: "\ea27";
|
|
1413
|
+
} /* '' */
|
|
1414
|
+
.li-bin-person-solid:before {
|
|
1415
|
+
content: "\ea28";
|
|
1416
|
+
} /* '' */
|
|
1417
|
+
.li-bin-person:before {
|
|
1418
|
+
content: "\ea29";
|
|
1419
|
+
} /* '' */
|
|
1420
|
+
.li-comment-solid:before {
|
|
1421
|
+
content: "\ea67";
|
|
1422
|
+
} /* '' */
|
|
1423
|
+
.li-comment:before, .li-message_chatbot:before {
|
|
1424
|
+
content: "\ea68";
|
|
1425
|
+
} /* '' */
|
|
1426
|
+
.li-hand-solid:before {
|
|
1427
|
+
content: "\ea69";
|
|
1428
|
+
} /* '' */
|
|
1429
|
+
.li-automation:before {
|
|
1430
|
+
content: "\ebe3";
|
|
1431
|
+
} /* '' */
|
|
1432
|
+
.li-object:before {
|
|
1433
|
+
content: "\ed2d";
|
|
1434
|
+
} /* '' */
|
|
1435
|
+
.li-revision:before {
|
|
1436
|
+
content: "\ed2e";
|
|
1437
|
+
} /* '' */
|
|
1438
|
+
[data-select-indicator] .li-check {
|
|
1439
|
+
visibility: hidden;
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
.selected[data-select-indicator] .li-check, .selected [data-select-indicator] .li-check {
|
|
1443
|
+
visibility: visible;
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
.ri-more-w:before, .ri-more-s:before, .ri-more-e:before, .ri-more-n:before {
|
|
1447
|
+
font-family: launchpad-icons;
|
|
1448
|
+
font-style: normal;
|
|
1449
|
+
}
|
|
1450
|
+
.input-group-addon .ri-close:before {
|
|
1451
|
+
scale: 0.7;
|
|
1452
|
+
font-weight: 100;
|
|
1453
|
+
}
|
|
1454
|
+
input[type^=date]:before,
|
|
1455
|
+
input[type=month]:before,
|
|
1456
|
+
input[type=week]:before {
|
|
1457
|
+
font-family: launchpad-icons;
|
|
1458
|
+
font-style: normal;
|
|
1459
|
+
}
|
|
1460
|
+
|
|
1461
|
+
input[type=time]:before {
|
|
1462
|
+
font-family: launchpad-icons;
|
|
1463
|
+
font-style: normal;
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
input[type=checkbox]:not(:checked) + [class^=li-], input[type=checkbox]:not(:checked) + [class*=" li-"], input[type=radio]:not(:checked) + [class^=li-], input[type=radio]:not(:checked) + [class*=" li-"] {
|
|
1467
|
+
opacity: 0.5;
|
|
1468
|
+
}
|
|
1469
|
+
.input-group-addon [class^=li-], .input-group-addon [class*=" li-"] {
|
|
1470
|
+
font-weight: lighter;
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1473
|
+
body {
|
|
1474
|
+
--icon-base-size: 1em;
|
|
1475
|
+
--icon-base-font-size: 1.2em;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
[class^=li-], [class*=" li-"], .fa, .fab, .fad, .fal, .far, .fas, [class^=pe-7s-], [class*=" pe-7s-"], .li-legacy-ri {
|
|
1479
|
+
font-family: launchpad-icons;
|
|
1480
|
+
font-style: normal;
|
|
1481
|
+
font-weight: normal;
|
|
1482
|
+
font-size: var(--icon-font-size, var(--icon-unit, var(--icon-base-font-size, 1em)));
|
|
1483
|
+
line-height: inherit;
|
|
1484
|
+
speak: never;
|
|
1485
|
+
display: inline-grid;
|
|
1486
|
+
align-self: center;
|
|
1487
|
+
align-items: center;
|
|
1488
|
+
flex-direction: column;
|
|
1489
|
+
justify-content: center;
|
|
1490
|
+
align-content: center;
|
|
1491
|
+
text-decoration: inherit;
|
|
1492
|
+
vertical-align: text-bottom;
|
|
1493
|
+
width: var(--icon-unit, var(--icon-base-size, 1em));
|
|
1494
|
+
text-align: center;
|
|
1495
|
+
position: relative;
|
|
1496
|
+
box-sizing: border-box;
|
|
1497
|
+
/* For safety - reset parent styles, that can break glyph codes*/
|
|
1498
|
+
font-variant: normal;
|
|
1499
|
+
text-transform: none;
|
|
1500
|
+
transform: translate(0, 0);
|
|
1501
|
+
transition: 0.3s ease !important;
|
|
1502
|
+
/* Font smoothing */
|
|
1503
|
+
-webkit-font-smoothing: antialiased;
|
|
1504
|
+
-moz-osx-font-smoothing: grayscale;
|
|
1505
|
+
grid-template-rows: 1fr;
|
|
1506
|
+
grid-template-columns: 1fr;
|
|
1507
|
+
min-height: var(--icon-unit-override, var(--icon-unit, var(--icon-base-size, 1em)));
|
|
1508
|
+
min-width: var(--icon-unit-override, var(--icon-unit, var(--icon-base-size, 1em)));
|
|
1509
|
+
}
|
|
1510
|
+
[class^=li-].li-bolder, [class^=li-].li-bold, b [class^=li-], strong [class^=li-], [class*=" li-"].li-bolder, [class*=" li-"].li-bold, b [class*=" li-"], strong [class*=" li-"], .fa.li-bolder, .fa.li-bold, b .fa, strong .fa, .fab.li-bolder, .fab.li-bold, b .fab, strong .fab, .fad.li-bolder, .fad.li-bold, b .fad, strong .fad, .fal.li-bolder, .fal.li-bold, b .fal, strong .fal, .far.li-bolder, .far.li-bold, b .far, strong .far, .fas.li-bolder, .fas.li-bold, b .fas, strong .fas, [class^=pe-7s-].li-bolder, [class^=pe-7s-].li-bold, b [class^=pe-7s-], strong [class^=pe-7s-], [class*=" pe-7s-"].li-bolder, [class*=" pe-7s-"].li-bold, b [class*=" pe-7s-"], strong [class*=" pe-7s-"], .li-legacy-ri.li-bolder, .li-legacy-ri.li-bold, b .li-legacy-ri, strong .li-legacy-ri {
|
|
1511
|
+
font-weight: bold;
|
|
1512
|
+
}
|
|
1513
|
+
[class^=li-].li-lighter, [class^=li-].li-light, [class*=" li-"].li-lighter, [class*=" li-"].li-light, .fa.li-lighter, .fa.li-light, .fab.li-lighter, .fab.li-light, .fad.li-lighter, .fad.li-light, .fal.li-lighter, .fal.li-light, .far.li-lighter, .far.li-light, .fas.li-lighter, .fas.li-light, [class^=pe-7s-].li-lighter, [class^=pe-7s-].li-light, [class*=" pe-7s-"].li-lighter, [class*=" pe-7s-"].li-light, .li-legacy-ri.li-lighter, .li-legacy-ri.li-light {
|
|
1514
|
+
font-weight: 100 !important;
|
|
1515
|
+
}
|
|
1516
|
+
[class^=li-] > *, [class*=" li-"] > *, .fa > *, .fab > *, .fad > *, .fal > *, .far > *, .fas > *, [class^=pe-7s-] > *, [class*=" pe-7s-"] > *, .li-legacy-ri > * {
|
|
1517
|
+
display: grid;
|
|
1518
|
+
grid-row-start: 1;
|
|
1519
|
+
grid-column-start: 1;
|
|
1520
|
+
align-items: center;
|
|
1521
|
+
align-self: center;
|
|
1522
|
+
justify-self: center;
|
|
1523
|
+
order: 3;
|
|
1524
|
+
}
|
|
1525
|
+
[class^=li-]:before, [class^=li-]:after, [class*=" li-"]:before, [class*=" li-"]:after, .fa:before, .fa:after, .fab:before, .fab:after, .fad:before, .fad:after, .fal:before, .fal:after, .far:before, .far:after, .fas:before, .fas:after, [class^=pe-7s-]:before, [class^=pe-7s-]:after, [class*=" pe-7s-"]:before, [class*=" pe-7s-"]:after, .li-legacy-ri:before, .li-legacy-ri:after {
|
|
1526
|
+
display: grid;
|
|
1527
|
+
grid-row-start: 1;
|
|
1528
|
+
grid-column-start: 1;
|
|
1529
|
+
transition: font-size 0.3s ease-out;
|
|
1530
|
+
box-sizing: border-box;
|
|
1531
|
+
place-items: center;
|
|
1532
|
+
align-items: center;
|
|
1533
|
+
min-height: var(--icon-unit-override, var(--icon-unit, var(--icon-base-size, 1em)));
|
|
1534
|
+
min-width: var(--icon-unit-override, var(--icon-unit, var(--icon-base-size, 1em)));
|
|
1535
|
+
}
|
|
1536
|
+
[class^=li-]:before, [class*=" li-"]:before, .fa:before, .fab:before, .fad:before, .fal:before, .far:before, .fas:before, [class^=pe-7s-]:before, [class*=" pe-7s-"]:before, .li-legacy-ri:before {
|
|
1537
|
+
justify-self: center;
|
|
1538
|
+
align-self: center;
|
|
1539
|
+
align-content: center;
|
|
1540
|
+
order: 2;
|
|
1541
|
+
line-height: 1em;
|
|
1542
|
+
z-index: 2;
|
|
1543
|
+
font-size: 0.6em;
|
|
1544
|
+
}
|
|
1545
|
+
[class^=li-]:after, [class*=" li-"]:after, .fa:after, .fab:after, .fad:after, .fal:after, .far:after, .fas:after, [class^=pe-7s-]:after, [class*=" pe-7s-"]:after, .li-legacy-ri:after {
|
|
1546
|
+
order: 1;
|
|
1547
|
+
inset: 0;
|
|
1548
|
+
height: 100%;
|
|
1549
|
+
width: 100%;
|
|
1550
|
+
z-index: 0;
|
|
1551
|
+
}
|
|
1552
|
+
|
|
1553
|
+
strong [class^=li-], strong [class*=" li-"], b [class^=li-], b [class*=" li-"] {
|
|
1554
|
+
font-weight: bold;
|
|
1555
|
+
}
|
|
1556
|
+
|
|
1557
|
+
.li-sm {
|
|
1558
|
+
font-size: calc(var(--icon-font-size, var(--icon-unit, var(--icon-base-font-size, 1em))) * 0.7) !important;
|
|
1559
|
+
}
|
|
1560
|
+
|
|
1561
|
+
.li-lg {
|
|
1562
|
+
font-size: calc(var(--icon-font-size, var(--icon-unit, var(--icon-base-font-size, 1em))) * 1.333) !important;
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1565
|
+
.li-1x {
|
|
1566
|
+
font-size: calc(var(--icon-font-size, var(--icon-unit, var(--icon-base-font-size, 1em))) * 1) !important;
|
|
1567
|
+
}
|
|
1568
|
+
|
|
1569
|
+
.li-2x {
|
|
1570
|
+
font-size: calc(var(--icon-font-size, var(--icon-unit, var(--icon-base-font-size, 1em))) * 2) !important;
|
|
1571
|
+
}
|
|
1572
|
+
|
|
1573
|
+
.li-3x {
|
|
1574
|
+
font-size: calc(var(--icon-font-size, var(--icon-unit, var(--icon-base-font-size, 1em))) * 3) !important;
|
|
1575
|
+
}
|
|
1576
|
+
|
|
1577
|
+
.li-4x {
|
|
1578
|
+
font-size: calc(var(--icon-font-size, var(--icon-unit, var(--icon-base-font-size, 1em))) * 4) !important;
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1581
|
+
.li-5x {
|
|
1582
|
+
font-size: calc(var(--icon-font-size, var(--icon-unit, var(--icon-base-font-size, 1em))) * 5) !important;
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
.li-6x {
|
|
1586
|
+
font-size: calc(var(--icon-font-size, var(--icon-unit, var(--icon-base-font-size, 1em))) * 6) !important;
|
|
1587
|
+
}
|
|
1588
|
+
|
|
1589
|
+
.li-7x {
|
|
1590
|
+
font-size: calc(var(--icon-font-size, var(--icon-unit, var(--icon-base-font-size, 1em))) * 7) !important;
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1593
|
+
.li-8x {
|
|
1594
|
+
font-size: calc(var(--icon-font-size, var(--icon-unit, var(--icon-base-font-size, 1em))) * 8) !important;
|
|
1595
|
+
}
|
|
1596
|
+
|
|
1597
|
+
.li-9x {
|
|
1598
|
+
font-size: calc(var(--icon-font-size, var(--icon-unit, var(--icon-base-font-size, 1em))) * 9) !important;
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
|
+
.li-10x {
|
|
1602
|
+
font-size: calc(var(--icon-font-size, var(--icon-unit, var(--icon-base-font-size, 1em))) * 10) !important;
|
|
1603
|
+
}
|
|
1604
|
+
|
|
1605
|
+
[class^=li-].loading:not(.li-disc):not(.li-circle):not(.li-rounded):not(.li-box):not(.li-options):not(.li-options-horizontal):before, [class^=li-].loading:not(.li-disc):not(.li-circle):not(.li-rounded):not(.li-box):not(.li-options):not(.li-options-horizontal):after, [class*=" li-"].loading:not(.li-disc):not(.li-circle):not(.li-rounded):not(.li-box):not(.li-options):not(.li-options-horizontal):before, [class*=" li-"].loading:not(.li-disc):not(.li-circle):not(.li-rounded):not(.li-box):not(.li-options):not(.li-options-horizontal):after {
|
|
1606
|
+
font-size: 0.6em;
|
|
1607
|
+
}
|
|
1608
|
+
[class^=li-].loading:not(.li-disc):not(.li-circle):not(.li-rounded):not(.li-box):not(.li-options):not(.li-options-horizontal).li-sm:before, [class*=" li-"].loading:not(.li-disc):not(.li-circle):not(.li-rounded):not(.li-box):not(.li-options):not(.li-options-horizontal).li-sm:before {
|
|
1609
|
+
font-size: calc(var(--icon-unit, 1em) * 0.5);
|
|
1610
|
+
font-weight: normal;
|
|
1611
|
+
}
|
|
1612
|
+
[class^=li-].li-disc:before, [class^=li-].li-disc:after, [class^=li-].li-rounded:before, [class^=li-].li-rounded:after, [class^=li-].li-box:before, [class^=li-].li-box:after, [class^=li-].li-circle:before, [class^=li-].li-circle:after, [class*=" li-"].li-disc:before, [class*=" li-"].li-disc:after, [class*=" li-"].li-rounded:before, [class*=" li-"].li-rounded:after, [class*=" li-"].li-box:before, [class*=" li-"].li-box:after, [class*=" li-"].li-circle:before, [class*=" li-"].li-circle:after {
|
|
1613
|
+
font-size: 0.6em;
|
|
1614
|
+
}
|
|
1615
|
+
[class^=li-].li-disc.li-sm:before, [class^=li-].li-rounded.li-sm:before, [class^=li-].li-box.li-sm:before, [class^=li-].li-circle.li-sm:before, [class*=" li-"].li-disc.li-sm:before, [class*=" li-"].li-rounded.li-sm:before, [class*=" li-"].li-box.li-sm:before, [class*=" li-"].li-circle.li-sm:before {
|
|
1616
|
+
font-size: calc(var(--icon-unit, 1em) * 0.5 * 0.6);
|
|
1617
|
+
}
|
|
1618
|
+
[class^=li-].li-disc:not(.li-morph):after, [class^=li-].li-rounded:not(.li-morph):after, [class^=li-].li-box:not(.li-morph):after, [class^=li-].li-circle:not(.li-morph):after, [class*=" li-"].li-disc:not(.li-morph):after, [class*=" li-"].li-rounded:not(.li-morph):after, [class*=" li-"].li-box:not(.li-morph):after, [class*=" li-"].li-circle:not(.li-morph):after {
|
|
1619
|
+
content: "";
|
|
1620
|
+
border-radius: 100%;
|
|
1621
|
+
background-color: currentColor;
|
|
1622
|
+
}
|
|
1623
|
+
[class^=li-].li-disc:not([class*=color-fg-]):not(.li-border):before, [class^=li-].li-box:not([class*=color-fg-]):not(.li-border):before, [class*=" li-"].li-disc:not([class*=color-fg-]):not(.li-border):before, [class*=" li-"].li-box:not([class*=color-fg-]):not(.li-border):before {
|
|
1624
|
+
filter: invert(1);
|
|
1625
|
+
}
|
|
1626
|
+
[class^=li-].li-box.li-morph:after, [class*=" li-"].li-box.li-morph:after {
|
|
1627
|
+
z-index: 1;
|
|
1628
|
+
font-size: calc(var(--icon-unit, 1em) * 0.5);
|
|
1629
|
+
}
|
|
1630
|
+
[class^=li-].li-box.li-morph:after.li-sm:after, [class*=" li-"].li-box.li-morph:after.li-sm:after {
|
|
1631
|
+
font-size: calc(var(--icon-unit, 1em) * 0.5 * 0.6);
|
|
1632
|
+
}
|
|
1633
|
+
[class^=li-].li-box, [class^=li-].li-box:not(.li-morph):after, [class*=" li-"].li-box, [class*=" li-"].li-box:not(.li-morph):after {
|
|
1634
|
+
border-radius: 0.1em;
|
|
1635
|
+
}
|
|
1636
|
+
[class^=li-].li-rounded, [class*=" li-"].li-rounded {
|
|
1637
|
+
overflow: hidden;
|
|
1638
|
+
border-radius: 100%;
|
|
1639
|
+
}
|
|
1640
|
+
[class^=li-].li-rounded:not(.li-disc):not([class*=color-bg-]):not([style*=background]):after, [class*=" li-"].li-rounded:not(.li-disc):not([class*=color-bg-]):not([style*=background]):after {
|
|
1641
|
+
filter: invert(1);
|
|
1642
|
+
}
|
|
1643
|
+
[class^=li-].li-rounded:not(.li-disc):after, [class*=" li-"].li-rounded:not(.li-disc):after {
|
|
1644
|
+
background-color: transparent;
|
|
1645
|
+
}
|
|
1646
|
+
[class^=li-].li-circle:after, [class^=li-].li-border:after, [class*=" li-"].li-circle:after, [class*=" li-"].li-border:after {
|
|
1647
|
+
content: "";
|
|
1648
|
+
border: 0.04em solid currentColor;
|
|
1649
|
+
}
|
|
1650
|
+
[class^=li-].li-circle.li-bold:after, [class^=li-].li-circle.li-bolder:after, [class^=li-].li-border.li-bold:after, [class^=li-].li-border.li-bolder:after, [class*=" li-"].li-circle.li-bold:after, [class*=" li-"].li-circle.li-bolder:after, [class*=" li-"].li-border.li-bold:after, [class*=" li-"].li-border.li-bolder:after {
|
|
1651
|
+
border-width: 0.6em;
|
|
1652
|
+
}
|
|
1653
|
+
[class^=li-].li-circle:not(.li-disc):after, [class^=li-].li-border:not(.li-disc):after, [class*=" li-"].li-circle:not(.li-disc):after, [class*=" li-"].li-border:not(.li-disc):after {
|
|
1654
|
+
background-color: transparent;
|
|
1655
|
+
}
|
|
1656
|
+
[class^=li-].li-spin:not([class*=li-flip-]), [class*=" li-"].li-spin:not([class*=li-flip-]) {
|
|
1657
|
+
animation: icon-spin 2s infinite linear;
|
|
1658
|
+
}
|
|
1659
|
+
[class^=li-].li-spin-counter:not([class*=li-flip-]), [class*=" li-"].li-spin-counter:not([class*=li-flip-]) {
|
|
1660
|
+
animation: icon-spin-counter 2s infinite linear;
|
|
1661
|
+
}
|
|
1662
|
+
[class^=li-].li-flip-horizontal, [class*=" li-"].li-flip-horizontal {
|
|
1663
|
+
transform: scale(-1, 1);
|
|
1664
|
+
}
|
|
1665
|
+
[class^=li-].li-flip-horizontal.li-spin, [class*=" li-"].li-flip-horizontal.li-spin {
|
|
1666
|
+
animation: icon-spin-flip-horizontal 2s infinite linear;
|
|
1667
|
+
}
|
|
1668
|
+
[class^=li-].li-flip-horizontal.li-spin-counter, [class*=" li-"].li-flip-horizontal.li-spin-counter {
|
|
1669
|
+
animation: icon-spin-counter-flip-horizontal 2s infinite linear;
|
|
1670
|
+
}
|
|
1671
|
+
[class^=li-].li-flip-vertical, [class*=" li-"].li-flip-vertical {
|
|
1672
|
+
transform: scale(1, -1);
|
|
1673
|
+
}
|
|
1674
|
+
[class^=li-].li-flip-vertical.li-spin, [class*=" li-"].li-flip-vertical.li-spin {
|
|
1675
|
+
animation: icon-spin-flip-vertical 2s infinite linear;
|
|
1676
|
+
}
|
|
1677
|
+
[class^=li-].li-flip-vertical.li-spin-counter, [class*=" li-"].li-flip-vertical.li-spin-counter {
|
|
1678
|
+
animation: icon-spin-counter-flip-vertical 2s infinite linear;
|
|
1679
|
+
}
|
|
1680
|
+
[class^=li-].li-rotate-90, [class*=" li-"].li-rotate-90 {
|
|
1681
|
+
transform: rotate(90deg);
|
|
1682
|
+
}
|
|
1683
|
+
[class^=li-].li-rotate-180, [class*=" li-"].li-rotate-180 {
|
|
1684
|
+
transform: rotate(180deg);
|
|
1685
|
+
}
|
|
1686
|
+
[class^=li-].li-rotate-270, [class*=" li-"].li-rotate-270 {
|
|
1687
|
+
transform: rotate(270deg);
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
@-webkit-keyframes dash-spinner {
|
|
1691
|
+
0% {
|
|
1692
|
+
stroke-dasharray: 1, 200;
|
|
1693
|
+
stroke-dashoffset: 0;
|
|
1694
|
+
}
|
|
1695
|
+
50% {
|
|
1696
|
+
stroke-dasharray: 89, 200;
|
|
1697
|
+
stroke-dashoffset: -35px;
|
|
1698
|
+
}
|
|
1699
|
+
100% {
|
|
1700
|
+
stroke-dasharray: 89, 200;
|
|
1701
|
+
stroke-dashoffset: -124px;
|
|
1702
|
+
}
|
|
1703
|
+
}
|
|
1704
|
+
@keyframes dash-spinner {
|
|
1705
|
+
0% {
|
|
1706
|
+
stroke-dasharray: 1, 200;
|
|
1707
|
+
stroke-dashoffset: 0;
|
|
1708
|
+
}
|
|
1709
|
+
50% {
|
|
1710
|
+
stroke-dasharray: 89, 200;
|
|
1711
|
+
stroke-dashoffset: -35px;
|
|
1712
|
+
}
|
|
1713
|
+
100% {
|
|
1714
|
+
stroke-dasharray: 89, 200;
|
|
1715
|
+
stroke-dashoffset: -124px;
|
|
1716
|
+
}
|
|
1717
|
+
}
|
|
1718
|
+
@-webkit-keyframes dash-rotate {
|
|
1719
|
+
0% {
|
|
1720
|
+
transform: scale(1.5) rotate(0deg);
|
|
1721
|
+
}
|
|
1722
|
+
100% {
|
|
1723
|
+
transform: scale(1.5) rotate(360deg);
|
|
1724
|
+
}
|
|
1725
|
+
}
|
|
1726
|
+
@keyframes dash-rotate {
|
|
1727
|
+
0% {
|
|
1728
|
+
transform: scale(1.5) rotate(0deg);
|
|
1729
|
+
}
|
|
1730
|
+
100% {
|
|
1731
|
+
transform: scale(1.5) rotate(360deg);
|
|
1732
|
+
}
|
|
1733
|
+
}
|
|
1734
|
+
[class^=li-] .ri-spinner, [class*=" li-"] .ri-spinner {
|
|
1735
|
+
min-width: auto;
|
|
1736
|
+
}
|
|
1737
|
+
[class^=li-] .ri-spinner:before, [class*=" li-"] .ri-spinner:before {
|
|
1738
|
+
padding-top: 0 !important;
|
|
1739
|
+
display: inherit;
|
|
1740
|
+
}
|
|
1741
|
+
[class^=li-] .li-spinner,
|
|
1742
|
+
[class^=li-] .ri-spinner, [class*=" li-"] .li-spinner,
|
|
1743
|
+
[class*=" li-"] .ri-spinner {
|
|
1744
|
+
display: none !important;
|
|
1745
|
+
}
|
|
1746
|
+
[class^=li-].loading, [class*=" li-"].loading {
|
|
1747
|
+
display: inline-grid;
|
|
1748
|
+
}
|
|
1749
|
+
[class^=li-].loading .li-spinner,
|
|
1750
|
+
[class^=li-].loading .ri-spinner, [class*=" li-"].loading .li-spinner,
|
|
1751
|
+
[class*=" li-"].loading .ri-spinner {
|
|
1752
|
+
display: inline-grid !important;
|
|
1753
|
+
transform-origin: center center;
|
|
1754
|
+
z-index: 4;
|
|
1755
|
+
scale: 0.96;
|
|
1756
|
+
}
|
|
1757
|
+
.safari [class^=li-].loading .li-spinner,
|
|
1758
|
+
.safari [class^=li-].loading .ri-spinner, .safari [class*=" li-"].loading .li-spinner,
|
|
1759
|
+
.safari [class*=" li-"].loading .ri-spinner {
|
|
1760
|
+
scale: 0.64;
|
|
1761
|
+
}
|
|
1762
|
+
[class^=li-].loading .li-spinner svg, [class^=li-].loading .li-spinner circle,
|
|
1763
|
+
[class^=li-].loading .ri-spinner svg,
|
|
1764
|
+
[class^=li-].loading .ri-spinner circle, [class*=" li-"].loading .li-spinner svg, [class*=" li-"].loading .li-spinner circle,
|
|
1765
|
+
[class*=" li-"].loading .ri-spinner svg,
|
|
1766
|
+
[class*=" li-"].loading .ri-spinner circle {
|
|
1767
|
+
transform-origin: center center;
|
|
1768
|
+
scale: 1;
|
|
1769
|
+
}
|
|
1770
|
+
[class^=li-].loading .li-spinner svg,
|
|
1771
|
+
[class^=li-].loading .ri-spinner svg, [class*=" li-"].loading .li-spinner svg,
|
|
1772
|
+
[class*=" li-"].loading .ri-spinner svg {
|
|
1773
|
+
scale: var(--internal-icon-spinner-scale-override, 1);
|
|
1774
|
+
filter: brightness(2);
|
|
1775
|
+
}
|
|
1776
|
+
[class^=li-].loading .li-spinner circle,
|
|
1777
|
+
[class^=li-].loading .ri-spinner circle, [class*=" li-"].loading .li-spinner circle,
|
|
1778
|
+
[class*=" li-"].loading .ri-spinner circle {
|
|
1779
|
+
stroke: var(--color-progress, currentColor);
|
|
1780
|
+
stroke-width: 2;
|
|
1781
|
+
stroke-align: inner;
|
|
1782
|
+
stroke-linecap: round;
|
|
1783
|
+
transition: all 0.1s ease-out;
|
|
1784
|
+
r: 16 !important;
|
|
1785
|
+
fill: none;
|
|
1786
|
+
}
|
|
1787
|
+
[class^=li-].loading .li-spinner.li-circle circle, [class^=li-].loading .li-spinner.li-disc circle, [class^=li-].loading .li-spinner.li-box circle, [class^=li-].loading .li-spinner.li-rounded circle,
|
|
1788
|
+
[class^=li-].loading .ri-spinner.li-circle circle,
|
|
1789
|
+
[class^=li-].loading .ri-spinner.li-disc circle,
|
|
1790
|
+
[class^=li-].loading .ri-spinner.li-box circle,
|
|
1791
|
+
[class^=li-].loading .ri-spinner.li-rounded circle, [class*=" li-"].loading .li-spinner.li-circle circle, [class*=" li-"].loading .li-spinner.li-disc circle, [class*=" li-"].loading .li-spinner.li-box circle, [class*=" li-"].loading .li-spinner.li-rounded circle,
|
|
1792
|
+
[class*=" li-"].loading .ri-spinner.li-circle circle,
|
|
1793
|
+
[class*=" li-"].loading .ri-spinner.li-disc circle,
|
|
1794
|
+
[class*=" li-"].loading .ri-spinner.li-box circle,
|
|
1795
|
+
[class*=" li-"].loading .ri-spinner.li-rounded circle {
|
|
1796
|
+
fill: rgba(0, 0, 0, 0.4);
|
|
1797
|
+
}
|
|
1798
|
+
[class^=li-].loading .li-spinner.li-light circle, [class^=li-].loading .li-spinner.li-lighter circle,
|
|
1799
|
+
[class^=li-].loading .ri-spinner.li-light circle,
|
|
1800
|
+
[class^=li-].loading .ri-spinner.li-lighter circle, [class*=" li-"].loading .li-spinner.li-light circle, [class*=" li-"].loading .li-spinner.li-lighter circle,
|
|
1801
|
+
[class*=" li-"].loading .ri-spinner.li-light circle,
|
|
1802
|
+
[class*=" li-"].loading .ri-spinner.li-lighter circle {
|
|
1803
|
+
stroke-width: 1;
|
|
1804
|
+
}
|
|
1805
|
+
[class^=li-].loading.li-circle .li-spinner circle,
|
|
1806
|
+
[class^=li-].loading.li-circle .ri-spinner circle, [class^=li-].loading.li-disc .li-spinner circle,
|
|
1807
|
+
[class^=li-].loading.li-disc .ri-spinner circle, [class^=li-].loading.li-box .li-spinner circle,
|
|
1808
|
+
[class^=li-].loading.li-box .ri-spinner circle, [class^=li-].loading.li-rounded .li-spinner circle,
|
|
1809
|
+
[class^=li-].loading.li-rounded .ri-spinner circle, [class*=" li-"].loading.li-circle .li-spinner circle,
|
|
1810
|
+
[class*=" li-"].loading.li-circle .ri-spinner circle, [class*=" li-"].loading.li-disc .li-spinner circle,
|
|
1811
|
+
[class*=" li-"].loading.li-disc .ri-spinner circle, [class*=" li-"].loading.li-box .li-spinner circle,
|
|
1812
|
+
[class*=" li-"].loading.li-box .ri-spinner circle, [class*=" li-"].loading.li-rounded .li-spinner circle,
|
|
1813
|
+
[class*=" li-"].loading.li-rounded .ri-spinner circle {
|
|
1814
|
+
fill: rgba(0, 0, 0, 0.4);
|
|
1815
|
+
}
|
|
1816
|
+
[class^=li-].loading.li-lighter > .li-spinner circle, [class^=li-].loading.li-lighter > .ri-spinner circle, [class^=li-].loading.li-light > .li-spinner circle, [class^=li-].loading.li-light > .ri-spinner circle, [class*=" li-"].loading.li-lighter > .li-spinner circle, [class*=" li-"].loading.li-lighter > .ri-spinner circle, [class*=" li-"].loading.li-light > .li-spinner circle, [class*=" li-"].loading.li-light > .ri-spinner circle {
|
|
1817
|
+
stroke-width: 1;
|
|
1818
|
+
}
|
|
1819
|
+
[class^=li-].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options:after, [class*=" li-"].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options:after {
|
|
1820
|
+
content: "\e838";
|
|
1821
|
+
align-self: center;
|
|
1822
|
+
}
|
|
1823
|
+
[class^=li-].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options-horizontal:after, [class*=" li-"].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options-horizontal:after {
|
|
1824
|
+
content: "\e836";
|
|
1825
|
+
}
|
|
1826
|
+
[class^=li-].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options:before, [class^=li-].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options:after, [class^=li-].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options-horizontal:before, [class^=li-].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options-horizontal:after, [class*=" li-"].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options:before, [class*=" li-"].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options:after, [class*=" li-"].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options-horizontal:before, [class*=" li-"].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options-horizontal:after {
|
|
1827
|
+
font-size: 0.6em;
|
|
1828
|
+
animation-name: loading-blink;
|
|
1829
|
+
animation-duration: 1.4s;
|
|
1830
|
+
animation-iteration-count: infinite;
|
|
1831
|
+
animation-fill-mode: both;
|
|
1832
|
+
transition: none !important;
|
|
1833
|
+
}
|
|
1834
|
+
[class^=li-].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options:after, [class^=li-].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options-horizontal:after, [class*=" li-"].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options:after, [class*=" li-"].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options-horizontal:after {
|
|
1835
|
+
animation-delay: 0.4s;
|
|
1836
|
+
}
|
|
1837
|
+
[class^=li-].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options.os-unit:after, [class^=li-].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options.li-rounded:after, [class^=li-].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options-horizontal.os-unit:after, [class^=li-].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options-horizontal.li-rounded:after, [class*=" li-"].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options.os-unit:after, [class*=" li-"].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options.li-rounded:after, [class*=" li-"].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options-horizontal.os-unit:after, [class*=" li-"].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options-horizontal.li-rounded:after {
|
|
1838
|
+
font-size: 0.6em;
|
|
1839
|
+
}
|
|
1840
|
+
[class^=li-].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options.li-sm:before, [class^=li-].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options.li-sm:after, [class^=li-].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options-horizontal.li-sm:before, [class^=li-].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options-horizontal.li-sm:after, [class*=" li-"].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options.li-sm:before, [class*=" li-"].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options.li-sm:after, [class*=" li-"].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options-horizontal.li-sm:before, [class*=" li-"].loading:not(.li-circle):not(.li-border):not(.li-disc):not(.li-box).li-options-horizontal.li-sm:after {
|
|
1841
|
+
font-size: calc(0.6em * 0.6) !important;
|
|
1842
|
+
}
|
|
1843
|
+
[class^=li-]:not(.li-badge).os-unit.loading, .os-unit > [class^=li-]:not(.li-badge).loading, [class*=" li-"]:not(.li-badge).os-unit.loading, .os-unit > [class*=" li-"]:not(.li-badge).loading {
|
|
1844
|
+
--internal-icon-spinner-scale-override: var(--icon-spinner-scale-override, 1);
|
|
1845
|
+
}
|
|
1846
|
+
[class^=li-]:not(.li-badge).os-unit.li-circle, [class^=li-]:not(.li-badge).os-unit .li-circle, .os-unit > [class^=li-]:not(.li-badge).li-circle, .os-unit > [class^=li-]:not(.li-badge) .li-circle, [class*=" li-"]:not(.li-badge).os-unit.li-circle, [class*=" li-"]:not(.li-badge).os-unit .li-circle, .os-unit > [class*=" li-"]:not(.li-badge).li-circle, .os-unit > [class*=" li-"]:not(.li-badge) .li-circle {
|
|
1847
|
+
--internal-icon-spinner-scale-override: var(--icon-spinner-scale-override, .67);
|
|
1848
|
+
}
|
|
1849
|
+
[class^=li-]:not(.li-badge).os-unit.li-disc, [class^=li-]:not(.li-badge).os-unit .li-disc, [class^=li-]:not(.li-badge).os-unit.li-sm, [class^=li-]:not(.li-badge).os-unit .li-sm, [class^=li-]:not(.li-badge).os-unit.li-box, [class^=li-]:not(.li-badge).os-unit.li-rounded,
|
|
1850
|
+
[class^=li-]:not(.li-badge).os-unit .li-box, [class^=li-]:not(.li-badge).os-unit .li-rounded, .os-unit > [class^=li-]:not(.li-badge).li-disc, .os-unit > [class^=li-]:not(.li-badge) .li-disc, .os-unit > [class^=li-]:not(.li-badge).li-sm, .os-unit > [class^=li-]:not(.li-badge) .li-sm, .os-unit > [class^=li-]:not(.li-badge).li-box, .os-unit > [class^=li-]:not(.li-badge).li-rounded,
|
|
1851
|
+
.os-unit > [class^=li-]:not(.li-badge) .li-box, .os-unit > [class^=li-]:not(.li-badge) .li-rounded, [class*=" li-"]:not(.li-badge).os-unit.li-disc, [class*=" li-"]:not(.li-badge).os-unit .li-disc, [class*=" li-"]:not(.li-badge).os-unit.li-sm, [class*=" li-"]:not(.li-badge).os-unit .li-sm, [class*=" li-"]:not(.li-badge).os-unit.li-box, [class*=" li-"]:not(.li-badge).os-unit.li-rounded,
|
|
1852
|
+
[class*=" li-"]:not(.li-badge).os-unit .li-box, [class*=" li-"]:not(.li-badge).os-unit .li-rounded, .os-unit > [class*=" li-"]:not(.li-badge).li-disc, .os-unit > [class*=" li-"]:not(.li-badge) .li-disc, .os-unit > [class*=" li-"]:not(.li-badge).li-sm, .os-unit > [class*=" li-"]:not(.li-badge) .li-sm, .os-unit > [class*=" li-"]:not(.li-badge).li-box, .os-unit > [class*=" li-"]:not(.li-badge).li-rounded,
|
|
1853
|
+
.os-unit > [class*=" li-"]:not(.li-badge) .li-box, .os-unit > [class*=" li-"]:not(.li-badge) .li-rounded {
|
|
1854
|
+
--internal-icon-spinner-scale-override: var(--icon-spinner-scale-override, .619);
|
|
1855
|
+
}
|
|
1856
|
+
[class^=li-]:not([data-progress]) > .li-spinner svg, [class^=li-]:not([data-progress]) > .ri-spinner svg, [class*=" li-"]:not([data-progress]) > .li-spinner svg, [class*=" li-"]:not([data-progress]) > .ri-spinner svg {
|
|
1857
|
+
animation: 2s linear infinite both dash-rotate;
|
|
1858
|
+
}
|
|
1859
|
+
[class^=li-]:not([data-progress]) > .li-spinner circle, [class^=li-]:not([data-progress]) > .ri-spinner circle, [class*=" li-"]:not([data-progress]) > .li-spinner circle, [class*=" li-"]:not([data-progress]) > .ri-spinner circle {
|
|
1860
|
+
stroke-dasharray: 100.5309664;
|
|
1861
|
+
animation: 1.4s ease-in-out infinite both dash-spinner;
|
|
1862
|
+
stroke-linecap: round;
|
|
1863
|
+
shape-rendering: geometricPrecision;
|
|
1864
|
+
}
|
|
1865
|
+
[class^=li-][data-progress] > .li-spinner svg, [class^=li-][data-progress] > .ri-spinner svg, [class*=" li-"][data-progress] > .li-spinner svg, [class*=" li-"][data-progress] > .ri-spinner svg {
|
|
1866
|
+
transform: scale(1.5) rotate(-90deg);
|
|
1867
|
+
}
|
|
1868
|
+
[class^=li-][data-progress] > .li-spinner circle, [class^=li-][data-progress] > .ri-spinner circle, [class*=" li-"][data-progress] > .li-spinner circle, [class*=" li-"][data-progress] > .ri-spinner circle {
|
|
1869
|
+
stroke-dasharray: 0 100;
|
|
1870
|
+
transition: stroke-dasharray 1s ease-out;
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
.control [class^=li-].loading[class*=color-fg-]:not([class*=li-options]), .control [class^=li-].loading[class*=color-fg-]:not([class*=li-options]).li-rounded, .control [class*=" li-"].loading[class*=color-fg-]:not([class*=li-options]), .control [class*=" li-"].loading[class*=color-fg-]:not([class*=li-options]).li-rounded, .controls [class^=li-].loading[class*=color-fg-]:not([class*=li-options]), .controls [class^=li-].loading[class*=color-fg-]:not([class*=li-options]).li-rounded, .controls [class*=" li-"].loading[class*=color-fg-]:not([class*=li-options]), .controls [class*=" li-"].loading[class*=color-fg-]:not([class*=li-options]).li-rounded, .os-form-submit [class^=li-].loading[class*=color-fg-]:not([class*=li-options]), .os-form-submit [class^=li-].loading[class*=color-fg-]:not([class*=li-options]).li-rounded, .os-form-submit [class*=" li-"].loading[class*=color-fg-]:not([class*=li-options]), .os-form-submit [class*=" li-"].loading[class*=color-fg-]:not([class*=li-options]).li-rounded {
|
|
1874
|
+
background-color: rgba(255, 255, 255, 0.2) !important;
|
|
1875
|
+
}
|
|
1876
|
+
.control [class^=li-].loading[class*=color-fg-]:not([class*=li-options]):before, .control [class^=li-].loading[class*=color-fg-]:not([class*=li-options]).li-rounded:before, .control [class*=" li-"].loading[class*=color-fg-]:not([class*=li-options]):before, .control [class*=" li-"].loading[class*=color-fg-]:not([class*=li-options]).li-rounded:before, .controls [class^=li-].loading[class*=color-fg-]:not([class*=li-options]):before, .controls [class^=li-].loading[class*=color-fg-]:not([class*=li-options]).li-rounded:before, .controls [class*=" li-"].loading[class*=color-fg-]:not([class*=li-options]):before, .controls [class*=" li-"].loading[class*=color-fg-]:not([class*=li-options]).li-rounded:before, .os-form-submit [class^=li-].loading[class*=color-fg-]:not([class*=li-options]):before, .os-form-submit [class^=li-].loading[class*=color-fg-]:not([class*=li-options]).li-rounded:before, .os-form-submit [class*=" li-"].loading[class*=color-fg-]:not([class*=li-options]):before, .os-form-submit [class*=" li-"].loading[class*=color-fg-]:not([class*=li-options]).li-rounded:before {
|
|
1877
|
+
font-weight: inherit !important;
|
|
1878
|
+
color: currentColor !important;
|
|
1879
|
+
}
|
|
1880
|
+
|
|
1881
|
+
.os-form-submitting [class^=li-] > .li-spinner, .os-form-submitting [class^=li-] > .ri-spinner, .os-form-submitting [class*=" li-"] > .li-spinner, .os-form-submitting [class*=" li-"] > .ri-spinner {
|
|
1882
|
+
display: inline-grid !important;
|
|
1883
|
+
transform-origin: center center;
|
|
1884
|
+
z-index: 4;
|
|
1885
|
+
scale: 0.96;
|
|
1886
|
+
}
|
|
1887
|
+
.safari .os-form-submitting [class^=li-] > .li-spinner, .safari .os-form-submitting [class^=li-] > .ri-spinner, .safari .os-form-submitting [class*=" li-"] > .li-spinner, .safari .os-form-submitting [class*=" li-"] > .ri-spinner {
|
|
1888
|
+
scale: 0.64;
|
|
1889
|
+
}
|
|
1890
|
+
.os-form-submitting [class^=li-] > .li-spinner svg, .os-form-submitting [class^=li-] > .li-spinner circle, .os-form-submitting [class^=li-] > .ri-spinner svg, .os-form-submitting [class^=li-] > .ri-spinner circle, .os-form-submitting [class*=" li-"] > .li-spinner svg, .os-form-submitting [class*=" li-"] > .li-spinner circle, .os-form-submitting [class*=" li-"] > .ri-spinner svg, .os-form-submitting [class*=" li-"] > .ri-spinner circle {
|
|
1891
|
+
transform-origin: center center;
|
|
1892
|
+
scale: 1;
|
|
1893
|
+
}
|
|
1894
|
+
.os-form-submitting [class^=li-] > .li-spinner svg, .os-form-submitting [class^=li-] > .ri-spinner svg, .os-form-submitting [class*=" li-"] > .li-spinner svg, .os-form-submitting [class*=" li-"] > .ri-spinner svg {
|
|
1895
|
+
scale: var(--internal-icon-spinner-scale-override, 1);
|
|
1896
|
+
filter: brightness(2);
|
|
1897
|
+
}
|
|
1898
|
+
.os-form-submitting [class^=li-] > .li-spinner circle, .os-form-submitting [class^=li-] > .ri-spinner circle, .os-form-submitting [class*=" li-"] > .li-spinner circle, .os-form-submitting [class*=" li-"] > .ri-spinner circle {
|
|
1899
|
+
stroke: var(--color-progress, currentColor);
|
|
1900
|
+
stroke-width: 2;
|
|
1901
|
+
stroke-align: inner;
|
|
1902
|
+
stroke-linecap: round;
|
|
1903
|
+
transition: all 0.1s ease-out;
|
|
1904
|
+
r: 16 !important;
|
|
1905
|
+
fill: none;
|
|
1906
|
+
}
|
|
1907
|
+
.os-form-submitting [class^=li-] > .li-spinner.li-circle circle, .os-form-submitting [class^=li-] > .li-spinner.li-disc circle, .os-form-submitting [class^=li-] > .li-spinner.li-box circle, .os-form-submitting [class^=li-] > .li-spinner.li-rounded circle, .os-form-submitting [class^=li-] > .ri-spinner.li-circle circle, .os-form-submitting [class^=li-] > .ri-spinner.li-disc circle, .os-form-submitting [class^=li-] > .ri-spinner.li-box circle, .os-form-submitting [class^=li-] > .ri-spinner.li-rounded circle, .os-form-submitting [class*=" li-"] > .li-spinner.li-circle circle, .os-form-submitting [class*=" li-"] > .li-spinner.li-disc circle, .os-form-submitting [class*=" li-"] > .li-spinner.li-box circle, .os-form-submitting [class*=" li-"] > .li-spinner.li-rounded circle, .os-form-submitting [class*=" li-"] > .ri-spinner.li-circle circle, .os-form-submitting [class*=" li-"] > .ri-spinner.li-disc circle, .os-form-submitting [class*=" li-"] > .ri-spinner.li-box circle, .os-form-submitting [class*=" li-"] > .ri-spinner.li-rounded circle {
|
|
1908
|
+
fill: rgba(0, 0, 0, 0.4);
|
|
1909
|
+
}
|
|
1910
|
+
|
|
1911
|
+
.loading[data-progress="1%"] circle {
|
|
1912
|
+
stroke-dasharray: 1, 100 !important;
|
|
1913
|
+
}
|
|
1914
|
+
.loading[data-progress="2%"] circle {
|
|
1915
|
+
stroke-dasharray: 2, 100 !important;
|
|
1916
|
+
}
|
|
1917
|
+
.loading[data-progress="3%"] circle {
|
|
1918
|
+
stroke-dasharray: 3, 100 !important;
|
|
1919
|
+
}
|
|
1920
|
+
.loading[data-progress="4%"] circle {
|
|
1921
|
+
stroke-dasharray: 4, 100 !important;
|
|
1922
|
+
}
|
|
1923
|
+
.loading[data-progress="5%"] circle {
|
|
1924
|
+
stroke-dasharray: 5, 100 !important;
|
|
1925
|
+
}
|
|
1926
|
+
.loading[data-progress="6%"] circle {
|
|
1927
|
+
stroke-dasharray: 6, 100 !important;
|
|
1928
|
+
}
|
|
1929
|
+
.loading[data-progress="7%"] circle {
|
|
1930
|
+
stroke-dasharray: 7, 100 !important;
|
|
1931
|
+
}
|
|
1932
|
+
.loading[data-progress="8%"] circle {
|
|
1933
|
+
stroke-dasharray: 8, 100 !important;
|
|
1934
|
+
}
|
|
1935
|
+
.loading[data-progress="9%"] circle {
|
|
1936
|
+
stroke-dasharray: 9, 100 !important;
|
|
1937
|
+
}
|
|
1938
|
+
.loading[data-progress="10%"] circle {
|
|
1939
|
+
stroke-dasharray: 10, 100 !important;
|
|
1940
|
+
}
|
|
1941
|
+
.loading[data-progress="11%"] circle {
|
|
1942
|
+
stroke-dasharray: 11, 100 !important;
|
|
1943
|
+
}
|
|
1944
|
+
.loading[data-progress="12%"] circle {
|
|
1945
|
+
stroke-dasharray: 12, 100 !important;
|
|
1946
|
+
}
|
|
1947
|
+
.loading[data-progress="13%"] circle {
|
|
1948
|
+
stroke-dasharray: 13, 100 !important;
|
|
1949
|
+
}
|
|
1950
|
+
.loading[data-progress="14%"] circle {
|
|
1951
|
+
stroke-dasharray: 14, 100 !important;
|
|
1952
|
+
}
|
|
1953
|
+
.loading[data-progress="15%"] circle {
|
|
1954
|
+
stroke-dasharray: 15, 100 !important;
|
|
1955
|
+
}
|
|
1956
|
+
.loading[data-progress="16%"] circle {
|
|
1957
|
+
stroke-dasharray: 16, 100 !important;
|
|
1958
|
+
}
|
|
1959
|
+
.loading[data-progress="17%"] circle {
|
|
1960
|
+
stroke-dasharray: 17, 100 !important;
|
|
1961
|
+
}
|
|
1962
|
+
.loading[data-progress="18%"] circle {
|
|
1963
|
+
stroke-dasharray: 18, 100 !important;
|
|
1964
|
+
}
|
|
1965
|
+
.loading[data-progress="19%"] circle {
|
|
1966
|
+
stroke-dasharray: 19, 100 !important;
|
|
1967
|
+
}
|
|
1968
|
+
.loading[data-progress="20%"] circle {
|
|
1969
|
+
stroke-dasharray: 20, 100 !important;
|
|
1970
|
+
}
|
|
1971
|
+
.loading[data-progress="21%"] circle {
|
|
1972
|
+
stroke-dasharray: 21, 100 !important;
|
|
1973
|
+
}
|
|
1974
|
+
.loading[data-progress="22%"] circle {
|
|
1975
|
+
stroke-dasharray: 22, 100 !important;
|
|
1976
|
+
}
|
|
1977
|
+
.loading[data-progress="23%"] circle {
|
|
1978
|
+
stroke-dasharray: 23, 100 !important;
|
|
1979
|
+
}
|
|
1980
|
+
.loading[data-progress="24%"] circle {
|
|
1981
|
+
stroke-dasharray: 24, 100 !important;
|
|
1982
|
+
}
|
|
1983
|
+
.loading[data-progress="25%"] circle {
|
|
1984
|
+
stroke-dasharray: 25, 100 !important;
|
|
1985
|
+
}
|
|
1986
|
+
.loading[data-progress="26%"] circle {
|
|
1987
|
+
stroke-dasharray: 26, 100 !important;
|
|
1988
|
+
}
|
|
1989
|
+
.loading[data-progress="27%"] circle {
|
|
1990
|
+
stroke-dasharray: 27, 100 !important;
|
|
1991
|
+
}
|
|
1992
|
+
.loading[data-progress="28%"] circle {
|
|
1993
|
+
stroke-dasharray: 28, 100 !important;
|
|
1994
|
+
}
|
|
1995
|
+
.loading[data-progress="29%"] circle {
|
|
1996
|
+
stroke-dasharray: 29, 100 !important;
|
|
1997
|
+
}
|
|
1998
|
+
.loading[data-progress="30%"] circle {
|
|
1999
|
+
stroke-dasharray: 30, 100 !important;
|
|
2000
|
+
}
|
|
2001
|
+
.loading[data-progress="31%"] circle {
|
|
2002
|
+
stroke-dasharray: 31, 100 !important;
|
|
2003
|
+
}
|
|
2004
|
+
.loading[data-progress="32%"] circle {
|
|
2005
|
+
stroke-dasharray: 32, 100 !important;
|
|
2006
|
+
}
|
|
2007
|
+
.loading[data-progress="33%"] circle {
|
|
2008
|
+
stroke-dasharray: 33, 100 !important;
|
|
2009
|
+
}
|
|
2010
|
+
.loading[data-progress="34%"] circle {
|
|
2011
|
+
stroke-dasharray: 34, 100 !important;
|
|
2012
|
+
}
|
|
2013
|
+
.loading[data-progress="35%"] circle {
|
|
2014
|
+
stroke-dasharray: 35, 100 !important;
|
|
2015
|
+
}
|
|
2016
|
+
.loading[data-progress="36%"] circle {
|
|
2017
|
+
stroke-dasharray: 36, 100 !important;
|
|
2018
|
+
}
|
|
2019
|
+
.loading[data-progress="37%"] circle {
|
|
2020
|
+
stroke-dasharray: 37, 100 !important;
|
|
2021
|
+
}
|
|
2022
|
+
.loading[data-progress="38%"] circle {
|
|
2023
|
+
stroke-dasharray: 38, 100 !important;
|
|
2024
|
+
}
|
|
2025
|
+
.loading[data-progress="39%"] circle {
|
|
2026
|
+
stroke-dasharray: 39, 100 !important;
|
|
2027
|
+
}
|
|
2028
|
+
.loading[data-progress="40%"] circle {
|
|
2029
|
+
stroke-dasharray: 40, 100 !important;
|
|
2030
|
+
}
|
|
2031
|
+
.loading[data-progress="41%"] circle {
|
|
2032
|
+
stroke-dasharray: 41, 100 !important;
|
|
2033
|
+
}
|
|
2034
|
+
.loading[data-progress="42%"] circle {
|
|
2035
|
+
stroke-dasharray: 42, 100 !important;
|
|
2036
|
+
}
|
|
2037
|
+
.loading[data-progress="43%"] circle {
|
|
2038
|
+
stroke-dasharray: 43, 100 !important;
|
|
2039
|
+
}
|
|
2040
|
+
.loading[data-progress="44%"] circle {
|
|
2041
|
+
stroke-dasharray: 44, 100 !important;
|
|
2042
|
+
}
|
|
2043
|
+
.loading[data-progress="45%"] circle {
|
|
2044
|
+
stroke-dasharray: 45, 100 !important;
|
|
2045
|
+
}
|
|
2046
|
+
.loading[data-progress="46%"] circle {
|
|
2047
|
+
stroke-dasharray: 46, 100 !important;
|
|
2048
|
+
}
|
|
2049
|
+
.loading[data-progress="47%"] circle {
|
|
2050
|
+
stroke-dasharray: 47, 100 !important;
|
|
2051
|
+
}
|
|
2052
|
+
.loading[data-progress="48%"] circle {
|
|
2053
|
+
stroke-dasharray: 48, 100 !important;
|
|
2054
|
+
}
|
|
2055
|
+
.loading[data-progress="49%"] circle {
|
|
2056
|
+
stroke-dasharray: 49, 100 !important;
|
|
2057
|
+
}
|
|
2058
|
+
.loading[data-progress="50%"] circle {
|
|
2059
|
+
stroke-dasharray: 50, 100 !important;
|
|
2060
|
+
}
|
|
2061
|
+
.loading[data-progress="51%"] circle {
|
|
2062
|
+
stroke-dasharray: 51, 100 !important;
|
|
2063
|
+
}
|
|
2064
|
+
.loading[data-progress="52%"] circle {
|
|
2065
|
+
stroke-dasharray: 52, 100 !important;
|
|
2066
|
+
}
|
|
2067
|
+
.loading[data-progress="53%"] circle {
|
|
2068
|
+
stroke-dasharray: 53, 100 !important;
|
|
2069
|
+
}
|
|
2070
|
+
.loading[data-progress="54%"] circle {
|
|
2071
|
+
stroke-dasharray: 54, 100 !important;
|
|
2072
|
+
}
|
|
2073
|
+
.loading[data-progress="55%"] circle {
|
|
2074
|
+
stroke-dasharray: 55, 100 !important;
|
|
2075
|
+
}
|
|
2076
|
+
.loading[data-progress="56%"] circle {
|
|
2077
|
+
stroke-dasharray: 56, 100 !important;
|
|
2078
|
+
}
|
|
2079
|
+
.loading[data-progress="57%"] circle {
|
|
2080
|
+
stroke-dasharray: 57, 100 !important;
|
|
2081
|
+
}
|
|
2082
|
+
.loading[data-progress="58%"] circle {
|
|
2083
|
+
stroke-dasharray: 58, 100 !important;
|
|
2084
|
+
}
|
|
2085
|
+
.loading[data-progress="59%"] circle {
|
|
2086
|
+
stroke-dasharray: 59, 100 !important;
|
|
2087
|
+
}
|
|
2088
|
+
.loading[data-progress="60%"] circle {
|
|
2089
|
+
stroke-dasharray: 60, 100 !important;
|
|
2090
|
+
}
|
|
2091
|
+
.loading[data-progress="61%"] circle {
|
|
2092
|
+
stroke-dasharray: 61, 100 !important;
|
|
2093
|
+
}
|
|
2094
|
+
.loading[data-progress="62%"] circle {
|
|
2095
|
+
stroke-dasharray: 62, 100 !important;
|
|
2096
|
+
}
|
|
2097
|
+
.loading[data-progress="63%"] circle {
|
|
2098
|
+
stroke-dasharray: 63, 100 !important;
|
|
2099
|
+
}
|
|
2100
|
+
.loading[data-progress="64%"] circle {
|
|
2101
|
+
stroke-dasharray: 64, 100 !important;
|
|
2102
|
+
}
|
|
2103
|
+
.loading[data-progress="65%"] circle {
|
|
2104
|
+
stroke-dasharray: 65, 100 !important;
|
|
2105
|
+
}
|
|
2106
|
+
.loading[data-progress="66%"] circle {
|
|
2107
|
+
stroke-dasharray: 66, 100 !important;
|
|
2108
|
+
}
|
|
2109
|
+
.loading[data-progress="67%"] circle {
|
|
2110
|
+
stroke-dasharray: 67, 100 !important;
|
|
2111
|
+
}
|
|
2112
|
+
.loading[data-progress="68%"] circle {
|
|
2113
|
+
stroke-dasharray: 68, 100 !important;
|
|
2114
|
+
}
|
|
2115
|
+
.loading[data-progress="69%"] circle {
|
|
2116
|
+
stroke-dasharray: 69, 100 !important;
|
|
2117
|
+
}
|
|
2118
|
+
.loading[data-progress="70%"] circle {
|
|
2119
|
+
stroke-dasharray: 70, 100 !important;
|
|
2120
|
+
}
|
|
2121
|
+
.loading[data-progress="71%"] circle {
|
|
2122
|
+
stroke-dasharray: 71, 100 !important;
|
|
2123
|
+
}
|
|
2124
|
+
.loading[data-progress="72%"] circle {
|
|
2125
|
+
stroke-dasharray: 72, 100 !important;
|
|
2126
|
+
}
|
|
2127
|
+
.loading[data-progress="73%"] circle {
|
|
2128
|
+
stroke-dasharray: 73, 100 !important;
|
|
2129
|
+
}
|
|
2130
|
+
.loading[data-progress="74%"] circle {
|
|
2131
|
+
stroke-dasharray: 74, 100 !important;
|
|
2132
|
+
}
|
|
2133
|
+
.loading[data-progress="75%"] circle {
|
|
2134
|
+
stroke-dasharray: 75, 100 !important;
|
|
2135
|
+
}
|
|
2136
|
+
.loading[data-progress="76%"] circle {
|
|
2137
|
+
stroke-dasharray: 76, 100 !important;
|
|
2138
|
+
}
|
|
2139
|
+
.loading[data-progress="77%"] circle {
|
|
2140
|
+
stroke-dasharray: 77, 100 !important;
|
|
2141
|
+
}
|
|
2142
|
+
.loading[data-progress="78%"] circle {
|
|
2143
|
+
stroke-dasharray: 78, 100 !important;
|
|
2144
|
+
}
|
|
2145
|
+
.loading[data-progress="79%"] circle {
|
|
2146
|
+
stroke-dasharray: 79, 100 !important;
|
|
2147
|
+
}
|
|
2148
|
+
.loading[data-progress="80%"] circle {
|
|
2149
|
+
stroke-dasharray: 80, 100 !important;
|
|
2150
|
+
}
|
|
2151
|
+
.loading[data-progress="81%"] circle {
|
|
2152
|
+
stroke-dasharray: 81, 100 !important;
|
|
2153
|
+
}
|
|
2154
|
+
.loading[data-progress="82%"] circle {
|
|
2155
|
+
stroke-dasharray: 82, 100 !important;
|
|
2156
|
+
}
|
|
2157
|
+
.loading[data-progress="83%"] circle {
|
|
2158
|
+
stroke-dasharray: 83, 100 !important;
|
|
2159
|
+
}
|
|
2160
|
+
.loading[data-progress="84%"] circle {
|
|
2161
|
+
stroke-dasharray: 84, 100 !important;
|
|
2162
|
+
}
|
|
2163
|
+
.loading[data-progress="85%"] circle {
|
|
2164
|
+
stroke-dasharray: 85, 100 !important;
|
|
2165
|
+
}
|
|
2166
|
+
.loading[data-progress="86%"] circle {
|
|
2167
|
+
stroke-dasharray: 86, 100 !important;
|
|
2168
|
+
}
|
|
2169
|
+
.loading[data-progress="87%"] circle {
|
|
2170
|
+
stroke-dasharray: 87, 100 !important;
|
|
2171
|
+
}
|
|
2172
|
+
.loading[data-progress="88%"] circle {
|
|
2173
|
+
stroke-dasharray: 88, 100 !important;
|
|
2174
|
+
}
|
|
2175
|
+
.loading[data-progress="89%"] circle {
|
|
2176
|
+
stroke-dasharray: 89, 100 !important;
|
|
2177
|
+
}
|
|
2178
|
+
.loading[data-progress="90%"] circle {
|
|
2179
|
+
stroke-dasharray: 90, 100 !important;
|
|
2180
|
+
}
|
|
2181
|
+
.loading[data-progress="91%"] circle {
|
|
2182
|
+
stroke-dasharray: 91, 100 !important;
|
|
2183
|
+
}
|
|
2184
|
+
.loading[data-progress="92%"] circle {
|
|
2185
|
+
stroke-dasharray: 92, 100 !important;
|
|
2186
|
+
}
|
|
2187
|
+
.loading[data-progress="93%"] circle {
|
|
2188
|
+
stroke-dasharray: 93, 100 !important;
|
|
2189
|
+
}
|
|
2190
|
+
.loading[data-progress="94%"] circle {
|
|
2191
|
+
stroke-dasharray: 94, 100 !important;
|
|
2192
|
+
}
|
|
2193
|
+
.loading[data-progress="95%"] circle {
|
|
2194
|
+
stroke-dasharray: 95, 100 !important;
|
|
2195
|
+
}
|
|
2196
|
+
.loading[data-progress="96%"] circle {
|
|
2197
|
+
stroke-dasharray: 96, 100 !important;
|
|
2198
|
+
}
|
|
2199
|
+
.loading[data-progress="97%"] circle {
|
|
2200
|
+
stroke-dasharray: 97, 100 !important;
|
|
2201
|
+
}
|
|
2202
|
+
.loading[data-progress="98%"] circle {
|
|
2203
|
+
stroke-dasharray: 98, 100 !important;
|
|
2204
|
+
}
|
|
2205
|
+
.loading[data-progress="99%"] circle {
|
|
2206
|
+
stroke-dasharray: 99, 100 !important;
|
|
2207
|
+
}
|
|
2208
|
+
.loading[data-progress="100%"] circle {
|
|
2209
|
+
stroke-dasharray: 100, 100 !important;
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2212
|
+
[class^=li-] > .li-badge, [class*=li-] > .li-badge {
|
|
2213
|
+
position: absolute;
|
|
2214
|
+
top: -0.2em;
|
|
2215
|
+
right: -0.2em;
|
|
2216
|
+
line-height: 1em;
|
|
2217
|
+
padding: 0.2em;
|
|
2218
|
+
min-width: 1.4em !important;
|
|
2219
|
+
min-height: 0 !important;
|
|
2220
|
+
width: auto !important;
|
|
2221
|
+
border-radius: 1em;
|
|
2222
|
+
box-sizing: border-box;
|
|
2223
|
+
z-index: 3;
|
|
2224
|
+
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
|
|
2225
|
+
order: 3;
|
|
2226
|
+
font-size: 0.5em;
|
|
2227
|
+
vertical-align: center;
|
|
2228
|
+
}
|
|
2229
|
+
[class^=li-] > .li-badge > [class^=li-].li-disc:not(.li-border):not(.li-morph):after, [class^=li-] > .li-badge > [class^=li-].li-box:not(.li-border):not(.li-morph):after, [class^=li-] > .li-badge > [class^=li-].li-circle:not(.li-border):not(.li-morph):after, [class^=li-] > .li-badge > [class*=" li-"].li-disc:not(.li-border):not(.li-morph):after, [class^=li-] > .li-badge > [class*=" li-"].li-box:not(.li-border):not(.li-morph):after, [class^=li-] > .li-badge > [class*=" li-"].li-circle:not(.li-border):not(.li-morph):after, [class*=li-] > .li-badge > [class^=li-].li-disc:not(.li-border):not(.li-morph):after, [class*=li-] > .li-badge > [class^=li-].li-box:not(.li-border):not(.li-morph):after, [class*=li-] > .li-badge > [class^=li-].li-circle:not(.li-border):not(.li-morph):after, [class*=li-] > .li-badge > [class*=" li-"].li-disc:not(.li-border):not(.li-morph):after, [class*=li-] > .li-badge > [class*=" li-"].li-box:not(.li-border):not(.li-morph):after, [class*=li-] > .li-badge > [class*=" li-"].li-circle:not(.li-border):not(.li-morph):after {
|
|
2230
|
+
padding-bottom: unset;
|
|
2231
|
+
}
|
|
2232
|
+
[class^=li-] > .li-badge:has([class^=li-]), [class^=li-] > .li-badge:has([class*=li-]), [class*=li-] > .li-badge:has([class^=li-]), [class*=li-] > .li-badge:has([class*=li-]) {
|
|
2233
|
+
font-size: 0.6em;
|
|
2234
|
+
min-width: 1em !important;
|
|
2235
|
+
padding: 0;
|
|
2236
|
+
--icon-font-size: 1em;
|
|
2237
|
+
--icon-unit: 1em;
|
|
2238
|
+
}
|
|
2239
|
+
[class^=li-] > .li-badge.tl, [class*=li-] > .li-badge.tl {
|
|
2240
|
+
right: auto;
|
|
2241
|
+
left: -0.2em;
|
|
2242
|
+
}
|
|
2243
|
+
[class^=li-] > .li-badge.bl, [class*=li-] > .li-badge.bl {
|
|
2244
|
+
right: auto;
|
|
2245
|
+
left: -0.2em;
|
|
2246
|
+
top: auto;
|
|
2247
|
+
bottom: -0.2em;
|
|
2248
|
+
}
|
|
2249
|
+
[class^=li-] > .li-badge.br, [class*=li-] > .li-badge.br {
|
|
2250
|
+
top: auto;
|
|
2251
|
+
bottom: -0.2em;
|
|
2252
|
+
}
|
|
2253
|
+
[class^=li-] > .li-badge > small, [class^=li-] > .li-badge > .small, [class*=li-] > .li-badge > small, [class*=li-] > .li-badge > .small {
|
|
2254
|
+
font-size: 0.8em;
|
|
2255
|
+
}
|
|
2256
|
+
[class^=li-] > .li-badge:not([class*=color-fg-]), [class*=li-] > .li-badge:not([class*=color-fg-]) {
|
|
2257
|
+
color: currentColor;
|
|
2258
|
+
}
|
|
2259
|
+
[class^=li-] > .li-badge:not([class*=color-bg-]), [class*=li-] > .li-badge:not([class*=color-bg-]) {
|
|
2260
|
+
background: transparent;
|
|
2261
|
+
}
|
|
2262
|
+
[class^=li-].os-unit.li-disc > .li-badge, [class^=li-].os-unit.li-box > .li-badge, [class^=li-].os-unit.li-circle > .li-badge, [class*=li-].os-unit.li-disc > .li-badge, [class*=li-].os-unit.li-box > .li-badge, [class*=li-].os-unit.li-circle > .li-badge {
|
|
2263
|
+
top: 0.2em;
|
|
2264
|
+
right: 0.2em;
|
|
2265
|
+
}
|
|
2266
|
+
[class^=li-].os-unit.li-disc > .li-badge.tl, [class^=li-].os-unit.li-box > .li-badge.tl, [class^=li-].os-unit.li-circle > .li-badge.tl, [class*=li-].os-unit.li-disc > .li-badge.tl, [class*=li-].os-unit.li-box > .li-badge.tl, [class*=li-].os-unit.li-circle > .li-badge.tl {
|
|
2267
|
+
right: auto;
|
|
2268
|
+
left: 0.2em;
|
|
2269
|
+
}
|
|
2270
|
+
[class^=li-].os-unit.li-disc > .li-badge.bl, [class^=li-].os-unit.li-box > .li-badge.bl, [class^=li-].os-unit.li-circle > .li-badge.bl, [class*=li-].os-unit.li-disc > .li-badge.bl, [class*=li-].os-unit.li-box > .li-badge.bl, [class*=li-].os-unit.li-circle > .li-badge.bl {
|
|
2271
|
+
right: auto;
|
|
2272
|
+
left: 0.2em;
|
|
2273
|
+
top: auto;
|
|
2274
|
+
bottom: 0.2em;
|
|
2275
|
+
}
|
|
2276
|
+
[class^=li-].os-unit.li-disc > .li-badge.br, [class^=li-].os-unit.li-box > .li-badge.br, [class^=li-].os-unit.li-circle > .li-badge.br, [class*=li-].os-unit.li-disc > .li-badge.br, [class*=li-].os-unit.li-box > .li-badge.br, [class*=li-].os-unit.li-circle > .li-badge.br {
|
|
2277
|
+
top: auto;
|
|
2278
|
+
bottom: 0.2em;
|
|
2279
|
+
}
|
|
2280
|
+
|
|
2281
|
+
[class^=li-]:not(.os-unit), [class*=" li-"]:not(.os-unit), [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.os-unit) {
|
|
2282
|
+
vertical-align: middle;
|
|
2283
|
+
}
|
|
2284
|
+
[class^=li-]:not(.li-badge).os-unit, .os-unit > [class^=li-]:not(.li-badge), [class*=" li-"]:not(.li-badge).os-unit, .os-unit > [class*=" li-"]:not(.li-badge), [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge) {
|
|
2285
|
+
min-width: var(--os-unit, 3rem);
|
|
2286
|
+
min-height: var(--os-unit, 3rem);
|
|
2287
|
+
--inner-icon-padding: calc(var(--icon-margin, var(--os-unit, 3rem)) * .2);
|
|
2288
|
+
--icon-unit: var(--icon-unit-override, calc(var(--os-unit, 3rem) * 0.6));
|
|
2289
|
+
height: auto !important;
|
|
2290
|
+
display: inline-grid;
|
|
2291
|
+
font-weight: 100;
|
|
2292
|
+
vertical-align: middle;
|
|
2293
|
+
}
|
|
2294
|
+
[class^=li-]:not(.li-badge).os-unit:not(.li-border):not(.li-morph):after, .os-unit > [class^=li-]:not(.li-badge):not(.li-border):not(.li-morph):after, [class*=" li-"]:not(.li-badge).os-unit:not(.li-border):not(.li-morph):after, .os-unit > [class*=" li-"]:not(.li-badge):not(.li-border):not(.li-morph):after, [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit:not(.li-border):not(.li-morph):after, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge):not(.li-border):not(.li-morph):after {
|
|
2295
|
+
padding-bottom: unset;
|
|
2296
|
+
}
|
|
2297
|
+
[class^=li-]:not(.li-badge).os-unit.li-disc:after, .os-unit > [class^=li-]:not(.li-badge).li-disc:after, [class*=" li-"]:not(.li-badge).os-unit.li-disc:after, .os-unit > [class*=" li-"]:not(.li-badge).li-disc:after, [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit.li-disc:after, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).li-disc:after {
|
|
2298
|
+
border: 0.025em solid transparent;
|
|
2299
|
+
}
|
|
2300
|
+
[class^=li-]:not(.li-badge).os-unit.li-disc:after.li-bold:after, [class^=li-]:not(.li-badge).os-unit.li-disc:after.li-bolder:after, .os-unit > [class^=li-]:not(.li-badge).li-disc:after.li-bold:after, .os-unit > [class^=li-]:not(.li-badge).li-disc:after.li-bolder:after, [class*=" li-"]:not(.li-badge).os-unit.li-disc:after.li-bold:after, [class*=" li-"]:not(.li-badge).os-unit.li-disc:after.li-bolder:after, .os-unit > [class*=" li-"]:not(.li-badge).li-disc:after.li-bold:after, .os-unit > [class*=" li-"]:not(.li-badge).li-disc:after.li-bolder:after, [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit.li-disc:after.li-bold:after, [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit.li-disc:after.li-bolder:after, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).li-disc:after.li-bold:after, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).li-disc:after.li-bolder:after {
|
|
2301
|
+
border-width: 0.03em;
|
|
2302
|
+
}
|
|
2303
|
+
[class^=li-]:not(.li-badge).os-unit.li-disc:after:not([class*=color-ol-]):after, .os-unit > [class^=li-]:not(.li-badge).li-disc:after:not([class*=color-ol-]):after, [class*=" li-"]:not(.li-badge).os-unit.li-disc:after:not([class*=color-ol-]):after, .os-unit > [class*=" li-"]:not(.li-badge).li-disc:after:not([class*=color-ol-]):after, [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit.li-disc:after:not([class*=color-ol-]):after, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).li-disc:after:not([class*=color-ol-]):after {
|
|
2304
|
+
border-color: currentColor;
|
|
2305
|
+
}
|
|
2306
|
+
[class^=li-]:not(.li-badge).os-unit.li-circle, [class^=li-]:not(.li-badge).os-unit.li-disc, [class^=li-]:not(.li-badge).os-unit.li-box, [class^=li-]:not(.li-badge).os-unit.li-rounded, [class^=li-].ri-rounded:not(.li-badge).os-unit, .os-unit > [class^=li-]:not(.li-badge).li-circle, .os-unit > [class^=li-]:not(.li-badge).li-disc, .os-unit > [class^=li-]:not(.li-badge).li-box, .os-unit > [class^=li-]:not(.li-badge).li-rounded, .os-unit > [class^=li-].ri-rounded:not(.li-badge), [class*=" li-"]:not(.li-badge).os-unit.li-circle, [class*=" li-"]:not(.li-badge).os-unit.li-disc, [class*=" li-"]:not(.li-badge).os-unit.li-box, [class*=" li-"]:not(.li-badge).os-unit.li-rounded, [class*=" li-"].ri-rounded:not(.li-badge).os-unit, .os-unit > [class*=" li-"]:not(.li-badge).li-circle, .os-unit > [class*=" li-"]:not(.li-badge).li-disc, .os-unit > [class*=" li-"]:not(.li-badge).li-box, .os-unit > [class*=" li-"]:not(.li-badge).li-rounded, .os-unit > [class*=" li-"].ri-rounded:not(.li-badge), [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit.li-circle, [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit.li-disc, [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit.li-box, [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit.li-rounded, [class*=ri-].ri-rounded:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).li-circle, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).li-disc, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).li-box, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).li-rounded, .os-unit > [class*=ri-].ri-rounded:not([class^=li-]):not([class*=" li-"]):not(.li-badge) {
|
|
2307
|
+
font-weight: 400;
|
|
2308
|
+
}
|
|
2309
|
+
[class^=li-]:not(.li-badge).os-unit.li-circle:after, [class^=li-]:not(.li-badge).os-unit.li-disc:after, [class^=li-]:not(.li-badge).os-unit.li-box:after, [class^=li-]:not(.li-badge).os-unit.li-rounded:after, [class^=li-].ri-rounded:not(.li-badge).os-unit:after, .os-unit > [class^=li-]:not(.li-badge).li-circle:after, .os-unit > [class^=li-]:not(.li-badge).li-disc:after, .os-unit > [class^=li-]:not(.li-badge).li-box:after, .os-unit > [class^=li-]:not(.li-badge).li-rounded:after, .os-unit > [class^=li-].ri-rounded:not(.li-badge):after, [class*=" li-"]:not(.li-badge).os-unit.li-circle:after, [class*=" li-"]:not(.li-badge).os-unit.li-disc:after, [class*=" li-"]:not(.li-badge).os-unit.li-box:after, [class*=" li-"]:not(.li-badge).os-unit.li-rounded:after, [class*=" li-"].ri-rounded:not(.li-badge).os-unit:after, .os-unit > [class*=" li-"]:not(.li-badge).li-circle:after, .os-unit > [class*=" li-"]:not(.li-badge).li-disc:after, .os-unit > [class*=" li-"]:not(.li-badge).li-box:after, .os-unit > [class*=" li-"]:not(.li-badge).li-rounded:after, .os-unit > [class*=" li-"].ri-rounded:not(.li-badge):after, [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit.li-circle:after, [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit.li-disc:after, [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit.li-box:after, [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit.li-rounded:after, [class*=ri-].ri-rounded:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit:after, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).li-circle:after, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).li-disc:after, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).li-box:after, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).li-rounded:after, .os-unit > [class*=ri-].ri-rounded:not([class^=li-]):not([class*=" li-"]):not(.li-badge):after {
|
|
2310
|
+
height: var(--icon-unit);
|
|
2311
|
+
width: var(--icon-unit);
|
|
2312
|
+
justify-self: center;
|
|
2313
|
+
align-self: center;
|
|
2314
|
+
}
|
|
2315
|
+
[class^=li-]:not(.li-badge).os-unit.li-rounded, [class^=li-].ri-rounded:not(.li-badge).os-unit, .os-unit > [class^=li-]:not(.li-badge).li-rounded, .os-unit > [class^=li-].ri-rounded:not(.li-badge), [class*=" li-"]:not(.li-badge).os-unit.li-rounded, [class*=" li-"].ri-rounded:not(.li-badge).os-unit, .os-unit > [class*=" li-"]:not(.li-badge).li-rounded, .os-unit > [class*=" li-"].ri-rounded:not(.li-badge), [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit.li-rounded, [class*=ri-].ri-rounded:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).li-rounded, .os-unit > [class*=ri-].ri-rounded:not([class^=li-]):not([class*=" li-"]):not(.li-badge) {
|
|
2316
|
+
min-width: var(--icon-unit);
|
|
2317
|
+
min-height: var(--icon-unit);
|
|
2318
|
+
margin: var(--inner-icon-padding);
|
|
2319
|
+
}
|
|
2320
|
+
[class^=li-]:not(.li-badge).os-unit.li-sm, [class^=li-]:not(.li-badge).os-unit.li-options.loading, [class^=li-]:not(.li-badge).os-unit.li-options-horizontal.loading, .os-unit > [class^=li-]:not(.li-badge).li-sm, .os-unit > [class^=li-]:not(.li-badge).li-options.loading, .os-unit > [class^=li-]:not(.li-badge).li-options-horizontal.loading, [class*=" li-"]:not(.li-badge).os-unit.li-sm, [class*=" li-"]:not(.li-badge).os-unit.li-options.loading, [class*=" li-"]:not(.li-badge).os-unit.li-options-horizontal.loading, .os-unit > [class*=" li-"]:not(.li-badge).li-sm, .os-unit > [class*=" li-"]:not(.li-badge).li-options.loading, .os-unit > [class*=" li-"]:not(.li-badge).li-options-horizontal.loading, [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit.li-sm, [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit.li-options.loading, [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit.li-options-horizontal.loading, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).li-sm, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).li-options.loading, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).li-options-horizontal.loading {
|
|
2321
|
+
font-weight: normal;
|
|
2322
|
+
}
|
|
2323
|
+
[class^=li-]:not(.li-badge).os-unit.li-sm:not(.ri):before, [class^=li-]:not(.li-badge).os-unit.li-options.loading:after, [class^=li-]:not(.li-badge).os-unit.li-options-horizontal.loading:after, .os-unit > [class^=li-]:not(.li-badge).li-sm:not(.ri):before, .os-unit > [class^=li-]:not(.li-badge).li-options.loading:after, .os-unit > [class^=li-]:not(.li-badge).li-options-horizontal.loading:after, [class*=" li-"]:not(.li-badge).os-unit.li-sm:not(.ri):before, [class*=" li-"]:not(.li-badge).os-unit.li-options.loading:after, [class*=" li-"]:not(.li-badge).os-unit.li-options-horizontal.loading:after, .os-unit > [class*=" li-"]:not(.li-badge).li-sm:not(.ri):before, .os-unit > [class*=" li-"]:not(.li-badge).li-options.loading:after, .os-unit > [class*=" li-"]:not(.li-badge).li-options-horizontal.loading:after, [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit.li-sm:not(.ri):before, [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit.li-options.loading:after, [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).os-unit.li-options-horizontal.loading:after, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).li-sm:not(.ri):before, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).li-options.loading:after, .os-unit > [class*=ri-]:not([class^=li-]):not([class*=" li-"]):not(.li-badge).li-options-horizontal.loading:after {
|
|
2324
|
+
font-weight: normal;
|
|
2325
|
+
}
|
|
2326
|
+
.fa, .fa[class^=li-], .fa[class*=li-], .fab, .fab[class^=li-], .fab[class*=li-], .fad, .fad[class^=li-], .fad[class*=li-], .fal, .fal[class^=li-], .fal[class*=li-], .far, .far[class^=li-], .far[class*=li-], .fas, .fas[class^=li-], .fas[class*=li-], [class^=pe-7s-], [class^=pe-7s-][class^=li-], [class^=pe-7s-][class*=li-], [class*=" pe-7s-"], [class*=" pe-7s-"][class^=li-], [class*=" pe-7s-"][class*=li-] {
|
|
2327
|
+
--icon-font-size: 2em;
|
|
2328
|
+
}
|
|
2329
|
+
.fa:before, .fa[class^=li-]:before, .fa[class*=li-]:before, .fab:before, .fab[class^=li-]:before, .fab[class*=li-]:before, .fad:before, .fad[class^=li-]:before, .fad[class*=li-]:before, .fal:before, .fal[class^=li-]:before, .fal[class*=li-]:before, .far:before, .far[class^=li-]:before, .far[class*=li-]:before, .fas:before, .fas[class^=li-]:before, .fas[class*=li-]:before, [class^=pe-7s-]:before, [class^=pe-7s-][class^=li-]:before, [class^=pe-7s-][class*=li-]:before, [class*=" pe-7s-"]:before, [class*=" pe-7s-"][class^=li-]:before, [class*=" pe-7s-"][class*=li-]:before {
|
|
2330
|
+
min-height: 100%;
|
|
2331
|
+
min-width: 100%;
|
|
2332
|
+
position: absolute;
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
.fa, .fa[class^=li-], .fa[class*=li-], .fab, .fab[class^=li-], .fab[class*=li-], .fad, .fad[class^=li-], .fad[class*=li-], .fal, .fal[class^=li-], .fal[class*=li-], .far, .far[class^=li-], .far[class*=li-], .fas, .fas[class^=li-], .fas[class*=li-] {
|
|
2336
|
+
font-family: "Font Awesome 5 Free" !important;
|
|
2337
|
+
font-weight: 900 !important;
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
[class^=pe-7s-], [class^=pe-7s-][class^=li-], [class^=pe-7s-][class*=li-], [class*=" pe-7s-"], [class*=" pe-7s-"][class^=li-], [class*=" pe-7s-"][class*=li-] {
|
|
2341
|
+
font-family: "Pe-icon-7-stroke" !important;
|
|
2342
|
+
font-weight: 400 !important;
|
|
2343
|
+
}
|
|
2344
|
+
|
|
2345
|
+
.fa, .fab, .fad, .fal, .far, .fas, .la, [class^=pe-7s-], [class*=" pe-7s-"], .ri {
|
|
2346
|
+
place-items: center;
|
|
2347
|
+
display: inline-grid;
|
|
2348
|
+
margin: auto;
|
|
2349
|
+
}
|
|
2350
|
+
|
|
2351
|
+
.li-box .fa, .li-box .fab, .li-box .fad, .li-box .fal, .li-box .far, .li-box .fas, .li-box .la, .li-box [class^=pe-7s-], .li-box [class*=" pe-7s-"], .li-box .ri,
|
|
2352
|
+
.li-rounded .fa,
|
|
2353
|
+
.li-rounded .fab,
|
|
2354
|
+
.li-rounded .fad,
|
|
2355
|
+
.li-rounded .fal,
|
|
2356
|
+
.li-rounded .far,
|
|
2357
|
+
.li-rounded .fas,
|
|
2358
|
+
.li-rounded .la,
|
|
2359
|
+
.li-rounded [class^=pe-7s-],
|
|
2360
|
+
.li-rounded [class*=" pe-7s-"],
|
|
2361
|
+
.li-rounded .ri,
|
|
2362
|
+
.li-disc .fa,
|
|
2363
|
+
.li-disc .fab,
|
|
2364
|
+
.li-disc .fad,
|
|
2365
|
+
.li-disc .fal,
|
|
2366
|
+
.li-disc .far,
|
|
2367
|
+
.li-disc .fas,
|
|
2368
|
+
.li-disc .la,
|
|
2369
|
+
.li-disc [class^=pe-7s-],
|
|
2370
|
+
.li-disc [class*=" pe-7s-"],
|
|
2371
|
+
.li-disc .ri, .li-circle .fa, .li-circle .fab, .li-circle .fad, .li-circle .fal, .li-circle .far, .li-circle .fas, .li-circle .la, .li-circle [class^=pe-7s-], .li-circle [class*=" pe-7s-"], .li-circle .ri {
|
|
2372
|
+
align-self: center !important;
|
|
2373
|
+
display: inline-grid !important;
|
|
2374
|
+
font-size: 0.6em;
|
|
2375
|
+
}
|
|
2376
|
+
|
|
2377
|
+
.li-morph {
|
|
2378
|
+
transition: 0.3s ease-out 0.1s !important;
|
|
2379
|
+
transform: translate(0, 0) rotate(0);
|
|
2380
|
+
}
|
|
2381
|
+
.li-morph:before {
|
|
2382
|
+
transition: 0.3s ease-out !important;
|
|
2383
|
+
backface-visibility: hidden;
|
|
2384
|
+
}
|
|
2385
|
+
.li-morph:after {
|
|
2386
|
+
content: "\e826";
|
|
2387
|
+
align-items: center;
|
|
2388
|
+
transition: 0.1s !important;
|
|
2389
|
+
backface-visibility: hidden;
|
|
2390
|
+
}
|
|
2391
|
+
.li-morph:before, .li-morph:after {
|
|
2392
|
+
content: "\e826";
|
|
2393
|
+
transform: translate(0, 0) rotate(0);
|
|
2394
|
+
font-size: 0.6em;
|
|
2395
|
+
}
|
|
2396
|
+
.li-morph-minus {
|
|
2397
|
+
transform: rotate(-0.5turn);
|
|
2398
|
+
}
|
|
2399
|
+
.li-morph-minus:before, .li-morph-minus:after {
|
|
2400
|
+
transform: translate(0, 0) rotate(0);
|
|
2401
|
+
}
|
|
2402
|
+
.li-morph-minus:after {
|
|
2403
|
+
transform: translate(0, 0) rotate(0turn);
|
|
2404
|
+
opacity: 0;
|
|
2405
|
+
}
|
|
2406
|
+
.li-morph-edit {
|
|
2407
|
+
transform: rotate(0.5turn);
|
|
2408
|
+
}
|
|
2409
|
+
.li-morph-edit:before, .li-morph-edit:after {
|
|
2410
|
+
transform: translate(0, 0) rotate(0.375turn);
|
|
2411
|
+
}
|
|
2412
|
+
.li-morph-edit:after {
|
|
2413
|
+
transform: translate(0, 0) rotate(0turn);
|
|
2414
|
+
opacity: 0;
|
|
2415
|
+
}
|
|
2416
|
+
.li-morph-view {
|
|
2417
|
+
transform: rotate(0);
|
|
2418
|
+
}
|
|
2419
|
+
.li-morph-view:before, .li-morph-view:after {
|
|
2420
|
+
transform: translate(0, 0) rotate(0.25turn);
|
|
2421
|
+
}
|
|
2422
|
+
.li-morph-view:after {
|
|
2423
|
+
transform: translate(0, 0) rotate(0turn);
|
|
2424
|
+
opacity: 0;
|
|
2425
|
+
}
|
|
2426
|
+
.li-morph-equal {
|
|
2427
|
+
transform: rotate(-0.5turn);
|
|
2428
|
+
}
|
|
2429
|
+
.li-morph-equal:before {
|
|
2430
|
+
transform: translateY(-0.3em) rotate(0);
|
|
2431
|
+
}
|
|
2432
|
+
.li-morph-equal:after {
|
|
2433
|
+
transform: translateY(0.3em) rotate(0);
|
|
2434
|
+
opacity: 1;
|
|
2435
|
+
}
|
|
2436
|
+
.li-morph-plus {
|
|
2437
|
+
transform: rotate(-0.5turn);
|
|
2438
|
+
}
|
|
2439
|
+
.li-morph-plus:before {
|
|
2440
|
+
transform: translate(0, 0) rotate(0.25turn);
|
|
2441
|
+
}
|
|
2442
|
+
.li-morph-plus:after {
|
|
2443
|
+
transform: translate(0, 0) rotate(0turn);
|
|
2444
|
+
opacity: 1;
|
|
2445
|
+
}
|
|
2446
|
+
.li-morph-close {
|
|
2447
|
+
transform: rotate(1turn);
|
|
2448
|
+
}
|
|
2449
|
+
.li-morph-close:before {
|
|
2450
|
+
transform: translate(0, 0) rotate(-0.375turn);
|
|
2451
|
+
}
|
|
2452
|
+
.li-morph-close:after {
|
|
2453
|
+
transform: translate(0, 0) rotate(0.375turn);
|
|
2454
|
+
opacity: 1;
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2457
|
+
/*# sourceMappingURL=launchpad-icons.css.map */
|