fomantic-ui-sass 2.7.1 → 2.7.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/Rakefile +1 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +20 -17
- data/app/assets/javascripts/semantic-ui/checkbox.js +18 -17
- data/app/assets/javascripts/semantic-ui/dropdown.js +48 -42
- data/app/assets/javascripts/semantic-ui/form.js +59 -28
- data/app/assets/javascripts/semantic-ui/modal.js +13 -1
- data/app/assets/javascripts/semantic-ui/progress.js +5 -5
- data/app/assets/javascripts/semantic-ui/search.js +34 -28
- data/app/assets/javascripts/semantic-ui/sidebar.js +5 -7
- data/app/assets/javascripts/semantic-ui/transition.js +46 -34
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +7 -1
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +112 -112
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +66 -66
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +21 -14
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +2 -4
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +464 -131
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +8 -3
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +227 -187
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +26 -12
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +68 -19
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +14 -17
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +5 -1
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +26 -0
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +24 -118
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +5 -5
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +6 -3
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +2 -1
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +68 -21
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
- data/fomantic-ui-sass.gemspec +1 -1
- data/lib/fomantic/ui/sass/version.rb +2 -2
- metadata +3 -3
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.7.
|
2
|
+
* # Semantic UI 2.7.2 - Header
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -301,9 +301,7 @@ h5.ui.header .sub.header {
|
|
301
301
|
color: rgba(255, 255, 255, 0.8);
|
302
302
|
}
|
303
303
|
.ui.inverted.attached.header {
|
304
|
-
background: #
|
305
|
-
background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
306
|
-
background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
304
|
+
background: #1B1C1D;
|
307
305
|
-webkit-box-shadow: none;
|
308
306
|
box-shadow: none;
|
309
307
|
border-color: transparent;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.7.
|
2
|
+
* # Semantic UI 2.7.2 - Icon
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -57,28 +57,8 @@ i.icon:before {
|
|
57
57
|
i.icon.loading {
|
58
58
|
height: 1em;
|
59
59
|
line-height: 1;
|
60
|
-
-webkit-animation:
|
61
|
-
animation:
|
62
|
-
}
|
63
|
-
@-webkit-keyframes icon-loading {
|
64
|
-
from {
|
65
|
-
-webkit-transform: rotate(0deg);
|
66
|
-
transform: rotate(0deg);
|
67
|
-
}
|
68
|
-
to {
|
69
|
-
-webkit-transform: rotate(360deg);
|
70
|
-
transform: rotate(360deg);
|
71
|
-
}
|
72
|
-
}
|
73
|
-
@keyframes icon-loading {
|
74
|
-
from {
|
75
|
-
-webkit-transform: rotate(0deg);
|
76
|
-
transform: rotate(0deg);
|
77
|
-
}
|
78
|
-
to {
|
79
|
-
-webkit-transform: rotate(360deg);
|
80
|
-
transform: rotate(360deg);
|
81
|
-
}
|
60
|
+
-webkit-animation: loader 2s linear infinite;
|
61
|
+
animation: loader 2s linear infinite;
|
82
62
|
}
|
83
63
|
|
84
64
|
|
@@ -86,17 +66,19 @@ i.icon.loading {
|
|
86
66
|
States
|
87
67
|
*******************************/
|
88
68
|
|
89
|
-
i.icon
|
90
|
-
|
91
|
-
|
92
|
-
i.
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
opacity: 1 !important;
|
69
|
+
i.icon:hover,
|
70
|
+
i.icons:hover,
|
71
|
+
i.icon:active,
|
72
|
+
i.icons:active,
|
73
|
+
i.emphasized.icon:not(.disabled),
|
74
|
+
i.emphasized.icons:not(.disabled) {
|
75
|
+
opacity: 1;
|
97
76
|
}
|
98
|
-
i.disabled.icon
|
99
|
-
|
77
|
+
i.disabled.icon,
|
78
|
+
i.disabled.icons {
|
79
|
+
opacity: 0.45;
|
80
|
+
cursor: default;
|
81
|
+
pointer-events: none;
|
100
82
|
}
|
101
83
|
|
102
84
|
|
@@ -118,8 +100,8 @@ i.fitted.icon {
|
|
118
100
|
Link
|
119
101
|
--------------------*/
|
120
102
|
|
121
|
-
i.link.icon,
|
122
|
-
i.link.icons {
|
103
|
+
i.link.icon:not(.disabled),
|
104
|
+
i.link.icons:not(.disabled) {
|
123
105
|
cursor: pointer;
|
124
106
|
opacity: 0.8;
|
125
107
|
-webkit-transition: opacity 0.1s ease;
|
@@ -127,7 +109,7 @@ i.link.icons {
|
|
127
109
|
}
|
128
110
|
i.link.icon:hover,
|
129
111
|
i.link.icons:hover {
|
130
|
-
opacity: 1
|
112
|
+
opacity: 1;
|
131
113
|
}
|
132
114
|
|
133
115
|
/*-------------------
|
@@ -256,168 +238,168 @@ i.inverted.icon {
|
|
256
238
|
Colors
|
257
239
|
--------------------*/
|
258
240
|
|
259
|
-
i.primary.icon {
|
241
|
+
i.primary.icon.icon.icon.icon {
|
260
242
|
color: #2185D0;
|
261
243
|
}
|
262
|
-
i.inverted.primary.icon {
|
244
|
+
i.inverted.primary.icon.icon.icon.icon {
|
263
245
|
color: #54C8FF;
|
264
246
|
}
|
265
|
-
i.inverted.bordered.primary.icon,
|
266
|
-
i.inverted.circular.primary.icon {
|
247
|
+
i.inverted.bordered.primary.icon.icon.icon.icon,
|
248
|
+
i.inverted.circular.primary.icon.icon.icon.icon {
|
267
249
|
background-color: #2185D0;
|
268
250
|
color: #FFFFFF;
|
269
251
|
}
|
270
|
-
i.secondary.icon {
|
252
|
+
i.secondary.icon.icon.icon.icon {
|
271
253
|
color: #1B1C1D;
|
272
254
|
}
|
273
|
-
i.inverted.secondary.icon {
|
255
|
+
i.inverted.secondary.icon.icon.icon.icon {
|
274
256
|
color: #545454;
|
275
257
|
}
|
276
|
-
i.inverted.bordered.secondary.icon,
|
277
|
-
i.inverted.circular.secondary.icon {
|
258
|
+
i.inverted.bordered.secondary.icon.icon.icon.icon,
|
259
|
+
i.inverted.circular.secondary.icon.icon.icon.icon {
|
278
260
|
background-color: #1B1C1D;
|
279
261
|
color: #FFFFFF;
|
280
262
|
}
|
281
|
-
i.red.icon {
|
263
|
+
i.red.icon.icon.icon.icon {
|
282
264
|
color: #DB2828;
|
283
265
|
}
|
284
|
-
i.inverted.red.icon {
|
266
|
+
i.inverted.red.icon.icon.icon.icon {
|
285
267
|
color: #FF695E;
|
286
268
|
}
|
287
|
-
i.inverted.bordered.red.icon,
|
288
|
-
i.inverted.circular.red.icon {
|
269
|
+
i.inverted.bordered.red.icon.icon.icon.icon,
|
270
|
+
i.inverted.circular.red.icon.icon.icon.icon {
|
289
271
|
background-color: #DB2828;
|
290
272
|
color: #FFFFFF;
|
291
273
|
}
|
292
|
-
i.orange.icon {
|
274
|
+
i.orange.icon.icon.icon.icon {
|
293
275
|
color: #F2711C;
|
294
276
|
}
|
295
|
-
i.inverted.orange.icon {
|
277
|
+
i.inverted.orange.icon.icon.icon.icon {
|
296
278
|
color: #FF851B;
|
297
279
|
}
|
298
|
-
i.inverted.bordered.orange.icon,
|
299
|
-
i.inverted.circular.orange.icon {
|
280
|
+
i.inverted.bordered.orange.icon.icon.icon.icon,
|
281
|
+
i.inverted.circular.orange.icon.icon.icon.icon {
|
300
282
|
background-color: #F2711C;
|
301
283
|
color: #FFFFFF;
|
302
284
|
}
|
303
|
-
i.yellow.icon {
|
285
|
+
i.yellow.icon.icon.icon.icon {
|
304
286
|
color: #FBBD08;
|
305
287
|
}
|
306
|
-
i.inverted.yellow.icon {
|
288
|
+
i.inverted.yellow.icon.icon.icon.icon {
|
307
289
|
color: #FFE21F;
|
308
290
|
}
|
309
|
-
i.inverted.bordered.yellow.icon,
|
310
|
-
i.inverted.circular.yellow.icon {
|
291
|
+
i.inverted.bordered.yellow.icon.icon.icon.icon,
|
292
|
+
i.inverted.circular.yellow.icon.icon.icon.icon {
|
311
293
|
background-color: #FBBD08;
|
312
294
|
color: #FFFFFF;
|
313
295
|
}
|
314
|
-
i.olive.icon {
|
296
|
+
i.olive.icon.icon.icon.icon {
|
315
297
|
color: #B5CC18;
|
316
298
|
}
|
317
|
-
i.inverted.olive.icon {
|
299
|
+
i.inverted.olive.icon.icon.icon.icon {
|
318
300
|
color: #D9E778;
|
319
301
|
}
|
320
|
-
i.inverted.bordered.olive.icon,
|
321
|
-
i.inverted.circular.olive.icon {
|
302
|
+
i.inverted.bordered.olive.icon.icon.icon.icon,
|
303
|
+
i.inverted.circular.olive.icon.icon.icon.icon {
|
322
304
|
background-color: #B5CC18;
|
323
305
|
color: #FFFFFF;
|
324
306
|
}
|
325
|
-
i.green.icon {
|
307
|
+
i.green.icon.icon.icon.icon {
|
326
308
|
color: #21BA45;
|
327
309
|
}
|
328
|
-
i.inverted.green.icon {
|
310
|
+
i.inverted.green.icon.icon.icon.icon {
|
329
311
|
color: #2ECC40;
|
330
312
|
}
|
331
|
-
i.inverted.bordered.green.icon,
|
332
|
-
i.inverted.circular.green.icon {
|
313
|
+
i.inverted.bordered.green.icon.icon.icon.icon,
|
314
|
+
i.inverted.circular.green.icon.icon.icon.icon {
|
333
315
|
background-color: #21BA45;
|
334
316
|
color: #FFFFFF;
|
335
317
|
}
|
336
|
-
i.teal.icon {
|
318
|
+
i.teal.icon.icon.icon.icon {
|
337
319
|
color: #00B5AD;
|
338
320
|
}
|
339
|
-
i.inverted.teal.icon {
|
321
|
+
i.inverted.teal.icon.icon.icon.icon {
|
340
322
|
color: #6DFFFF;
|
341
323
|
}
|
342
|
-
i.inverted.bordered.teal.icon,
|
343
|
-
i.inverted.circular.teal.icon {
|
324
|
+
i.inverted.bordered.teal.icon.icon.icon.icon,
|
325
|
+
i.inverted.circular.teal.icon.icon.icon.icon {
|
344
326
|
background-color: #00B5AD;
|
345
327
|
color: #FFFFFF;
|
346
328
|
}
|
347
|
-
i.blue.icon {
|
329
|
+
i.blue.icon.icon.icon.icon {
|
348
330
|
color: #2185D0;
|
349
331
|
}
|
350
|
-
i.inverted.blue.icon {
|
332
|
+
i.inverted.blue.icon.icon.icon.icon {
|
351
333
|
color: #54C8FF;
|
352
334
|
}
|
353
|
-
i.inverted.bordered.blue.icon,
|
354
|
-
i.inverted.circular.blue.icon {
|
335
|
+
i.inverted.bordered.blue.icon.icon.icon.icon,
|
336
|
+
i.inverted.circular.blue.icon.icon.icon.icon {
|
355
337
|
background-color: #2185D0;
|
356
338
|
color: #FFFFFF;
|
357
339
|
}
|
358
|
-
i.violet.icon {
|
340
|
+
i.violet.icon.icon.icon.icon {
|
359
341
|
color: #6435C9;
|
360
342
|
}
|
361
|
-
i.inverted.violet.icon {
|
343
|
+
i.inverted.violet.icon.icon.icon.icon {
|
362
344
|
color: #A291FB;
|
363
345
|
}
|
364
|
-
i.inverted.bordered.violet.icon,
|
365
|
-
i.inverted.circular.violet.icon {
|
346
|
+
i.inverted.bordered.violet.icon.icon.icon.icon,
|
347
|
+
i.inverted.circular.violet.icon.icon.icon.icon {
|
366
348
|
background-color: #6435C9;
|
367
349
|
color: #FFFFFF;
|
368
350
|
}
|
369
|
-
i.purple.icon {
|
351
|
+
i.purple.icon.icon.icon.icon {
|
370
352
|
color: #A333C8;
|
371
353
|
}
|
372
|
-
i.inverted.purple.icon {
|
354
|
+
i.inverted.purple.icon.icon.icon.icon {
|
373
355
|
color: #DC73FF;
|
374
356
|
}
|
375
|
-
i.inverted.bordered.purple.icon,
|
376
|
-
i.inverted.circular.purple.icon {
|
357
|
+
i.inverted.bordered.purple.icon.icon.icon.icon,
|
358
|
+
i.inverted.circular.purple.icon.icon.icon.icon {
|
377
359
|
background-color: #A333C8;
|
378
360
|
color: #FFFFFF;
|
379
361
|
}
|
380
|
-
i.pink.icon {
|
362
|
+
i.pink.icon.icon.icon.icon {
|
381
363
|
color: #E03997;
|
382
364
|
}
|
383
|
-
i.inverted.pink.icon {
|
365
|
+
i.inverted.pink.icon.icon.icon.icon {
|
384
366
|
color: #FF8EDF;
|
385
367
|
}
|
386
|
-
i.inverted.bordered.pink.icon,
|
387
|
-
i.inverted.circular.pink.icon {
|
368
|
+
i.inverted.bordered.pink.icon.icon.icon.icon,
|
369
|
+
i.inverted.circular.pink.icon.icon.icon.icon {
|
388
370
|
background-color: #E03997;
|
389
371
|
color: #FFFFFF;
|
390
372
|
}
|
391
|
-
i.brown.icon {
|
373
|
+
i.brown.icon.icon.icon.icon {
|
392
374
|
color: #A5673F;
|
393
375
|
}
|
394
|
-
i.inverted.brown.icon {
|
376
|
+
i.inverted.brown.icon.icon.icon.icon {
|
395
377
|
color: #D67C1C;
|
396
378
|
}
|
397
|
-
i.inverted.bordered.brown.icon,
|
398
|
-
i.inverted.circular.brown.icon {
|
379
|
+
i.inverted.bordered.brown.icon.icon.icon.icon,
|
380
|
+
i.inverted.circular.brown.icon.icon.icon.icon {
|
399
381
|
background-color: #A5673F;
|
400
382
|
color: #FFFFFF;
|
401
383
|
}
|
402
|
-
i.grey.icon {
|
384
|
+
i.grey.icon.icon.icon.icon {
|
403
385
|
color: #767676;
|
404
386
|
}
|
405
|
-
i.inverted.grey.icon {
|
387
|
+
i.inverted.grey.icon.icon.icon.icon {
|
406
388
|
color: #DCDDDE;
|
407
389
|
}
|
408
|
-
i.inverted.bordered.grey.icon,
|
409
|
-
i.inverted.circular.grey.icon {
|
390
|
+
i.inverted.bordered.grey.icon.icon.icon.icon,
|
391
|
+
i.inverted.circular.grey.icon.icon.icon.icon {
|
410
392
|
background-color: #767676;
|
411
393
|
color: #FFFFFF;
|
412
394
|
}
|
413
|
-
i.black.icon {
|
395
|
+
i.black.icon.icon.icon.icon {
|
414
396
|
color: #1B1C1D;
|
415
397
|
}
|
416
|
-
i.inverted.black.icon {
|
398
|
+
i.inverted.black.icon.icon.icon.icon {
|
417
399
|
color: #545454;
|
418
400
|
}
|
419
|
-
i.inverted.bordered.black.icon,
|
420
|
-
i.inverted.circular.black.icon {
|
401
|
+
i.inverted.bordered.black.icon.icon.icon.icon,
|
402
|
+
i.inverted.circular.black.icon.icon.icon.icon {
|
421
403
|
background-color: #1B1C1D;
|
422
404
|
color: #FFFFFF;
|
423
405
|
}
|
@@ -426,18 +408,18 @@ i.inverted.circular.black.icon {
|
|
426
408
|
Sizes
|
427
409
|
--------------------*/
|
428
410
|
|
429
|
-
i.mini.icon,
|
430
|
-
i.mini.icons {
|
411
|
+
i.mini.mini.mini.icon,
|
412
|
+
i.mini.mini.mini.icons {
|
431
413
|
line-height: 1;
|
432
414
|
font-size: 0.4em;
|
433
415
|
}
|
434
|
-
i.tiny.icon,
|
435
|
-
i.tiny.icons {
|
416
|
+
i.tiny.tiny.tiny.icon,
|
417
|
+
i.tiny.tiny.tiny.icons {
|
436
418
|
line-height: 1;
|
437
419
|
font-size: 0.5em;
|
438
420
|
}
|
439
|
-
i.small.icon,
|
440
|
-
i.small.icons {
|
421
|
+
i.small.small.small.icon,
|
422
|
+
i.small.small.small.icons {
|
441
423
|
line-height: 1;
|
442
424
|
font-size: 0.75em;
|
443
425
|
}
|
@@ -445,26 +427,26 @@ i.icon,
|
|
445
427
|
i.icons {
|
446
428
|
font-size: 1em;
|
447
429
|
}
|
448
|
-
i.large.icon,
|
449
|
-
i.large.icons {
|
430
|
+
i.large.large.large.icon,
|
431
|
+
i.large.large.large.icons {
|
450
432
|
line-height: 1;
|
451
433
|
vertical-align: middle;
|
452
434
|
font-size: 1.5em;
|
453
435
|
}
|
454
|
-
i.big.icon,
|
455
|
-
i.big.icons {
|
436
|
+
i.big.big.big.icon,
|
437
|
+
i.big.big.big.icons {
|
456
438
|
line-height: 1;
|
457
439
|
vertical-align: middle;
|
458
440
|
font-size: 2em;
|
459
441
|
}
|
460
|
-
i.huge.icon,
|
461
|
-
i.huge.icons {
|
442
|
+
i.huge.huge.huge.icon,
|
443
|
+
i.huge.huge.huge.icons {
|
462
444
|
line-height: 1;
|
463
445
|
vertical-align: middle;
|
464
446
|
font-size: 4em;
|
465
447
|
}
|
466
|
-
i.massive.icon,
|
467
|
-
i.massive.icons {
|
448
|
+
i.massive.massive.massive.icon,
|
449
|
+
i.massive.massive.massive.icons {
|
468
450
|
line-height: 1;
|
469
451
|
vertical-align: middle;
|
470
452
|
font-size: 8em;
|
@@ -536,7 +518,7 @@ i.icons .inverted.corner.icon {
|
|
536
518
|
text-shadow: -1px -1px 0 #1B1C1D, 1px -1px 0 #1B1C1D, -1px 1px 0 #1B1C1D, 1px 1px 0 #1B1C1D;
|
537
519
|
}
|
538
520
|
/*
|
539
|
-
* Font Awesome 5.
|
521
|
+
* Font Awesome 5.7.0 by @fontawesome - https://fontawesome.com - @fontawesome
|
540
522
|
* License - https://fontawesome.com/license (Icons: CC BY 4.0 License, Fonts: SIL OFL 1.1 License, CSS: MIT License)
|
541
523
|
*/
|
542
524
|
|
@@ -736,12 +718,21 @@ i.icon.audio.description:before {
|
|
736
718
|
i.icon.award:before {
|
737
719
|
content: "\f559";
|
738
720
|
}
|
721
|
+
i.icon.baby:before {
|
722
|
+
content: "\f77c";
|
723
|
+
}
|
724
|
+
i.icon.baby.carriage:before {
|
725
|
+
content: "\f77d";
|
726
|
+
}
|
739
727
|
i.icon.backspace:before {
|
740
728
|
content: "\f55a";
|
741
729
|
}
|
742
730
|
i.icon.backward:before {
|
743
731
|
content: "\f04a";
|
744
732
|
}
|
733
|
+
i.icon.bacon:before {
|
734
|
+
content: "\f7e5";
|
735
|
+
}
|
745
736
|
i.icon.balance.scale:before {
|
746
737
|
content: "\f24e";
|
747
738
|
}
|
@@ -805,6 +796,9 @@ i.icon.bicycle:before {
|
|
805
796
|
i.icon.binoculars:before {
|
806
797
|
content: "\f1e5";
|
807
798
|
}
|
799
|
+
i.icon.biohazard:before {
|
800
|
+
content: "\f780";
|
801
|
+
}
|
808
802
|
i.icon.birthday.cake:before {
|
809
803
|
content: "\f1fd";
|
810
804
|
}
|
@@ -817,6 +811,9 @@ i.icon.blender.phone:before {
|
|
817
811
|
i.icon.blind:before {
|
818
812
|
content: "\f29d";
|
819
813
|
}
|
814
|
+
i.icon.blog:before {
|
815
|
+
content: "\f781";
|
816
|
+
}
|
820
817
|
i.icon.bold:before {
|
821
818
|
content: "\f032";
|
822
819
|
}
|
@@ -838,6 +835,9 @@ i.icon.book:before {
|
|
838
835
|
i.icon.book.dead:before {
|
839
836
|
content: "\f6b7";
|
840
837
|
}
|
838
|
+
i.icon.book.medical:before {
|
839
|
+
content: "\f7e6";
|
840
|
+
}
|
841
841
|
i.icon.book.open:before {
|
842
842
|
content: "\f518";
|
843
843
|
}
|
@@ -865,6 +865,9 @@ i.icon.braille:before {
|
|
865
865
|
i.icon.brain:before {
|
866
866
|
content: "\f5dc";
|
867
867
|
}
|
868
|
+
i.icon.bread.slice:before {
|
869
|
+
content: "\f7ec";
|
870
|
+
}
|
868
871
|
i.icon.briefcase:before {
|
869
872
|
content: "\f0b1";
|
870
873
|
}
|
@@ -916,6 +919,9 @@ i.icon.calendar.alternate:before {
|
|
916
919
|
i.icon.calendar.check:before {
|
917
920
|
content: "\f274";
|
918
921
|
}
|
922
|
+
i.icon.calendar.day:before {
|
923
|
+
content: "\f783";
|
924
|
+
}
|
919
925
|
i.icon.calendar.minus:before {
|
920
926
|
content: "\f272";
|
921
927
|
}
|
@@ -925,6 +931,9 @@ i.icon.calendar.plus:before {
|
|
925
931
|
i.icon.calendar.times:before {
|
926
932
|
content: "\f273";
|
927
933
|
}
|
934
|
+
i.icon.calendar.week:before {
|
935
|
+
content: "\f784";
|
936
|
+
}
|
928
937
|
i.icon.camera:before {
|
929
938
|
content: "\f030";
|
930
939
|
}
|
@@ -934,6 +943,9 @@ i.icon.camera.retro:before {
|
|
934
943
|
i.icon.campground:before {
|
935
944
|
content: "\f6bb";
|
936
945
|
}
|
946
|
+
i.icon.candy.cane:before {
|
947
|
+
content: "\f786";
|
948
|
+
}
|
937
949
|
i.icon.cannabis:before {
|
938
950
|
content: "\f55f";
|
939
951
|
}
|
@@ -979,12 +991,18 @@ i.icon.caret.square.up:before {
|
|
979
991
|
i.icon.caret.up:before {
|
980
992
|
content: "\f0d8";
|
981
993
|
}
|
994
|
+
i.icon.carrot:before {
|
995
|
+
content: "\f787";
|
996
|
+
}
|
982
997
|
i.icon.cart.arrow.down:before {
|
983
998
|
content: "\f218";
|
984
999
|
}
|
985
1000
|
i.icon.cart.plus:before {
|
986
1001
|
content: "\f217";
|
987
1002
|
}
|
1003
|
+
i.icon.cash.register:before {
|
1004
|
+
content: "\f788";
|
1005
|
+
}
|
988
1006
|
i.icon.cat:before {
|
989
1007
|
content: "\f6be";
|
990
1008
|
}
|
@@ -1027,6 +1045,9 @@ i.icon.check.double:before {
|
|
1027
1045
|
i.icon.check.square:before {
|
1028
1046
|
content: "\f14a";
|
1029
1047
|
}
|
1048
|
+
i.icon.cheese:before {
|
1049
|
+
content: "\f7ef";
|
1050
|
+
}
|
1030
1051
|
i.icon.chess:before {
|
1031
1052
|
content: "\f439";
|
1032
1053
|
}
|
@@ -1090,6 +1111,9 @@ i.icon.circle.notch:before {
|
|
1090
1111
|
i.icon.city:before {
|
1091
1112
|
content: "\f64f";
|
1092
1113
|
}
|
1114
|
+
i.icon.clinic.medical:before {
|
1115
|
+
content: "\f7f2";
|
1116
|
+
}
|
1093
1117
|
i.icon.clipboard:before {
|
1094
1118
|
content: "\f328";
|
1095
1119
|
}
|
@@ -1114,12 +1138,27 @@ i.icon.cloud:before {
|
|
1114
1138
|
i.icon.cloud.download.alternate:before {
|
1115
1139
|
content: "\f381";
|
1116
1140
|
}
|
1141
|
+
i.icon.cloud.meatball:before {
|
1142
|
+
content: "\f73b";
|
1143
|
+
}
|
1117
1144
|
i.icon.cloud.moon:before {
|
1118
1145
|
content: "\f6c3";
|
1119
1146
|
}
|
1147
|
+
i.icon.cloud.moon.rain:before {
|
1148
|
+
content: "\f73c";
|
1149
|
+
}
|
1150
|
+
i.icon.cloud.rain:before {
|
1151
|
+
content: "\f73d";
|
1152
|
+
}
|
1153
|
+
i.icon.cloud.showers.heavy:before {
|
1154
|
+
content: "\f740";
|
1155
|
+
}
|
1120
1156
|
i.icon.cloud.sun:before {
|
1121
1157
|
content: "\f6c4";
|
1122
1158
|
}
|
1159
|
+
i.icon.cloud.sun.rain:before {
|
1160
|
+
content: "\f743";
|
1161
|
+
}
|
1123
1162
|
i.icon.cloud.upload.alternate:before {
|
1124
1163
|
content: "\f382";
|
1125
1164
|
}
|
@@ -1159,6 +1198,9 @@ i.icon.comment.dollar:before {
|
|
1159
1198
|
i.icon.comment.dots:before {
|
1160
1199
|
content: "\f4ad";
|
1161
1200
|
}
|
1201
|
+
i.icon.comment.medical:before {
|
1202
|
+
content: "\f7f5";
|
1203
|
+
}
|
1162
1204
|
i.icon.comment.slash:before {
|
1163
1205
|
content: "\f4b3";
|
1164
1206
|
}
|
@@ -1177,6 +1219,9 @@ i.icon.compass:before {
|
|
1177
1219
|
i.icon.compress:before {
|
1178
1220
|
content: "\f066";
|
1179
1221
|
}
|
1222
|
+
i.icon.compress.arrows.alternate:before {
|
1223
|
+
content: "\f78c";
|
1224
|
+
}
|
1180
1225
|
i.icon.concierge.bell:before {
|
1181
1226
|
content: "\f562";
|
1182
1227
|
}
|
@@ -1216,6 +1261,9 @@ i.icon.crow:before {
|
|
1216
1261
|
i.icon.crown:before {
|
1217
1262
|
content: "\f521";
|
1218
1263
|
}
|
1264
|
+
i.icon.crutch:before {
|
1265
|
+
content: "\f7f7";
|
1266
|
+
}
|
1219
1267
|
i.icon.cube:before {
|
1220
1268
|
content: "\f1b2";
|
1221
1269
|
}
|
@@ -1231,6 +1279,9 @@ i.icon.database:before {
|
|
1231
1279
|
i.icon.deaf:before {
|
1232
1280
|
content: "\f2a4";
|
1233
1281
|
}
|
1282
|
+
i.icon.democrat:before {
|
1283
|
+
content: "\f747";
|
1284
|
+
}
|
1234
1285
|
i.icon.desktop:before {
|
1235
1286
|
content: "\f108";
|
1236
1287
|
}
|
@@ -1333,12 +1384,21 @@ i.icon.drumstick.bite:before {
|
|
1333
1384
|
i.icon.dumbbell:before {
|
1334
1385
|
content: "\f44b";
|
1335
1386
|
}
|
1387
|
+
i.icon.dumpster:before {
|
1388
|
+
content: "\f793";
|
1389
|
+
}
|
1390
|
+
i.icon.dumpster.fire:before {
|
1391
|
+
content: "\f794";
|
1392
|
+
}
|
1336
1393
|
i.icon.dungeon:before {
|
1337
1394
|
content: "\f6d9";
|
1338
1395
|
}
|
1339
1396
|
i.icon.edit:before {
|
1340
1397
|
content: "\f044";
|
1341
1398
|
}
|
1399
|
+
i.icon.egg:before {
|
1400
|
+
content: "\f7fb";
|
1401
|
+
}
|
1342
1402
|
i.icon.eject:before {
|
1343
1403
|
content: "\f052";
|
1344
1404
|
}
|
@@ -1366,6 +1426,9 @@ i.icon.equals:before {
|
|
1366
1426
|
i.icon.eraser:before {
|
1367
1427
|
content: "\f12d";
|
1368
1428
|
}
|
1429
|
+
i.icon.ethernet:before {
|
1430
|
+
content: "\f796";
|
1431
|
+
}
|
1369
1432
|
i.icon.euro.sign:before {
|
1370
1433
|
content: "\f153";
|
1371
1434
|
}
|
@@ -1510,6 +1573,9 @@ i.icon.fingerprint:before {
|
|
1510
1573
|
i.icon.fire:before {
|
1511
1574
|
content: "\f06d";
|
1512
1575
|
}
|
1576
|
+
i.icon.fire.alternate:before {
|
1577
|
+
content: "\f7e4";
|
1578
|
+
}
|
1513
1579
|
i.icon.fire.extinguisher:before {
|
1514
1580
|
content: "\f134";
|
1515
1581
|
}
|
@@ -1528,6 +1594,9 @@ i.icon.flag:before {
|
|
1528
1594
|
i.icon.flag.checkered:before {
|
1529
1595
|
content: "\f11e";
|
1530
1596
|
}
|
1597
|
+
i.icon.flag.usa:before {
|
1598
|
+
content: "\f74d";
|
1599
|
+
}
|
1531
1600
|
i.icon.flask:before {
|
1532
1601
|
content: "\f0c3";
|
1533
1602
|
}
|
@@ -1594,12 +1663,21 @@ i.icon.ghost:before {
|
|
1594
1663
|
i.icon.gift:before {
|
1595
1664
|
content: "\f06b";
|
1596
1665
|
}
|
1666
|
+
i.icon.gifts:before {
|
1667
|
+
content: "\f79c";
|
1668
|
+
}
|
1669
|
+
i.icon.glass.cheers:before {
|
1670
|
+
content: "\f79f";
|
1671
|
+
}
|
1597
1672
|
i.icon.glass.martini:before {
|
1598
1673
|
content: "\f000";
|
1599
1674
|
}
|
1600
1675
|
i.icon.glass.martini.alternate:before {
|
1601
1676
|
content: "\f57b";
|
1602
1677
|
}
|
1678
|
+
i.icon.glass.whiskey:before {
|
1679
|
+
content: "\f7a0";
|
1680
|
+
}
|
1603
1681
|
i.icon.glasses:before {
|
1604
1682
|
content: "\f530";
|
1605
1683
|
}
|
@@ -1615,6 +1693,9 @@ i.icon.globe.americas:before {
|
|
1615
1693
|
i.icon.globe.asia:before {
|
1616
1694
|
content: "\f57e";
|
1617
1695
|
}
|
1696
|
+
i.icon.globe.europe:before {
|
1697
|
+
content: "\f7a2";
|
1698
|
+
}
|
1618
1699
|
i.icon.golf.ball:before {
|
1619
1700
|
content: "\f450";
|
1620
1701
|
}
|
@@ -1675,12 +1756,24 @@ i.icon.grin.wink:before {
|
|
1675
1756
|
i.icon.grip.horizontal:before {
|
1676
1757
|
content: "\f58d";
|
1677
1758
|
}
|
1759
|
+
i.icon.grip.lines:before {
|
1760
|
+
content: "\f7a4";
|
1761
|
+
}
|
1762
|
+
i.icon.grip.lines.vertical:before {
|
1763
|
+
content: "\f7a5";
|
1764
|
+
}
|
1678
1765
|
i.icon.grip.vertical:before {
|
1679
1766
|
content: "\f58e";
|
1680
1767
|
}
|
1768
|
+
i.icon.guitar:before {
|
1769
|
+
content: "\f7a6";
|
1770
|
+
}
|
1681
1771
|
i.icon.h.square:before {
|
1682
1772
|
content: "\f0fd";
|
1683
1773
|
}
|
1774
|
+
i.icon.hamburger:before {
|
1775
|
+
content: "\f805";
|
1776
|
+
}
|
1684
1777
|
i.icon.hammer:before {
|
1685
1778
|
content: "\f6e3";
|
1686
1779
|
}
|
@@ -1699,6 +1792,9 @@ i.icon.hand.holding.usd:before {
|
|
1699
1792
|
i.icon.hand.lizard:before {
|
1700
1793
|
content: "\f258";
|
1701
1794
|
}
|
1795
|
+
i.icon.hand.middle.finger:before {
|
1796
|
+
content: "\f806";
|
1797
|
+
}
|
1702
1798
|
i.icon.hand.paper:before {
|
1703
1799
|
content: "\f256";
|
1704
1800
|
}
|
@@ -1741,6 +1837,9 @@ i.icon.handshake:before {
|
|
1741
1837
|
i.icon.hanukiah:before {
|
1742
1838
|
content: "\f6e6";
|
1743
1839
|
}
|
1840
|
+
i.icon.hard.hat:before {
|
1841
|
+
content: "\f807";
|
1842
|
+
}
|
1744
1843
|
i.icon.hashtag:before {
|
1745
1844
|
content: "\f292";
|
1746
1845
|
}
|
@@ -1768,6 +1867,9 @@ i.icon.headset:before {
|
|
1768
1867
|
i.icon.heart:before {
|
1769
1868
|
content: "\f004";
|
1770
1869
|
}
|
1870
|
+
i.icon.heart.broken:before {
|
1871
|
+
content: "\f7a9";
|
1872
|
+
}
|
1771
1873
|
i.icon.heartbeat:before {
|
1772
1874
|
content: "\f21e";
|
1773
1875
|
}
|
@@ -1789,12 +1891,18 @@ i.icon.history:before {
|
|
1789
1891
|
i.icon.hockey.puck:before {
|
1790
1892
|
content: "\f453";
|
1791
1893
|
}
|
1894
|
+
i.icon.holly.berry:before {
|
1895
|
+
content: "\f7aa";
|
1896
|
+
}
|
1792
1897
|
i.icon.home:before {
|
1793
1898
|
content: "\f015";
|
1794
1899
|
}
|
1795
1900
|
i.icon.horse:before {
|
1796
1901
|
content: "\f6f0";
|
1797
1902
|
}
|
1903
|
+
i.icon.horse.head:before {
|
1904
|
+
content: "\f7ab";
|
1905
|
+
}
|
1798
1906
|
i.icon.hospital:before {
|
1799
1907
|
content: "\f0f8";
|
1800
1908
|
}
|
@@ -1807,6 +1915,9 @@ i.icon.hospital.symbol:before {
|
|
1807
1915
|
i.icon.hot.tub:before {
|
1808
1916
|
content: "\f593";
|
1809
1917
|
}
|
1918
|
+
i.icon.hotdog:before {
|
1919
|
+
content: "\f80f";
|
1920
|
+
}
|
1810
1921
|
i.icon.hotel:before {
|
1811
1922
|
content: "\f594";
|
1812
1923
|
}
|
@@ -1831,6 +1942,12 @@ i.icon.hryvnia:before {
|
|
1831
1942
|
i.icon.i.cursor:before {
|
1832
1943
|
content: "\f246";
|
1833
1944
|
}
|
1945
|
+
i.icon.ice.cream:before {
|
1946
|
+
content: "\f810";
|
1947
|
+
}
|
1948
|
+
i.icon.icicles:before {
|
1949
|
+
content: "\f7ad";
|
1950
|
+
}
|
1834
1951
|
i.icon.id.badge:before {
|
1835
1952
|
content: "\f2c1";
|
1836
1953
|
}
|
@@ -1840,6 +1957,9 @@ i.icon.id.card:before {
|
|
1840
1957
|
i.icon.id.card.alternate:before {
|
1841
1958
|
content: "\f47f";
|
1842
1959
|
}
|
1960
|
+
i.icon.igloo:before {
|
1961
|
+
content: "\f7ae";
|
1962
|
+
}
|
1843
1963
|
i.icon.image:before {
|
1844
1964
|
content: "\f03e";
|
1845
1965
|
}
|
@@ -1912,6 +2032,9 @@ i.icon.laptop:before {
|
|
1912
2032
|
i.icon.laptop.code:before {
|
1913
2033
|
content: "\f5fc";
|
1914
2034
|
}
|
2035
|
+
i.icon.laptop.medical:before {
|
2036
|
+
content: "\f812";
|
2037
|
+
}
|
1915
2038
|
i.icon.laugh:before {
|
1916
2039
|
content: "\f599";
|
1917
2040
|
}
|
@@ -2074,6 +2197,9 @@ i.icon.menorah:before {
|
|
2074
2197
|
i.icon.mercury:before {
|
2075
2198
|
content: "\f223";
|
2076
2199
|
}
|
2200
|
+
i.icon.meteor:before {
|
2201
|
+
content: "\f753";
|
2202
|
+
}
|
2077
2203
|
i.icon.microchip:before {
|
2078
2204
|
content: "\f2db";
|
2079
2205
|
}
|
@@ -2101,6 +2227,9 @@ i.icon.minus.circle:before {
|
|
2101
2227
|
i.icon.minus.square:before {
|
2102
2228
|
content: "\f146";
|
2103
2229
|
}
|
2230
|
+
i.icon.mitten:before {
|
2231
|
+
content: "\f7b5";
|
2232
|
+
}
|
2104
2233
|
i.icon.mobile:before {
|
2105
2234
|
content: "\f10b";
|
2106
2235
|
}
|
@@ -2146,6 +2275,9 @@ i.icon.mountain:before {
|
|
2146
2275
|
i.icon.mouse.pointer:before {
|
2147
2276
|
content: "\f245";
|
2148
2277
|
}
|
2278
|
+
i.icon.mug.hot:before {
|
2279
|
+
content: "\f7b6";
|
2280
|
+
}
|
2149
2281
|
i.icon.music:before {
|
2150
2282
|
content: "\f001";
|
2151
2283
|
}
|
@@ -2182,6 +2314,9 @@ i.icon.otter:before {
|
|
2182
2314
|
i.icon.outdent:before {
|
2183
2315
|
content: "\f03b";
|
2184
2316
|
}
|
2317
|
+
i.icon.pager:before {
|
2318
|
+
content: "\f815";
|
2319
|
+
}
|
2185
2320
|
i.icon.paint.brush:before {
|
2186
2321
|
content: "\f1fc";
|
2187
2322
|
}
|
@@ -2254,12 +2389,18 @@ i.icon.pencil.ruler:before {
|
|
2254
2389
|
i.icon.people.carry:before {
|
2255
2390
|
content: "\f4ce";
|
2256
2391
|
}
|
2392
|
+
i.icon.pepper.hot:before {
|
2393
|
+
content: "\f816";
|
2394
|
+
}
|
2257
2395
|
i.icon.percent:before {
|
2258
2396
|
content: "\f295";
|
2259
2397
|
}
|
2260
2398
|
i.icon.percentage:before {
|
2261
2399
|
content: "\f541";
|
2262
2400
|
}
|
2401
|
+
i.icon.person.booth:before {
|
2402
|
+
content: "\f756";
|
2403
|
+
}
|
2263
2404
|
i.icon.phone:before {
|
2264
2405
|
content: "\f095";
|
2265
2406
|
}
|
@@ -2278,6 +2419,9 @@ i.icon.piggy.bank:before {
|
|
2278
2419
|
i.icon.pills:before {
|
2279
2420
|
content: "\f484";
|
2280
2421
|
}
|
2422
|
+
i.icon.pizza.slice:before {
|
2423
|
+
content: "\f818";
|
2424
|
+
}
|
2281
2425
|
i.icon.place.of.worship:before {
|
2282
2426
|
content: "\f67f";
|
2283
2427
|
}
|
@@ -2320,6 +2464,9 @@ i.icon.poll.horizontal:before {
|
|
2320
2464
|
i.icon.poo:before {
|
2321
2465
|
content: "\f2fe";
|
2322
2466
|
}
|
2467
|
+
i.icon.poo.storm:before {
|
2468
|
+
content: "\f75a";
|
2469
|
+
}
|
2323
2470
|
i.icon.poop:before {
|
2324
2471
|
content: "\f619";
|
2325
2472
|
}
|
@@ -2380,6 +2527,15 @@ i.icon.quote.right:before {
|
|
2380
2527
|
i.icon.quran:before {
|
2381
2528
|
content: "\f687";
|
2382
2529
|
}
|
2530
|
+
i.icon.radiation:before {
|
2531
|
+
content: "\f7b9";
|
2532
|
+
}
|
2533
|
+
i.icon.radiation.alternate:before {
|
2534
|
+
content: "\f7ba";
|
2535
|
+
}
|
2536
|
+
i.icon.rainbow:before {
|
2537
|
+
content: "\f75b";
|
2538
|
+
}
|
2383
2539
|
i.icon.random:before {
|
2384
2540
|
content: "\f074";
|
2385
2541
|
}
|
@@ -2404,6 +2560,12 @@ i.icon.reply:before {
|
|
2404
2560
|
i.icon.reply.all:before {
|
2405
2561
|
content: "\f122";
|
2406
2562
|
}
|
2563
|
+
i.icon.republican:before {
|
2564
|
+
content: "\f75e";
|
2565
|
+
}
|
2566
|
+
i.icon.restroom:before {
|
2567
|
+
content: "\f7bd";
|
2568
|
+
}
|
2407
2569
|
i.icon.retweet:before {
|
2408
2570
|
content: "\f079";
|
2409
2571
|
}
|
@@ -2458,6 +2620,12 @@ i.icon.sad.cry:before {
|
|
2458
2620
|
i.icon.sad.tear:before {
|
2459
2621
|
content: "\f5b4";
|
2460
2622
|
}
|
2623
|
+
i.icon.satellite:before {
|
2624
|
+
content: "\f7bf";
|
2625
|
+
}
|
2626
|
+
i.icon.satellite.dish:before {
|
2627
|
+
content: "\f7c0";
|
2628
|
+
}
|
2461
2629
|
i.icon.save:before {
|
2462
2630
|
content: "\f0c7";
|
2463
2631
|
}
|
@@ -2470,6 +2638,9 @@ i.icon.screwdriver:before {
|
|
2470
2638
|
i.icon.scroll:before {
|
2471
2639
|
content: "\f70e";
|
2472
2640
|
}
|
2641
|
+
i.icon.sd.card:before {
|
2642
|
+
content: "\f7c2";
|
2643
|
+
}
|
2473
2644
|
i.icon.search:before {
|
2474
2645
|
content: "\f002";
|
2475
2646
|
}
|
@@ -2554,9 +2725,21 @@ i.icon.signal:before {
|
|
2554
2725
|
i.icon.signature:before {
|
2555
2726
|
content: "\f5b7";
|
2556
2727
|
}
|
2728
|
+
i.icon.sim.card:before {
|
2729
|
+
content: "\f7c4";
|
2730
|
+
}
|
2557
2731
|
i.icon.sitemap:before {
|
2558
2732
|
content: "\f0e8";
|
2559
2733
|
}
|
2734
|
+
i.icon.skating:before {
|
2735
|
+
content: "\f7c5";
|
2736
|
+
}
|
2737
|
+
i.icon.skiing:before {
|
2738
|
+
content: "\f7c9";
|
2739
|
+
}
|
2740
|
+
i.icon.skiing.nordic:before {
|
2741
|
+
content: "\f7ca";
|
2742
|
+
}
|
2560
2743
|
i.icon.skull:before {
|
2561
2744
|
content: "\f54c";
|
2562
2745
|
}
|
@@ -2566,6 +2749,9 @@ i.icon.skull.crossbones:before {
|
|
2566
2749
|
i.icon.slash:before {
|
2567
2750
|
content: "\f715";
|
2568
2751
|
}
|
2752
|
+
i.icon.sleigh:before {
|
2753
|
+
content: "\f7cc";
|
2754
|
+
}
|
2569
2755
|
i.icon.sliders.horizontal:before {
|
2570
2756
|
content: "\f1de";
|
2571
2757
|
}
|
@@ -2578,15 +2764,30 @@ i.icon.smile.beam:before {
|
|
2578
2764
|
i.icon.smile.wink:before {
|
2579
2765
|
content: "\f4da";
|
2580
2766
|
}
|
2767
|
+
i.icon.smog:before {
|
2768
|
+
content: "\f75f";
|
2769
|
+
}
|
2581
2770
|
i.icon.smoking:before {
|
2582
2771
|
content: "\f48d";
|
2583
2772
|
}
|
2584
2773
|
i.icon.smoking.ban:before {
|
2585
2774
|
content: "\f54d";
|
2586
2775
|
}
|
2776
|
+
i.icon.sms:before {
|
2777
|
+
content: "\f7cd";
|
2778
|
+
}
|
2779
|
+
i.icon.snowboarding:before {
|
2780
|
+
content: "\f7ce";
|
2781
|
+
}
|
2587
2782
|
i.icon.snowflake:before {
|
2588
2783
|
content: "\f2dc";
|
2589
2784
|
}
|
2785
|
+
i.icon.snowman:before {
|
2786
|
+
content: "\f7d0";
|
2787
|
+
}
|
2788
|
+
i.icon.snowplow:before {
|
2789
|
+
content: "\f7d2";
|
2790
|
+
}
|
2590
2791
|
i.icon.socks:before {
|
2591
2792
|
content: "\f696";
|
2592
2793
|
}
|
@@ -2788,6 +2989,15 @@ i.icon.teeth:before {
|
|
2788
2989
|
i.icon.teeth.open:before {
|
2789
2990
|
content: "\f62f";
|
2790
2991
|
}
|
2992
|
+
i.icon.temperature.high:before {
|
2993
|
+
content: "\f769";
|
2994
|
+
}
|
2995
|
+
i.icon.temperature.low:before {
|
2996
|
+
content: "\f76b";
|
2997
|
+
}
|
2998
|
+
i.icon.tenge:before {
|
2999
|
+
content: "\f7d7";
|
3000
|
+
}
|
2791
3001
|
i.icon.terminal:before {
|
2792
3002
|
content: "\f120";
|
2793
3003
|
}
|
@@ -2860,12 +3070,18 @@ i.icon.toggle.off:before {
|
|
2860
3070
|
i.icon.toggle.on:before {
|
2861
3071
|
content: "\f205";
|
2862
3072
|
}
|
3073
|
+
i.icon.toilet:before {
|
3074
|
+
content: "\f7d8";
|
3075
|
+
}
|
2863
3076
|
i.icon.toilet.paper:before {
|
2864
3077
|
content: "\f71e";
|
2865
3078
|
}
|
2866
3079
|
i.icon.toolbox:before {
|
2867
3080
|
content: "\f552";
|
2868
3081
|
}
|
3082
|
+
i.icon.tools:before {
|
3083
|
+
content: "\f7d9";
|
3084
|
+
}
|
2869
3085
|
i.icon.tooth:before {
|
2870
3086
|
content: "\f5c9";
|
2871
3087
|
}
|
@@ -2887,6 +3103,9 @@ i.icon.traffic.light:before {
|
|
2887
3103
|
i.icon.train:before {
|
2888
3104
|
content: "\f238";
|
2889
3105
|
}
|
3106
|
+
i.icon.tram:before {
|
3107
|
+
content: "\f7da";
|
3108
|
+
}
|
2890
3109
|
i.icon.transgender:before {
|
2891
3110
|
content: "\f224";
|
2892
3111
|
}
|
@@ -2899,6 +3118,12 @@ i.icon.trash:before {
|
|
2899
3118
|
i.icon.trash.alternate:before {
|
2900
3119
|
content: "\f2ed";
|
2901
3120
|
}
|
3121
|
+
i.icon.trash.restore:before {
|
3122
|
+
content: "\f829";
|
3123
|
+
}
|
3124
|
+
i.icon.trash.restore.alternate:before {
|
3125
|
+
content: "\f82a";
|
3126
|
+
}
|
2902
3127
|
i.icon.tree:before {
|
2903
3128
|
content: "\f1bb";
|
2904
3129
|
}
|
@@ -3010,6 +3235,9 @@ i.icon.user.minus:before {
|
|
3010
3235
|
i.icon.user.ninja:before {
|
3011
3236
|
content: "\f504";
|
3012
3237
|
}
|
3238
|
+
i.icon.user.nurse:before {
|
3239
|
+
content: "\f82f";
|
3240
|
+
}
|
3013
3241
|
i.icon.user.plus:before {
|
3014
3242
|
content: "\f234";
|
3015
3243
|
}
|
@@ -3085,6 +3313,12 @@ i.icon.volume.off:before {
|
|
3085
3313
|
i.icon.volume.up:before {
|
3086
3314
|
content: "\f028";
|
3087
3315
|
}
|
3316
|
+
i.icon.vote.yea:before {
|
3317
|
+
content: "\f772";
|
3318
|
+
}
|
3319
|
+
i.icon.vr.cardboard:before {
|
3320
|
+
content: "\f729";
|
3321
|
+
}
|
3088
3322
|
i.icon.walking:before {
|
3089
3323
|
content: "\f554";
|
3090
3324
|
}
|
@@ -3094,6 +3328,9 @@ i.icon.wallet:before {
|
|
3094
3328
|
i.icon.warehouse:before {
|
3095
3329
|
content: "\f494";
|
3096
3330
|
}
|
3331
|
+
i.icon.water:before {
|
3332
|
+
content: "\f773";
|
3333
|
+
}
|
3097
3334
|
i.icon.weight:before {
|
3098
3335
|
content: "\f496";
|
3099
3336
|
}
|
@@ -3994,7 +4231,7 @@ i.icon.spoon:before {
|
|
3994
4231
|
content: "\f2e5";
|
3995
4232
|
}
|
3996
4233
|
i.icon.star.empty:before {
|
3997
|
-
content: "\
|
4234
|
+
content: "\f005";
|
3998
4235
|
}
|
3999
4236
|
i.icon.star.half.empty:before {
|
4000
4237
|
content: "\f089";
|
@@ -4011,6 +4248,9 @@ i.icon.times.rectangle:before {
|
|
4011
4248
|
i.icon.write:before {
|
4012
4249
|
content: "\f303";
|
4013
4250
|
}
|
4251
|
+
i.icon.hamburger:before {
|
4252
|
+
content: "\f0c9";
|
4253
|
+
}
|
4014
4254
|
|
4015
4255
|
|
4016
4256
|
/*******************************
|
@@ -4490,21 +4730,6 @@ i.icon.window.restore.outline:before {
|
|
4490
4730
|
content: "\f2d2";
|
4491
4731
|
}
|
4492
4732
|
|
4493
|
-
/* Outline Aliases */
|
4494
|
-
i.icon.disk.outline:before {
|
4495
|
-
content: "\f0a0";
|
4496
|
-
}
|
4497
|
-
i.icon.heart.empty,
|
4498
|
-
i.icon.star.empty {
|
4499
|
-
font-family: 'outline-icons';
|
4500
|
-
}
|
4501
|
-
i.icon.heart.empty:before {
|
4502
|
-
content: "\f004";
|
4503
|
-
}
|
4504
|
-
i.icon.star.empty:before {
|
4505
|
-
content: "\f089";
|
4506
|
-
}
|
4507
|
-
|
4508
4733
|
|
4509
4734
|
/*******************************
|
4510
4735
|
Brand Icons
|
@@ -4529,6 +4754,7 @@ i.icon.accessible,
|
|
4529
4754
|
i.icon.accusoft,
|
4530
4755
|
i.icon.acquisitions.incorporated,
|
4531
4756
|
i.icon.adn,
|
4757
|
+
i.icon.adobe,
|
4532
4758
|
i.icon.adversal,
|
4533
4759
|
i.icon.affiliatetheme,
|
4534
4760
|
i.icon.algolia,
|
@@ -4545,7 +4771,9 @@ i.icon.app.store.ios,
|
|
4545
4771
|
i.icon.apper,
|
4546
4772
|
i.icon.apple,
|
4547
4773
|
i.icon.apple.pay,
|
4774
|
+
i.icon.artstation,
|
4548
4775
|
i.icon.asymmetrik,
|
4776
|
+
i.icon.atlassian,
|
4549
4777
|
i.icon.audible,
|
4550
4778
|
i.icon.autoprefixer,
|
4551
4779
|
i.icon.avianex,
|
@@ -4567,6 +4795,7 @@ i.icon.bluetooth.b,
|
|
4567
4795
|
i.icon.btc,
|
4568
4796
|
i.icon.buromobelexperte,
|
4569
4797
|
i.icon.buysellads,
|
4798
|
+
i.icon.canadian.maple.leaf,
|
4570
4799
|
i.icon.cc.amazon.pay,
|
4571
4800
|
i.icon.cc.amex,
|
4572
4801
|
i.icon.cc.apple.pay,
|
@@ -4578,12 +4807,14 @@ i.icon.cc.paypal,
|
|
4578
4807
|
i.icon.cc.stripe,
|
4579
4808
|
i.icon.cc.visa,
|
4580
4809
|
i.icon.centercode,
|
4810
|
+
i.icon.centos,
|
4581
4811
|
i.icon.chrome,
|
4582
4812
|
i.icon.cloudscale,
|
4583
4813
|
i.icon.cloudsmith,
|
4584
4814
|
i.icon.cloudversify,
|
4585
4815
|
i.icon.codepen,
|
4586
4816
|
i.icon.codiepie,
|
4817
|
+
i.icon.confluence,
|
4587
4818
|
i.icon.connectdevelop,
|
4588
4819
|
i.icon.contao,
|
4589
4820
|
i.icon.cpanel,
|
@@ -4606,12 +4837,15 @@ i.icon.css3,
|
|
4606
4837
|
i.icon.css3.alternate,
|
4607
4838
|
i.icon.cuttlefish,
|
4608
4839
|
i.icon.d.and.d,
|
4840
|
+
i.icon.d.and.d.beyond,
|
4609
4841
|
i.icon.dashcube,
|
4610
4842
|
i.icon.delicious,
|
4611
4843
|
i.icon.deploydog,
|
4612
4844
|
i.icon.deskpro,
|
4613
4845
|
i.icon.dev,
|
4614
4846
|
i.icon.deviantart,
|
4847
|
+
i.icon.dhl,
|
4848
|
+
i.icon.diaspora,
|
4615
4849
|
i.icon.digg,
|
4616
4850
|
i.icon.digital.ocean,
|
4617
4851
|
i.icon.discord,
|
@@ -4641,6 +4875,9 @@ i.icon.facebook.f,
|
|
4641
4875
|
i.icon.facebook.messenger,
|
4642
4876
|
i.icon.facebook.square,
|
4643
4877
|
i.icon.fantasy.flight.games,
|
4878
|
+
i.icon.fedex,
|
4879
|
+
i.icon.fedora,
|
4880
|
+
i.icon.figma,
|
4644
4881
|
i.icon.firefox,
|
4645
4882
|
i.icon.first.order,
|
4646
4883
|
i.icon.first.order.alternate,
|
@@ -4703,13 +4940,16 @@ i.icon.html5,
|
|
4703
4940
|
i.icon.hubspot,
|
4704
4941
|
i.icon.imdb,
|
4705
4942
|
i.icon.instagram,
|
4943
|
+
i.icon.intercom,
|
4706
4944
|
i.icon.internet.explorer,
|
4945
|
+
i.icon.invision,
|
4707
4946
|
i.icon.ioxhost,
|
4708
4947
|
i.icon.itunes,
|
4709
4948
|
i.icon.itunes.note,
|
4710
4949
|
i.icon.java,
|
4711
4950
|
i.icon.jedi.order,
|
4712
4951
|
i.icon.jenkins,
|
4952
|
+
i.icon.jira,
|
4713
4953
|
i.icon.joget,
|
4714
4954
|
i.icon.joomla,
|
4715
4955
|
i.icon.js,
|
@@ -4744,6 +4984,7 @@ i.icon.medium.m,
|
|
4744
4984
|
i.icon.medrt,
|
4745
4985
|
i.icon.meetup,
|
4746
4986
|
i.icon.megaport,
|
4987
|
+
i.icon.mendeley,
|
4747
4988
|
i.icon.microsoft,
|
4748
4989
|
i.icon.mix,
|
4749
4990
|
i.icon.mixcloud,
|
@@ -4793,16 +5034,18 @@ i.icon.qq,
|
|
4793
5034
|
i.icon.quinscape,
|
4794
5035
|
i.icon.quora,
|
4795
5036
|
i.icon.r.project,
|
5037
|
+
i.icon.raspberry.pi,
|
4796
5038
|
i.icon.ravelry,
|
4797
5039
|
i.icon.react,
|
5040
|
+
i.icon.reacteurope,
|
4798
5041
|
i.icon.readme,
|
4799
5042
|
i.icon.rebel,
|
4800
5043
|
i.icon.reddit,
|
4801
5044
|
i.icon.reddit.alien,
|
4802
5045
|
i.icon.reddit.square,
|
5046
|
+
i.icon.redhat,
|
4803
5047
|
i.icon.redriver,
|
4804
5048
|
i.icon.redyeti,
|
4805
|
-
i.icon.rendact,
|
4806
5049
|
i.icon.renren,
|
4807
5050
|
i.icon.replyd,
|
4808
5051
|
i.icon.researchgate,
|
@@ -4823,6 +5066,7 @@ i.icon.shopware,
|
|
4823
5066
|
i.icon.simplybuilt,
|
4824
5067
|
i.icon.sistrix,
|
4825
5068
|
i.icon.sith,
|
5069
|
+
i.icon.sketch,
|
4826
5070
|
i.icon.skyatlas,
|
4827
5071
|
i.icon.skype,
|
4828
5072
|
i.icon.slack,
|
@@ -4832,6 +5076,7 @@ i.icon.snapchat,
|
|
4832
5076
|
i.icon.snapchat.ghost,
|
4833
5077
|
i.icon.snapchat.square,
|
4834
5078
|
i.icon.soundcloud,
|
5079
|
+
i.icon.sourcetree,
|
4835
5080
|
i.icon.speakap,
|
4836
5081
|
i.icon.spotify,
|
4837
5082
|
i.icon.squarespace,
|
@@ -4850,12 +5095,14 @@ i.icon.stumbleupon,
|
|
4850
5095
|
i.icon.stumbleupon.circle,
|
4851
5096
|
i.icon.superpowers,
|
4852
5097
|
i.icon.supple,
|
5098
|
+
i.icon.suse,
|
4853
5099
|
i.icon.teamspeak,
|
4854
5100
|
i.icon.telegram,
|
4855
5101
|
i.icon.telegram.plane,
|
4856
5102
|
i.icon.tencent.weibo,
|
4857
5103
|
i.icon.themeco,
|
4858
5104
|
i.icon.themeisle,
|
5105
|
+
i.icon.think.peaks,
|
4859
5106
|
i.icon.trade.federation,
|
4860
5107
|
i.icon.trello,
|
4861
5108
|
i.icon.tripadvisor,
|
@@ -4866,10 +5113,13 @@ i.icon.twitter,
|
|
4866
5113
|
i.icon.twitter.square,
|
4867
5114
|
i.icon.typo3,
|
4868
5115
|
i.icon.uber,
|
5116
|
+
i.icon.ubuntu,
|
4869
5117
|
i.icon.uikit,
|
4870
5118
|
i.icon.uniregistry,
|
4871
5119
|
i.icon.untappd,
|
5120
|
+
i.icon.ups,
|
4872
5121
|
i.icon.usb,
|
5122
|
+
i.icon.usps,
|
4873
5123
|
i.icon.ussunnah,
|
4874
5124
|
i.icon.vaadin,
|
4875
5125
|
i.icon.viacoin,
|
@@ -4899,6 +5149,7 @@ i.icon.wordpress.simple,
|
|
4899
5149
|
i.icon.wpbeginner,
|
4900
5150
|
i.icon.wpexplorer,
|
4901
5151
|
i.icon.wpforms,
|
5152
|
+
i.icon.wpressr,
|
4902
5153
|
i.icon.xbox,
|
4903
5154
|
i.icon.xing,
|
4904
5155
|
i.icon.xing.square,
|
@@ -4906,6 +5157,7 @@ i.icon.y.combinator,
|
|
4906
5157
|
i.icon.yahoo,
|
4907
5158
|
i.icon.yandex,
|
4908
5159
|
i.icon.yandex.international,
|
5160
|
+
i.icon.yarn,
|
4909
5161
|
i.icon.yelp,
|
4910
5162
|
i.icon.yoast,
|
4911
5163
|
i.icon.youtube,
|
@@ -4930,6 +5182,9 @@ i.icon.acquisitions.incorporated:before {
|
|
4930
5182
|
i.icon.adn:before {
|
4931
5183
|
content: "\f170";
|
4932
5184
|
}
|
5185
|
+
i.icon.adobe:before {
|
5186
|
+
content: "\f778";
|
5187
|
+
}
|
4933
5188
|
i.icon.adversal:before {
|
4934
5189
|
content: "\f36a";
|
4935
5190
|
}
|
@@ -4978,9 +5233,15 @@ i.icon.apple:before {
|
|
4978
5233
|
i.icon.apple.pay:before {
|
4979
5234
|
content: "\f415";
|
4980
5235
|
}
|
5236
|
+
i.icon.artstation:before {
|
5237
|
+
content: "\f77a";
|
5238
|
+
}
|
4981
5239
|
i.icon.asymmetrik:before {
|
4982
5240
|
content: "\f372";
|
4983
5241
|
}
|
5242
|
+
i.icon.atlassian:before {
|
5243
|
+
content: "\f77b";
|
5244
|
+
}
|
4984
5245
|
i.icon.audible:before {
|
4985
5246
|
content: "\f373";
|
4986
5247
|
}
|
@@ -5044,6 +5305,9 @@ i.icon.buromobelexperte:before {
|
|
5044
5305
|
i.icon.buysellads:before {
|
5045
5306
|
content: "\f20d";
|
5046
5307
|
}
|
5308
|
+
i.icon.canadian.maple.leaf:before {
|
5309
|
+
content: "\f785";
|
5310
|
+
}
|
5047
5311
|
i.icon.cc.amazon.pay:before {
|
5048
5312
|
content: "\f42d";
|
5049
5313
|
}
|
@@ -5077,6 +5341,9 @@ i.icon.cc.visa:before {
|
|
5077
5341
|
i.icon.centercode:before {
|
5078
5342
|
content: "\f380";
|
5079
5343
|
}
|
5344
|
+
i.icon.centos:before {
|
5345
|
+
content: "\f789";
|
5346
|
+
}
|
5080
5347
|
i.icon.chrome:before {
|
5081
5348
|
content: "\f268";
|
5082
5349
|
}
|
@@ -5095,6 +5362,9 @@ i.icon.codepen:before {
|
|
5095
5362
|
i.icon.codiepie:before {
|
5096
5363
|
content: "\f284";
|
5097
5364
|
}
|
5365
|
+
i.icon.confluence:before {
|
5366
|
+
content: "\f78d";
|
5367
|
+
}
|
5098
5368
|
i.icon.connectdevelop:before {
|
5099
5369
|
content: "\f20e";
|
5100
5370
|
}
|
@@ -5161,6 +5431,9 @@ i.icon.cuttlefish:before {
|
|
5161
5431
|
i.icon.d.and.d:before {
|
5162
5432
|
content: "\f38d";
|
5163
5433
|
}
|
5434
|
+
i.icon.d.and.d.beyond:before {
|
5435
|
+
content: "\f6ca";
|
5436
|
+
}
|
5164
5437
|
i.icon.dashcube:before {
|
5165
5438
|
content: "\f210";
|
5166
5439
|
}
|
@@ -5179,6 +5452,12 @@ i.icon.dev:before {
|
|
5179
5452
|
i.icon.deviantart:before {
|
5180
5453
|
content: "\f1bd";
|
5181
5454
|
}
|
5455
|
+
i.icon.dhl:before {
|
5456
|
+
content: "\f790";
|
5457
|
+
}
|
5458
|
+
i.icon.diaspora:before {
|
5459
|
+
content: "\f791";
|
5460
|
+
}
|
5182
5461
|
i.icon.digg:before {
|
5183
5462
|
content: "\f1a6";
|
5184
5463
|
}
|
@@ -5266,6 +5545,15 @@ i.icon.facebook.square:before {
|
|
5266
5545
|
i.icon.fantasy.flight.games:before {
|
5267
5546
|
content: "\f6dc";
|
5268
5547
|
}
|
5548
|
+
i.icon.fedex:before {
|
5549
|
+
content: "\f797";
|
5550
|
+
}
|
5551
|
+
i.icon.fedora:before {
|
5552
|
+
content: "\f798";
|
5553
|
+
}
|
5554
|
+
i.icon.figma:before {
|
5555
|
+
content: "\f799";
|
5556
|
+
}
|
5269
5557
|
i.icon.firefox:before {
|
5270
5558
|
content: "\f269";
|
5271
5559
|
}
|
@@ -5452,9 +5740,15 @@ i.icon.imdb:before {
|
|
5452
5740
|
i.icon.instagram:before {
|
5453
5741
|
content: "\f16d";
|
5454
5742
|
}
|
5743
|
+
i.icon.intercom:before {
|
5744
|
+
content: "\f7af";
|
5745
|
+
}
|
5455
5746
|
i.icon.internet.explorer:before {
|
5456
5747
|
content: "\f26b";
|
5457
5748
|
}
|
5749
|
+
i.icon.invision:before {
|
5750
|
+
content: "\f7b0";
|
5751
|
+
}
|
5458
5752
|
i.icon.ioxhost:before {
|
5459
5753
|
content: "\f208";
|
5460
5754
|
}
|
@@ -5473,6 +5767,9 @@ i.icon.jedi.order:before {
|
|
5473
5767
|
i.icon.jenkins:before {
|
5474
5768
|
content: "\f3b6";
|
5475
5769
|
}
|
5770
|
+
i.icon.jira:before {
|
5771
|
+
content: "\f7b1";
|
5772
|
+
}
|
5476
5773
|
i.icon.joget:before {
|
5477
5774
|
content: "\f3b7";
|
5478
5775
|
}
|
@@ -5575,6 +5872,9 @@ i.icon.meetup:before {
|
|
5575
5872
|
i.icon.megaport:before {
|
5576
5873
|
content: "\f5a3";
|
5577
5874
|
}
|
5875
|
+
i.icon.mendeley:before {
|
5876
|
+
content: "\f7b3";
|
5877
|
+
}
|
5578
5878
|
i.icon.microsoft:before {
|
5579
5879
|
content: "\f3ca";
|
5580
5880
|
}
|
@@ -5722,12 +6022,18 @@ i.icon.quora:before {
|
|
5722
6022
|
i.icon.r.project:before {
|
5723
6023
|
content: "\f4f7";
|
5724
6024
|
}
|
6025
|
+
i.icon.raspberry.pi:before {
|
6026
|
+
content: "\f7bb";
|
6027
|
+
}
|
5725
6028
|
i.icon.ravelry:before {
|
5726
6029
|
content: "\f2d9";
|
5727
6030
|
}
|
5728
6031
|
i.icon.react:before {
|
5729
6032
|
content: "\f41b";
|
5730
6033
|
}
|
6034
|
+
i.icon.reacteurope:before {
|
6035
|
+
content: "\f75d";
|
6036
|
+
}
|
5731
6037
|
i.icon.readme:before {
|
5732
6038
|
content: "\f4d5";
|
5733
6039
|
}
|
@@ -5743,15 +6049,15 @@ i.icon.reddit.alien:before {
|
|
5743
6049
|
i.icon.reddit.square:before {
|
5744
6050
|
content: "\f1a2";
|
5745
6051
|
}
|
6052
|
+
i.icon.redhat:before {
|
6053
|
+
content: "\f7bc";
|
6054
|
+
}
|
5746
6055
|
i.icon.redriver:before {
|
5747
6056
|
content: "\f3e3";
|
5748
6057
|
}
|
5749
6058
|
i.icon.redyeti:before {
|
5750
6059
|
content: "\f69d";
|
5751
6060
|
}
|
5752
|
-
i.icon.rendact:before {
|
5753
|
-
content: "\f3e4";
|
5754
|
-
}
|
5755
6061
|
i.icon.renren:before {
|
5756
6062
|
content: "\f18b";
|
5757
6063
|
}
|
@@ -5812,6 +6118,9 @@ i.icon.sistrix:before {
|
|
5812
6118
|
i.icon.sith:before {
|
5813
6119
|
content: "\f512";
|
5814
6120
|
}
|
6121
|
+
i.icon.sketch:before {
|
6122
|
+
content: "\f7c6";
|
6123
|
+
}
|
5815
6124
|
i.icon.skyatlas:before {
|
5816
6125
|
content: "\f216";
|
5817
6126
|
}
|
@@ -5839,6 +6148,9 @@ i.icon.snapchat.square:before {
|
|
5839
6148
|
i.icon.soundcloud:before {
|
5840
6149
|
content: "\f1be";
|
5841
6150
|
}
|
6151
|
+
i.icon.sourcetree:before {
|
6152
|
+
content: "\f7d3";
|
6153
|
+
}
|
5842
6154
|
i.icon.speakap:before {
|
5843
6155
|
content: "\f3f3";
|
5844
6156
|
}
|
@@ -5893,6 +6205,9 @@ i.icon.superpowers:before {
|
|
5893
6205
|
i.icon.supple:before {
|
5894
6206
|
content: "\f3f9";
|
5895
6207
|
}
|
6208
|
+
i.icon.suse:before {
|
6209
|
+
content: "\f7d6";
|
6210
|
+
}
|
5896
6211
|
i.icon.teamspeak:before {
|
5897
6212
|
content: "\f4f9";
|
5898
6213
|
}
|
@@ -5911,6 +6226,9 @@ i.icon.themeco:before {
|
|
5911
6226
|
i.icon.themeisle:before {
|
5912
6227
|
content: "\f2b2";
|
5913
6228
|
}
|
6229
|
+
i.icon.think.peaks:before {
|
6230
|
+
content: "\f731";
|
6231
|
+
}
|
5914
6232
|
i.icon.trade.federation:before {
|
5915
6233
|
content: "\f513";
|
5916
6234
|
}
|
@@ -5941,6 +6259,9 @@ i.icon.typo3:before {
|
|
5941
6259
|
i.icon.uber:before {
|
5942
6260
|
content: "\f402";
|
5943
6261
|
}
|
6262
|
+
i.icon.ubuntu:before {
|
6263
|
+
content: "\f7df";
|
6264
|
+
}
|
5944
6265
|
i.icon.uikit:before {
|
5945
6266
|
content: "\f403";
|
5946
6267
|
}
|
@@ -5950,9 +6271,15 @@ i.icon.uniregistry:before {
|
|
5950
6271
|
i.icon.untappd:before {
|
5951
6272
|
content: "\f405";
|
5952
6273
|
}
|
6274
|
+
i.icon.ups:before {
|
6275
|
+
content: "\f7e0";
|
6276
|
+
}
|
5953
6277
|
i.icon.usb:before {
|
5954
6278
|
content: "\f287";
|
5955
6279
|
}
|
6280
|
+
i.icon.usps:before {
|
6281
|
+
content: "\f7e1";
|
6282
|
+
}
|
5956
6283
|
i.icon.ussunnah:before {
|
5957
6284
|
content: "\f407";
|
5958
6285
|
}
|
@@ -6040,6 +6367,9 @@ i.icon.wpexplorer:before {
|
|
6040
6367
|
i.icon.wpforms:before {
|
6041
6368
|
content: "\f298";
|
6042
6369
|
}
|
6370
|
+
i.icon.wpressr:before {
|
6371
|
+
content: "\f3e4";
|
6372
|
+
}
|
6043
6373
|
i.icon.xbox:before {
|
6044
6374
|
content: "\f412";
|
6045
6375
|
}
|
@@ -6061,6 +6391,9 @@ i.icon.yandex:before {
|
|
6061
6391
|
i.icon.yandex.international:before {
|
6062
6392
|
content: "\f414";
|
6063
6393
|
}
|
6394
|
+
i.icon.yarn:before {
|
6395
|
+
content: "\f7e3";
|
6396
|
+
}
|
6064
6397
|
i.icon.yelp:before {
|
6065
6398
|
content: "\f1e9";
|
6066
6399
|
}
|