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