@festo-ui/web-essentials 9.0.0-dev.677 → 9.0.0-dev.678
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/README.md +10 -1
- package/dist/css/festo-web-essentials.css +34 -2146
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +11 -11
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/light/festo-web-essentials-light.css +0 -39
- package/dist/css/light/festo-web-essentials-light.css.map +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.css.map +1 -1
- package/dist/css/themes/flatpickr/festo.css +1 -1
- package/dist/css/themes/flatpickr/festo.css.map +1 -1
- package/dist/css/themes/flatpickr/festo.min.css +1 -1
- package/dist/scss/_button.scss +0 -3
- package/dist/scss/_chips.scss +0 -3
- package/dist/scss/_fonts.scss +0 -25
- package/dist/scss/_root.scss +0 -3
- package/dist/scss/_text-input.scss +0 -1
- package/dist/scss/_variables.scss +0 -3
- package/dist/scss/festo-web-essentials.scss +1 -2
- package/dist/scss/themes/flatpickr/festo.scss +1 -1
- package/package.json +7 -6
- package/scss/_button.scss +0 -3
- package/scss/_chips.scss +0 -3
- package/scss/_fonts.scss +0 -25
- package/scss/_root.scss +0 -3
- package/scss/_text-input.scss +0 -1
- package/scss/_variables.scss +0 -3
- package/scss/festo-web-essentials.scss +0 -1
- package/dist/css/fonts/festo_icons-16.woff2 +0 -0
- package/dist/css/fonts/festo_icons-24.woff2 +0 -0
- package/dist/css/fonts/festo_icons-32.woff2 +0 -0
- package/dist/fonts/festo_icons-16.woff2 +0 -0
- package/dist/fonts/festo_icons-24.woff2 +0 -0
- package/dist/fonts/festo_icons-32.woff2 +0 -0
- package/dist/scss/_icons.scss +0 -1579
- package/dist/scss/fonts/festo_icons-16.woff2 +0 -0
- package/dist/scss/fonts/festo_icons-24.woff2 +0 -0
- package/dist/scss/fonts/festo_icons-32.woff2 +0 -0
- package/scss/_icons.scss +0 -1579
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v9.0.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v9.0.0-dev.678 (https://storybook.festo.design/)
|
|
3
3
|
* Copyright 2022 Festo SE & Co. KG
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -15,2148 +15,53 @@
|
|
|
15
15
|
src: url("https://www.festo.com/fonts/festo-bold.woff2") format("woff2"), url("https://www.festo.com/fonts/festo-bold.woff") format("woff");
|
|
16
16
|
font-weight: bold;
|
|
17
17
|
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
font-family: "festo_icons-16";
|
|
21
|
-
src: url("../fonts/festo_icons-16.woff2") format("woff2");
|
|
22
|
-
font-weight: normal;
|
|
23
|
-
font-style: normal;
|
|
24
|
-
font-display: block;
|
|
25
|
-
}
|
|
26
|
-
@font-face {
|
|
27
|
-
font-family: "festo_icons-24";
|
|
28
|
-
src: url("../fonts/festo_icons-24.woff2") format("woff2");
|
|
29
|
-
font-weight: normal;
|
|
30
|
-
font-style: normal;
|
|
31
|
-
font-display: block;
|
|
32
|
-
}
|
|
33
|
-
@font-face {
|
|
34
|
-
font-family: "festo_icons-32";
|
|
35
|
-
src: url("../fonts/festo_icons-32.woff2") format("woff2");
|
|
36
|
-
font-weight: normal;
|
|
37
|
-
font-style: normal;
|
|
38
|
-
font-display: block;
|
|
39
|
-
}
|
|
40
|
-
.fwe-font-size-small {
|
|
41
|
-
font-size: var(--fwe-font-size-small);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.fwe-font-size-md {
|
|
45
|
-
font-size: var(--fwe-font-size-md);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.fwe-font-size-base {
|
|
49
|
-
font-size: var(--fwe-font-size-base);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.fwe-font-size-xl {
|
|
53
|
-
font-size: var(--fwe-font-size-xl);
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.fwe-font-size-xxl {
|
|
57
|
-
font-size: var(--fwe-font-size-xxl);
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.fwe-line-height-base {
|
|
61
|
-
line-height: var(--fwe-line-height-base);
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.fwe-line-height-1 {
|
|
65
|
-
line-height: 1;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.fwe-font-weight-base {
|
|
69
|
-
font-weight: var(--fwe-font-weight-normal);
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.fwe-font-weight-normal {
|
|
73
|
-
font-weight: var(--fwe-font-weight-normal);
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.fwe-font-weight-bold {
|
|
77
|
-
font-weight: var(--fwe-font-weight-bold);
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.fwe-font-family-sans-serif {
|
|
81
|
-
font-family: var(--fwe-font-family-sans-serif);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.fwe-font-family-monospace,
|
|
85
|
-
.fwe-font-family-code {
|
|
86
|
-
font-family: var(--fwe-font-family-monospace);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.fwe-icon {
|
|
90
|
-
font-family: var(--fwe-font-family-icons-16);
|
|
91
|
-
font-size: var(--fwe-font-size-base);
|
|
92
|
-
display: inline-block;
|
|
93
|
-
}
|
|
94
|
-
.fwe-icon:before {
|
|
95
|
-
line-height: 1;
|
|
96
|
-
display: inline-block;
|
|
97
|
-
speak-as: none;
|
|
98
|
-
font-style: normal;
|
|
99
|
-
font-weight: normal;
|
|
100
|
-
font-variant: normal;
|
|
101
|
-
text-transform: none;
|
|
102
|
-
-webkit-font-smoothing: antialiased;
|
|
103
|
-
-moz-osx-font-smoothing: grayscale;
|
|
104
|
-
font-family: var(--fwe-font-family-icons-16);
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.fwe-icon-lg {
|
|
108
|
-
font-size: 24px;
|
|
109
|
-
}
|
|
110
|
-
.fwe-icon-lg:before {
|
|
111
|
-
font-family: var(--fwe-font-family-icons-24) !important;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.fwe-icon-2x {
|
|
115
|
-
font-size: 32px;
|
|
116
|
-
}
|
|
117
|
-
.fwe-icon-2x:before {
|
|
118
|
-
font-family: var(--fwe-font-family-icons-32) !important;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.fwe-icon-3x {
|
|
122
|
-
font-size: 48px;
|
|
123
|
-
}
|
|
124
|
-
.fwe-icon-3x:before {
|
|
125
|
-
font-family: var(--fwe-font-family-icons-24) !important;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.fwe-icon-4x {
|
|
129
|
-
font-size: 64px;
|
|
130
|
-
}
|
|
131
|
-
.fwe-icon-4x:before {
|
|
132
|
-
font-family: var(--fwe-font-family-icons-32) !important;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.fwe-icon-rotate-90:before {
|
|
136
|
-
transform-origin: center center;
|
|
137
|
-
transform: rotate(90deg);
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.fwe-icon-rotate-180:before {
|
|
141
|
-
transform-origin: center center;
|
|
142
|
-
transform: rotate(180deg);
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.fwe-icon-rotate-270:before {
|
|
146
|
-
transform-origin: center center;
|
|
147
|
-
transform: rotate(270deg);
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.fwe-icon-arrows-collapse:before {
|
|
151
|
-
content: "\e900";
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.fwe-icon-arrows-down:before {
|
|
155
|
-
content: "\e901";
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.fwe-icon-arrows-exchanged-energy:before {
|
|
159
|
-
content: "\e902";
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.fwe-icon-arrows-expand:before {
|
|
163
|
-
content: "\e903";
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.fwe-icon-arrows-left-2:before {
|
|
167
|
-
content: "\e904";
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.fwe-icon-arrows-left:before {
|
|
171
|
-
content: "\e905";
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.fwe-icon-arrows-refresh:before {
|
|
175
|
-
content: "\e906";
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.fwe-icon-arrows-reinitialize:before {
|
|
179
|
-
content: "\e907";
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.fwe-icon-arrows-reset:before {
|
|
183
|
-
content: "\e908";
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.fwe-icon-arrows-restart:before {
|
|
187
|
-
content: "\e909";
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
.fwe-icon-arrows-right-2:before {
|
|
191
|
-
content: "\e90a";
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.fwe-icon-arrows-right:before {
|
|
195
|
-
content: "\e90b";
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.fwe-icon-arrows-scale-down:before {
|
|
199
|
-
content: "\e90c";
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.fwe-icon-arrows-scale-up:before {
|
|
203
|
-
content: "\e90d";
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
.fwe-icon-arrows-up:before {
|
|
207
|
-
content: "\e90e";
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.fwe-icon-arrows-update:before {
|
|
211
|
-
content: "\e90f";
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.fwe-icon-cable-adaptor:before {
|
|
215
|
-
content: "\e910";
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.fwe-icon-cable-connector:before {
|
|
219
|
-
content: "\e911";
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.fwe-icon-cable-monitor-adaptor:before {
|
|
223
|
-
content: "\e912";
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.fwe-icon-cable-plug:before {
|
|
227
|
-
content: "\e913";
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.fwe-icon-cable-usb-adaptor:before {
|
|
231
|
-
content: "\e914";
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
.fwe-icon-cable-usb-plug:before {
|
|
235
|
-
content: "\e915";
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.fwe-icon-cable-wiring-2:before {
|
|
239
|
-
content: "\e916";
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.fwe-icon-cable-wiring:before {
|
|
243
|
-
content: "\e917";
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.fwe-icon-communication-communication:before {
|
|
247
|
-
content: "\e918";
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.fwe-icon-communication-emergency-hotline:before {
|
|
251
|
-
content: "\e919";
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
.fwe-icon-communication-audio-on:before {
|
|
255
|
-
content: "\e91a";
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.fwe-icon-communication-infoportal:before {
|
|
259
|
-
content: "\e91b";
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
.fwe-icon-communication-message-number:before {
|
|
263
|
-
content: "\e91c";
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
.fwe-icon-communication-message:before {
|
|
267
|
-
content: "\e91d";
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.fwe-icon-communication-notification:before {
|
|
271
|
-
content: "\e91e";
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.fwe-icon-communication-tooltip:before {
|
|
275
|
-
content: "\e91f";
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.fwe-icon-documents-add-bookmark:before {
|
|
279
|
-
content: "\e920";
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
.fwe-icon-documents-bill-of-material:before {
|
|
283
|
-
content: "\e921";
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
.fwe-icon-documents-bookmark:before {
|
|
287
|
-
content: "\e922";
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
.fwe-icon-documents-CAD:before {
|
|
291
|
-
content: "\e923";
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
.fwe-icon-documents-certificate:before {
|
|
295
|
-
content: "\e924";
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
.fwe-icon-documents-datasheet:before {
|
|
299
|
-
content: "\e925";
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
.fwe-icon-documents-delete-bookmark:before {
|
|
303
|
-
content: "\e926";
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
.fwe-icon-documents-doc-bmp:before {
|
|
307
|
-
content: "\e927";
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
.fwe-icon-documents-doc-csv:before {
|
|
311
|
-
content: "\e928";
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
.fwe-icon-documents-doc-doc:before {
|
|
315
|
-
content: "\e929";
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.fwe-icon-documents-doc-docx:before {
|
|
319
|
-
content: "\e92a";
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
.fwe-icon-documents-doc-eps:before {
|
|
323
|
-
content: "\e92b";
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.fwe-icon-documents-doc-fa:before {
|
|
327
|
-
content: "\e92c";
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
.fwe-icon-documents-doc-gif:before {
|
|
331
|
-
content: "\e92d";
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
.fwe-icon-documents-doc-jpg:before {
|
|
335
|
-
content: "\e92e";
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
.fwe-icon-documents-doc-odb:before {
|
|
339
|
-
content: "\e92f";
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
.fwe-icon-documents-doc-odc:before {
|
|
343
|
-
content: "\e930";
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
.fwe-icon-documents-doc-odf:before {
|
|
347
|
-
content: "\e931";
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.fwe-icon-documents-doc-odg:before {
|
|
351
|
-
content: "\e932";
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
.fwe-icon-documents-doc-odm:before {
|
|
355
|
-
content: "\e933";
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
.fwe-icon-documents-doc-odp:before {
|
|
359
|
-
content: "\e934";
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
.fwe-icon-documents-doc-ods:before {
|
|
363
|
-
content: "\e935";
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
.fwe-icon-documents-doc-odt:before {
|
|
367
|
-
content: "\e936";
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
.fwe-icon-documents-doc-otg:before {
|
|
371
|
-
content: "\e937";
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
.fwe-icon-documents-doc-otp:before {
|
|
375
|
-
content: "\e938";
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
.fwe-icon-documents-doc-ots:before {
|
|
379
|
-
content: "\e939";
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
.fwe-icon-documents-doc-ott:before {
|
|
383
|
-
content: "\e93a";
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
.fwe-icon-documents-doc-pa:before {
|
|
387
|
-
content: "\e93b";
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
.fwe-icon-documents-doc-pdf:before {
|
|
391
|
-
content: "\e93c";
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
.fwe-icon-documents-doc-png:before {
|
|
395
|
-
content: "\e93d";
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
.fwe-icon-documents-doc-ppt:before {
|
|
399
|
-
content: "\e93e";
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
.fwe-icon-documents-doc-pptx:before {
|
|
403
|
-
content: "\e93f";
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
.fwe-icon-documents-doc-psd:before {
|
|
407
|
-
content: "\e940";
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
.fwe-icon-documents-doc-stack:before {
|
|
411
|
-
content: "\e941";
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
.fwe-icon-documents-doc-svg:before {
|
|
415
|
-
content: "\e942";
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
.fwe-icon-documents-doc-swf:before {
|
|
419
|
-
content: "\e943";
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
.fwe-icon-documents-doc-tif:before {
|
|
423
|
-
content: "\e944";
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
.fwe-icon-documents-doc-txt:before {
|
|
427
|
-
content: "\e945";
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
.fwe-icon-documents-doc-wmf:before {
|
|
431
|
-
content: "\e946";
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
.fwe-icon-documents-doc-xls:before {
|
|
435
|
-
content: "\e947";
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
.fwe-icon-documents-doc-xlsx:before {
|
|
439
|
-
content: "\e948";
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
.fwe-icon-documents-doc-xml:before {
|
|
443
|
-
content: "\e949";
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
.fwe-icon-documents-document:before {
|
|
447
|
-
content: "\e94a";
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
.fwe-icon-documents-documentation:before {
|
|
451
|
-
content: "\e94b";
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
.fwe-icon-documents-manual:before {
|
|
455
|
-
content: "\e94c";
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
.fwe-icon-documents-movie:before {
|
|
459
|
-
content: "\e94d";
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
.fwe-icon-documents-no-data:before {
|
|
463
|
-
content: "\e94e";
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
.fwe-icon-documents-note:before {
|
|
467
|
-
content: "\e94f";
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
.fwe-icon-documents-order:before {
|
|
471
|
-
content: "\e950";
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
.fwe-icon-documents-product-generic-template:before {
|
|
475
|
-
content: "\e951";
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
.fwe-icon-documents-restore-default:before {
|
|
479
|
-
content: "\e952";
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
.fwe-icon-documents-task-done:before {
|
|
483
|
-
content: "\e953";
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
.fwe-icon-documents-terms-of-use:before {
|
|
487
|
-
content: "\e954";
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
.fwe-icon-documents-worksheet:before {
|
|
491
|
-
content: "\e955";
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
.fwe-icon-ecommerce-add-to-basket:before {
|
|
495
|
-
content: "\e956";
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
.fwe-icon-ecommerce-basket:before {
|
|
499
|
-
content: "\e957";
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
.fwe-icon-ecommerce-client:before {
|
|
503
|
-
content: "\e958";
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
.fwe-icon-ecommerce-core-range-product-outline:before {
|
|
507
|
-
content: "\e959";
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
.fwe-icon-ecommerce-core-range-product:before {
|
|
511
|
-
content: "\e95a";
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
.fwe-icon-ecommerce-costs:before {
|
|
515
|
-
content: "\e95b";
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
.fwe-icon-ecommerce-delivery-time:before {
|
|
519
|
-
content: "\e95c";
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
.fwe-icon-ecommerce-delivery:before {
|
|
523
|
-
content: "\e95d";
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
.fwe-icon-ecommerce-express-delivery:before {
|
|
527
|
-
content: "\e95e";
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
.fwe-icon-ecommerce-favorit:before {
|
|
531
|
-
content: "\e95f";
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
.fwe-icon-ecommerce-local-currency:before {
|
|
535
|
-
content: "\e960";
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
.fwe-icon-ecommerce-offer:before {
|
|
539
|
-
content: "\e961";
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
.fwe-icon-ecommerce-order-tracking:before {
|
|
543
|
-
content: "\e962";
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
.fwe-icon-ecommerce-qr-code-scan:before {
|
|
547
|
-
content: "\e963";
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
.fwe-icon-ecommerce-secure-shopping:before {
|
|
551
|
-
content: "\e964";
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
.fwe-icon-ecommerce-shopping:before {
|
|
555
|
-
content: "\e965";
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
.fwe-icon-energy-eco:before {
|
|
559
|
-
content: "\e966";
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
.fwe-icon-energy-savings:before {
|
|
563
|
-
content: "\e967";
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
.fwe-icon-fa-axis:before {
|
|
567
|
-
content: "\e968";
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
.fwe-icon-fa-compressed-air:before {
|
|
571
|
-
content: "\e969";
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
.fwe-icon-fa-connection-accessories-2:before {
|
|
575
|
-
content: "\e96a";
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
.fwe-icon-fa-connection-accessories:before {
|
|
579
|
-
content: "\e96b";
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
.fwe-icon-fa-control:before {
|
|
583
|
-
content: "\e96c";
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
.fwe-icon-fa-controller:before {
|
|
587
|
-
content: "\e96d";
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
.fwe-icon-fa-cylinder-mountings:before {
|
|
591
|
-
content: "\e96e";
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
.fwe-icon-fa-fa-positioner:before {
|
|
595
|
-
content: "\e96f";
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
.fwe-icon-fa-factory-automation:before {
|
|
599
|
-
content: "\e970";
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
.fwe-icon-fa-fitting:before {
|
|
603
|
-
content: "\e971";
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
.fwe-icon-fa-function-fitting:before {
|
|
607
|
-
content: "\e972";
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
.fwe-icon-fa-gripper:before {
|
|
611
|
-
content: "\e973";
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
.fwe-icon-fa-handlingsystems:before {
|
|
615
|
-
content: "\e974";
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
.fwe-icon-fa-linear-drive:before {
|
|
619
|
-
content: "\e975";
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
.fwe-icon-fa-montage-accessories:before {
|
|
623
|
-
content: "\e976";
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
.fwe-icon-fa-motor:before {
|
|
627
|
-
content: "\e977";
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
.fwe-icon-fa-mount-cylinder:before {
|
|
631
|
-
content: "\e978";
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
.fwe-icon-fa-mounting-kit:before {
|
|
635
|
-
content: "\e979";
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
.fwe-icon-fa-pilot-valves:before {
|
|
639
|
-
content: "\e97a";
|
|
640
|
-
}
|
|
641
|
-
|
|
642
|
-
.fwe-icon-fa-piston-rod-attachements:before {
|
|
643
|
-
content: "\e97b";
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
.fwe-icon-fa-pneumatic-actuator:before {
|
|
647
|
-
content: "\e97c";
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
.fwe-icon-fa-pneumatic-equipment:before {
|
|
651
|
-
content: "\e97d";
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
.fwe-icon-fa-process-automation:before {
|
|
655
|
-
content: "\e97e";
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
.fwe-icon-fa-quarter-turn-actuator:before {
|
|
659
|
-
content: "\e97f";
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
.fwe-icon-fa-ready-to-install-solutions:before {
|
|
663
|
-
content: "\e980";
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
.fwe-icon-fa-reboot-device:before {
|
|
667
|
-
content: "\e981";
|
|
668
|
-
}
|
|
669
|
-
|
|
670
|
-
.fwe-icon-fa-referencing:before {
|
|
671
|
-
content: "\e982";
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
.fwe-icon-fa-save-device:before {
|
|
675
|
-
content: "\e983";
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
.fwe-icon-fa-sensor-box:before {
|
|
679
|
-
content: "\e984";
|
|
680
|
-
}
|
|
681
|
-
|
|
682
|
-
.fwe-icon-fa-sensors:before {
|
|
683
|
-
content: "\e985";
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
.fwe-icon-fa-servo-pneumatic-2:before {
|
|
687
|
-
content: "\e986";
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
.fwe-icon-fa-servo-pneumatic:before {
|
|
691
|
-
content: "\e987";
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
.fwe-icon-fa-solenoid-actuated-media:before {
|
|
695
|
-
content: "\e988";
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
.fwe-icon-fa-solenoid-valves:before {
|
|
699
|
-
content: "\e989";
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
.fwe-icon-fa-transmission:before {
|
|
703
|
-
content: "\e98a";
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
.fwe-icon-fa-tubing:before {
|
|
707
|
-
content: "\e98b";
|
|
708
|
-
}
|
|
709
|
-
|
|
710
|
-
.fwe-icon-fa-vacuum-technology:before {
|
|
711
|
-
content: "\e98c";
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
.fwe-icon-fa-valve-manifolds:before {
|
|
715
|
-
content: "\e98d";
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
.fwe-icon-fa-write-all:before {
|
|
719
|
-
content: "\e98e";
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
.fwe-icon-file-delete:before {
|
|
723
|
-
content: "\e98f";
|
|
724
|
-
}
|
|
725
|
-
|
|
726
|
-
.fwe-icon-file-download:before {
|
|
727
|
-
content: "\e990";
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
.fwe-icon-file-edit:before {
|
|
731
|
-
content: "\e991";
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
.fwe-icon-file-export:before {
|
|
735
|
-
content: "\e992";
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
.fwe-icon-file-folder:before {
|
|
739
|
-
content: "\e993";
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
.fwe-icon-file-import:before {
|
|
743
|
-
content: "\e994";
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
.fwe-icon-file-link:before {
|
|
747
|
-
content: "\e995";
|
|
748
|
-
}
|
|
749
|
-
|
|
750
|
-
.fwe-icon-file-order-config:before {
|
|
751
|
-
content: "\e996";
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
.fwe-icon-file-paperclip:before {
|
|
755
|
-
content: "\e997";
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
.fwe-icon-file-printer:before {
|
|
759
|
-
content: "\e998";
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
.fwe-icon-file-project-structure:before {
|
|
763
|
-
content: "\e999";
|
|
764
|
-
}
|
|
765
|
-
|
|
766
|
-
.fwe-icon-file-ready-for-occupancy:before {
|
|
767
|
-
content: "\e99a";
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
.fwe-icon-file-save:before {
|
|
771
|
-
content: "\e99b";
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
.fwe-icon-file-search:before {
|
|
775
|
-
content: "\e99c";
|
|
776
|
-
}
|
|
777
|
-
|
|
778
|
-
.fwe-icon-file-secure:before {
|
|
779
|
-
content: "\e99d";
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
.fwe-icon-file-share:before {
|
|
783
|
-
content: "\e99e";
|
|
784
|
-
}
|
|
785
|
-
|
|
786
|
-
.fwe-icon-file-upload:before {
|
|
787
|
-
content: "\e99f";
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
.fwe-icon-file-visible:before {
|
|
791
|
-
content: "\e9a0";
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
.fwe-icon-image-attached-images:before {
|
|
795
|
-
content: "\e9a1";
|
|
796
|
-
}
|
|
797
|
-
|
|
798
|
-
.fwe-icon-image-camera:before {
|
|
799
|
-
content: "\e9a2";
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
.fwe-icon-image-focus:before {
|
|
803
|
-
content: "\e9a3";
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
.fwe-icon-image-image:before {
|
|
807
|
-
content: "\e9a4";
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
.fwe-icon-it-different-devices:before {
|
|
811
|
-
content: "\e9a5";
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
.fwe-icon-it-fax:before {
|
|
815
|
-
content: "\e9a6";
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
.fwe-icon-it-embedded-software:before {
|
|
819
|
-
content: "\e9a7";
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
.fwe-icon-it-harddrive:before {
|
|
823
|
-
content: "\e9a8";
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
.fwe-icon-it-keyboard:before {
|
|
827
|
-
content: "\e9a9";
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
.fwe-icon-it-laptop:before {
|
|
831
|
-
content: "\e9aa";
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
.fwe-icon-it-memorystick:before {
|
|
835
|
-
content: "\e9ab";
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
.fwe-icon-it-monitor:before {
|
|
839
|
-
content: "\e9ac";
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
.fwe-icon-it-mouse:before {
|
|
843
|
-
content: "\e9ad";
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
.fwe-icon-it-projector:before {
|
|
847
|
-
content: "\e9ae";
|
|
848
|
-
}
|
|
849
|
-
|
|
850
|
-
.fwe-icon-it-repository:before {
|
|
851
|
-
content: "\e9af";
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
.fwe-icon-it-save-permanently:before {
|
|
855
|
-
content: "\e9b0";
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
.fwe-icon-it-smartphone:before {
|
|
859
|
-
content: "\e9b1";
|
|
860
|
-
}
|
|
861
|
-
|
|
862
|
-
.fwe-icon-it-smartwatch:before {
|
|
863
|
-
content: "\e9b2";
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
.fwe-icon-it-software:before {
|
|
867
|
-
content: "\e9b3";
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
.fwe-icon-it-tablet:before {
|
|
871
|
-
content: "\e9b4";
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
.fwe-icon-it-update-inclusive:before {
|
|
875
|
-
content: "\e9b5";
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
.fwe-icon-it-usb:before {
|
|
879
|
-
content: "\e9b6";
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
.fwe-icon-it-workplace:before {
|
|
883
|
-
content: "\e9b7";
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
.fwe-icon-it-workstation:before {
|
|
887
|
-
content: "\e9b8";
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
.fwe-icon-language-country:before {
|
|
891
|
-
content: "\e9b9";
|
|
892
|
-
}
|
|
893
|
-
|
|
894
|
-
.fwe-icon-language-exchange-local-currency:before {
|
|
895
|
-
content: "\e9ba";
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
.fwe-icon-language-language:before {
|
|
899
|
-
content: "\e9bb";
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
.fwe-icon-language-maps:before {
|
|
903
|
-
content: "\e9bc";
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
.fwe-icon-list-acknowledge-all:before {
|
|
907
|
-
content: "\e9bd";
|
|
908
|
-
}
|
|
909
|
-
|
|
910
|
-
.fwe-icon-list-add-line:before {
|
|
911
|
-
content: "\e9be";
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
.fwe-icon-list-filter:before {
|
|
915
|
-
content: "\e9bf";
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
.fwe-icon-list-grid-view:before {
|
|
919
|
-
content: "\e9c0";
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
.fwe-icon-list-list-view:before {
|
|
923
|
-
content: "\e9c1";
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
.fwe-icon-list-variable-list:before {
|
|
927
|
-
content: "\e9c2";
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
.fwe-icon-measure-actual-position:before {
|
|
931
|
-
content: "\e9c3";
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
.fwe-icon-measure-axis-speed:before {
|
|
935
|
-
content: "\e9c4";
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
.fwe-icon-measure-consumption:before {
|
|
939
|
-
content: "\e9c5";
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
.fwe-icon-measure-current-position:before {
|
|
943
|
-
content: "\e9c6";
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
.fwe-icon-measure-flow:before {
|
|
947
|
-
content: "\e9c7";
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
.fwe-icon-measure-maintenance:before {
|
|
951
|
-
content: "\e9c8";
|
|
952
|
-
}
|
|
953
|
-
|
|
954
|
-
.fwe-icon-measure-pressure:before {
|
|
955
|
-
content: "\e9c9";
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
.fwe-icon-measure-revolutions:before {
|
|
959
|
-
content: "\e9ca";
|
|
960
|
-
}
|
|
961
|
-
|
|
962
|
-
.fwe-icon-measure-target-pos:before {
|
|
963
|
-
content: "\e9cb";
|
|
964
|
-
}
|
|
965
|
-
|
|
966
|
-
.fwe-icon-measure-temperature:before {
|
|
967
|
-
content: "\e9cc";
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
.fwe-icon-media-pause:before {
|
|
971
|
-
content: "\e9cd";
|
|
972
|
-
}
|
|
973
|
-
|
|
974
|
-
.fwe-icon-media-play:before {
|
|
975
|
-
content: "\e9ce";
|
|
976
|
-
}
|
|
977
|
-
|
|
978
|
-
.fwe-icon-media-save-screenshot:before {
|
|
979
|
-
content: "\e9cf";
|
|
980
|
-
}
|
|
981
|
-
|
|
982
|
-
.fwe-icon-media-stop:before {
|
|
983
|
-
content: "\e9d0";
|
|
984
|
-
}
|
|
985
|
-
|
|
986
|
-
.fwe-icon-menu-add-2:before {
|
|
987
|
-
content: "\e9d1";
|
|
988
|
-
}
|
|
989
|
-
|
|
990
|
-
.fwe-icon-menu-add:before {
|
|
991
|
-
content: "\e9d2";
|
|
992
|
-
}
|
|
993
|
-
|
|
994
|
-
.fwe-icon-menu-check:before {
|
|
995
|
-
content: "\e9d3";
|
|
996
|
-
}
|
|
997
|
-
|
|
998
|
-
.fwe-icon-menu-close:before {
|
|
999
|
-
content: "\e9d4";
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
.fwe-icon-menu-details:before {
|
|
1003
|
-
content: "\e9d5";
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
|
-
.fwe-icon-menu-home:before {
|
|
1007
|
-
content: "\e9d6";
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
|
-
.fwe-icon-menu-logout:before {
|
|
1011
|
-
content: "\e9d7";
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
.fwe-icon-menu-menu:before {
|
|
1015
|
-
content: "\e9d8";
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
|
-
.fwe-icon-menu-minus:before {
|
|
1019
|
-
content: "\e9d9";
|
|
1020
|
-
}
|
|
1021
|
-
|
|
1022
|
-
.fwe-icon-menu-more:before {
|
|
1023
|
-
content: "\e9da";
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
|
-
.fwe-icon-menu-plus:before {
|
|
1027
|
-
content: "\e9db";
|
|
1028
|
-
}
|
|
1029
|
-
|
|
1030
|
-
.fwe-icon-menu-repair:before {
|
|
1031
|
-
content: "\e9dc";
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
|
-
.fwe-icon-menu-settings:before {
|
|
1035
|
-
content: "\e9dd";
|
|
1036
|
-
}
|
|
1037
|
-
|
|
1038
|
-
.fwe-icon-network-bluetooth:before {
|
|
1039
|
-
content: "\e9de";
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
.fwe-icon-network-cloud-network:before {
|
|
1043
|
-
content: "\e9df";
|
|
1044
|
-
}
|
|
1045
|
-
|
|
1046
|
-
.fwe-icon-network-cloud:before {
|
|
1047
|
-
content: "\e9e0";
|
|
1048
|
-
}
|
|
1049
|
-
|
|
1050
|
-
.fwe-icon-network-connected:before {
|
|
1051
|
-
content: "\e9e1";
|
|
1052
|
-
}
|
|
1053
|
-
|
|
1054
|
-
.fwe-icon-network-connecting:before {
|
|
1055
|
-
content: "\e9e2";
|
|
1056
|
-
}
|
|
1057
|
-
|
|
1058
|
-
.fwe-icon-network-digital-available:before {
|
|
1059
|
-
content: "\e9e3";
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
|
-
.fwe-icon-network-disconnected:before {
|
|
1063
|
-
content: "\e9e4";
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
|
-
.fwe-icon-network-download-cloud:before {
|
|
1067
|
-
content: "\e9e5";
|
|
1068
|
-
}
|
|
1069
|
-
|
|
1070
|
-
.fwe-icon-network-electric-accessories:before {
|
|
1071
|
-
content: "\e9e6";
|
|
1072
|
-
}
|
|
1073
|
-
|
|
1074
|
-
.fwe-icon-network-feldbus:before {
|
|
1075
|
-
content: "\e9e7";
|
|
1076
|
-
}
|
|
1077
|
-
|
|
1078
|
-
.fwe-icon-network-function-specific-system:before {
|
|
1079
|
-
content: "\e9e8";
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
.fwe-icon-network-io-i:before {
|
|
1083
|
-
content: "\e9e9";
|
|
1084
|
-
}
|
|
1085
|
-
|
|
1086
|
-
.fwe-icon-network-io-o:before {
|
|
1087
|
-
content: "\e9ea";
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
.fwe-icon-network-network:before {
|
|
1091
|
-
content: "\e9eb";
|
|
1092
|
-
}
|
|
1093
|
-
|
|
1094
|
-
.fwe-icon-network-remote-io:before {
|
|
1095
|
-
content: "\e9ec";
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
.fwe-icon-network-show-nuggets:before {
|
|
1099
|
-
content: "\e9ed";
|
|
1100
|
-
}
|
|
1101
|
-
|
|
1102
|
-
.fwe-icon-network-upload-cloud:before {
|
|
1103
|
-
content: "\e9ee";
|
|
1104
|
-
}
|
|
1105
|
-
|
|
1106
|
-
.fwe-icon-operate-button-press:before {
|
|
1107
|
-
content: "\e9ef";
|
|
1108
|
-
}
|
|
1109
|
-
|
|
1110
|
-
.fwe-icon-operate-commissioning:before {
|
|
1111
|
-
content: "\e9f0";
|
|
1112
|
-
}
|
|
1113
|
-
|
|
1114
|
-
.fwe-icon-operate-commit-value:before {
|
|
1115
|
-
content: "\e9f1";
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
|
-
.fwe-icon-operate-drag-and-drop:before {
|
|
1119
|
-
content: "\e9f2";
|
|
1120
|
-
}
|
|
1121
|
-
|
|
1122
|
-
.fwe-icon-operate-engineering-information:before {
|
|
1123
|
-
content: "\e9f3";
|
|
1124
|
-
}
|
|
1125
|
-
|
|
1126
|
-
.fwe-icon-operate-hand-use:before {
|
|
1127
|
-
content: "\e9f4";
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
.fwe-icon-operate-like:before {
|
|
1131
|
-
content: "\e9f5";
|
|
1132
|
-
}
|
|
1133
|
-
|
|
1134
|
-
.fwe-icon-operate-simple-handling:before {
|
|
1135
|
-
content: "\e9f6";
|
|
1136
|
-
}
|
|
1137
|
-
|
|
1138
|
-
.fwe-icon-operate-skip-maintenance:before {
|
|
1139
|
-
content: "\e9f7";
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
|
-
.fwe-icon-operate-tools:before {
|
|
1143
|
-
content: "\e9f8";
|
|
1144
|
-
}
|
|
1145
|
-
|
|
1146
|
-
.fwe-icon-pa-angle-seat-valves:before {
|
|
1147
|
-
content: "\e9f9";
|
|
1148
|
-
}
|
|
1149
|
-
|
|
1150
|
-
.fwe-icon-pa-positioner:before {
|
|
1151
|
-
content: "\e9fa";
|
|
1152
|
-
}
|
|
1153
|
-
|
|
1154
|
-
.fwe-icon-pa-process-and-media-valves:before {
|
|
1155
|
-
content: "\e9fb";
|
|
1156
|
-
}
|
|
1157
|
-
|
|
1158
|
-
.fwe-icon-pa-valve:before {
|
|
1159
|
-
content: "\e9fc";
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
.fwe-icon-people-add-user:before {
|
|
1163
|
-
content: "\e9fd";
|
|
1164
|
-
}
|
|
1165
|
-
|
|
1166
|
-
.fwe-icon-people-admin-settings:before {
|
|
1167
|
-
content: "\e9fe";
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
|
-
.fwe-icon-people-qualification:before {
|
|
1171
|
-
content: "\e9ff";
|
|
1172
|
-
}
|
|
1173
|
-
|
|
1174
|
-
.fwe-icon-people-user-administration:before {
|
|
1175
|
-
content: "\ea00";
|
|
1176
|
-
}
|
|
1177
|
-
|
|
1178
|
-
.fwe-icon-people-user:before {
|
|
1179
|
-
content: "\ea01";
|
|
1180
|
-
}
|
|
1181
|
-
|
|
1182
|
-
.fwe-icon-program-lin-axispos:before {
|
|
1183
|
-
content: "\ea02";
|
|
1184
|
-
}
|
|
1185
|
-
|
|
1186
|
-
.fwe-icon-program-module:before {
|
|
1187
|
-
content: "\ea03";
|
|
1188
|
-
}
|
|
1189
|
-
|
|
1190
|
-
.fwe-icon-program-ptp-axispos:before {
|
|
1191
|
-
content: "\ea04";
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
.fwe-icon-program-ptp-cartpos:before {
|
|
1195
|
-
content: "\ea05";
|
|
1196
|
-
}
|
|
1197
|
-
|
|
1198
|
-
.fwe-icon-status-check-status:before {
|
|
1199
|
-
content: "\ea06";
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
.fwe-icon-status-deny:before {
|
|
1203
|
-
content: "\ea07";
|
|
1204
|
-
}
|
|
1205
|
-
|
|
1206
|
-
.fwe-icon-status-explosion-protection:before {
|
|
1207
|
-
content: "\ea08";
|
|
1208
|
-
}
|
|
1209
|
-
|
|
1210
|
-
.fwe-icon-status-failure:before {
|
|
1211
|
-
content: "\ea09";
|
|
1212
|
-
}
|
|
1213
|
-
|
|
1214
|
-
.fwe-icon-status-help:before {
|
|
1215
|
-
content: "\ea0a";
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
|
-
.fwe-icon-status-info:before {
|
|
1219
|
-
content: "\ea0b";
|
|
1220
|
-
}
|
|
1221
|
-
|
|
1222
|
-
.fwe-icon-status-warning:before {
|
|
1223
|
-
content: "\ea0c";
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
|
-
.fwe-icon-time-calendar:before {
|
|
1227
|
-
content: "\ea0d";
|
|
1228
|
-
}
|
|
1229
|
-
|
|
1230
|
-
.fwe-icon-time-moving-time-filled:before {
|
|
1231
|
-
content: "\ea0e";
|
|
1232
|
-
}
|
|
1233
|
-
|
|
1234
|
-
.fwe-icon-time-moving-time:before {
|
|
1235
|
-
content: "\ea0f";
|
|
1236
|
-
}
|
|
1237
|
-
|
|
1238
|
-
.fwe-icon-time-recently-used:before {
|
|
1239
|
-
content: "\ea10";
|
|
1240
|
-
}
|
|
1241
|
-
|
|
1242
|
-
.fwe-icon-time-time:before {
|
|
1243
|
-
content: "\ea11";
|
|
1244
|
-
}
|
|
1245
|
-
|
|
1246
|
-
.fwe-icon-trace-coordinate:before {
|
|
1247
|
-
content: "\ea12";
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
.fwe-icon-trace-economically:before {
|
|
1251
|
-
content: "\ea13";
|
|
1252
|
-
}
|
|
1253
|
-
|
|
1254
|
-
.fwe-icon-trace-lin-cartpos:before {
|
|
1255
|
-
content: "\ea14";
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
|
-
.fwe-icon-trace-progress:before {
|
|
1259
|
-
content: "\ea15";
|
|
1260
|
-
}
|
|
1261
|
-
|
|
1262
|
-
.fwe-icon-trace-read-trace:before {
|
|
1263
|
-
content: "\ea16";
|
|
1264
|
-
}
|
|
1265
|
-
|
|
1266
|
-
.fwe-icon-trace-start-trace:before {
|
|
1267
|
-
content: "\ea17";
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
.fwe-icon-action:before {
|
|
1271
|
-
content: "\ea18";
|
|
1272
|
-
}
|
|
1273
|
-
|
|
1274
|
-
.fwe-icon-adaptive-learning-path:before {
|
|
1275
|
-
content: "\ea19";
|
|
1276
|
-
}
|
|
1277
|
-
|
|
1278
|
-
.fwe-icon-audio-off:before {
|
|
1279
|
-
content: "\ea1a";
|
|
1280
|
-
}
|
|
1281
|
-
|
|
1282
|
-
.fwe-icon-chameleon:before {
|
|
1283
|
-
content: "\ea1b";
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
|
-
.fwe-icon-close-small:before {
|
|
1287
|
-
content: "\ea1c";
|
|
1288
|
-
}
|
|
1289
|
-
|
|
1290
|
-
.fwe-icon-comment-rate:before {
|
|
1291
|
-
content: "\ea1d";
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
|
-
.fwe-icon-competency-management:before {
|
|
1295
|
-
content: "\ea1e";
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
|
-
.fwe-icon-competency:before {
|
|
1299
|
-
content: "\ea1f";
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
|
-
.fwe-icon-copyright:before {
|
|
1303
|
-
content: "\ea20";
|
|
1304
|
-
}
|
|
1305
|
-
|
|
1306
|
-
.fwe-icon-course:before {
|
|
1307
|
-
content: "\ea21";
|
|
1308
|
-
}
|
|
1309
|
-
|
|
1310
|
-
.fwe-icon-elephant:before {
|
|
1311
|
-
content: "\ea22";
|
|
1312
|
-
}
|
|
1313
|
-
|
|
1314
|
-
.fwe-icon-export-pdf:before {
|
|
1315
|
-
content: "\ea23";
|
|
1316
|
-
}
|
|
1317
|
-
|
|
1318
|
-
.fwe-icon-fish:before {
|
|
1319
|
-
content: "\ea24";
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1322
|
-
.fwe-icon-flower:before {
|
|
1323
|
-
content: "\ea25";
|
|
1324
|
-
}
|
|
1325
|
-
|
|
1326
|
-
.fwe-icon-formula:before {
|
|
1327
|
-
content: "\ea26";
|
|
1328
|
-
}
|
|
1329
|
-
|
|
1330
|
-
.fwe-icon-glossary:before {
|
|
1331
|
-
content: "\ea27";
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
|
-
.fwe-icon-group-learner:before {
|
|
1335
|
-
content: "\ea28";
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
|
-
.fwe-icon-learner:before {
|
|
1339
|
-
content: "\ea29";
|
|
1340
|
-
}
|
|
1341
|
-
|
|
1342
|
-
.fwe-icon-learning-analytics:before {
|
|
1343
|
-
content: "\ea2a";
|
|
1344
|
-
}
|
|
1345
|
-
|
|
1346
|
-
.fwe-icon-learning-library:before {
|
|
1347
|
-
content: "\ea2b";
|
|
1348
|
-
}
|
|
1349
|
-
|
|
1350
|
-
.fwe-icon-learning-path:before {
|
|
1351
|
-
content: "\ea2c";
|
|
1352
|
-
}
|
|
1353
|
-
|
|
1354
|
-
.fwe-icon-learning-unit:before {
|
|
1355
|
-
content: "\ea2d";
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
.fwe-icon-nugget:before {
|
|
1359
|
-
content: "\ea2e";
|
|
1360
|
-
}
|
|
1361
|
-
|
|
1362
|
-
.fwe-icon-puzzle:before {
|
|
1363
|
-
content: "\ea2f";
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
.fwe-icon-sort-by:before {
|
|
1367
|
-
content: "\ea30";
|
|
1368
|
-
}
|
|
1369
|
-
|
|
1370
|
-
.fwe-icon-sound-off:before {
|
|
1371
|
-
content: "\ea31";
|
|
1372
|
-
}
|
|
1373
|
-
|
|
1374
|
-
.fwe-icon-sound-on:before {
|
|
1375
|
-
content: "\ea32";
|
|
1376
|
-
}
|
|
1377
|
-
|
|
1378
|
-
.fwe-icon-speaker-text-off:before {
|
|
1379
|
-
content: "\ea33";
|
|
1380
|
-
}
|
|
1381
|
-
|
|
1382
|
-
.fwe-icon-speaker-text-on:before {
|
|
1383
|
-
content: "\ea34";
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
.fwe-icon-swipe:before {
|
|
1387
|
-
content: "\ea35";
|
|
1388
|
-
}
|
|
1389
|
-
|
|
1390
|
-
.fwe-icon-tag-draft:before {
|
|
1391
|
-
content: "\ea36";
|
|
1392
|
-
}
|
|
1393
|
-
|
|
1394
|
-
.fwe-icon-tag-new:before {
|
|
1395
|
-
content: "\ea37";
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
|
-
.fwe-icon-tec2screen:before {
|
|
1399
|
-
content: "\ea38";
|
|
1400
|
-
}
|
|
1401
|
-
|
|
1402
|
-
.fwe-icon-time-time-outline:before {
|
|
1403
|
-
content: "\ea39";
|
|
1404
|
-
}
|
|
1405
|
-
|
|
1406
|
-
.fwe-icon-unite:before {
|
|
1407
|
-
content: "\ea3a";
|
|
1408
|
-
}
|
|
1409
|
-
|
|
1410
|
-
.fwe-icon-accordion:before {
|
|
1411
|
-
content: "\ea3b";
|
|
1412
|
-
}
|
|
1413
|
-
|
|
1414
|
-
.fwe-icon-assignment:before {
|
|
1415
|
-
content: "\ea3c";
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
.fwe-icon-enumeration:before {
|
|
1419
|
-
content: "\ea3d";
|
|
1420
|
-
}
|
|
1421
|
-
|
|
1422
|
-
.fwe-icon-headline:before {
|
|
1423
|
-
content: "\ea3e";
|
|
1424
|
-
}
|
|
1425
|
-
|
|
1426
|
-
.fwe-icon-installation-guide:before {
|
|
1427
|
-
content: "\ea3f";
|
|
1428
|
-
}
|
|
1429
|
-
|
|
1430
|
-
.fwe-icon-my-organisation:before {
|
|
1431
|
-
content: "\ea40";
|
|
1432
|
-
}
|
|
1433
|
-
|
|
1434
|
-
.fwe-icon-subline:before {
|
|
1435
|
-
content: "\ea41";
|
|
1436
|
-
}
|
|
1437
|
-
|
|
1438
|
-
.fwe-icon-table:before {
|
|
1439
|
-
content: "\ea42";
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
|
-
.fwe-icon-user-license:before {
|
|
1443
|
-
content: "\ea43";
|
|
1444
|
-
}
|
|
1445
|
-
|
|
1446
|
-
.fwe-icon-alias:before {
|
|
1447
|
-
content: "\ea44";
|
|
1448
|
-
}
|
|
1449
|
-
|
|
1450
|
-
.fwe-icon-automatic-mode:before {
|
|
1451
|
-
content: "\ea45";
|
|
1452
|
-
}
|
|
1453
|
-
|
|
1454
|
-
.fwe-icon-cartesian:before {
|
|
1455
|
-
content: "\ea46";
|
|
1456
|
-
}
|
|
1457
|
-
|
|
1458
|
-
.fwe-icon-chains-of-components-alias:before {
|
|
1459
|
-
content: "\ea47";
|
|
1460
|
-
}
|
|
1461
|
-
|
|
1462
|
-
.fwe-icon-circuit:before {
|
|
1463
|
-
content: "\ea48";
|
|
1464
|
-
}
|
|
1465
|
-
|
|
1466
|
-
.fwe-icon-code:before {
|
|
1467
|
-
content: "\ea49";
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
.fwe-icon-component:before {
|
|
1471
|
-
content: "\ea4a";
|
|
1472
|
-
}
|
|
1473
|
-
|
|
1474
|
-
.fwe-icon-condition:before {
|
|
1475
|
-
content: "\ea4b";
|
|
1476
|
-
}
|
|
1477
|
-
|
|
1478
|
-
.fwe-icon-dashboard:before {
|
|
1479
|
-
content: "\ea4c";
|
|
1480
|
-
}
|
|
1481
|
-
|
|
1482
|
-
.fwe-icon-feldbus-sps:before {
|
|
1483
|
-
content: "\ea4d";
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
.fwe-icon-joints:before {
|
|
1487
|
-
content: "\ea4e";
|
|
1488
|
-
}
|
|
1489
|
-
|
|
1490
|
-
.fwe-icon-library:before {
|
|
1491
|
-
content: "\ea4f";
|
|
1492
|
-
}
|
|
1493
|
-
|
|
1494
|
-
.fwe-icon-location:before {
|
|
1495
|
-
content: "\ea50";
|
|
1496
|
-
}
|
|
1497
|
-
|
|
1498
|
-
.fwe-icon-logout:before {
|
|
1499
|
-
content: "\ea51";
|
|
1500
|
-
}
|
|
1501
|
-
|
|
1502
|
-
.fwe-icon-loop:before {
|
|
1503
|
-
content: "\ea52";
|
|
1504
|
-
}
|
|
1505
|
-
|
|
1506
|
-
.fwe-icon-machine:before {
|
|
1507
|
-
content: "\ea53";
|
|
1508
|
-
}
|
|
1509
|
-
|
|
1510
|
-
.fwe-icon-manual-mode:before {
|
|
1511
|
-
content: "\ea54";
|
|
1512
|
-
}
|
|
1513
|
-
|
|
1514
|
-
.fwe-icon-move:before {
|
|
1515
|
-
content: "\ea55";
|
|
1516
|
-
}
|
|
1517
|
-
|
|
1518
|
-
.fwe-icon-norm-compliant-event:before {
|
|
1519
|
-
content: "\ea56";
|
|
1520
|
-
}
|
|
1521
|
-
|
|
1522
|
-
.fwe-icon-pallatize:before {
|
|
1523
|
-
content: "\ea57";
|
|
1524
|
-
}
|
|
1525
|
-
|
|
1526
|
-
.fwe-icon-power-off:before {
|
|
1527
|
-
content: "\ea58";
|
|
1528
|
-
}
|
|
1529
|
-
|
|
1530
|
-
.fwe-icon-power-on:before {
|
|
1531
|
-
content: "\ea59";
|
|
1532
|
-
}
|
|
1533
|
-
|
|
1534
|
-
.fwe-icon-project-alias:before {
|
|
1535
|
-
content: "\ea5a";
|
|
1536
|
-
}
|
|
1537
|
-
|
|
1538
|
-
.fwe-icon-reduced:before {
|
|
1539
|
-
content: "\ea5b";
|
|
1540
|
-
}
|
|
1541
|
-
|
|
1542
|
-
.fwe-icon-save-to-clipboard:before {
|
|
1543
|
-
content: "\ea5c";
|
|
1544
|
-
}
|
|
1545
|
-
|
|
1546
|
-
.fwe-icon-sensor:before {
|
|
1547
|
-
content: "\ea5d";
|
|
1548
|
-
}
|
|
1549
|
-
|
|
1550
|
-
.fwe-icon-show-in-list:before {
|
|
1551
|
-
content: "\ea5e";
|
|
1552
|
-
}
|
|
1553
|
-
|
|
1554
|
-
.fwe-icon-unlocked:before {
|
|
1555
|
-
content: "\ea5f";
|
|
1556
|
-
}
|
|
1557
|
-
|
|
1558
|
-
.fwe-icon-upload-history:before {
|
|
1559
|
-
content: "\ea60";
|
|
1560
|
-
}
|
|
1561
|
-
|
|
1562
|
-
.fwe-icon-worksheet-alias:before {
|
|
1563
|
-
content: "\ea61";
|
|
1564
|
-
}
|
|
1565
|
-
|
|
1566
|
-
.fwe-icon-analysis-compressed-air-consumption:before {
|
|
1567
|
-
content: "\ea62";
|
|
1568
|
-
}
|
|
1569
|
-
|
|
1570
|
-
.fwe-icon-analysis-compressed-air-generation:before {
|
|
1571
|
-
content: "\ea63";
|
|
1572
|
-
}
|
|
1573
|
-
|
|
1574
|
-
.fwe-icon-analysis-compressed-air-quality:before {
|
|
1575
|
-
content: "\ea64";
|
|
1576
|
-
}
|
|
1577
|
-
|
|
1578
|
-
.fwe-icon-balance:before {
|
|
1579
|
-
content: "\ea65";
|
|
1580
|
-
}
|
|
1581
|
-
|
|
1582
|
-
.fwe-icon-compressed-air-energy-efficiency:before {
|
|
1583
|
-
content: "\ea66";
|
|
1584
|
-
}
|
|
1585
|
-
|
|
1586
|
-
.fwe-icon-leakage-detection:before {
|
|
1587
|
-
content: "\ea67";
|
|
1588
|
-
}
|
|
1589
|
-
|
|
1590
|
-
.fwe-icon-machine-analysis:before {
|
|
1591
|
-
content: "\ea68";
|
|
1592
|
-
}
|
|
1593
|
-
|
|
1594
|
-
.fwe-icon-mechanic-gripper-close:before {
|
|
1595
|
-
content: "\ea69";
|
|
1596
|
-
}
|
|
1597
|
-
|
|
1598
|
-
.fwe-icon-mechanic-gripper-open:before {
|
|
1599
|
-
content: "\ea6a";
|
|
1600
|
-
}
|
|
1601
|
-
|
|
1602
|
-
.fwe-icon-security:before {
|
|
1603
|
-
content: "\ea6b";
|
|
1604
|
-
}
|
|
1605
|
-
|
|
1606
|
-
.fwe-icon-status:before {
|
|
1607
|
-
content: "\ea6c";
|
|
1608
|
-
}
|
|
1609
|
-
|
|
1610
|
-
.fwe-icon-vacuum-suction-close:before {
|
|
1611
|
-
content: "\ea6d";
|
|
1612
|
-
}
|
|
1613
|
-
|
|
1614
|
-
.fwe-icon-vacuum-suction-open:before {
|
|
1615
|
-
content: "\ea6e";
|
|
1616
|
-
}
|
|
1617
|
-
|
|
1618
|
-
.fwe-icon-page-configure:before {
|
|
1619
|
-
content: "\ea6f";
|
|
1620
|
-
}
|
|
1621
|
-
|
|
1622
|
-
.fwe-icon-compare:before {
|
|
1623
|
-
content: "\ea70";
|
|
1624
|
-
}
|
|
1625
|
-
|
|
1626
|
-
.fwe-icon-contact:before {
|
|
1627
|
-
content: "\ea71";
|
|
1628
|
-
}
|
|
1629
|
-
|
|
1630
|
-
.fwe-icon-copy:before {
|
|
1631
|
-
content: "\ea72";
|
|
1632
|
-
}
|
|
1633
|
-
|
|
1634
|
-
.fwe-icon-duplicate:before {
|
|
1635
|
-
content: "\ea73";
|
|
1636
|
-
}
|
|
1637
|
-
|
|
1638
|
-
.fwe-icon-group:before {
|
|
1639
|
-
content: "\ea74";
|
|
1640
|
-
}
|
|
1641
|
-
|
|
1642
|
-
.fwe-icon-in-progress:before {
|
|
1643
|
-
content: "\ea75";
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
|
-
.fwe-icon-motion-terminal:before {
|
|
1647
|
-
content: "\ea76";
|
|
1648
|
-
}
|
|
1649
|
-
|
|
1650
|
-
.fwe-icon-move-circular:before {
|
|
1651
|
-
content: "\ea77";
|
|
1652
|
-
}
|
|
1653
|
-
|
|
1654
|
-
.fwe-icon-move-linear:before {
|
|
1655
|
-
content: "\ea78";
|
|
1656
|
-
}
|
|
1657
|
-
|
|
1658
|
-
.fwe-icon-move-ptp:before {
|
|
1659
|
-
content: "\ea79";
|
|
1660
|
-
}
|
|
1661
|
-
|
|
1662
|
-
.fwe-icon-move-skill:before {
|
|
1663
|
-
content: "\ea7a";
|
|
1664
|
-
}
|
|
1665
|
-
|
|
1666
|
-
.fwe-icon-move-spline:before {
|
|
1667
|
-
content: "\ea7b";
|
|
1668
|
-
}
|
|
1669
|
-
|
|
1670
|
-
.fwe-icon-paste:before {
|
|
1671
|
-
content: "\ea7c";
|
|
1672
|
-
}
|
|
1673
|
-
|
|
1674
|
-
.fwe-icon-ringing:before {
|
|
1675
|
-
content: "\ea7d";
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
|
-
.fwe-icon-ungroup:before {
|
|
1679
|
-
content: "\ea7e";
|
|
1680
|
-
}
|
|
1681
|
-
|
|
1682
|
-
.fwe-icon-wifi:before {
|
|
1683
|
-
content: "\ea7f";
|
|
1684
|
-
}
|
|
1685
|
-
|
|
1686
|
-
.fwe-icon-training-consulting:before {
|
|
1687
|
-
content: "\ea80";
|
|
1688
|
-
}
|
|
1689
|
-
|
|
1690
|
-
.fwe-icon-reduce-pressure:before {
|
|
1691
|
-
content: "\ea81";
|
|
1692
|
-
}
|
|
1693
|
-
|
|
1694
|
-
.fwe-icon-dimension-correctly:before {
|
|
1695
|
-
content: "\ea82";
|
|
1696
|
-
}
|
|
1697
|
-
|
|
1698
|
-
.fwe-icon-shorten-hose-length:before {
|
|
1699
|
-
content: "\ea83";
|
|
1700
|
-
}
|
|
1701
|
-
|
|
1702
|
-
.fwe-icon-reduce-leckage:before {
|
|
1703
|
-
content: "\ea84";
|
|
1704
|
-
}
|
|
1705
|
-
|
|
1706
|
-
.fwe-icon-air-saving-circuit:before {
|
|
1707
|
-
content: "\ea85";
|
|
1708
|
-
}
|
|
1709
|
-
|
|
1710
|
-
.fwe-icon-reduce-pressure-drop:before {
|
|
1711
|
-
content: "\ea86";
|
|
1712
|
-
}
|
|
1713
|
-
|
|
1714
|
-
.fwe-icon-efficient-control:before {
|
|
1715
|
-
content: "\ea87";
|
|
1716
|
-
}
|
|
1717
|
-
|
|
1718
|
-
.fwe-icon-measurement-technology:before {
|
|
1719
|
-
content: "\ea88";
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
|
-
.fwe-icon-select-component:before {
|
|
1723
|
-
content: "\ea89";
|
|
1724
|
-
}
|
|
1725
|
-
|
|
1726
|
-
.fwe-icon-reduce-weight:before {
|
|
1727
|
-
content: "\ea8a";
|
|
1728
|
-
}
|
|
1729
|
-
|
|
1730
|
-
.fwe-icon-recover-energy:before {
|
|
1731
|
-
content: "\ea8b";
|
|
1732
|
-
}
|
|
1733
|
-
|
|
1734
|
-
.fwe-icon-reduce-friction:before {
|
|
1735
|
-
content: "\ea8c";
|
|
1736
|
-
}
|
|
1737
|
-
|
|
1738
|
-
.fwe-icon-energy-on:before {
|
|
1739
|
-
content: "\ea8d";
|
|
1740
|
-
}
|
|
1741
|
-
|
|
1742
|
-
.fwe-icon-energy-off:before {
|
|
1743
|
-
content: "\ea8e";
|
|
1744
|
-
}
|
|
1745
|
-
|
|
1746
|
-
.fwe-icon-code-library:before {
|
|
1747
|
-
content: "\ea8f";
|
|
1748
|
-
}
|
|
1749
|
-
|
|
1750
|
-
.fwe-icon-codesys:before {
|
|
1751
|
-
content: "\ea90";
|
|
1752
|
-
}
|
|
1753
|
-
|
|
1754
|
-
.fwe-icon-driver:before {
|
|
1755
|
-
content: "\ea91";
|
|
1756
|
-
}
|
|
1757
|
-
|
|
1758
|
-
.fwe-icon-firmware:before {
|
|
1759
|
-
content: "\ea92";
|
|
1760
|
-
}
|
|
1761
|
-
|
|
1762
|
-
.fwe-icon-i-o-link:before {
|
|
1763
|
-
content: "\ea93";
|
|
1764
|
-
}
|
|
1765
|
-
|
|
1766
|
-
.fwe-icon-middleware:before {
|
|
1767
|
-
content: "\ea94";
|
|
1768
|
-
}
|
|
1769
|
-
|
|
1770
|
-
.fwe-icon-plugin:before {
|
|
1771
|
-
content: "\ea95";
|
|
1772
|
-
}
|
|
1773
|
-
|
|
1774
|
-
.fwe-icon-calculator:before {
|
|
1775
|
-
content: "\ea96";
|
|
1776
|
-
}
|
|
1777
|
-
|
|
1778
|
-
.fwe-icon-design:before {
|
|
1779
|
-
content: "\ea97";
|
|
1780
|
-
}
|
|
1781
|
-
|
|
1782
|
-
.fwe-icon-first-time-use:before {
|
|
1783
|
-
content: "\ea98";
|
|
1784
|
-
}
|
|
1785
|
-
|
|
1786
|
-
.fwe-icon-flow-control:before {
|
|
1787
|
-
content: "\ea99";
|
|
1788
|
-
}
|
|
1789
|
-
|
|
1790
|
-
.fwe-icon-news-services:before {
|
|
1791
|
-
content: "\ea9a";
|
|
1792
|
-
}
|
|
1793
|
-
|
|
1794
|
-
.fwe-icon-pressure-control:before {
|
|
1795
|
-
content: "\ea9b";
|
|
1796
|
-
}
|
|
1797
|
-
|
|
1798
|
-
.fwe-icon-services:before {
|
|
1799
|
-
content: "\ea9c";
|
|
1800
|
-
}
|
|
1801
|
-
|
|
1802
|
-
.fwe-icon-simulation:before {
|
|
1803
|
-
content: "\ea9d";
|
|
1804
|
-
}
|
|
1805
|
-
|
|
1806
|
-
.fwe-icon-control-valve:before {
|
|
1807
|
-
content: "\ea9e";
|
|
1808
|
-
}
|
|
1809
|
-
|
|
1810
|
-
.fwe-icon-country-selector:before {
|
|
1811
|
-
content: "\ea9f";
|
|
1812
|
-
}
|
|
1813
|
-
|
|
1814
|
-
.fwe-icon-dosing-heads:before {
|
|
1815
|
-
content: "\eaa0";
|
|
1816
|
-
}
|
|
1817
|
-
|
|
1818
|
-
.fwe-icon-single-valve:before {
|
|
1819
|
-
content: "\eaa1";
|
|
1820
|
-
}
|
|
1821
|
-
|
|
1822
|
-
.fwe-icon-show-course:before {
|
|
1823
|
-
content: "\eaa2";
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
|
-
.fwe-icon-show-equipment:before {
|
|
1827
|
-
content: "\eaa3";
|
|
1828
|
-
}
|
|
1829
|
-
|
|
1830
|
-
.fwe-icon-show-group:before {
|
|
1831
|
-
content: "\eaa4";
|
|
1832
|
-
}
|
|
1833
|
-
|
|
1834
|
-
.fwe-icon-show-results:before {
|
|
1835
|
-
content: "\eaa5";
|
|
1836
|
-
}
|
|
1837
|
-
|
|
1838
|
-
.fwe-icon-show-user:before {
|
|
1839
|
-
content: "\eaa6";
|
|
1840
|
-
}
|
|
1841
|
-
|
|
1842
|
-
.fwe-icon-align-bottom:before {
|
|
1843
|
-
content: "\eaa7";
|
|
1844
|
-
}
|
|
1845
|
-
|
|
1846
|
-
.fwe-icon-align-center:before {
|
|
1847
|
-
content: "\eaa8";
|
|
1848
|
-
}
|
|
1849
|
-
|
|
1850
|
-
.fwe-icon-align-left:before {
|
|
1851
|
-
content: "\eaa9";
|
|
1852
|
-
}
|
|
1853
|
-
|
|
1854
|
-
.fwe-icon-align-middle:before {
|
|
1855
|
-
content: "\eaaa";
|
|
1856
|
-
}
|
|
1857
|
-
|
|
1858
|
-
.fwe-icon-align-right:before {
|
|
1859
|
-
content: "\eaab";
|
|
1860
|
-
}
|
|
1861
|
-
|
|
1862
|
-
.fwe-icon-align-top:before {
|
|
1863
|
-
content: "\eaac";
|
|
1864
|
-
}
|
|
1865
|
-
|
|
1866
|
-
.fwe-icon-artificial-intelligence-AI:before {
|
|
1867
|
-
content: "\eaad";
|
|
1868
|
-
}
|
|
1869
|
-
|
|
1870
|
-
.fwe-icon-assign-to-learner:before {
|
|
1871
|
-
content: "\eaae";
|
|
1872
|
-
}
|
|
1873
|
-
|
|
1874
|
-
.fwe-icon-augmented-reality:before {
|
|
1875
|
-
content: "\eaaf";
|
|
1876
|
-
}
|
|
1877
|
-
|
|
1878
|
-
.fwe-icon-bus-systems:before {
|
|
1879
|
-
content: "\eab0";
|
|
1880
|
-
}
|
|
1881
|
-
|
|
1882
|
-
.fwe-icon-cobotic:before {
|
|
1883
|
-
content: "\eab1";
|
|
1884
|
-
}
|
|
1885
|
-
|
|
1886
|
-
.fwe-icon-controlled:before {
|
|
1887
|
-
content: "\eab2";
|
|
1888
|
-
}
|
|
1889
|
-
|
|
1890
|
-
.fwe-icon-distribute-columns:before {
|
|
1891
|
-
content: "\eab3";
|
|
1892
|
-
}
|
|
1893
|
-
|
|
1894
|
-
.fwe-icon-electrics:before {
|
|
1895
|
-
content: "\eab4";
|
|
1896
|
-
}
|
|
1897
|
-
|
|
1898
|
-
.fwe-icon-energy-efficiency:before {
|
|
1899
|
-
content: "\eab5";
|
|
1900
|
-
}
|
|
1901
|
-
|
|
1902
|
-
.fwe-icon-fast-delivery:before {
|
|
1903
|
-
content: "\eab6";
|
|
1904
|
-
}
|
|
1905
|
-
|
|
1906
|
-
.fwe-icon-funk:before {
|
|
1907
|
-
content: "\eab7";
|
|
1908
|
-
}
|
|
1909
|
-
|
|
1910
|
-
.fwe-icon-hide-label:before {
|
|
1911
|
-
content: "\eab8";
|
|
1912
|
-
}
|
|
1913
|
-
|
|
1914
|
-
.fwe-icon-iiot:before {
|
|
1915
|
-
content: "\eab9";
|
|
1916
|
-
}
|
|
1917
|
-
|
|
1918
|
-
.fwe-icon-iot:before {
|
|
1919
|
-
content: "\eaba";
|
|
1920
|
-
}
|
|
1921
|
-
|
|
1922
|
-
.fwe-icon-mobotic:before {
|
|
1923
|
-
content: "\eabc";
|
|
1924
|
-
}
|
|
1925
|
-
|
|
1926
|
-
.fwe-icon-new-link:before {
|
|
1927
|
-
content: "\eabd";
|
|
1928
|
-
}
|
|
1929
|
-
|
|
1930
|
-
.fwe-icon-numeric-value:before {
|
|
1931
|
-
content: "\eabe";
|
|
1932
|
-
}
|
|
1933
|
-
|
|
1934
|
-
.fwe-icon-piezo:before {
|
|
1935
|
-
content: "\eabf";
|
|
1936
|
-
}
|
|
1937
|
-
|
|
1938
|
-
.fwe-icon-pneumatics:before {
|
|
1939
|
-
content: "\eac0";
|
|
1940
|
-
}
|
|
1941
|
-
|
|
1942
|
-
.fwe-icon-recycling:before {
|
|
1943
|
-
content: "\eac1";
|
|
1944
|
-
}
|
|
1945
|
-
|
|
1946
|
-
.fwe-icon-remove-link:before {
|
|
1947
|
-
content: "\eac2";
|
|
1948
|
-
}
|
|
1949
|
-
|
|
1950
|
-
.fwe-icon-remove-user:before {
|
|
1951
|
-
content: "\eac3";
|
|
1952
|
-
}
|
|
1953
|
-
|
|
1954
|
-
.fwe-icon-safety:before {
|
|
1955
|
-
content: "\eac4";
|
|
1956
|
-
}
|
|
1957
|
-
|
|
1958
|
-
.fwe-icon-show-label:before {
|
|
1959
|
-
content: "\eac5";
|
|
1960
|
-
}
|
|
1961
|
-
|
|
1962
|
-
.fwe-icon-show-link:before {
|
|
1963
|
-
content: "\eac6";
|
|
1964
|
-
}
|
|
1965
|
-
|
|
1966
|
-
.fwe-icon-smart:before {
|
|
1967
|
-
content: "\eac7";
|
|
1968
|
-
}
|
|
1969
|
-
|
|
1970
|
-
.fwe-icon-sustainable-materials:before {
|
|
1971
|
-
content: "\eac9";
|
|
1972
|
-
}
|
|
1973
|
-
|
|
1974
|
-
.fwe-icon-text-value:before {
|
|
1975
|
-
content: "\eaca";
|
|
1976
|
-
}
|
|
1977
|
-
|
|
1978
|
-
.fwe-icon-virtual-reality:before {
|
|
1979
|
-
content: "\eacb";
|
|
1980
|
-
}
|
|
1981
|
-
|
|
1982
|
-
.fwe-icon-cut:before {
|
|
1983
|
-
content: "\eabb";
|
|
1984
|
-
}
|
|
1985
|
-
|
|
1986
|
-
.fwe-icon-digital-twin:before {
|
|
1987
|
-
content: "\eac8";
|
|
1988
|
-
}
|
|
1989
|
-
|
|
1990
|
-
.fwe-icon-doc-zip:before {
|
|
1991
|
-
content: "\eacc";
|
|
1992
|
-
}
|
|
1993
|
-
|
|
1994
|
-
.fwe-icon-fast-forward:before {
|
|
1995
|
-
content: "\eacd";
|
|
1996
|
-
}
|
|
1997
|
-
|
|
1998
|
-
.fwe-icon-fast-rewind:before {
|
|
1999
|
-
content: "\eace";
|
|
2000
|
-
}
|
|
2001
|
-
|
|
2002
|
-
.fwe-icon-forward:before {
|
|
2003
|
-
content: "\eacf";
|
|
2004
|
-
}
|
|
2005
|
-
|
|
2006
|
-
.fwe-icon-rewind:before {
|
|
2007
|
-
content: "\ead0";
|
|
2008
|
-
}
|
|
2009
|
-
|
|
2010
|
-
.fwe-icon-report-error:before {
|
|
2011
|
-
content: "\ead1";
|
|
2012
|
-
}
|
|
2013
|
-
|
|
2014
|
-
.fwe-icon-show-learning-path:before {
|
|
2015
|
-
content: "\ead2";
|
|
2016
|
-
}
|
|
2017
|
-
|
|
2018
|
-
.fwe-icon-clock-generator:before {
|
|
2019
|
-
content: "\ead3";
|
|
2020
|
-
}
|
|
2021
|
-
|
|
2022
|
-
.fwe-icon-diode:before {
|
|
2023
|
-
content: "\ead4";
|
|
2024
|
-
}
|
|
2025
|
-
|
|
2026
|
-
.fwe-icon-flip-horizontally:before {
|
|
2027
|
-
content: "\ead5";
|
|
2028
|
-
}
|
|
2029
|
-
|
|
2030
|
-
.fwe-icon-flip-vertically:before {
|
|
2031
|
-
content: "\ead6";
|
|
2032
|
-
}
|
|
2033
|
-
|
|
2034
|
-
.fwe-icon-function-generator:before {
|
|
2035
|
-
content: "\ead7";
|
|
2036
|
-
}
|
|
2037
|
-
|
|
2038
|
-
.fwe-icon-multimeter:before {
|
|
2039
|
-
content: "\ead8";
|
|
2040
|
-
}
|
|
2041
|
-
|
|
2042
|
-
.fwe-icon-oscilloscope:before {
|
|
2043
|
-
content: "\ead9";
|
|
2044
|
-
}
|
|
2045
|
-
|
|
2046
|
-
.fwe-icon-parameter:before {
|
|
2047
|
-
content: "\eada";
|
|
2048
|
-
}
|
|
2049
|
-
|
|
2050
|
-
.fwe-icon-rotate:before {
|
|
2051
|
-
content: "\eadb";
|
|
2052
|
-
}
|
|
2053
|
-
|
|
2054
|
-
.fwe-icon-select:before {
|
|
2055
|
-
content: "\eadc";
|
|
2056
|
-
}
|
|
2057
|
-
|
|
2058
|
-
.fwe-icon-sound-of-multimeter:before {
|
|
2059
|
-
content: "\eadd";
|
|
2060
|
-
}
|
|
2061
|
-
|
|
2062
|
-
.fwe-icon-voltage-source:before {
|
|
2063
|
-
content: "\eade";
|
|
2064
|
-
}
|
|
2065
|
-
|
|
2066
|
-
.fwe-icon-add-photo:before {
|
|
2067
|
-
content: "\eadf";
|
|
2068
|
-
}
|
|
2069
|
-
|
|
2070
|
-
.fwe-icon-analog-io:before {
|
|
2071
|
-
content: "\eae0";
|
|
2072
|
-
}
|
|
2073
|
-
|
|
2074
|
-
.fwe-icon-diagnosis:before {
|
|
2075
|
-
content: "\eae1";
|
|
2076
|
-
}
|
|
2077
|
-
|
|
2078
|
-
.fwe-icon-digital-io:before {
|
|
2079
|
-
content: "\eae2";
|
|
2080
|
-
}
|
|
2081
|
-
|
|
2082
|
-
.fwe-icon-led-test:before {
|
|
2083
|
-
content: "\eae3";
|
|
2084
|
-
}
|
|
2085
|
-
|
|
2086
|
-
.fwe-icon-applause:before {
|
|
2087
|
-
content: "\eae4";
|
|
2088
|
-
}
|
|
2089
|
-
|
|
2090
|
-
.fwe-icon-battery:before {
|
|
2091
|
-
content: "\eae5";
|
|
2092
|
-
}
|
|
2093
|
-
|
|
2094
|
-
.fwe-icon-dangerous-goods:before {
|
|
2095
|
-
content: "\eae6";
|
|
2096
|
-
}
|
|
2097
|
-
|
|
2098
|
-
.fwe-icon-check-small:before {
|
|
2099
|
-
content: "\eae7";
|
|
2100
|
-
}
|
|
2101
|
-
|
|
2102
|
-
.fwe-icon-arrange:before {
|
|
2103
|
-
content: "\eae8";
|
|
2104
|
-
}
|
|
2105
|
-
|
|
2106
|
-
.fwe-icon-cloud-failure:before {
|
|
2107
|
-
content: "\eae9";
|
|
2108
|
-
}
|
|
2109
|
-
|
|
2110
|
-
.fwe-icon-cloud-ready:before {
|
|
2111
|
-
content: "\eaeb";
|
|
2112
|
-
}
|
|
2113
|
-
|
|
2114
|
-
.fwe-icon-cloud-sync:before {
|
|
2115
|
-
content: "\eaed";
|
|
18
|
+
.fwe-font-size-small {
|
|
19
|
+
font-size: var(--fwe-font-size-small);
|
|
2116
20
|
}
|
|
2117
21
|
|
|
2118
|
-
.fwe-
|
|
2119
|
-
|
|
22
|
+
.fwe-font-size-md {
|
|
23
|
+
font-size: var(--fwe-font-size-md);
|
|
2120
24
|
}
|
|
2121
25
|
|
|
2122
|
-
.fwe-
|
|
2123
|
-
|
|
26
|
+
.fwe-font-size-base {
|
|
27
|
+
font-size: var(--fwe-font-size-base);
|
|
2124
28
|
}
|
|
2125
29
|
|
|
2126
|
-
.fwe-
|
|
2127
|
-
|
|
30
|
+
.fwe-font-size-xl {
|
|
31
|
+
font-size: var(--fwe-font-size-xl);
|
|
2128
32
|
}
|
|
2129
33
|
|
|
2130
|
-
.fwe-
|
|
2131
|
-
|
|
34
|
+
.fwe-font-size-xxl {
|
|
35
|
+
font-size: var(--fwe-font-size-xxl);
|
|
2132
36
|
}
|
|
2133
37
|
|
|
2134
|
-
.fwe-
|
|
2135
|
-
|
|
38
|
+
.fwe-line-height-base {
|
|
39
|
+
line-height: var(--fwe-line-height-base);
|
|
2136
40
|
}
|
|
2137
41
|
|
|
2138
|
-
.fwe-
|
|
2139
|
-
|
|
42
|
+
.fwe-line-height-1 {
|
|
43
|
+
line-height: 1;
|
|
2140
44
|
}
|
|
2141
45
|
|
|
2142
|
-
.fwe-
|
|
2143
|
-
|
|
46
|
+
.fwe-font-weight-base {
|
|
47
|
+
font-weight: var(--fwe-font-weight-normal);
|
|
2144
48
|
}
|
|
2145
49
|
|
|
2146
|
-
.fwe-
|
|
2147
|
-
|
|
50
|
+
.fwe-font-weight-normal {
|
|
51
|
+
font-weight: var(--fwe-font-weight-normal);
|
|
2148
52
|
}
|
|
2149
53
|
|
|
2150
|
-
.fwe-
|
|
2151
|
-
|
|
54
|
+
.fwe-font-weight-bold {
|
|
55
|
+
font-weight: var(--fwe-font-weight-bold);
|
|
2152
56
|
}
|
|
2153
57
|
|
|
2154
|
-
.fwe-
|
|
2155
|
-
|
|
58
|
+
.fwe-font-family-sans-serif {
|
|
59
|
+
font-family: var(--fwe-font-family-sans-serif);
|
|
2156
60
|
}
|
|
2157
61
|
|
|
2158
|
-
.fwe-
|
|
2159
|
-
|
|
62
|
+
.fwe-font-family-monospace,
|
|
63
|
+
.fwe-font-family-code {
|
|
64
|
+
font-family: var(--fwe-font-family-monospace);
|
|
2160
65
|
}
|
|
2161
66
|
|
|
2162
67
|
.fwe-color-black {
|
|
@@ -2594,9 +499,6 @@ h6,
|
|
|
2594
499
|
--fwe-spacer-xxl: 64px;
|
|
2595
500
|
--fwe-font-family-sans-serif: "Festo", "Trebuchet MS", Arial, sans-serif;
|
|
2596
501
|
--fwe-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
2597
|
-
--fwe-font-family-icons-16: "festo_icons-16";
|
|
2598
|
-
--fwe-font-family-icons-24: "festo_icons-24";
|
|
2599
|
-
--fwe-font-family-icons-32: "festo_icons-32";
|
|
2600
502
|
--fwe-font-weight-normal: 400;
|
|
2601
503
|
--fwe-font-weight-bold: 700;
|
|
2602
504
|
--fwe-line-height-base: 1.5;
|
|
@@ -3025,7 +927,7 @@ template {
|
|
|
3025
927
|
}
|
|
3026
928
|
|
|
3027
929
|
/*!
|
|
3028
|
-
* Festo UI - Web Essentials v9.0.0-dev.
|
|
930
|
+
* Festo UI - Web Essentials v9.0.0-dev.678 (https://storybook.festo.design/)
|
|
3029
931
|
* Copyright 2022 Festo SE & Co. KG
|
|
3030
932
|
* Licensed under Apache-2.0
|
|
3031
933
|
*/
|
|
@@ -14486,7 +12388,7 @@ header.fwe-fixed-header {
|
|
|
14486
12388
|
}
|
|
14487
12389
|
|
|
14488
12390
|
/*!
|
|
14489
|
-
* Festo UI - Web Essentials v9.0.0-dev.
|
|
12391
|
+
* Festo UI - Web Essentials v9.0.0-dev.678 (https://storybook.festo.design/)
|
|
14490
12392
|
* Copyright 2022 Festo SE & Co. KG
|
|
14491
12393
|
* Licensed under Apache-2.0
|
|
14492
12394
|
*/
|
|
@@ -14939,7 +12841,6 @@ label.fwe-input-text input[type=datetime-local]:before {
|
|
|
14939
12841
|
color: transparent;
|
|
14940
12842
|
background: none;
|
|
14941
12843
|
display: block;
|
|
14942
|
-
font-family: var(--fwe-font-family-icons-16);
|
|
14943
12844
|
width: 16px;
|
|
14944
12845
|
height: 16px;
|
|
14945
12846
|
position: absolute;
|
|
@@ -15036,13 +12937,6 @@ label.fwe-input-text.fwe-input-text-icon textarea {
|
|
|
15036
12937
|
.fwe-chip-container.fwe-chip-container-lg .fwe-chip .fwe-svg-icon {
|
|
15037
12938
|
font-size: 24px;
|
|
15038
12939
|
}
|
|
15039
|
-
.fwe-chip.fwe-chip-lg i[class^=fwe-icon-]:before, .fwe-chip-container.fwe-chip-container-lg .fwe-chip i[class^=fwe-icon-]:before,
|
|
15040
|
-
.fwe-chip.fwe-chip-lg i[class*=" fwe-icon-"]:before,
|
|
15041
|
-
.fwe-chip-container.fwe-chip-container-lg .fwe-chip i[class*=" fwe-icon-"]:before,
|
|
15042
|
-
.fwe-chip.fwe-chip-lg .fwe-svg-icon:before,
|
|
15043
|
-
.fwe-chip-container.fwe-chip-container-lg .fwe-chip .fwe-svg-icon:before {
|
|
15044
|
-
font-family: var(--fwe-font-family-icons-24) !important;
|
|
15045
|
-
}
|
|
15046
12940
|
.fwe-selected.fwe-category.fwe-chip.fwe-chip-lg, .fwe-chip-container.fwe-chip-container-lg .fwe-selected.fwe-category.fwe-chip {
|
|
15047
12941
|
padding-right: 30px;
|
|
15048
12942
|
}
|
|
@@ -15643,12 +13537,6 @@ button.fwe-btn.fwe-btn-lg i[class^=fwe-icon-],
|
|
|
15643
13537
|
button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"] {
|
|
15644
13538
|
font-size: 24px;
|
|
15645
13539
|
}
|
|
15646
|
-
a.fwe-btn.fwe-btn-lg i[class^=fwe-icon-]:before,
|
|
15647
|
-
a.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before,
|
|
15648
|
-
button.fwe-btn.fwe-btn-lg i[class^=fwe-icon-]:before,
|
|
15649
|
-
button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before {
|
|
15650
|
-
font-family: var(--fwe-font-family-icons-24) !important;
|
|
15651
|
-
}
|
|
15652
13540
|
a.fwe-btn.fwe-btn-icon,
|
|
15653
13541
|
button.fwe-btn.fwe-btn-icon {
|
|
15654
13542
|
border-radius: 50%;
|
|
@@ -15680,7 +13568,7 @@ a.fwe-btn.fwe-disabled {
|
|
|
15680
13568
|
}
|
|
15681
13569
|
|
|
15682
13570
|
/*!
|
|
15683
|
-
* Festo UI - Web Essentials v9.0.0-dev.
|
|
13571
|
+
* Festo UI - Web Essentials v9.0.0-dev.678 (https://storybook.festo.design/)
|
|
15684
13572
|
* Copyright 2022 Festo SE & Co. KG
|
|
15685
13573
|
* Licensed under Apache-2.0
|
|
15686
13574
|
*/
|
|
@@ -16531,7 +14419,7 @@ fieldset.fwe-progress-container label {
|
|
|
16531
14419
|
}
|
|
16532
14420
|
|
|
16533
14421
|
/*!
|
|
16534
|
-
* Festo UI - Web Essentials v9.0.0-dev.
|
|
14422
|
+
* Festo UI - Web Essentials v9.0.0-dev.678 (https://storybook.festo.design/)
|
|
16535
14423
|
* Copyright 2022 Festo SE & Co. KG
|
|
16536
14424
|
* Licensed under Apache-2.0
|
|
16537
14425
|
*/
|
|
@@ -16762,7 +14650,7 @@ fieldset.fwe-progress-container label {
|
|
|
16762
14650
|
}
|
|
16763
14651
|
}
|
|
16764
14652
|
/*!
|
|
16765
|
-
* Festo UI - Web Essentials v9.0.0-dev.
|
|
14653
|
+
* Festo UI - Web Essentials v9.0.0-dev.678 (https://storybook.festo.design/)
|
|
16766
14654
|
* Copyright 2022 Festo SE & Co. KG
|
|
16767
14655
|
* Licensed under Apache-2.0
|
|
16768
14656
|
*/
|
|
@@ -17492,7 +15380,7 @@ fieldset.fwe-progress-container label {
|
|
|
17492
15380
|
}
|
|
17493
15381
|
|
|
17494
15382
|
/*!
|
|
17495
|
-
* Festo UI - Web Essentials v9.0.0-dev.
|
|
15383
|
+
* Festo UI - Web Essentials v9.0.0-dev.678 (https://storybook.festo.design/)
|
|
17496
15384
|
* Copyright 2022 Festo SE & Co. KG
|
|
17497
15385
|
* Licensed under Apache-2.0
|
|
17498
15386
|
*/
|
|
@@ -17990,7 +15878,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
17990
15878
|
}
|
|
17991
15879
|
}
|
|
17992
15880
|
/*!
|
|
17993
|
-
* Festo UI - Web Essentials v9.0.0-dev.
|
|
15881
|
+
* Festo UI - Web Essentials v9.0.0-dev.678 (https://storybook.festo.design/)
|
|
17994
15882
|
* Copyright 2022 Festo SE & Co. KG
|
|
17995
15883
|
* Licensed under Apache-2.0
|
|
17996
15884
|
*/
|
|
@@ -18274,7 +16162,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
18274
16162
|
}
|
|
18275
16163
|
|
|
18276
16164
|
/*!
|
|
18277
|
-
* Festo UI - Web Essentials v9.0.0-dev.
|
|
16165
|
+
* Festo UI - Web Essentials v9.0.0-dev.678 (https://storybook.festo.design/)
|
|
18278
16166
|
* Copyright 2022 Festo SE & Co. KG
|
|
18279
16167
|
* Licensed under Apache-2.0
|
|
18280
16168
|
*/
|