@rolster/styles-foundations 1.0.1 → 1.0.2

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.
Files changed (59) hide show
  1. package/dist/rolster-styles.css +1661 -822
  2. package/dist/rolster-styles.min.css +1 -1
  3. package/dist/rolster-styles.rtl.css +1661 -822
  4. package/dist/rolster-styles.rtl.min.css +1 -1
  5. package/package.json +33 -33
  6. package/readme.md +13 -13
  7. package/scss/_rolster-components.scss +61 -9
  8. package/scss/_rolster-foundations.scss +13 -13
  9. package/scss/_rolster-styles.scss +10 -10
  10. package/scss/_rolster-utilities.scss +13 -13
  11. package/scss/components/_app.scss +11 -10
  12. package/scss/components/_box-field.scss +32 -35
  13. package/scss/components/_data-table.scss +263 -0
  14. package/scss/components/_form.scss +30 -0
  15. package/scss/components/_list-field.scss +253 -0
  16. package/scss/foundations/_themes-foundations.scss +103 -103
  17. package/scss/utilities/_colors-utilities.scss +54 -54
  18. package/scss/utilities/_layout-utilities.scss +314 -314
  19. package/scss/utilities/_normalize-utilities.scss +2 -2
  20. package/scss/utilities/_themes-utilities.scss +42 -42
  21. package/scss/utilities/_typographics-utilities.scss +87 -359
  22. package/fonts/fabric/_fabric.-settings.scss +0 -66
  23. package/fonts/fabric/_fabric.scss +0 -69
  24. package/fonts/fabric/fabric-bold.otf +0 -0
  25. package/fonts/fabric/fabric-light.otf +0 -0
  26. package/fonts/fabric/fabric-regular.otf +0 -0
  27. package/fonts/fabric/fabric-semibold.otf +0 -0
  28. package/fonts/fabric/fabric.css +0 -122
  29. package/fonts/mona-sans/_mona-sans-settings.scss +0 -62
  30. package/fonts/mona-sans/_mona-sans.scss +0 -69
  31. package/fonts/mona-sans/mona-sans-bold.woff +0 -0
  32. package/fonts/mona-sans/mona-sans-light.woff +0 -0
  33. package/fonts/mona-sans/mona-sans-medium.woff +0 -0
  34. package/fonts/mona-sans/mona-sans-regular.woff +0 -0
  35. package/fonts/mona-sans/mona-sans-semibold.woff +0 -0
  36. package/fonts/mona-sans/mona-sans.css +0 -118
  37. package/fonts/poppins/_poppins-settings.scss +0 -62
  38. package/fonts/poppins/_poppins.scss +0 -69
  39. package/fonts/poppins/poppins-bold.woff2 +0 -0
  40. package/fonts/poppins/poppins-light.woff2 +0 -0
  41. package/fonts/poppins/poppins-medium.woff2 +0 -0
  42. package/fonts/poppins/poppins-regular.woff2 +0 -0
  43. package/fonts/poppins/poppins-semibold.woff2 +0 -0
  44. package/fonts/poppins/poppins.css +0 -118
  45. package/fonts/space-grotesk/_space-grotesk-settings.scss +0 -62
  46. package/fonts/space-grotesk/_space-grotesk.scss +0 -69
  47. package/fonts/space-grotesk/space-grotesk-bold.woff +0 -0
  48. package/fonts/space-grotesk/space-grotesk-light.woff +0 -0
  49. package/fonts/space-grotesk/space-grotesk-medium.woff +0 -0
  50. package/fonts/space-grotesk/space-grotesk-regular.woff +0 -0
  51. package/fonts/space-grotesk/space-grotesk-semibold.woff +0 -0
  52. package/fonts/space-grotesk/space-grotesk.css +0 -118
  53. package/icons/_rolster-settings.scss +0 -763
  54. package/icons/_rolster.scss +0 -18
  55. package/icons/rolster-icons.eot +0 -0
  56. package/icons/rolster-icons.svg +0 -258
  57. package/icons/rolster-icons.ttf +0 -0
  58. package/icons/rolster-icons.woff +0 -0
  59. package/icons/rolster.css +0 -768
