fomantic-ui 2.9.0-beta.26 → 2.9.0-beta.262
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.all-contributorsrc +206 -3
- package/.github/workflows/ci.yml +4 -4
- package/.github/workflows/nightly.yml +4 -4
- package/.github/workflows/release.yml +30 -0
- package/CONTRIBUTORS.md +75 -37
- package/README.md +8 -8
- package/dist/components/accordion.css +162 -26
- package/dist/components/accordion.js +1 -1
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +34 -30
- package/dist/components/api.min.js +3 -3
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +176 -134
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +18 -1
- package/dist/components/calendar.js +10 -9
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +26 -19
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +2 -1
- package/dist/components/checkbox.js +17 -11
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +11 -11
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +94 -1
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +28 -14
- package/dist/components/dimmer.js +11 -5
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +49 -13
- package/dist/components/dropdown.js +66 -39
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +2 -2
- package/dist/components/emoji.css +10147 -8139
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +28 -28
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +734 -625
- package/dist/components/flag.min.css +2 -2
- package/dist/components/form.css +118 -55
- package/dist/components/form.js +38 -29
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +11 -8
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +3 -1
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +126 -47
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +742 -17
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +13 -13
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +1 -1
- package/dist/components/label.min.css +1 -1
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +29 -5
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +41 -41
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +13 -1
- package/dist/components/modal.js +127 -49
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +3 -3
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +2 -2
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +1 -1
- package/dist/components/popup.js +2 -2
- package/dist/components/popup.min.css +1 -1
- package/dist/components/popup.min.js +3 -3
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +4 -1
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +3 -3
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +2 -2
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +1 -1
- package/dist/components/search.js +2 -2
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +91 -7
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +3 -3
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +4 -2
- package/dist/components/sidebar.js +8 -6
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +61 -39
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +2 -2
- package/dist/components/slider.js +1 -1
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +2 -2
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +4 -4
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +1 -1
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +23 -5
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +1168 -26
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +39 -1
- package/dist/components/toast.js +56 -28
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +21 -16
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +1 -1
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +21916 -16238
- package/dist/semantic.js +433 -246
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/icons.eot +0 -0
- package/dist/themes/default/assets/fonts/icons.svg +1175 -1079
- package/dist/themes/default/assets/fonts/icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/icons.woff +0 -0
- package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/examples/assets/library/iframe-content.js +8 -8
- package/examples/assets/library/iframe.js +3 -3
- package/package.json +10 -9
- package/src/definitions/behaviors/api.js +33 -29
- package/src/definitions/behaviors/form.js +37 -28
- package/src/definitions/collections/form.less +204 -140
- package/src/definitions/collections/grid.less +716 -680
- package/src/definitions/collections/menu.less +173 -126
- package/src/definitions/collections/message.less +48 -46
- package/src/definitions/collections/table.less +849 -262
- package/src/definitions/elements/button.less +586 -449
- package/src/definitions/elements/container.less +145 -8
- package/src/definitions/elements/emoji.less +15 -9
- package/src/definitions/elements/flag.less +7 -17
- package/src/definitions/elements/header.less +44 -35
- package/src/definitions/elements/icon.less +38 -31
- package/src/definitions/elements/input.less +264 -22
- package/src/definitions/elements/label.less +92 -91
- package/src/definitions/elements/list.less +55 -45
- package/src/definitions/elements/loader.less +30 -29
- package/src/definitions/elements/segment.less +147 -28
- package/src/definitions/elements/step.less +52 -48
- package/src/definitions/elements/text.less +17 -15
- package/src/definitions/globals/site.less +23 -2
- package/src/definitions/modules/accordion.less +175 -24
- package/src/definitions/modules/calendar.js +9 -8
- package/src/definitions/modules/calendar.less +20 -0
- package/src/definitions/modules/checkbox.js +16 -10
- package/src/definitions/modules/checkbox.less +34 -178
- package/src/definitions/modules/dimmer.js +10 -4
- package/src/definitions/modules/dimmer.less +21 -8
- package/src/definitions/modules/dropdown.js +65 -38
- package/src/definitions/modules/dropdown.less +145 -94
- package/src/definitions/modules/modal.js +126 -48
- package/src/definitions/modules/modal.less +12 -0
- package/src/definitions/modules/nag.less +20 -19
- package/src/definitions/modules/popup.js +1 -1
- package/src/definitions/modules/progress.js +3 -0
- package/src/definitions/modules/progress.less +19 -18
- package/src/definitions/modules/rating.less +35 -34
- package/src/definitions/modules/search.js +1 -1
- package/src/definitions/modules/search.less +32 -16
- package/src/definitions/modules/shape.js +2 -2
- package/src/definitions/modules/sidebar.js +7 -5
- package/src/definitions/modules/sidebar.less +33 -19
- package/src/definitions/modules/slider.less +39 -38
- package/src/definitions/modules/tab.js +22 -4
- package/src/definitions/modules/toast.js +55 -27
- package/src/definitions/modules/toast.less +48 -16
- package/src/definitions/modules/transition.js +20 -15
- package/src/definitions/views/card.less +402 -361
- package/src/definitions/views/comment.less +92 -81
- package/src/definitions/views/feed.less +164 -144
- package/src/definitions/views/item.less +249 -196
- package/src/definitions/views/statistic.less +90 -88
- package/src/themes/bookish/elements/header.overrides +1 -1
- package/src/themes/chubby/elements/button.overrides +1 -1
- package/src/themes/chubby/elements/header.overrides +1 -1
- package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/src/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/icons.eot +0 -0
- package/src/themes/default/assets/fonts/icons.svg +1175 -1079
- package/src/themes/default/assets/fonts/icons.ttf +0 -0
- package/src/themes/default/assets/fonts/icons.woff +0 -0
- package/src/themes/default/assets/fonts/icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/src/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/src/themes/default/collections/form.variables +4 -0
- package/src/themes/default/collections/menu.variables +6 -0
- package/src/themes/default/collections/table.variables +52 -0
- package/src/themes/default/elements/button.variables +7 -1
- package/src/themes/default/elements/container.variables +12 -0
- package/src/themes/default/elements/emoji.overrides +1734 -1232
- package/src/themes/default/elements/flag.overrides +1641 -986
- package/src/themes/default/elements/flag.variables +7 -5
- package/src/themes/default/elements/icon.overrides +75 -48
- package/src/themes/default/elements/icon.variables +1 -0
- package/src/themes/default/elements/input.variables +15 -0
- package/src/themes/default/elements/segment.variables +8 -0
- package/src/themes/default/elements/step.overrides +1 -1
- package/src/themes/default/globals/site.variables +6 -0
- package/src/themes/default/globals/variation.variables +139 -6
- package/src/themes/default/modules/accordion.variables +49 -2
- package/src/themes/default/modules/calendar.variables +3 -0
- package/src/themes/default/modules/checkbox.variables +5 -5
- package/src/themes/default/modules/dimmer.variables +1 -1
- package/src/themes/default/modules/dropdown.variables +4 -10
- package/src/themes/default/modules/modal.variables +13 -0
- package/src/themes/default/modules/toast.variables +3 -0
- package/src/themes/famfamfam/elements/flag.overrides +1026 -0
- package/src/themes/famfamfam/elements/flag.variables +13 -0
- package/src/themes/instagram/views/card.overrides +1 -1
- package/src/themes/joypixels/elements/emoji.overrides +1759 -1257
- package/src/themes/joypixels/elements/emoji.variables +1 -1
- package/src/themes/material/collections/menu.overrides +1 -1
- package/src/themes/material/elements/button.overrides +1 -1
- package/src/themes/material/elements/header.overrides +1 -1
- package/src/themes/material/globals/site.variables +0 -1
- package/src/themes/material/modules/dropdown.overrides +1 -1
- package/src/themes/material/modules/modal.overrides +1 -1
- package/src/themes/rtl/globals/site.overrides +1 -1
- package/src/themes/twitter/elements/emoji.overrides +1734 -1232
- package/tasks/build/css.js +6 -1
- package/tasks/config/project/install.js +11 -5
- package/tasks/install.js +1 -0
- package/test/helpers/sinon.js +2 -2
@@ -2,12 +2,14 @@
|
|
2
2
|
Flag
|
3
3
|
*******************************/
|
4
4
|
|
5
|
+
/*--------------
|
6
|
+
Path
|
7
|
+
---------------*/
|
8
|
+
@flagPath: "https://twemoji.maxcdn.com/v/latest/svg/";
|
9
|
+
@flagFileType: "svg";
|
10
|
+
|
5
11
|
/*-------------------
|
6
12
|
Element
|
7
13
|
--------------------*/
|
8
14
|
|
9
|
-
@
|
10
|
-
@width: 16px;
|
11
|
-
@height: 11px;
|
12
|
-
@verticalAlign: baseline;
|
13
|
-
@margin: 0.5em;
|
15
|
+
@flagLineHeight: @headerLineHeight;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* Font Awesome 5.
|
2
|
+
* Font Awesome 5.15.4 by @fontawesome [https://fontawesome.com]
|
3
3
|
* License - https://fontawesome.com/license (Icons: CC BY 4.0 License, Fonts: SIL OFL 1.1 License, CSS: MIT License)
|
4
4
|
*/
|
5
5
|
|
@@ -31,7 +31,7 @@ Icons are order A-Z in their group, Solid, Outline, Thin (Pro only) and Brand
|
|
31
31
|
/*******************************
|
32
32
|
Icons
|
33
33
|
*******************************/
|
34
|
-
|
34
|
+
& when(@variationIconDeprecated) {
|
35
35
|
/* Deprecated *In/Out Naming Conflict) */
|
36
36
|
i.icon.linkedin.in:before { content: "\f0e1"; }
|
37
37
|
i.icon.zoom.in:before { content: "\f00e"; }
|
@@ -40,8 +40,9 @@ i.icon.sign.in:before { content: "\f2f6"; }
|
|
40
40
|
i.icon.in.cart:before { content: "\f218"; }
|
41
41
|
i.icon.log.out:before { content: "\f2f5"; }
|
42
42
|
i.icon.sign.out:before { content: "\f2f5"; }
|
43
|
+
}
|
43
44
|
|
44
|
-
|
45
|
+
& when(@variationIconSolid) {
|
45
46
|
/*******************************
|
46
47
|
Solid Icons
|
47
48
|
*******************************/
|
@@ -99,6 +100,8 @@ i.icon.baby.carriage:before { content: "\f77d"; }
|
|
99
100
|
i.icon.backspace:before { content: "\f55a"; }
|
100
101
|
i.icon.backward:before { content: "\f04a"; }
|
101
102
|
i.icon.bacon:before { content: "\f7e5"; }
|
103
|
+
i.icon.bacteria:before { content: "\e059"; }
|
104
|
+
i.icon.bacterium:before { content: "\e05a"; }
|
102
105
|
i.icon.bahai:before { content: "\f666"; }
|
103
106
|
i.icon.balance.scale:before { content: "\f24e"; }
|
104
107
|
i.icon.balance.scale.left:before { content: "\f515"; }
|
@@ -147,7 +150,7 @@ i.icon.border.style:before { content: "\f853"; }
|
|
147
150
|
i.icon.bowling.ball:before { content: "\f436"; }
|
148
151
|
i.icon.box:before { content: "\f466"; }
|
149
152
|
i.icon.box.open:before { content: "\f49e"; }
|
150
|
-
i.icon.box.tissue:before { content: "\
|
153
|
+
i.icon.box.tissue:before { content: "\e05b"; }
|
151
154
|
i.icon.boxes:before { content: "\f468"; }
|
152
155
|
i.icon.braille:before { content: "\f2a1"; }
|
153
156
|
i.icon.brain:before { content: "\f5dc"; }
|
@@ -359,7 +362,7 @@ i.icon.eye.slash:before { content: "\f070"; }
|
|
359
362
|
i.icon.fan:before { content: "\f863"; }
|
360
363
|
i.icon.fast.backward:before { content: "\f049"; }
|
361
364
|
i.icon.fast.forward:before { content: "\f050"; }
|
362
|
-
i.icon.faucet:before { content: "\
|
365
|
+
i.icon.faucet:before { content: "\e005"; }
|
363
366
|
i.icon.fax:before { content: "\f1ac"; }
|
364
367
|
i.icon.feather:before { content: "\f52d"; }
|
365
368
|
i.icon.feather.alternate:before { content: "\f56b"; }
|
@@ -465,7 +468,7 @@ i.icon.hammer:before { content: "\f6e3"; }
|
|
465
468
|
i.icon.hamsa:before { content: "\f665"; }
|
466
469
|
i.icon.hand.holding:before { content: "\f4bd"; }
|
467
470
|
i.icon.hand.holding.heart:before { content: "\f4be"; }
|
468
|
-
i.icon.hand.holding.medical:before { content: "\
|
471
|
+
i.icon.hand.holding.medical:before { content: "\e05c"; }
|
469
472
|
i.icon.hand.holding.usd:before { content: "\f4c0"; }
|
470
473
|
i.icon.hand.holding.water:before { content: "\f4c1"; }
|
471
474
|
i.icon.hand.lizard:before { content: "\f258"; }
|
@@ -479,14 +482,14 @@ i.icon.hand.point.up:before { content: "\f0a6"; }
|
|
479
482
|
i.icon.hand.pointer:before { content: "\f25a"; }
|
480
483
|
i.icon.hand.rock:before { content: "\f255"; }
|
481
484
|
i.icon.hand.scissors:before { content: "\f257"; }
|
482
|
-
i.icon.hand.sparkles:before { content: "\
|
485
|
+
i.icon.hand.sparkles:before { content: "\e05d"; }
|
483
486
|
i.icon.hand.spock:before { content: "\f259"; }
|
484
487
|
i.icon.hands:before { content: "\f4c2"; }
|
485
488
|
i.icon.hands.helping:before { content: "\f4c4"; }
|
486
|
-
i.icon.hands.wash:before { content: "\
|
489
|
+
i.icon.hands.wash:before { content: "\e05e"; }
|
487
490
|
i.icon.handshake:before { content: "\f2b5"; }
|
488
|
-
i.icon.handshake.alternate.slash:before { content: "\
|
489
|
-
i.icon.handshake.slash:before { content: "\
|
491
|
+
i.icon.handshake.alternate.slash:before { content: "\e05f"; }
|
492
|
+
i.icon.handshake.slash:before { content: "\e060"; }
|
490
493
|
i.icon.hanukiah:before { content: "\f6e6"; }
|
491
494
|
i.icon.hard.hat:before { content: "\f807"; }
|
492
495
|
i.icon.hashtag:before { content: "\f292"; }
|
@@ -494,10 +497,10 @@ i.icon.hat.cowboy:before { content: "\f8c0"; }
|
|
494
497
|
i.icon.hat.cowboy.side:before { content: "\f8c1"; }
|
495
498
|
i.icon.hat.wizard:before { content: "\f6e8"; }
|
496
499
|
i.icon.hdd:before { content: "\f0a0"; }
|
497
|
-
i.icon.head.side.cough:before { content: "\
|
498
|
-
i.icon.head.side.cough.slash:before { content: "\
|
499
|
-
i.icon.head.side.mask:before { content: "\
|
500
|
-
i.icon.head.side.virus:before { content: "\
|
500
|
+
i.icon.head.side.cough:before { content: "\e061"; }
|
501
|
+
i.icon.head.side.cough.slash:before { content: "\e062"; }
|
502
|
+
i.icon.head.side.mask:before { content: "\e063"; }
|
503
|
+
i.icon.head.side.virus:before { content: "\e064"; }
|
501
504
|
i.icon.heading:before { content: "\f1dc"; }
|
502
505
|
i.icon.headphones:before { content: "\f025"; }
|
503
506
|
i.icon.headphones.alternate:before { content: "\f58f"; }
|
@@ -527,7 +530,7 @@ i.icon.hourglass.end:before { content: "\f253"; }
|
|
527
530
|
i.icon.hourglass.half:before { content: "\f252"; }
|
528
531
|
i.icon.hourglass.start:before { content: "\f251"; }
|
529
532
|
i.icon.house.damage:before { content: "\f6f1"; }
|
530
|
-
i.icon.house.user:before { content: "\
|
533
|
+
i.icon.house.user:before { content: "\e065"; }
|
531
534
|
i.icon.hryvnia:before { content: "\f6f2"; }
|
532
535
|
i.icon.i.cursor:before { content: "\f246"; }
|
533
536
|
i.icon.ice.cream:before { content: "\f810"; }
|
@@ -561,7 +564,7 @@ i.icon.landmark:before { content: "\f66f"; }
|
|
561
564
|
i.icon.language:before { content: "\f1ab"; }
|
562
565
|
i.icon.laptop:before { content: "\f109"; }
|
563
566
|
i.icon.laptop.code:before { content: "\f5fc"; }
|
564
|
-
i.icon.laptop.house:before { content: "\
|
567
|
+
i.icon.laptop.house:before { content: "\e066"; }
|
565
568
|
i.icon.laptop.medical:before { content: "\f812"; }
|
566
569
|
i.icon.laugh:before { content: "\f599"; }
|
567
570
|
i.icon.laugh.beam:before { content: "\f59a"; }
|
@@ -592,7 +595,7 @@ i.icon.long.arrow.alternate.up:before { content: "\f30c"; }
|
|
592
595
|
i.icon.low.vision:before { content: "\f2a8"; }
|
593
596
|
i.icon.luggage.cart:before { content: "\f59d"; }
|
594
597
|
i.icon.lungs:before { content: "\f604"; }
|
595
|
-
i.icon.lungs.virus:before { content: "\
|
598
|
+
i.icon.lungs.virus:before { content: "\e067"; }
|
596
599
|
i.icon.magic:before { content: "\f0d0"; }
|
597
600
|
i.icon.magnet:before { content: "\f076"; }
|
598
601
|
i.icon.mail.bulk:before { content: "\f674"; }
|
@@ -683,7 +686,7 @@ i.icon.pen.nib:before { content: "\f5ad"; }
|
|
683
686
|
i.icon.pen.square:before { content: "\f14b"; }
|
684
687
|
i.icon.pencil.alternate:before { content: "\f303"; }
|
685
688
|
i.icon.pencil.ruler:before { content: "\f5ae"; }
|
686
|
-
i.icon.people.arrows:before { content: "\
|
689
|
+
i.icon.people.arrows:before { content: "\e068"; }
|
687
690
|
i.icon.people.carry:before { content: "\f4ce"; }
|
688
691
|
i.icon.pepper.hot:before { content: "\f816"; }
|
689
692
|
i.icon.percent:before { content: "\f295"; }
|
@@ -703,7 +706,7 @@ i.icon.place.of.worship:before { content: "\f67f"; }
|
|
703
706
|
i.icon.plane:before { content: "\f072"; }
|
704
707
|
i.icon.plane.arrival:before { content: "\f5af"; }
|
705
708
|
i.icon.plane.departure:before { content: "\f5b0"; }
|
706
|
-
i.icon.plane.slash:before { content: "\
|
709
|
+
i.icon.plane.slash:before { content: "\e069"; }
|
707
710
|
i.icon.play:before { content: "\f04b"; }
|
708
711
|
i.icon.play.circle:before { content: "\f144"; }
|
709
712
|
i.icon.plug:before { content: "\f1e6"; }
|
@@ -727,8 +730,8 @@ i.icon.prescription.bottle.alternate:before { content: "\f486"; }
|
|
727
730
|
i.icon.print:before { content: "\f02f"; }
|
728
731
|
i.icon.procedures:before { content: "\f487"; }
|
729
732
|
i.icon.project.diagram:before { content: "\f542"; }
|
730
|
-
i.icon.pump.medical:before { content: "\
|
731
|
-
i.icon.pump.soap:before { content: "\
|
733
|
+
i.icon.pump.medical:before { content: "\e06a"; }
|
734
|
+
i.icon.pump.soap:before { content: "\e06b"; }
|
732
735
|
i.icon.puzzle.piece:before { content: "\f12e"; }
|
733
736
|
i.icon.qrcode:before { content: "\f029"; }
|
734
737
|
i.icon.question:before { content: "\f128"; }
|
@@ -791,7 +794,7 @@ i.icon.share.alternate.square:before { content: "\f1e1"; }
|
|
791
794
|
i.icon.share.square:before { content: "\f14d"; }
|
792
795
|
i.icon.shekel.sign:before { content: "\f20b"; }
|
793
796
|
i.icon.shield.alternate:before { content: "\f3ed"; }
|
794
|
-
i.icon.shield.virus:before { content: "\
|
797
|
+
i.icon.shield.virus:before { content: "\e06c"; }
|
795
798
|
i.icon.ship:before { content: "\f21a"; }
|
796
799
|
i.icon.shipping.fast:before { content: "\f48b"; }
|
797
800
|
i.icon.shoe.prints:before { content: "\f54b"; }
|
@@ -807,6 +810,7 @@ i.icon.sign.out.alternate:before { content: "\f2f5"; }
|
|
807
810
|
i.icon.signal:before { content: "\f012"; }
|
808
811
|
i.icon.signature:before { content: "\f5b7"; }
|
809
812
|
i.icon.sim.card:before { content: "\f7c4"; }
|
813
|
+
i.icon.sink:before { content: "\e06d"; }
|
810
814
|
i.icon.sitemap:before { content: "\f0e8"; }
|
811
815
|
i.icon.skating:before { content: "\f7c5"; }
|
812
816
|
i.icon.skiing:before { content: "\f7c9"; }
|
@@ -827,7 +831,7 @@ i.icon.snowboarding:before { content: "\f7ce"; }
|
|
827
831
|
i.icon.snowflake:before { content: "\f2dc"; }
|
828
832
|
i.icon.snowman:before { content: "\f7d0"; }
|
829
833
|
i.icon.snowplow:before { content: "\f7d2"; }
|
830
|
-
i.icon.soap:before { content: "\
|
834
|
+
i.icon.soap:before { content: "\e06e"; }
|
831
835
|
i.icon.socks:before { content: "\f696"; }
|
832
836
|
i.icon.solar.panel:before { content: "\f5ba"; }
|
833
837
|
i.icon.sort:before { content: "\f0dc"; }
|
@@ -869,11 +873,11 @@ i.icon.sticky.note:before { content: "\f249"; }
|
|
869
873
|
i.icon.stop:before { content: "\f04d"; }
|
870
874
|
i.icon.stop.circle:before { content: "\f28d"; }
|
871
875
|
i.icon.stopwatch:before { content: "\f2f2"; }
|
872
|
-
i.icon.stopwatch.twenty:before { content: "\
|
876
|
+
i.icon.stopwatch.twenty:before { content: "\e06f"; }
|
873
877
|
i.icon.store:before { content: "\f54e"; }
|
874
878
|
i.icon.store.alternate:before { content: "\f54f"; }
|
875
|
-
i.icon.store.alternate.slash:before { content: "\
|
876
|
-
i.icon.store.slash:before { content: "\
|
879
|
+
i.icon.store.alternate.slash:before { content: "\e070"; }
|
880
|
+
i.icon.store.slash:before { content: "\e071"; }
|
877
881
|
i.icon.stream:before { content: "\f550"; }
|
878
882
|
i.icon.street.view:before { content: "\f21d"; }
|
879
883
|
i.icon.strikethrough:before { content: "\f0cc"; }
|
@@ -934,7 +938,7 @@ i.icon.toggle.off:before { content: "\f204"; }
|
|
934
938
|
i.icon.toggle.on:before { content: "\f205"; }
|
935
939
|
i.icon.toilet:before { content: "\f7d8"; }
|
936
940
|
i.icon.toilet.paper:before { content: "\f71e"; }
|
937
|
-
i.icon.toilet.paper.slash:before { content: "\
|
941
|
+
i.icon.toilet.paper.slash:before { content: "\e072"; }
|
938
942
|
i.icon.toolbox:before { content: "\f552"; }
|
939
943
|
i.icon.tools:before { content: "\f7d9"; }
|
940
944
|
i.icon.tooth:before { content: "\f5c9"; }
|
@@ -943,7 +947,7 @@ i.icon.torii.gate:before { content: "\f6a1"; }
|
|
943
947
|
i.icon.tractor:before { content: "\f722"; }
|
944
948
|
i.icon.trademark:before { content: "\f25c"; }
|
945
949
|
i.icon.traffic.light:before { content: "\f637"; }
|
946
|
-
i.icon.trailer:before { content: "\
|
950
|
+
i.icon.trailer:before { content: "\e041"; }
|
947
951
|
i.icon.train:before { content: "\f238"; }
|
948
952
|
i.icon.tram:before { content: "\f7da"; }
|
949
953
|
i.icon.transgender:before { content: "\f224"; }
|
@@ -999,20 +1003,23 @@ i.icon.user.tie:before { content: "\f508"; }
|
|
999
1003
|
i.icon.user.times:before { content: "\f235"; }
|
1000
1004
|
i.icon.users:before { content: "\f0c0"; }
|
1001
1005
|
i.icon.users.cog:before { content: "\f509"; }
|
1006
|
+
i.icon.users.slash:before { content: "\e073"; }
|
1002
1007
|
i.icon.utensil.spoon:before { content: "\f2e5"; }
|
1003
1008
|
i.icon.utensils:before { content: "\f2e7"; }
|
1004
1009
|
i.icon.vector.square:before { content: "\f5cb"; }
|
1005
1010
|
i.icon.venus:before { content: "\f221"; }
|
1006
1011
|
i.icon.venus.double:before { content: "\f226"; }
|
1007
1012
|
i.icon.venus.mars:before { content: "\f228"; }
|
1013
|
+
i.icon.vest:before { content: "\e085"; }
|
1014
|
+
i.icon.vest.patches:before { content: "\e086"; }
|
1008
1015
|
i.icon.vial:before { content: "\f492"; }
|
1009
1016
|
i.icon.vials:before { content: "\f493"; }
|
1010
1017
|
i.icon.video:before { content: "\f03d"; }
|
1011
1018
|
i.icon.video.slash:before { content: "\f4e2"; }
|
1012
1019
|
i.icon.vihara:before { content: "\f6a7"; }
|
1013
|
-
i.icon.virus:before { content: "\
|
1014
|
-
i.icon.virus.slash:before { content: "\
|
1015
|
-
i.icon.viruses:before { content: "\
|
1020
|
+
i.icon.virus:before { content: "\e074"; }
|
1021
|
+
i.icon.virus.slash:before { content: "\e075"; }
|
1022
|
+
i.icon.viruses:before { content: "\e076"; }
|
1016
1023
|
i.icon.voicemail:before { content: "\f897"; }
|
1017
1024
|
i.icon.volleyball.ball:before { content: "\f45f"; }
|
1018
1025
|
i.icon.volume.down:before { content: "\f027"; }
|
@@ -1043,7 +1050,9 @@ i.icon.wrench:before { content: "\f0ad"; }
|
|
1043
1050
|
i.icon.x.ray:before { content: "\f497"; }
|
1044
1051
|
i.icon.yen.sign:before { content: "\f157"; }
|
1045
1052
|
i.icon.yin.yang:before { content: "\f6ad"; }
|
1053
|
+
}
|
1046
1054
|
|
1055
|
+
& when(@variationIconAliases) {
|
1047
1056
|
/* Aliases */
|
1048
1057
|
i.icon.add:before { content: "\f067"; }
|
1049
1058
|
i.icon.add.circle:before { content: "\f055"; }
|
@@ -1335,13 +1344,15 @@ i.icon.zip:before { content: "\f187"; }
|
|
1335
1344
|
i.icon.zoom:before { content: "\f00e"; }
|
1336
1345
|
i.icon.zoom.in:before { content: "\f00e"; }
|
1337
1346
|
i.icon.zoom.out:before { content: "\f010"; }
|
1347
|
+
}
|
1338
1348
|
|
1349
|
+
& when (@variationIconOutline) {
|
1339
1350
|
/*******************************
|
1340
1351
|
Outline Icons
|
1341
1352
|
*******************************/
|
1342
1353
|
|
1343
1354
|
/* Outline Icon */
|
1344
|
-
|
1355
|
+
& when (@importOutlineIcons) {
|
1345
1356
|
/* Load & Define Icon Font */
|
1346
1357
|
@font-face {
|
1347
1358
|
font-family: @outlineFontName;
|
@@ -1352,6 +1363,7 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1352
1363
|
font-variant: normal;
|
1353
1364
|
text-decoration: inherit;
|
1354
1365
|
text-transform: none;
|
1366
|
+
}
|
1355
1367
|
}
|
1356
1368
|
|
1357
1369
|
i.icon.outline {
|
@@ -1514,15 +1526,15 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1514
1526
|
|
1515
1527
|
|
1516
1528
|
}
|
1517
|
-
.loadOutlineIcons();
|
1518
1529
|
|
1519
1530
|
|
1520
1531
|
|
1532
|
+
& when (@variationIconBrand) {
|
1521
1533
|
/*******************************
|
1522
1534
|
Brand Icons
|
1523
1535
|
*******************************/
|
1524
1536
|
|
1525
|
-
|
1537
|
+
& when (@importBrandIcons) {
|
1526
1538
|
/* Load & Define Brand Font */
|
1527
1539
|
@font-face {
|
1528
1540
|
font-family: @brandFontName;
|
@@ -1533,6 +1545,7 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1533
1545
|
font-variant: normal;
|
1534
1546
|
text-decoration: inherit;
|
1535
1547
|
text-transform: none;
|
1548
|
+
}
|
1536
1549
|
}
|
1537
1550
|
|
1538
1551
|
/* Icons */
|
@@ -1541,7 +1554,6 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1541
1554
|
i.icon.accusoft:before { content: "\f369"; font-family: @brandFontName; }
|
1542
1555
|
i.icon.acquisitions.incorporated:before { content: "\f6af"; font-family: @brandFontName; }
|
1543
1556
|
i.icon.adn:before { content: "\f170"; font-family: @brandFontName; }
|
1544
|
-
i.icon.adobe:before { content: "\f778"; font-family: @brandFontName; }
|
1545
1557
|
i.icon.adversal:before { content: "\f36a"; font-family: @brandFontName; }
|
1546
1558
|
i.icon.affiliatetheme:before { content: "\f36b"; font-family: @brandFontName; }
|
1547
1559
|
i.icon.airbnb:before { content: "\f834"; font-family: @brandFontName; }
|
@@ -1602,6 +1614,7 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1602
1614
|
i.icon.centos:before { content: "\f789"; font-family: @brandFontName; }
|
1603
1615
|
i.icon.chrome:before { content: "\f268"; font-family: @brandFontName; }
|
1604
1616
|
i.icon.chromecast:before { content: "\f838"; font-family: @brandFontName; }
|
1617
|
+
i.icon.cloudflare:before { content: "\e07d"; font-family: @brandFontName; }
|
1605
1618
|
i.icon.cloudscale:before { content: "\f383"; font-family: @brandFontName; }
|
1606
1619
|
i.icon.cloudsmith:before { content: "\f384"; font-family: @brandFontName; }
|
1607
1620
|
i.icon.cloudversify:before { content: "\f385"; font-family: @brandFontName; }
|
@@ -1632,8 +1645,9 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1632
1645
|
i.icon.cuttlefish:before { content: "\f38c"; font-family: @brandFontName; }
|
1633
1646
|
i.icon.d.and.d:before { content: "\f38d"; font-family: @brandFontName; }
|
1634
1647
|
i.icon.d.and.d.beyond:before { content: "\f6ca"; font-family: @brandFontName; }
|
1635
|
-
i.icon.dailymotion:before { content: "\
|
1648
|
+
i.icon.dailymotion:before { content: "\e052"; font-family: @brandFontName; }
|
1636
1649
|
i.icon.dashcube:before { content: "\f210"; font-family: @brandFontName; }
|
1650
|
+
i.icon.deezer:before { content: "\e077"; font-family: @brandFontName; }
|
1637
1651
|
i.icon.delicious:before { content: "\f1a5"; font-family: @brandFontName; }
|
1638
1652
|
i.icon.deploydog:before { content: "\f38e"; font-family: @brandFontName; }
|
1639
1653
|
i.icon.deskpro:before { content: "\f38f"; font-family: @brandFontName; }
|
@@ -1656,6 +1670,7 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1656
1670
|
i.icon.earlybirds:before { content: "\f39a"; font-family: @brandFontName; }
|
1657
1671
|
i.icon.ebay:before { content: "\f4f4"; font-family: @brandFontName; }
|
1658
1672
|
i.icon.edge:before { content: "\f282"; font-family: @brandFontName; }
|
1673
|
+
i.icon.edge.legacy:before { content: "\e078"; font-family: @brandFontName; }
|
1659
1674
|
i.icon.elementor:before { content: "\f430"; font-family: @brandFontName; }
|
1660
1675
|
i.icon.ello:before { content: "\f5f1"; font-family: @brandFontName; }
|
1661
1676
|
i.icon.ember:before { content: "\f423"; font-family: @brandFontName; }
|
@@ -1675,7 +1690,7 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1675
1690
|
i.icon.fedora:before { content: "\f798"; font-family: @brandFontName; }
|
1676
1691
|
i.icon.figma:before { content: "\f799"; font-family: @brandFontName; }
|
1677
1692
|
i.icon.firefox:before { content: "\f269"; font-family: @brandFontName; }
|
1678
|
-
i.icon.firefox.browser:before { content: "\
|
1693
|
+
i.icon.firefox.browser:before { content: "\e007"; font-family: @brandFontName; }
|
1679
1694
|
i.icon.first.order:before { content: "\f2b0"; font-family: @brandFontName; }
|
1680
1695
|
i.icon.first.order.alternate:before { content: "\f50a"; font-family: @brandFontName; }
|
1681
1696
|
i.icon.firstdraft:before { content: "\f3a1"; font-family: @brandFontName; }
|
@@ -1715,6 +1730,7 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1715
1730
|
i.icon.goodreads.g:before { content: "\f3a9"; font-family: @brandFontName; }
|
1716
1731
|
i.icon.google:before { content: "\f1a0"; font-family: @brandFontName; }
|
1717
1732
|
i.icon.google.drive:before { content: "\f3aa"; font-family: @brandFontName; }
|
1733
|
+
i.icon.google.pay:before { content: "\e079"; font-family: @brandFontName; }
|
1718
1734
|
i.icon.google.play:before { content: "\f3ab"; font-family: @brandFontName; }
|
1719
1735
|
i.icon.google.plus:before { content: "\f2b3"; font-family: @brandFontName; }
|
1720
1736
|
i.icon.google.plus.g:before { content: "\f0d5"; font-family: @brandFontName; }
|
@@ -1724,22 +1740,26 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1724
1740
|
i.icon.grav:before { content: "\f2d6"; font-family: @brandFontName; }
|
1725
1741
|
i.icon.gripfire:before { content: "\f3ac"; font-family: @brandFontName; }
|
1726
1742
|
i.icon.grunt:before { content: "\f3ad"; font-family: @brandFontName; }
|
1743
|
+
i.icon.guilded:before { content: "\e07e"; font-family: @brandFontName; }
|
1727
1744
|
i.icon.gulp:before { content: "\f3ae"; font-family: @brandFontName; }
|
1728
1745
|
i.icon.hacker.news:before { content: "\f1d4"; font-family: @brandFontName; }
|
1729
1746
|
i.icon.hacker.news.square:before { content: "\f3af"; font-family: @brandFontName; }
|
1730
1747
|
i.icon.hackerrank:before { content: "\f5f7"; font-family: @brandFontName; }
|
1731
1748
|
i.icon.hips:before { content: "\f452"; font-family: @brandFontName; }
|
1732
1749
|
i.icon.hire.a.helper:before { content: "\f3b0"; font-family: @brandFontName; }
|
1750
|
+
i.icon.hive:before { content: "\e07f"; font-family: @brandFontName; }
|
1733
1751
|
i.icon.hooli:before { content: "\f427"; font-family: @brandFontName; }
|
1734
1752
|
i.icon.hornbill:before { content: "\f592"; font-family: @brandFontName; }
|
1735
1753
|
i.icon.hotjar:before { content: "\f3b1"; font-family: @brandFontName; }
|
1736
1754
|
i.icon.houzz:before { content: "\f27c"; font-family: @brandFontName; }
|
1737
1755
|
i.icon.html5:before { content: "\f13b"; font-family: @brandFontName; }
|
1738
1756
|
i.icon.hubspot:before { content: "\f3b2"; font-family: @brandFontName; }
|
1739
|
-
i.icon.ideal:before { content: "\
|
1757
|
+
i.icon.ideal:before { content: "\e013"; font-family: @brandFontName; }
|
1740
1758
|
i.icon.imdb:before { content: "\f2d8"; font-family: @brandFontName; }
|
1759
|
+
i.icon.innosoft:before { content: "\e080"; font-family: @brandFontName; }
|
1741
1760
|
i.icon.instagram:before { content: "\f16d"; font-family: @brandFontName; }
|
1742
|
-
i.icon.instagram.square:before { content: "\
|
1761
|
+
i.icon.instagram.square:before { content: "\e055"; font-family: @brandFontName; }
|
1762
|
+
i.icon.instalod:before { content: "\e081"; font-family: @brandFontName; }
|
1743
1763
|
i.icon.intercom:before { content: "\f7af"; font-family: @brandFontName; }
|
1744
1764
|
i.icon.internet.explorer:before { content: "\f26b"; font-family: @brandFontName; }
|
1745
1765
|
i.icon.invision:before { content: "\f7b0"; font-family: @brandFontName; }
|
@@ -1787,11 +1807,11 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1787
1807
|
i.icon.meetup:before { content: "\f2e0"; font-family: @brandFontName; }
|
1788
1808
|
i.icon.megaport:before { content: "\f5a3"; font-family: @brandFontName; }
|
1789
1809
|
i.icon.mendeley:before { content: "\f7b3"; font-family: @brandFontName; }
|
1790
|
-
i.icon.microblog:before { content: "\
|
1810
|
+
i.icon.microblog:before { content: "\e01a"; font-family: @brandFontName; }
|
1791
1811
|
i.icon.microsoft:before { content: "\f3ca"; font-family: @brandFontName; }
|
1792
1812
|
i.icon.mix:before { content: "\f3cb"; font-family: @brandFontName; }
|
1793
1813
|
i.icon.mixcloud:before { content: "\f289"; font-family: @brandFontName; }
|
1794
|
-
i.icon.mixer:before { content: "\
|
1814
|
+
i.icon.mixer:before { content: "\e056"; font-family: @brandFontName; }
|
1795
1815
|
i.icon.mizuni:before { content: "\f3cc"; font-family: @brandFontName; }
|
1796
1816
|
i.icon.modx:before { content: "\f285"; font-family: @brandFontName; }
|
1797
1817
|
i.icon.monero:before { content: "\f3d0"; font-family: @brandFontName; }
|
@@ -1803,6 +1823,7 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1803
1823
|
i.icon.npm:before { content: "\f3d4"; font-family: @brandFontName; }
|
1804
1824
|
i.icon.ns8:before { content: "\f3d5"; font-family: @brandFontName; }
|
1805
1825
|
i.icon.nutritionix:before { content: "\f3d6"; font-family: @brandFontName; }
|
1826
|
+
i.icon.octopus.deploy:before { content: "\e082"; font-family: @brandFontName; }
|
1806
1827
|
i.icon.odnoklassniki:before { content: "\f263"; font-family: @brandFontName; }
|
1807
1828
|
i.icon.odnoklassniki.square:before { content: "\f264"; font-family: @brandFontName; }
|
1808
1829
|
i.icon.old.republic:before { content: "\f510"; font-family: @brandFontName; }
|
@@ -1818,6 +1839,7 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1818
1839
|
i.icon.patreon:before { content: "\f3d9"; font-family: @brandFontName; }
|
1819
1840
|
i.icon.paypal:before { content: "\f1ed"; font-family: @brandFontName; }
|
1820
1841
|
i.icon.penny.arcade:before { content: "\f704"; font-family: @brandFontName; }
|
1842
|
+
i.icon.perbyte:before { content: "\e083"; font-family: @brandFontName; }
|
1821
1843
|
i.icon.periscope:before { content: "\f3da"; font-family: @brandFontName; }
|
1822
1844
|
i.icon.phabricator:before { content: "\f3db"; font-family: @brandFontName; }
|
1823
1845
|
i.icon.phoenix.framework:before { content: "\f3dc"; font-family: @brandFontName; }
|
@@ -1827,7 +1849,7 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1827
1849
|
i.icon.pied.piper.alternate:before { content: "\f1a8"; font-family: @brandFontName; }
|
1828
1850
|
i.icon.pied.piper.hat:before { content: "\f4e5"; font-family: @brandFontName; }
|
1829
1851
|
i.icon.pied.piper.pp:before { content: "\f1a7"; font-family: @brandFontName; }
|
1830
|
-
i.icon.pied.piper.square:before { content: "\
|
1852
|
+
i.icon.pied.piper.square:before { content: "\e01e"; font-family: @brandFontName; }
|
1831
1853
|
i.icon.pinterest:before { content: "\f0d2"; font-family: @brandFontName; }
|
1832
1854
|
i.icon.pinterest.p:before { content: "\f231"; font-family: @brandFontName; }
|
1833
1855
|
i.icon.pinterest.square:before { content: "\f0d3"; font-family: @brandFontName; }
|
@@ -1858,6 +1880,7 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1858
1880
|
i.icon.rev:before { content: "\f5b2"; font-family: @brandFontName; }
|
1859
1881
|
i.icon.rocketchat:before { content: "\f3e8"; font-family: @brandFontName; }
|
1860
1882
|
i.icon.rockrms:before { content: "\f3e9"; font-family: @brandFontName; }
|
1883
|
+
i.icon.rust:before { content: "\e07a"; font-family: @brandFontName; }
|
1861
1884
|
i.icon.safari:before { content: "\f267"; font-family: @brandFontName; }
|
1862
1885
|
i.icon.salesforce:before { content: "\f83b"; font-family: @brandFontName; }
|
1863
1886
|
i.icon.sass:before { content: "\f41e"; font-family: @brandFontName; }
|
@@ -1868,7 +1891,7 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1868
1891
|
i.icon.sellsy:before { content: "\f213"; font-family: @brandFontName; }
|
1869
1892
|
i.icon.servicestack:before { content: "\f3ec"; font-family: @brandFontName; }
|
1870
1893
|
i.icon.shirtsinbulk:before { content: "\f214"; font-family: @brandFontName; }
|
1871
|
-
i.icon.shopify:before { content: "\
|
1894
|
+
i.icon.shopify:before { content: "\e057"; font-family: @brandFontName; }
|
1872
1895
|
i.icon.shopware:before { content: "\f5b5"; font-family: @brandFontName; }
|
1873
1896
|
i.icon.simplybuilt:before { content: "\f215"; font-family: @brandFontName; }
|
1874
1897
|
i.icon.sistrix:before { content: "\f3ee"; font-family: @brandFontName; }
|
@@ -1914,9 +1937,9 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1914
1937
|
i.icon.themeco:before { content: "\f5c6"; font-family: @brandFontName; }
|
1915
1938
|
i.icon.themeisle:before { content: "\f2b2"; font-family: @brandFontName; }
|
1916
1939
|
i.icon.think.peaks:before { content: "\f731"; font-family: @brandFontName; }
|
1940
|
+
i.icon.tiktok:before { content: "\e07b"; font-family: @brandFontName; }
|
1917
1941
|
i.icon.trade.federation:before { content: "\f513"; font-family: @brandFontName; }
|
1918
1942
|
i.icon.trello:before { content: "\f181"; font-family: @brandFontName; }
|
1919
|
-
i.icon.tripadvisor:before { content: "\f262"; font-family: @brandFontName; }
|
1920
1943
|
i.icon.tumblr:before { content: "\f173"; font-family: @brandFontName; }
|
1921
1944
|
i.icon.tumblr.square:before { content: "\f174"; font-family: @brandFontName; }
|
1922
1945
|
i.icon.twitch:before { content: "\f1e8"; font-family: @brandFontName; }
|
@@ -1927,8 +1950,10 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1927
1950
|
i.icon.ubuntu:before { content: "\f7df"; font-family: @brandFontName; }
|
1928
1951
|
i.icon.uikit:before { content: "\f403"; font-family: @brandFontName; }
|
1929
1952
|
i.icon.umbraco:before { content: "\f8e8"; font-family: @brandFontName; }
|
1953
|
+
i.icon.uncharted:before { content: "\e084"; font-family: @brandFontName; }
|
1930
1954
|
i.icon.uniregistry:before { content: "\f404"; font-family: @brandFontName; }
|
1931
|
-
i.icon.unity:before { content: "\
|
1955
|
+
i.icon.unity:before { content: "\e049"; font-family: @brandFontName; }
|
1956
|
+
i.icon.unsplash:before { content: "\e07c"; font-family: @brandFontName; }
|
1932
1957
|
i.icon.untappd:before { content: "\f405"; font-family: @brandFontName; }
|
1933
1958
|
i.icon.ups:before { content: "\f7e0"; font-family: @brandFontName; }
|
1934
1959
|
i.icon.usb:before { content: "\f287"; font-family: @brandFontName; }
|
@@ -1946,6 +1971,7 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1946
1971
|
i.icon.vk:before { content: "\f189"; font-family: @brandFontName; }
|
1947
1972
|
i.icon.vnv:before { content: "\f40b"; font-family: @brandFontName; }
|
1948
1973
|
i.icon.vuejs:before { content: "\f41f"; font-family: @brandFontName; }
|
1974
|
+
i.icon.watchman.monitoring:before { content: "\e087"; font-family: @brandFontName; }
|
1949
1975
|
i.icon.waze:before { content: "\f83f"; font-family: @brandFontName; }
|
1950
1976
|
i.icon.weebly:before { content: "\f5cc"; font-family: @brandFontName; }
|
1951
1977
|
i.icon.weibo:before { content: "\f18a"; font-family: @brandFontName; }
|
@@ -1957,6 +1983,7 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1957
1983
|
i.icon.windows:before { content: "\f17a"; font-family: @brandFontName; }
|
1958
1984
|
i.icon.wix:before { content: "\f5cf"; font-family: @brandFontName; }
|
1959
1985
|
i.icon.wizards.of.the.coast:before { content: "\f730"; font-family: @brandFontName; }
|
1986
|
+
i.icon.wodu:before { content: "\e088"; font-family: @brandFontName; }
|
1960
1987
|
i.icon.wolf.pack.battalion:before { content: "\f514"; font-family: @brandFontName; }
|
1961
1988
|
i.icon.wordpress:before { content: "\f19a"; font-family: @brandFontName; }
|
1962
1989
|
i.icon.wordpress.simple:before { content: "\f411"; font-family: @brandFontName; }
|
@@ -1979,7 +2006,7 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
1979
2006
|
i.icon.youtube.square:before { content: "\f431"; font-family: @brandFontName; }
|
1980
2007
|
i.icon.zhihu:before { content: "\f63f"; font-family: @brandFontName; }
|
1981
2008
|
|
1982
|
-
|
2009
|
+
& when(@variationIconAliases) {
|
1983
2010
|
/* Aliases */
|
1984
2011
|
i.icon.american.express:before { content: "\f1f3"; font-family: @brandFontName; }
|
1985
2012
|
i.icon.american.express.card:before { content: "\f1f3"; font-family: @brandFontName; }
|
@@ -2033,6 +2060,6 @@ i.icon.zoom.out:before { content: "\f010"; }
|
|
2033
2060
|
i.icon.yc:before { content: "\f23b"; font-family: @brandFontName; }
|
2034
2061
|
i.icon.ycombinator:before { content: "\f23b"; font-family: @brandFontName; }
|
2035
2062
|
i.icon.youtube.play:before { content: "\f167"; font-family: @brandFontName; }
|
2036
|
-
|
2063
|
+
}
|
2037
2064
|
}
|
2038
|
-
|
2065
|
+
|
@@ -60,8 +60,11 @@
|
|
60
60
|
|
61
61
|
@labeledMargin: 2.5em;
|
62
62
|
@labeledIconInputMargin: 3.25em;
|
63
|
+
@labeledAndIconMargin: 4em;
|
63
64
|
@labeledIconMargin: 1.25em;
|
64
65
|
|
66
|
+
@labeledDropdownZIndex: 10;
|
67
|
+
|
65
68
|
/*-------------------
|
66
69
|
States
|
67
70
|
--------------------*/
|
@@ -85,6 +88,18 @@
|
|
85
88
|
/* Loader */
|
86
89
|
@invertedLoaderFillColor: rgba(0, 0, 0, 0.15);
|
87
90
|
|
91
|
+
/* file */
|
92
|
+
@fileButtonMargin: 1em;
|
93
|
+
@fileButtonTextColor: @mutedTextColor;
|
94
|
+
@fileButtonTextColorHover: @hoveredTextColor;
|
95
|
+
@fileButtonBackground: #e0e1e2;
|
96
|
+
@fileButtonBackgroundHover: #cacbcd;
|
97
|
+
@fileButtonFontWeight: @bold;
|
98
|
+
|
99
|
+
@fileButtonInvertedBackground: #e0e1e2;
|
100
|
+
@fileButtonInvertedBackgroundHover: @white;
|
101
|
+
@fileButtonInvertedTextColor: @mutedTextColor;
|
102
|
+
|
88
103
|
/*-------------------
|
89
104
|
Variations
|
90
105
|
--------------------*/
|
@@ -153,3 +153,11 @@
|
|
153
153
|
)
|
154
154
|
;
|
155
155
|
@tertiaryInvertedColor: @invertedMutedTextColor;
|
156
|
+
|
157
|
+
/*-------------------
|
158
|
+
Scrolling
|
159
|
+
--------------------*/
|
160
|
+
@scrollingMobileMaxHeight: 15em;
|
161
|
+
@scrollingTabletMaxHeight: 18em;
|
162
|
+
@scrollingComputerMaxHeight: 24em;
|
163
|
+
@scrollingWidescreenMaxHeight: 30em;
|
@@ -5,7 +5,7 @@
|
|
5
5
|
@font-face {
|
6
6
|
font-family: 'Step';
|
7
7
|
src:
|
8
|
-
url(data:application/x-font-ttf;charset=utf-8
|
8
|
+
url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'),
|
9
9
|
url(data:application/font-woff;charset=utf-8;base64,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) format('woff')
|
10
10
|
;
|
11
11
|
}
|
@@ -174,6 +174,12 @@
|
|
174
174
|
@thumbInvertedInactiveBackground: rgba(255, 255, 255, 0.15);
|
175
175
|
@thumbInvertedHoverBackground: rgba(255, 255, 255, 0.35);
|
176
176
|
|
177
|
+
/* IE needs hex values */
|
178
|
+
@trackBackgroundHex: #e6e6e6;
|
179
|
+
@thumbBackgroundHex: #bfbfbf;
|
180
|
+
@trackInvertedBackgroundHex: #323232;
|
181
|
+
@thumbInvertedBackgroundHex: #656565;
|
182
|
+
|
177
183
|
/*-------------------
|
178
184
|
Highlighted Text
|
179
185
|
--------------------*/
|