package/icons/rolster.css DELETED
@@ -1,768 +0,0 @@
1
- @font-face {
2
- font-family: -rolster-icons;
3
- src: url('rolster-icons.eot?9iewo3');
4
- src: url('rolster-icons.eot?9iewo3#iefix') format('embedded-opentype'),
5
- url('rolster-icons.ttf?9iewo3') format('truetype'),
6
- url('rolster-icons.woff?9iewo3') format('woff'),
7
- url('rolster-icons.svg?9iewo3#icomoon') format('svg');
8
- font-weight: normal;
9
- font-style: normal;
10
- font-display: block;
11
- }
12
-
13
- [class^='rls-icon-'],
14
- [class*=' rls-icon-'] {
15
- font-family: -rolster-icons !important;
16
- font-style: normal;
17
- font-weight: normal;
18
- font-variant: normal;
19
- text-transform: none;
20
- line-height: 1;
21
- -webkit-font-smoothing: antialiased;
22
- -moz-osx-font-smoothing: grayscale;
23
- }
24
-
25
- .rls-icon-activity:before {
26
- content: '\e900';
27
- }
28
- .rls-icon-alert-circle:before {
29
- content: '\e901';
30
- }
31
- .rls-icon-alert-triangle:before {
32
- content: '\e902';
33
- }
34
- .rls-icon-all-done:before {
35
- content: '\e903';
36
- }
37
- .rls-icon-archive:before {
38
- content: '\e904';
39
- }
40
- .rls-icon-arrow-circle-down:before {
41
- content: '\e905';
42
- }
43
- .rls-icon-arrow-circle-left:before {
44
- content: '\e906';
45
- }
46
- .rls-icon-arrow-circle-right:before {
47
- content: '\e907';
48
- }
49
- .rls-icon-arrow-circle-up:before {
50
- content: '\e908';
51
- }
52
- .rls-icon-arrow-down:before {
53
- content: '\e909';
54
- }
55
- .rls-icon-arrow-triangle-down:before {
56
- content: '\e90a';
57
- }
58
- .rls-icon-arrowhead-down:before {
59
- content: '\e90b';
60
- }
61
- .rls-icon-arrowhead-left:before {
62
- content: '\e90c';
63
- }
64
- .rls-icon-arrowhead-right:before {
65
- content: '\e90d';
66
- }
67
- .rls-icon-arrowhead-up:before {
68
- content: '\e90e';
69
- }
70
- .rls-icon-arrow-ios-down:before {
71
- content: '\e90f';
72
- }
73
- .rls-icon-arrow-ios-left:before {
74
- content: '\e910';
75
- }
76
- .rls-icon-arrow-ios-right:before {
77
- content: '\e911';
78
- }
79
- .rls-icon-arrow-ios-up:before {
80
- content: '\e912';
81
- }
82
- .rls-icon-arrow-left:before {
83
- content: '\e913';
84
- }
85
- .rls-icon-arrow-right:before {
86
- content: '\e914';
87
- }
88
- .rls-icon-arrow-triangle-right:before {
89
- content: '\e915';
90
- }
91
- .rls-icon-arrow-up:before {
92
- content: '\e916';
93
- }
94
- .rls-icon-arrow-triangle-up:before {
95
- content: '\e917';
96
- }
97
- .rls-icon-arrrow-triangle-left:before {
98
- content: '\e918';
99
- }
100
- .rls-icon-at:before {
101
- content: '\e919';
102
- }
103
- .rls-icon-attach:before {
104
- content: '\e91a';
105
- }
106
- .rls-icon-attach-inclined:before {
107
- content: '\e91b';
108
- }
109
- .rls-icon-award:before {
110
- content: '\e91c';
111
- }
112
- .rls-icon-backspace:before {
113
- content: '\e91d';
114
- }
115
- .rls-icon-bar-chart:before {
116
- content: '\e91e';
117
- }
118
- .rls-icon-bar-chart-increasing:before {
119
- content: '\e91f';
120
- }
121
- .rls-icon-battery:before {
122
- content: '\e920';
123
- }
124
- .rls-icon-batttery-charging:before {
125
- content: '\e921';
126
- }
127
- .rls-icon-behance:before {
128
- content: '\e922';
129
- }
130
- .rls-icon-bell:before {
131
- content: '\e923';
132
- }
133
- .rls-icon-bell-off:before {
134
- content: '\e924';
135
- }
136
- .rls-icon-bluetooth:before {
137
- content: '\e925';
138
- }
139
- .rls-icon-book:before {
140
- content: '\e926';
141
- }
142
- .rls-icon-bookmark:before {
143
- content: '\e927';
144
- }
145
- .rls-icon-book-open:before {
146
- content: '\e928';
147
- }
148
- .rls-icon-briefcase:before {
149
- content: '\e929';
150
- }
151
- .rls-icon-browser:before {
152
- content: '\e92a';
153
- }
154
- .rls-icon-brush:before {
155
- content: '\e92b';
156
- }
157
- .rls-icon-bulb:before {
158
- content: '\e92c';
159
- }
160
- .rls-icon-calendar:before {
161
- content: '\e92d';
162
- }
163
- .rls-icon-camera:before {
164
- content: '\e92e';
165
- }
166
- .rls-icon-car:before {
167
- content: '\e92f';
168
- }
169
- .rls-icon-cast:before {
170
- content: '\e930';
171
- }
172
- .rls-icon-checkmark:before {
173
- content: '\e931';
174
- }
175
- .rls-icon-checkmark-circle:before {
176
- content: '\e932';
177
- }
178
- .rls-icon-checkmark-circle-out:before {
179
- content: '\e933';
180
- }
181
- .rls-icon-checkmark-square:before {
182
- content: '\e934';
183
- }
184
- .rls-icon-checkmark-square-out:before {
185
- content: '\e935';
186
- }
187
- .rls-icon-chevron-down:before {
188
- content: '\e936';
189
- }
190
- .rls-icon-chevron-left:before {
191
- content: '\e937';
192
- }
193
- .rls-icon-chevron-right:before {
194
- content: '\e938';
195
- }
196
- .rls-icon-chevron-up:before {
197
- content: '\e939';
198
- }
199
- .rls-icon-clipboard:before {
200
- content: '\e93a';
201
- }
202
- .rls-icon-clock:before {
203
- content: '\e93b';
204
- }
205
- .rls-icon-close:before {
206
- content: '\e93c';
207
- }
208
- .rls-icon-close-circle:before {
209
- content: '\e93d';
210
- }
211
- .rls-icon-close-square:before {
212
- content: '\e93e';
213
- }
214
- .rls-icon-cloud-download:before {
215
- content: '\e93f';
216
- }
217
- .rls-icon-cloud-upload:before {
218
- content: '\e940';
219
- }
220
- .rls-icon-code:before {
221
- content: '\e941';
222
- }
223
- .rls-icon-code-download:before {
224
- content: '\e942';
225
- }
226
- .rls-icon-collapse:before {
227
- content: '\e943';
228
- }
229
- .rls-icon-color-palette:before {
230
- content: '\e944';
231
- }
232
- .rls-icon-color-picker:before {
233
- content: '\e945';
234
- }
235
- .rls-icon-compass:before {
236
- content: '\e946';
237
- }
238
- .rls-icon-copy:before {
239
- content: '\e947';
240
- }
241
- .rls-icon-corner-down-left:before {
242
- content: '\e948';
243
- }
244
- .rls-icon-corner-down-right:before {
245
- content: '\e949';
246
- }
247
- .rls-icon-corner-left-down:before {
248
- content: '\e94a';
249
- }
250
- .rls-icon-corner-left-up:before {
251
- content: '\e94b';
252
- }
253
- .rls-icon-corner-right-down:before {
254
- content: '\e94c';
255
- }
256
- .rls-icon-corner-right-up:before {
257
- content: '\e94d';
258
- }
259
- .rls-icon-corner-up-left:before {
260
- content: '\e94e';
261
- }
262
- .rls-icon-corner-up-right:before {
263
- content: '\e94f';
264
- }
265
- .rls-icon-credit-card:before {
266
- content: '\e950';
267
- }
268
- .rls-icon-crop:before {
269
- content: '\e951';
270
- }
271
- .rls-icon-cube:before {
272
- content: '\e952';
273
- }
274
- .rls-icon-diagonal-arrow-left-down:before {
275
- content: '\e953';
276
- }
277
- .rls-icon-diagonal-arrow-left-up:before {
278
- content: '\e954';
279
- }
280
- .rls-icon-diagonal-arrow-right-down:before {
281
- content: '\e955';
282
- }
283
- .rls-icon-diagonal-arrow-right-up:before {
284
- content: '\e956';
285
- }
286
- .rls-icon-download:before {
287
- content: '\e957';
288
- }
289
- .rls-icon-droplet:before {
290
- content: '\e958';
291
- }
292
- .rls-icon-droplet-off:before {
293
- content: '\e959';
294
- }
295
- .rls-icon-edit:before {
296
- content: '\e95a';
297
- }
298
- .rls-icon-edit-text:before {
299
- content: '\e95b';
300
- }
301
- .rls-icon-email:before {
302
- content: '\e95c';
303
- }
304
- .rls-icon-expand:before {
305
- content: '\e95d';
306
- }
307
- .rls-icon-external-link:before {
308
- content: '\e95e';
309
- }
310
- .rls-icon-eye:before {
311
- content: '\e95f';
312
- }
313
- .rls-icon-eye-off:before {
314
- content: '\e960';
315
- }
316
- .rls-icon-eye-close:before {
317
- content: '\e961';
318
- }
319
- .rls-icon-facebook:before {
320
- content: '\e962';
321
- }
322
- .rls-icon-file:before {
323
- content: '\e963';
324
- }
325
- .rls-icon-file-add:before {
326
- content: '\e964';
327
- }
328
- .rls-icon-file-remove:before {
329
- content: '\e965';
330
- }
331
- .rls-icon-file-text:before {
332
- content: '\e966';
333
- }
334
- .rls-icon-film:before {
335
- content: '\e967';
336
- }
337
- .rls-icon-fire:before {
338
- content: '\e968';
339
- }
340
- .rls-icon-flag:before {
341
- content: '\e969';
342
- }
343
- .rls-icon-flash:before {
344
- content: '\e96a';
345
- }
346
- .rls-icon-flash-off:before {
347
- content: '\e96b';
348
- }
349
- .rls-icon-flip:before {
350
- content: '\e96c';
351
- }
352
- .rls-icon-flip-2:before {
353
- content: '\e96d';
354
- }
355
- .rls-icon-folder:before {
356
- content: '\e96e';
357
- }
358
- .rls-icon-folder-add:before {
359
- content: '\e96f';
360
- }
361
- .rls-icon-folder-remove:before {
362
- content: '\e970';
363
- }
364
- .rls-icon-funnel:before {
365
- content: '\e971';
366
- }
367
- .rls-icon-gift:before {
368
- content: '\e972';
369
- }
370
- .rls-icon-github:before {
371
- content: '\e973';
372
- }
373
- .rls-icon-globe:before {
374
- content: '\e974';
375
- }
376
- .rls-icon-globe-2:before {
377
- content: '\e975';
378
- }
379
- .rls-icon-google:before {
380
- content: '\e976';
381
- }
382
- .rls-icon-grid:before {
383
- content: '\e977';
384
- }
385
- .rls-icon-hard-drive:before {
386
- content: '\e978';
387
- }
388
- .rls-icon-hash:before {
389
- content: '\e979';
390
- }
391
- .rls-icon-headphones:before {
392
- content: '\e97a';
393
- }
394
- .rls-icon-heart:before {
395
- content: '\e97b';
396
- }
397
- .rls-icon-height:before {
398
- content: '\e97c';
399
- }
400
- .rls-icon-home:before {
401
- content: '\e97d';
402
- }
403
- .rls-icon-image:before {
404
- content: '\e97e';
405
- }
406
- .rls-icon-inbox:before {
407
- content: '\e97f';
408
- }
409
- .rls-icon-info:before {
410
- content: '\e980';
411
- }
412
- .rls-icon-keypad:before {
413
- content: '\e981';
414
- }
415
- .rls-icon-layers:before {
416
- content: '\e982';
417
- }
418
- .rls-icon-layout:before {
419
- content: '\e983';
420
- }
421
- .rls-icon-link:before {
422
- content: '\e984';
423
- }
424
- .rls-icon-link-2:before {
425
- content: '\e985';
426
- }
427
- .rls-icon-linkedin:before {
428
- content: '\e986';
429
- }
430
- .rls-icon-list:before {
431
- content: '\e987';
432
- }
433
- .rls-icon-loader:before {
434
- content: '\e988';
435
- }
436
- .rls-icon-lock:before {
437
- content: '\e989';
438
- }
439
- .rls-icon-log-in:before {
440
- content: '\e98a';
441
- }
442
- .rls-icon-log-out:before {
443
- content: '\e98b';
444
- }
445
- .rls-icon-map:before {
446
- content: '\e98c';
447
- }
448
- .rls-icon-maximize:before {
449
- content: '\e98d';
450
- }
451
- .rls-icon-menu:before {
452
- content: '\e98e';
453
- }
454
- .rls-icon-menu-2:before {
455
- content: '\e98f';
456
- }
457
- .rls-icon-menu-arrow:before {
458
- content: '\e990';
459
- }
460
- .rls-icon-message-circle:before {
461
- content: '\e991';
462
- }
463
- .rls-icon-message-square:before {
464
- content: '\e992';
465
- }
466
- .rls-icon-mic:before {
467
- content: '\e993';
468
- }
469
- .rls-icon-mic-off:before {
470
- content: '\e994';
471
- }
472
- .rls-icon-minimize:before {
473
- content: '\e995';
474
- }
475
- .rls-icon-minus:before {
476
- content: '\e996';
477
- }
478
- .rls-icon-minus-circle:before {
479
- content: '\e997';
480
- }
481
- .rls-icon-minus-square:before {
482
- content: '\e998';
483
- }
484
- .rls-icon-monitor:before {
485
- content: '\e999';
486
- }
487
- .rls-icon-moon:before {
488
- content: '\e99a';
489
- }
490
- .rls-icon-more-horizontal:before {
491
- content: '\e99b';
492
- }
493
- .rls-icon-more-vertical:before {
494
- content: '\e99c';
495
- }
496
- .rls-icon-move:before {
497
- content: '\e99d';
498
- }
499
- .rls-icon-music:before {
500
- content: '\e99e';
501
- }
502
- .rls-icon-navigation:before {
503
- content: '\e99f';
504
- }
505
- .rls-icon-navigation-incline:before {
506
- content: '\e9a0';
507
- }
508
- .rls-icon-npm:before {
509
- content: '\e9a1';
510
- }
511
- .rls-icon-options:before {
512
- content: '\e9a2';
513
- }
514
- .rls-icon-options-horizontal:before {
515
- content: '\e9a3';
516
- }
517
- .rls-icon-pantone:before {
518
- content: '\e9a4';
519
- }
520
- .rls-icon-paper-plane:before {
521
- content: '\e9a5';
522
- }
523
- .rls-icon-pause-circle:before {
524
- content: '\e9a6';
525
- }
526
- .rls-icon-people:before {
527
- content: '\e9a7';
528
- }
529
- .rls-icon-percent:before {
530
- content: '\e9a8';
531
- }
532
- .rls-icon-person:before {
533
- content: '\e9a9';
534
- }
535
- .rls-icon-person-add:before {
536
- content: '\e9aa';
537
- }
538
- .rls-icon-person-delete:before {
539
- content: '\e9ab';
540
- }
541
- .rls-icon-person-done:before {
542
- content: '\e9ac';
543
- }
544
- .rls-icon-person-remove:before {
545
- content: '\e9ad';
546
- }
547
- .rls-icon-phone:before {
548
- content: '\e9ae';
549
- }
550
- .rls-icon-phone-call:before {
551
- content: '\e9af';
552
- }
553
- .rls-icon-phone-missed:before {
554
- content: '\e9b0';
555
- }
556
- .rls-icon-phone-off:before {
557
- content: '\e9b1';
558
- }
559
- .rls-icon-pie-chart:before {
560
- content: '\e9b2';
561
- }
562
- .rls-icon-pin:before {
563
- content: '\e9b3';
564
- }
565
- .rls-icon-play-circle:before {
566
- content: '\e9b4';
567
- }
568
- .rls-icon-plus:before {
569
- content: '\e9b5';
570
- }
571
- .rls-icon-plus-circle:before {
572
- content: '\e9b6';
573
- }
574
- .rls-icon-plus-square:before {
575
- content: '\e9b7';
576
- }
577
- .rls-icon-power:before {
578
- content: '\e9b8';
579
- }
580
- .rls-icon-pricetag:before {
581
- content: '\e9b9';
582
- }
583
- .rls-icon-printer:before {
584
- content: '\e9ba';
585
- }
586
- .rls-icon-question-mark:before {
587
- content: '\e9bb';
588
- }
589
- .rls-icon-question-mark-circle:before {
590
- content: '\e9bc';
591
- }
592
- .rls-icon-radio:before {
593
- content: '\e9bd';
594
- }
595
- .rls-icon-radio-button-off:before {
596
- content: '\e9be';
597
- }
598
- .rls-icon-radio-button-on:before {
599
- content: '\e9bf';
600
- }
601
- .rls-icon-recording:before {
602
- content: '\e9c0';
603
- }
604
- .rls-icon-refresh:before {
605
- content: '\e9c1';
606
- }
607
- .rls-icon-repeat:before {
608
- content: '\e9c2';
609
- }
610
- .rls-icon-rewind-left:before {
611
- content: '\e9c3';
612
- }
613
- .rls-icon-rewind-right:before {
614
- content: '\e9c4';
615
- }
616
- .rls-icon-save:before {
617
- content: '\e9c5';
618
- }
619
- .rls-icon-scissors:before {
620
- content: '\e9c6';
621
- }
622
- .rls-icon-search:before {
623
- content: '\e9c7';
624
- }
625
- .rls-icon-settings:before {
626
- content: '\e9c8';
627
- }
628
- .rls-icon-settings-2:before {
629
- content: '\e9c9';
630
- }
631
- .rls-icon-shake:before {
632
- content: '\e9ca';
633
- }
634
- .rls-icon-share:before {
635
- content: '\e9cb';
636
- }
637
- .rls-icon-shield:before {
638
- content: '\e9cc';
639
- }
640
- .rls-icon-shield-off:before {
641
- content: '\e9cd';
642
- }
643
- .rls-icon-shopping-bag:before {
644
- content: '\e9ce';
645
- }
646
- .rls-icon-shopping-cart:before {
647
- content: '\e9cf';
648
- }
649
- .rls-icon-shuffle:before {
650
- content: '\e9d0';
651
- }
652
- .rls-icon-shuffle-2:before {
653
- content: '\e9d1';
654
- }
655
- .rls-icon-skip-back:before {
656
- content: '\e9d2';
657
- }
658
- .rls-icon-skip-forward:before {
659
- content: '\e9d3';
660
- }
661
- .rls-icon-slash:before {
662
- content: '\e9d4';
663
- }
664
- .rls-icon-smartphone:before {
665
- content: '\e9d5';
666
- }
667
- .rls-icon-speaker:before {
668
- content: '\e9d6';
669
- }
670
- .rls-icon-square:before {
671
- content: '\e9d7';
672
- }
673
- .rls-icon-star:before {
674
- content: '\e9d8';
675
- }
676
- .rls-icon-stop-circle:before {
677
- content: '\e9d9';
678
- }
679
- .rls-icon-sun:before {
680
- content: '\e9da';
681
- }
682
- .rls-icon-swap:before {
683
- content: '\e9db';
684
- }
685
- .rls-icon-sync:before {
686
- content: '\e9dc';
687
- }
688
- .rls-icon-text:before {
689
- content: '\e9dd';
690
- }
691
- .rls-icon-thermometer:before {
692
- content: '\e9de';
693
- }
694
- .rls-icon-thermometer-minus:before {
695
- content: '\e9df';
696
- }
697
- .rls-icon-thermometer-plus:before {
698
- content: '\e9e0';
699
- }
700
- .rls-icon-timer:before {
701
- content: '\e9e1';
702
- }
703
- .rls-icon-toggle-left:before {
704
- content: '\e9e2';
705
- }
706
- .rls-icon-toggle-right:before {
707
- content: '\e9e3';
708
- }
709
- .rls-icon-trash:before {
710
- content: '\e9e4';
711
- }
712
- .rls-icon-trash-2:before {
713
- content: '\e9e5';
714
- }
715
- .rls-icon-trending-down:before {
716
- content: '\e9e6';
717
- }
718
- .rls-icon-trending-up:before {
719
- content: '\e9e7';
720
- }
721
- .rls-icon-tv:before {
722
- content: '\e9e8';
723
- }
724
- .rls-icon-twitter:before {
725
- content: '\e9e9';
726
- }
727
- .rls-icon-umbrella:before {
728
- content: '\e9ea';
729
- }
730
- .rls-icon-undo:before {
731
- content: '\e9eb';
732
- }
733
- .rls-icon-unlock:before {
734
- content: '\e9ec';
735
- }
736
- .rls-icon-upload:before {
737
- content: '\e9ed';
738
- }
739
- .rls-icon-video:before {
740
- content: '\e9ee';
741
- }
742
- .rls-icon-video-off:before {
743
- content: '\e9ef';
744
- }
745
- .rls-icon-volume:before {
746
- content: '\e9f0';
747
- }
748
- .rls-icon-volume-down:before {
749
- content: '\e9f1';
750
- }
751
- .rls-icon-volume-off:before {
752
- content: '\e9f2';
753
- }
754
- .rls-icon-volume-up:before {
755
- content: '\e9f3';
756
- }
757
- .rls-icon-weight:before {
758
- content: '\e9f4';
759
- }
760
- .rls-icon-wifi:before {
761
- content: '\e9f5';
762
- }
763
- .rls-icon-wifi-off:before {
764
- content: '\e9f6';
765
- }
766
- .rls-icon-rolster:before {
767
- content: '\e9f7';
768
- }