fomantic-ui 2.9.1-beta.2 → 2.9.1-beta.21
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/.eslintrc.js +111 -0
- package/.github/workflows/ci.yml +14 -4
- package/.stylelintrc.js +59 -0
- package/dist/components/accordion.css +19 -26
- package/dist/components/accordion.js +568 -595
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +31 -41
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +1156 -1179
- package/dist/components/api.min.js +2 -2
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +71 -106
- package/dist/components/button.min.css +1 -1
- package/dist/components/calendar.css +18 -16
- package/dist/components/calendar.js +1902 -1809
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +2 -2
- package/dist/components/card.css +83 -115
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +47 -64
- package/dist/components/checkbox.js +842 -841
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +2 -2
- package/dist/components/comment.css +37 -51
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +6 -5
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +31 -41
- package/dist/components/dimmer.js +708 -737
- package/dist/components/dimmer.min.css +1 -1
- package/dist/components/dimmer.min.js +2 -2
- package/dist/components/divider.css +32 -44
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +129 -166
- package/dist/components/dropdown.js +4161 -4234
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +13 -19
- package/dist/components/embed.js +651 -675
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +2 -2
- package/dist/components/emoji.css +7 -6
- package/dist/components/feed.css +24 -32
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +5 -3
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +44 -58
- package/dist/components/flyout.js +1464 -1465
- package/dist/components/flyout.min.css +2 -2
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +85 -111
- package/dist/components/form.js +1979 -2004
- package/dist/components/form.min.css +1 -1
- package/dist/components/form.min.js +2 -2
- package/dist/components/grid.css +70 -96
- package/dist/components/grid.min.css +1 -1
- package/dist/components/header.css +47 -65
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +45 -66
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +32 -42
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +182 -65
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +55 -77
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +68 -91
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +44 -59
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +16 -22
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +126 -186
- package/dist/components/message.css +25 -35
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +39 -40
- package/dist/components/modal.js +1491 -1485
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +21 -28
- package/dist/components/nag.js +518 -526
- package/dist/components/nag.min.css +2 -2
- package/dist/components/nag.min.js +2 -2
- package/dist/components/placeholder.css +10 -12
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +352 -59
- package/dist/components/popup.js +1437 -1456
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +29 -39
- package/dist/components/progress.js +969 -997
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +2 -2
- package/dist/components/rail.css +15 -20
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +9 -13
- package/dist/components/rating.js +505 -523
- 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 +19 -26
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +43 -58
- package/dist/components/search.js +1498 -1534
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +2 -2
- package/dist/components/segment.css +64 -83
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +10 -14
- package/dist/components/shape.js +792 -809
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +2 -2
- package/dist/components/sidebar.css +43 -58
- package/dist/components/sidebar.js +1071 -1098
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +2 -2
- package/dist/components/site.css +5 -5
- package/dist/components/site.js +462 -476
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +2 -2
- package/dist/components/slider.css +27 -37
- package/dist/components/slider.js +1287 -1306
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +639 -657
- package/dist/components/state.min.js +2 -2
- package/dist/components/statistic.css +32 -41
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +26 -35
- package/dist/components/step.min.css +1 -1
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +857 -902
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +6 -8
- package/dist/components/tab.js +922 -963
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +2 -2
- package/dist/components/table.css +93 -119
- 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 +4 -6
- package/dist/components/toast.js +886 -887
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +2 -2
- package/dist/components/transition.css +179 -42
- package/dist/components/transition.js +1041 -1077
- package/dist/components/transition.min.css +2 -2
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +1220 -1244
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +2558 -1807
- package/dist/semantic.js +28960 -29413
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/examples/assets/show-examples.js +13 -13
- package/gulpfile.js +9 -10
- package/package.json +13 -8
- package/scripts/nightly-version.js +81 -75
- package/src/_site/collections/menu.overrides +1 -1
- package/src/_site/elements/flag.variables +2 -2
- package/src/_site/globals/site.variables +1 -1
- package/src/definitions/behaviors/api.js +1157 -1180
- package/src/definitions/behaviors/form.js +1978 -2003
- package/src/definitions/behaviors/state.js +645 -663
- package/src/definitions/behaviors/visibility.js +1219 -1243
- package/src/definitions/collections/breadcrumb.less +41 -45
- package/src/definitions/collections/form.less +864 -882
- package/src/definitions/collections/grid.less +1689 -1697
- package/src/definitions/collections/menu.less +1490 -1508
- package/src/definitions/collections/message.less +292 -295
- package/src/definitions/collections/table.less +1616 -1620
- package/src/definitions/elements/button.less +1710 -1754
- package/src/definitions/elements/container.less +209 -209
- package/src/definitions/elements/divider.less +200 -209
- package/src/definitions/elements/emoji.less +38 -45
- package/src/definitions/elements/flag.less +44 -46
- package/src/definitions/elements/header.less +337 -345
- package/src/definitions/elements/icon.less +516 -451
- package/src/definitions/elements/image.less +219 -225
- package/src/definitions/elements/input.less +657 -663
- package/src/definitions/elements/label.less +783 -804
- package/src/definitions/elements/list.less +808 -812
- package/src/definitions/elements/loader.less +269 -266
- package/src/definitions/elements/placeholder.less +171 -168
- package/src/definitions/elements/rail.less +91 -91
- package/src/definitions/elements/reveal.less +190 -196
- package/src/definitions/elements/segment.less +738 -747
- package/src/definitions/elements/step.less +424 -435
- package/src/definitions/elements/text.less +32 -34
- package/src/definitions/globals/reset.less +9 -6
- package/src/definitions/globals/site.js +461 -475
- package/src/definitions/globals/site.less +106 -108
- package/src/definitions/modules/accordion.js +567 -594
- package/src/definitions/modules/accordion.less +242 -246
- package/src/definitions/modules/calendar.js +1901 -1808
- package/src/definitions/modules/calendar.less +98 -95
- package/src/definitions/modules/checkbox.js +841 -840
- package/src/definitions/modules/checkbox.less +524 -545
- package/src/definitions/modules/dimmer.js +707 -736
- package/src/definitions/modules/dimmer.less +300 -303
- package/src/definitions/modules/dropdown.js +4160 -4233
- package/src/definitions/modules/dropdown.less +1570 -1596
- package/src/definitions/modules/embed.js +650 -674
- package/src/definitions/modules/embed.less +80 -82
- package/src/definitions/modules/flyout.js +1463 -1464
- package/src/definitions/modules/flyout.less +444 -454
- package/src/definitions/modules/modal.js +1490 -1484
- package/src/definitions/modules/modal.less +459 -465
- package/src/definitions/modules/nag.js +517 -525
- package/src/definitions/modules/nag.less +134 -147
- package/src/definitions/modules/popup.js +1436 -1455
- package/src/definitions/modules/popup.less +733 -690
- package/src/definitions/modules/progress.js +968 -996
- package/src/definitions/modules/progress.less +521 -497
- package/src/definitions/modules/rating.js +504 -522
- package/src/definitions/modules/rating.less +94 -101
- package/src/definitions/modules/search.js +1497 -1533
- package/src/definitions/modules/search.less +373 -392
- package/src/definitions/modules/shape.js +791 -808
- package/src/definitions/modules/shape.less +68 -77
- package/src/definitions/modules/sidebar.js +1070 -1097
- package/src/definitions/modules/sidebar.less +462 -474
- package/src/definitions/modules/slider.js +1286 -1305
- package/src/definitions/modules/slider.less +307 -308
- package/src/definitions/modules/sticky.js +873 -918
- package/src/definitions/modules/sticky.less +22 -23
- package/src/definitions/modules/tab.js +921 -962
- package/src/definitions/modules/tab.less +46 -52
- package/src/definitions/modules/toast.js +885 -886
- package/src/definitions/modules/toast.less +584 -586
- package/src/definitions/modules/transition.js +1040 -1076
- package/src/definitions/modules/transition.less +62 -28
- package/src/definitions/views/ad.less +205 -206
- package/src/definitions/views/card.less +963 -969
- package/src/definitions/views/comment.less +190 -198
- package/src/definitions/views/feed.less +220 -224
- package/src/definitions/views/item.less +435 -446
- package/src/definitions/views/statistic.less +271 -277
- package/src/theme.less +29 -32
- package/src/themes/amazon/elements/button.overrides +23 -24
- package/src/themes/amazon/elements/button.variables +11 -11
- package/src/themes/amazon/globals/site.variables +2 -3
- package/src/themes/basic/collections/table.overrides +0 -1
- package/src/themes/basic/collections/table.variables +3 -3
- package/src/themes/basic/elements/button.overrides +0 -1
- package/src/themes/basic/elements/button.variables +2 -2
- package/src/themes/basic/elements/icon.overrides +12 -13
- package/src/themes/basic/elements/icon.variables +13 -13
- package/src/themes/basic/elements/step.overrides +2 -2
- package/src/themes/basic/elements/step.variables +2 -2
- package/src/themes/basic/globals/reset.overrides +1 -1
- package/src/themes/basic/globals/reset.variables +1 -1
- package/src/themes/basic/views/card.overrides +0 -1
- package/src/themes/basic/views/card.variables +3 -3
- package/src/themes/bookish/elements/header.overrides +3 -3
- package/src/themes/bookish/elements/header.variables +2 -2
- package/src/themes/bootstrap3/elements/button.variables +7 -8
- package/src/themes/chubby/collections/form.overrides +9 -9
- package/src/themes/chubby/collections/form.variables +3 -3
- package/src/themes/chubby/collections/menu.variables +1 -1
- package/src/themes/chubby/elements/button.overrides +7 -9
- package/src/themes/chubby/elements/button.variables +2 -2
- package/src/themes/chubby/elements/header.variables +3 -3
- package/src/themes/chubby/modules/accordion.overrides +2 -2
- package/src/themes/chubby/modules/accordion.variables +3 -3
- package/src/themes/chubby/views/comment.overrides +5 -5
- package/src/themes/chubby/views/comment.variables +4 -4
- package/src/themes/classic/collections/table.variables +2 -2
- package/src/themes/classic/elements/button.variables +20 -21
- package/src/themes/classic/elements/header.variables +3 -3
- package/src/themes/classic/modules/progress.variables +1 -1
- package/src/themes/classic/views/card.overrides +14 -14
- package/src/themes/classic/views/card.variables +4 -4
- package/src/themes/colored/modules/checkbox.variables +1 -1
- package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/src/themes/default/collections/breadcrumb.variables +4 -4
- package/src/themes/default/collections/form.variables +12 -12
- package/src/themes/default/collections/grid.overrides +0 -1
- package/src/themes/default/collections/grid.variables +14 -16
- package/src/themes/default/collections/menu.variables +19 -31
- package/src/themes/default/collections/message.variables +83 -84
- package/src/themes/default/collections/table.variables +16 -18
- package/src/themes/default/elements/button.variables +30 -31
- package/src/themes/default/elements/container.variables +4 -12
- package/src/themes/default/elements/divider.overrides +8 -9
- package/src/themes/default/elements/divider.variables +4 -5
- package/src/themes/default/elements/emoji.overrides +0 -1
- package/src/themes/default/elements/emoji.variables +3555 -3555
- package/src/themes/default/elements/flag.variables +1594 -1594
- package/src/themes/default/elements/header.overrides +0 -1
- package/src/themes/default/elements/header.variables +16 -16
- package/src/themes/default/elements/icon.variables +2017 -2001
- package/src/themes/default/elements/image.variables +6 -7
- package/src/themes/default/elements/input.variables +10 -10
- package/src/themes/default/elements/label.variables +19 -20
- package/src/themes/default/elements/list.variables +16 -16
- package/src/themes/default/elements/loader.variables +15 -16
- package/src/themes/default/elements/placeholder.variables +6 -7
- package/src/themes/default/elements/rail.variables +4 -5
- package/src/themes/default/elements/segment.variables +18 -29
- package/src/themes/default/elements/step.overrides +4 -4
- package/src/themes/default/elements/step.variables +14 -16
- package/src/themes/default/elements/text.variables +2 -3
- package/src/themes/default/globals/colors.less +588 -588
- package/src/themes/default/globals/reset.overrides +57 -57
- package/src/themes/default/globals/reset.variables +1 -1
- package/src/themes/default/globals/site.variables +869 -875
- package/src/themes/default/globals/variation.variables +13 -4
- package/src/themes/default/modules/accordion.overrides +11 -11
- package/src/themes/default/modules/accordion.variables +14 -15
- package/src/themes/default/modules/calendar.variables +2 -0
- package/src/themes/default/modules/chatroom.variables +1 -1
- package/src/themes/default/modules/checkbox.overrides +6 -7
- package/src/themes/default/modules/checkbox.variables +17 -22
- package/src/themes/default/modules/dimmer.variables +7 -8
- package/src/themes/default/modules/dropdown.overrides +17 -17
- package/src/themes/default/modules/dropdown.variables +20 -21
- package/src/themes/default/modules/embed.variables +9 -10
- package/src/themes/default/modules/flyout.variables +6 -6
- package/src/themes/default/modules/modal.variables +18 -18
- package/src/themes/default/modules/nag.variables +11 -14
- package/src/themes/default/modules/popup.variables +14 -13
- package/src/themes/default/modules/progress.variables +10 -11
- package/src/themes/default/modules/rating.variables +10 -11
- package/src/themes/default/modules/search.variables +9 -11
- package/src/themes/default/modules/shape.variables +6 -6
- package/src/themes/default/modules/sidebar.variables +4 -4
- package/src/themes/default/modules/slider.variables +48 -49
- package/src/themes/default/modules/sticky.variables +1 -1
- package/src/themes/default/modules/toast.variables +1 -1
- package/src/themes/default/modules/transition.overrides +936 -915
- package/src/themes/default/modules/transition.variables +8 -1
- package/src/themes/default/views/card.variables +20 -22
- package/src/themes/default/views/comment.variables +6 -8
- package/src/themes/default/views/feed.variables +6 -6
- package/src/themes/default/views/item.variables +6 -9
- package/src/themes/default/views/statistic.variables +8 -8
- package/src/themes/duo/elements/loader.variables +1 -1
- package/src/themes/famfamfam/elements/flag.overrides +263 -268
- package/src/themes/famfamfam/elements/flag.variables +3 -3
- package/src/themes/fixed-width/collections/grid.variables +1 -1
- package/src/themes/fixed-width/modules/modal.variables +3 -5
- package/src/themes/flat/collections/form.overrides +9 -9
- package/src/themes/flat/collections/form.variables +4 -5
- package/src/themes/flat/globals/site.variables +61 -66
- package/src/themes/github/collections/breadcrumb.variables +0 -1
- package/src/themes/github/collections/form.overrides +7 -8
- package/src/themes/github/collections/form.variables +12 -13
- package/src/themes/github/collections/grid.variables +1 -2
- package/src/themes/github/collections/menu.overrides +2 -2
- package/src/themes/github/collections/menu.variables +11 -12
- package/src/themes/github/collections/message.overrides +3 -3
- package/src/themes/github/collections/message.variables +5 -5
- package/src/themes/github/collections/table.variables +1 -1
- package/src/themes/github/elements/button.overrides +0 -1
- package/src/themes/github/elements/button.variables +14 -14
- package/src/themes/github/elements/header.variables +2 -2
- package/src/themes/github/elements/icon.overrides +179 -179
- package/src/themes/github/elements/icon.variables +10 -10
- package/src/themes/github/elements/image.variables +1 -1
- package/src/themes/github/elements/input.overrides +16 -16
- package/src/themes/github/elements/input.variables +3 -3
- package/src/themes/github/elements/label.overrides +3 -3
- package/src/themes/github/elements/label.variables +0 -1
- package/src/themes/github/elements/segment.variables +2 -3
- package/src/themes/github/elements/step.overrides +13 -13
- package/src/themes/github/elements/step.variables +2 -2
- package/src/themes/github/globals/site.variables +2 -2
- package/src/themes/github/modules/dropdown.overrides +18 -19
- package/src/themes/github/modules/dropdown.variables +1 -1
- package/src/themes/github/modules/popup.variables +0 -2
- package/src/themes/instagram/views/card.overrides +3 -4
- package/src/themes/instagram/views/card.variables +3 -4
- package/src/themes/joypixels/elements/emoji.overrides +0 -2
- package/src/themes/joypixels/elements/emoji.variables +3554 -3554
- package/src/themes/material/collections/menu.variables +1 -1
- package/src/themes/material/elements/button.overrides +6 -8
- package/src/themes/material/elements/button.variables +28 -28
- package/src/themes/material/elements/header.overrides +2 -2
- package/src/themes/material/elements/header.variables +2 -4
- package/src/themes/material/elements/icon.overrides +932 -932
- package/src/themes/material/elements/icon.variables +11 -11
- package/src/themes/material/globals/site.variables +78 -79
- package/src/themes/material/modules/dropdown.overrides +1 -1
- package/src/themes/material/modules/dropdown.variables +1 -1
- package/src/themes/material/modules/modal.overrides +2 -2
- package/src/themes/material/modules/modal.variables +1 -2
- package/src/themes/pulsar/elements/loader.overrides +58 -58
- package/src/themes/raised/elements/button.variables +8 -8
- package/src/themes/resetcss/globals/reset.overrides +115 -33
- package/src/themes/resetcss/globals/reset.variables +1 -1
- package/src/themes/round/elements/button.variables +11 -14
- package/src/themes/rtl/globals/site.variables +5 -6
- package/src/themes/striped/modules/progress.overrides +20 -16
- package/src/themes/systemfont/globals/reset.overrides +1 -1
- package/src/themes/systemfont/globals/site.variables +5 -5
- package/src/themes/timeline/views/feed.overrides +12 -12
- package/src/themes/timeline/views/feed.variables +4 -4
- package/src/themes/twitter/elements/button.overrides +4 -5
- package/src/themes/twitter/elements/button.variables +6 -7
- package/src/themes/twitter/elements/emoji.variables +3555 -3555
- package/tasks/admin/components/create.js +274 -276
- package/tasks/admin/components/init.js +123 -130
- package/tasks/admin/components/update.js +149 -157
- package/tasks/admin/distributions/create.js +184 -187
- package/tasks/admin/distributions/init.js +123 -130
- package/tasks/admin/distributions/update.js +145 -152
- package/tasks/admin/publish.js +5 -7
- package/tasks/admin/register.js +36 -38
- package/tasks/admin/release.js +8 -10
- package/tasks/build/assets.js +42 -39
- package/tasks/build/css.js +225 -216
- package/tasks/build/javascript.js +118 -113
- package/tasks/build.js +10 -10
- package/tasks/check-install.js +14 -16
- package/tasks/clean.js +5 -5
- package/tasks/collections/admin.js +34 -36
- package/tasks/collections/build.js +18 -20
- package/tasks/collections/docs.js +9 -11
- package/tasks/collections/install.js +9 -11
- package/tasks/collections/rtl.js +9 -11
- package/tasks/collections/various.js +8 -10
- package/tasks/config/admin/github.js +17 -17
- package/tasks/config/admin/oauth.example.js +4 -4
- package/tasks/config/admin/release.js +98 -98
- package/tasks/config/admin/templates/component-package.js +9 -10
- package/tasks/config/admin/templates/css-package.js +18 -20
- package/tasks/config/admin/templates/less-package.js +11 -13
- package/tasks/config/defaults.js +116 -114
- package/tasks/config/docs.js +23 -23
- package/tasks/config/npm/gulpfile.js +8 -9
- package/tasks/config/project/config.js +127 -134
- package/tasks/config/project/install.js +715 -713
- package/tasks/config/project/release.js +32 -38
- package/tasks/config/tasks.js +165 -156
- package/tasks/config/user.js +23 -26
- package/tasks/docs/build.js +97 -95
- package/tasks/docs/metadata.js +90 -96
- package/tasks/docs/serve.js +80 -81
- package/tasks/install.js +370 -378
- package/tasks/rtl/build.js +2 -2
- package/tasks/rtl/watch.js +2 -2
- package/tasks/version.js +4 -4
- package/tasks/watch.js +28 -30
- package/test/meteor/assets.js +10 -13
- package/test/meteor/fonts.js +12 -13
- package/test/modules/accordion.spec.js +6 -8
- package/test/modules/checkbox.spec.js +5 -7
- package/test/modules/dropdown.spec.js +5 -7
- package/test/modules/modal.spec.js +6 -8
- package/test/modules/module.spec.js +158 -178
- package/test/modules/popup.spec.js +5 -7
- package/test/modules/search.spec.js +5 -7
- package/test/modules/shape.spec.js +5 -7
- package/test/modules/sidebar.spec.js +5 -7
- package/test/modules/tab.spec.js +6 -8
- package/test/modules/transition.spec.js +5 -7
- package/test/modules/video.spec.js +5 -7
@@ -5,136 +5,134 @@
|
|
5
5
|
@import "variation.variables";
|
6
6
|
@supportIE: true;
|
7
7
|
|
8
|
-
|
8
|
+
/* -------------------
|
9
9
|
Fonts
|
10
|
-
|
10
|
+
-------------------- */
|
11
11
|
|
12
|
-
@fontName
|
12
|
+
@fontName : 'Lato';
|
13
13
|
@fontFileNameLatin : 'LatoLatin';
|
14
14
|
@fontFileNameSupplement: 'Lato';
|
15
15
|
|
16
16
|
// based on https://github.com/twbs/bootstrap/blob/v5.1.3/scss/_variables.scss#L577 list
|
17
|
-
@fallbackFonts
|
17
|
+
@fallbackFonts : system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
18
18
|
|
19
|
-
@headerFont
|
20
|
-
@pageFont
|
19
|
+
@headerFont : @fontName, @fallbackFonts;
|
20
|
+
@pageFont : @fontName, @fallbackFonts;
|
21
21
|
|
22
|
-
@fontDisplay
|
23
|
-
@textRendering
|
24
|
-
@unicodeRangeLatin
|
22
|
+
@fontDisplay : swap;
|
23
|
+
@textRendering : optimizeLegibility;
|
24
|
+
@unicodeRangeLatin : U+0000, U+000D, U+0020-007E, U+00A0-017F, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E80-1E85, U+2010, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20A3-20A4, U+20A7, U+20AC, U+2113, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;
|
25
25
|
@unicodeRangeSupplement : U+0180-0191, U+0193-0217, U+021C-0236, U+0238-02C5, U+02C8, U+02CA-02D7, U+02DE-036F, U+0374-0375, U+037A-037E, U+0384-038A, U+038C, U+038E-0393, U+0395-03A1, U+03A3-03A8, U+03AA-03BB, U+03BD-03BF, U+03C1-03CE, U+03D0-0486, U+0488-0513, U+1D00-1DCA, U+1DFE-1E7F, U+1E86-1E9B, U+1E9E, U+1EA0-1EF9, U+1F00-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE, U+2000-200F, U+2012, U+2015-2017, U+201B, U+201F, U+202F, U+2034, U+203C-203E, U+205E-205F, U+2070-2071, U+2074-2094, U+20A0-20A2, U+20A5-20A6, U+20A8-20AB, U+20AD-20B5, U+20B8-20BA, U+20DD, U+2105, U+2116-2117, U+2120, U+2132, U+214D-214E, U+2153-215F, U+2183-2184, U+2190-2199, U+21A8, U+221F, U+2229, U+2261, U+2302, U+2310, U+2320-2321, U+2460-2473, U+24EA-24F4, U+24FF-2500, U+2502, U+250C, U+2510, U+2514, U+2518, U+2C60-2C6C, U+2C74-2C77;
|
26
26
|
|
27
|
-
@importFonts
|
27
|
+
@importFonts : true;
|
28
28
|
@fonts: {
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
29
|
+
@regularLatin: {
|
30
|
+
font-family: @fontName;
|
31
|
+
src: url("@{fontPath}/@{fontFileNameLatin}-Regular.woff2") format('woff2')
|
32
|
+
if(@supportIE, e(',') url("@{fontPath}/@{fontFileNameLatin}-Regular.woff") format('woff'));
|
33
|
+
font-style : normal;
|
34
|
+
font-weight : @normal;
|
35
|
+
font-display : @fontDisplay;
|
36
|
+
text-rendering : @textRendering;
|
37
|
+
unicode-range : @unicodeRangeLatin;
|
38
|
+
};
|
39
|
+
@boldLatin: {
|
40
|
+
font-family: @fontName;
|
41
|
+
src: url("@{fontPath}/@{fontFileNameLatin}-Bold.woff2") format('woff2')
|
42
|
+
if(@supportIE, e(',') url("@{fontPath}/@{fontFileNameLatin}-Bold.woff") format('woff'));
|
43
|
+
font-style : normal;
|
44
|
+
font-weight : @bold;
|
45
|
+
font-display : @fontDisplay;
|
46
|
+
text-rendering : @textRendering;
|
47
|
+
unicode-range : @unicodeRangeLatin;
|
48
|
+
};
|
49
|
+
@italicLatin: {
|
50
|
+
font-family: @fontName;
|
51
|
+
src: url("@{fontPath}/@{fontFileNameLatin}-Italic.woff2") format('woff2')
|
52
|
+
if(@supportIE, e(',') url("@{fontPath}/@{fontFileNameLatin}-Italic.woff") format('woff'));
|
53
|
+
font-style : italic;
|
54
|
+
font-weight : @normal;
|
55
|
+
font-display : @fontDisplay;
|
56
|
+
text-rendering : @textRendering;
|
57
|
+
unicode-range : @unicodeRangeLatin;
|
58
|
+
};
|
59
|
+
@boldItalicLatin: {
|
60
|
+
font-family: @fontName;
|
61
|
+
src: url("@{fontPath}/@{fontFileNameLatin}-BoldItalic.woff2") format('woff2')
|
62
|
+
if(@supportIE, e(',') url("@{fontPath}/@{fontFileNameLatin}-BoldItalic.woff") format('woff'));
|
63
|
+
font-style : italic;
|
64
|
+
font-weight : @bold;
|
65
|
+
font-display : @fontDisplay;
|
66
|
+
text-rendering : @textRendering;
|
67
|
+
unicode-range : @unicodeRangeLatin;
|
68
|
+
};
|
69
|
+
@regularSupplement: {
|
70
|
+
font-family: @fontName;
|
71
|
+
src: url("@{fontPath}/@{fontFileNameSupplement}-Regular.woff2") format('woff2')
|
72
|
+
if(@supportIE, e(',') url("@{fontPath}/@{fontFileNameSupplement}-Regular.woff") format('woff'));
|
73
|
+
font-style : normal;
|
74
|
+
font-weight : @normal;
|
75
|
+
font-display : @fontDisplay;
|
76
|
+
text-rendering : @textRendering;
|
77
|
+
unicode-range : @unicodeRangeSupplement;
|
78
|
+
};
|
79
|
+
@boldSupplement: {
|
80
|
+
font-family: @fontName;
|
81
|
+
src: url("@{fontPath}/@{fontFileNameSupplement}-Bold.woff2") format('woff2')
|
82
|
+
if(@supportIE, e(',') url("@{fontPath}/@{fontFileNameSupplement}-Bold.woff") format('woff'));
|
83
|
+
font-style : normal;
|
84
|
+
font-weight : @bold;
|
85
|
+
font-display : @fontDisplay;
|
86
|
+
text-rendering : @textRendering;
|
87
|
+
unicode-range : @unicodeRangeSupplement;
|
88
|
+
};
|
89
|
+
@italicSupplement: {
|
90
|
+
font-family: @fontName;
|
91
|
+
src: url("@{fontPath}/@{fontFileNameSupplement}-Italic.woff2") format('woff2')
|
92
|
+
if(@supportIE, e(',') url("@{fontPath}/@{fontFileNameSupplement}-Italic.woff") format('woff'));
|
93
|
+
font-style : italic;
|
94
|
+
font-weight : @normal;
|
95
|
+
font-display : @fontDisplay;
|
96
|
+
text-rendering : @textRendering;
|
97
|
+
unicode-range : @unicodeRangeSupplement;
|
98
|
+
};
|
99
|
+
@boldItalicSupplement: {
|
100
|
+
font-family: @fontName;
|
101
|
+
src: url("@{fontPath}/@{fontFileNameSupplement}-BoldItalic.woff2") format('woff2')
|
102
|
+
if(@supportIE, e(',') url("@{fontPath}/@{fontFileNameSupplement}-BoldItalic.woff") format('woff'));
|
103
|
+
font-style : italic;
|
104
|
+
font-weight : @bold;
|
105
|
+
font-display : @fontDisplay;
|
106
|
+
text-rendering : @textRendering;
|
107
|
+
unicode-range : @unicodeRangeSupplement;
|
108
|
+
};
|
109
109
|
};
|
110
110
|
|
111
|
-
@googleFontName
|
111
|
+
@googleFontName : @fontName;
|
112
112
|
@importGoogleFonts : false;
|
113
|
-
@googleFontSizes
|
114
|
-
@googleSubset
|
113
|
+
@googleFontSizes : 'ital,wght@0,400%3B0,700%3B1,400%3B1,700';
|
114
|
+
@googleSubset : 'latin';
|
115
115
|
@googleFontDisplay : 'swap';
|
116
116
|
|
117
|
-
@googleProtocol
|
117
|
+
@googleProtocol : 'https://';
|
118
118
|
@googleFontRequest : '@{googleFontName}:@{googleFontSizes}&subset=@{googleSubset}&display=@{googleFontDisplay}';
|
119
119
|
|
120
|
+
@bold : bold;
|
121
|
+
@normal : normal;
|
120
122
|
|
121
|
-
|
122
|
-
@normal : normal;
|
123
|
-
|
124
|
-
/*-------------------
|
123
|
+
/* -------------------
|
125
124
|
Base Sizes
|
126
|
-
|
125
|
+
-------------------- */
|
127
126
|
|
128
127
|
/* This is the single variable that controls them all */
|
129
|
-
@emSize
|
128
|
+
@emSize : 14px;
|
130
129
|
|
131
130
|
/* The size of page text */
|
132
131
|
@fontSize : 14px;
|
133
132
|
|
134
|
-
|
135
|
-
/*-------------------
|
133
|
+
/* -------------------
|
136
134
|
Border Radius
|
137
|
-
|
135
|
+
-------------------- */
|
138
136
|
|
139
137
|
/* See Power-user section below
|
140
138
|
for explanation of @px variables
|
@@ -144,22 +142,22 @@
|
|
144
142
|
|
145
143
|
@defaultBorderRadius: @absoluteBorderRadius;
|
146
144
|
|
147
|
-
|
145
|
+
/* -------------------
|
148
146
|
Brand Colors
|
149
|
-
|
147
|
+
-------------------- */
|
150
148
|
|
151
|
-
@primaryColor
|
152
|
-
@secondaryColor
|
149
|
+
@primaryColor : @blue;
|
150
|
+
@secondaryColor : @black;
|
153
151
|
|
154
|
-
@lightPrimaryColor
|
152
|
+
@lightPrimaryColor : @lightBlue;
|
155
153
|
@lightSecondaryColor : @lightBlack;
|
156
154
|
|
157
155
|
/* Whenever a color needs to get calculated (screen()/multiply()) out of a base color */
|
158
156
|
@blendingBaseColor: #cccccc;
|
159
157
|
|
160
|
-
|
158
|
+
/* --------------
|
161
159
|
Page Heading
|
162
|
-
|
160
|
+
--------------- */
|
163
161
|
|
164
162
|
@headerFontWeight : @bold;
|
165
163
|
@headerLineHeight : unit((18 / 14), em);
|
@@ -171,15 +169,15 @@
|
|
171
169
|
@h5 : unit((14 / 14), rem);
|
172
170
|
@h6 : unit((12 / 14), rem);
|
173
171
|
|
174
|
-
|
172
|
+
/* --------------
|
175
173
|
Form Input
|
176
|
-
|
174
|
+
--------------- */
|
177
175
|
|
178
176
|
/* This adjusts the default form input across all elements */
|
179
|
-
@inputBackground
|
180
|
-
@inputVerticalPadding
|
177
|
+
@inputBackground : @white;
|
178
|
+
@inputVerticalPadding : @relative11px;
|
181
179
|
@inputHorizontalPadding : @relative14px;
|
182
|
-
@inputPadding
|
180
|
+
@inputPadding : @inputVerticalPadding @inputHorizontalPadding;
|
183
181
|
|
184
182
|
/* Input Text Color */
|
185
183
|
@inputColor: @textColor;
|
@@ -189,9 +187,9 @@
|
|
189
187
|
/* Line Height Default For Inputs in Browser (Descenders are 17px at 14px base em) */
|
190
188
|
@inputLineHeight: unit((17 / 14), em);
|
191
189
|
|
192
|
-
|
190
|
+
/* -------------------
|
193
191
|
Focused Input
|
194
|
-
|
192
|
+
-------------------- */
|
195
193
|
|
196
194
|
/* Used on inputs, textarea etc */
|
197
195
|
@focusedFormBorderColor: #85B7D9;
|
@@ -199,54 +197,53 @@
|
|
199
197
|
/* Used on dropdowns, other larger blocks */
|
200
198
|
@focusedFormMutedBorderColor: #96C8DA;
|
201
199
|
|
202
|
-
|
200
|
+
/* -------------------
|
203
201
|
Sizes
|
204
|
-
|
202
|
+
-------------------- */
|
205
203
|
|
206
204
|
/*
|
207
205
|
Sizes are all expressed in terms of 14px/em (default em)
|
208
206
|
This ensures these "ratios" remain constant despite changes in EM
|
209
207
|
*/
|
210
208
|
|
211
|
-
@miniSize
|
212
|
-
@tinySize
|
213
|
-
@smallSize
|
214
|
-
@mediumSize
|
215
|
-
@largeSize
|
216
|
-
@bigSize
|
217
|
-
@hugeSize
|
218
|
-
@massiveSize
|
209
|
+
@miniSize : (11 / 14);
|
210
|
+
@tinySize : (12 / 14);
|
211
|
+
@smallSize : (13 / 14);
|
212
|
+
@mediumSize : (14 / 14);
|
213
|
+
@largeSize : (16 / 14);
|
214
|
+
@bigSize : (18 / 14);
|
215
|
+
@hugeSize : (20 / 14);
|
216
|
+
@massiveSize : (24 / 14);
|
219
217
|
|
220
|
-
|
221
|
-
/*-------------------
|
218
|
+
/* -------------------
|
222
219
|
Page
|
223
|
-
|
220
|
+
-------------------- */
|
224
221
|
|
225
|
-
@pageBackground
|
226
|
-
@pageOverflowX
|
222
|
+
@pageBackground : #FFFFFF;
|
223
|
+
@pageOverflowX : hidden;
|
227
224
|
|
228
|
-
@lineHeight
|
229
|
-
@textColor
|
225
|
+
@lineHeight : 1.4285em;
|
226
|
+
@textColor : rgba(0, 0, 0, 0.87);
|
230
227
|
|
231
|
-
|
228
|
+
/* -------------------
|
232
229
|
Paragraph
|
233
|
-
|
230
|
+
-------------------- */
|
234
231
|
|
235
|
-
@paragraphMargin
|
232
|
+
@paragraphMargin : 0 0 1em;
|
236
233
|
@paragraphLineHeight : @lineHeight;
|
237
234
|
|
238
|
-
|
235
|
+
/* -------------------
|
239
236
|
Links
|
240
|
-
|
237
|
+
-------------------- */
|
241
238
|
|
242
|
-
@linkColor
|
243
|
-
@linkUnderline
|
244
|
-
@linkHoverColor
|
245
|
-
@linkHoverUnderline
|
239
|
+
@linkColor : #4183C4;
|
240
|
+
@linkUnderline : none;
|
241
|
+
@linkHoverColor : darken(saturate(@linkColor, 20), 15, relative);
|
242
|
+
@linkHoverUnderline : @linkUnderline;
|
246
243
|
|
247
|
-
|
244
|
+
/* -------------------
|
248
245
|
Scroll Bars
|
249
|
-
|
246
|
+
-------------------- */
|
250
247
|
|
251
248
|
@useCustomScrollbars: true;
|
252
249
|
|
@@ -275,201 +272,205 @@
|
|
275
272
|
@trackInvertedBackgroundHex: #323232;
|
276
273
|
@thumbInvertedBackgroundHex: #656565;
|
277
274
|
|
278
|
-
|
275
|
+
/* Scrolling */
|
276
|
+
@scrollingMobileMaxHeight: 15em;
|
277
|
+
@scrollingTabletMaxHeight: 18em;
|
278
|
+
@scrollingComputerMaxHeight: 24em;
|
279
|
+
@scrollingWidescreenMaxHeight: 30em;
|
280
|
+
@overscrollBehavior: none;
|
281
|
+
|
282
|
+
/* -------------------
|
279
283
|
Highlighted Text
|
280
|
-
|
284
|
+
-------------------- */
|
281
285
|
|
282
|
-
@highlightBackground
|
283
|
-
@highlightColor
|
286
|
+
@highlightBackground : #CCE2FF;
|
287
|
+
@highlightColor : @textColor;
|
284
288
|
|
285
289
|
@inputHighlightBackground : rgba(100, 100, 100, 0.4);
|
286
|
-
@inputHighlightColor
|
290
|
+
@inputHighlightColor : @textColor;
|
287
291
|
|
288
|
-
|
289
|
-
/*-------------------
|
292
|
+
/* -------------------
|
290
293
|
Loader
|
291
|
-
|
294
|
+
-------------------- */
|
292
295
|
|
293
|
-
@loaderSize
|
294
|
-
@loaderSpeedFast
|
295
|
-
@loaderSpeed
|
296
|
-
@loaderSpeedSlow
|
297
|
-
@loaderLineWidth
|
298
|
-
@loaderFillColor
|
299
|
-
@loaderLineColor
|
296
|
+
@loaderSize : @relativeBig;
|
297
|
+
@loaderSpeedFast : 0.3s;
|
298
|
+
@loaderSpeed : 0.6s;
|
299
|
+
@loaderSpeedSlow : 0.9s;
|
300
|
+
@loaderLineWidth : 0.2em;
|
301
|
+
@loaderFillColor : rgba(0, 0, 0, 0.1);
|
302
|
+
@loaderLineColor : @grey;
|
300
303
|
|
301
304
|
@invertedLoaderFillColor : rgba(255, 255, 255, 0.15);
|
302
305
|
@invertedLoaderLineColor : @white;
|
303
306
|
|
304
|
-
|
307
|
+
/* -------------------
|
305
308
|
Grid
|
306
|
-
|
309
|
+
-------------------- */
|
307
310
|
|
308
311
|
@columnCount: 16;
|
309
312
|
|
310
|
-
|
313
|
+
/* -------------------
|
311
314
|
Transitions
|
312
|
-
|
315
|
+
-------------------- */
|
313
316
|
|
314
317
|
@defaultDuration : 0.1s;
|
315
|
-
@defaultEasing
|
318
|
+
@defaultEasing : ease;
|
316
319
|
|
317
|
-
|
320
|
+
/* -------------------
|
318
321
|
Breakpoints
|
319
|
-
|
322
|
+
-------------------- */
|
320
323
|
|
321
|
-
@mobileBreakpoint
|
322
|
-
@tabletBreakpoint
|
323
|
-
@computerBreakpoint
|
324
|
-
@largeMonitorBreakpoint
|
324
|
+
@mobileBreakpoint : 320px;
|
325
|
+
@tabletBreakpoint : 768px;
|
326
|
+
@computerBreakpoint : 992px;
|
327
|
+
@largeMonitorBreakpoint : 1200px;
|
325
328
|
@widescreenMonitorBreakpoint : 1920px;
|
326
329
|
|
327
|
-
|
330
|
+
/* -------------------
|
328
331
|
Site Colors
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
@red
|
333
|
-
@orange
|
334
|
-
@yellow
|
335
|
-
@olive
|
336
|
-
@green
|
337
|
-
@teal
|
338
|
-
@blue
|
339
|
-
@violet
|
340
|
-
@purple
|
341
|
-
@pink
|
342
|
-
@brown
|
343
|
-
@grey
|
344
|
-
@black
|
345
|
-
|
346
|
-
|
347
|
-
@lightRed
|
348
|
-
@lightOrange
|
349
|
-
@lightYellow
|
350
|
-
@lightOlive
|
351
|
-
@lightGreen
|
352
|
-
@lightTeal
|
353
|
-
@lightBlue
|
354
|
-
@lightViolet
|
355
|
-
@lightPurple
|
356
|
-
@lightPink
|
357
|
-
@lightBrown
|
358
|
-
@lightGrey
|
359
|
-
@lightBlack
|
360
|
-
|
361
|
-
|
362
|
-
@fullBlack
|
363
|
-
@offWhite
|
364
|
-
@darkWhite
|
365
|
-
@midWhite
|
366
|
-
@white
|
367
|
-
|
368
|
-
|
369
|
-
@primaryBackground
|
332
|
+
-------------------- */
|
333
|
+
|
334
|
+
/* --- Colors --- */
|
335
|
+
@red : #DB2828;
|
336
|
+
@orange : #F2711C;
|
337
|
+
@yellow : #FBBD08;
|
338
|
+
@olive : #B5CC18;
|
339
|
+
@green : #21BA45;
|
340
|
+
@teal : #00B5AD;
|
341
|
+
@blue : #2185D0;
|
342
|
+
@violet : #6435C9;
|
343
|
+
@purple : #A333C8;
|
344
|
+
@pink : #E03997;
|
345
|
+
@brown : #A5673F;
|
346
|
+
@grey : #767676;
|
347
|
+
@black : #1B1C1D;
|
348
|
+
|
349
|
+
/* --- Light Colors --- */
|
350
|
+
@lightRed : #FF695E;
|
351
|
+
@lightOrange : #FF851B;
|
352
|
+
@lightYellow : #FFE21F;
|
353
|
+
@lightOlive : #D9E778;
|
354
|
+
@lightGreen : #2ECC40;
|
355
|
+
@lightTeal : #6DFFFF;
|
356
|
+
@lightBlue : #54C8FF;
|
357
|
+
@lightViolet : #A291FB;
|
358
|
+
@lightPurple : #DC73FF;
|
359
|
+
@lightPink : #FF8EDF;
|
360
|
+
@lightBrown : #D67C1C;
|
361
|
+
@lightGrey : #DCDDDE;
|
362
|
+
@lightBlack : #545454;
|
363
|
+
|
364
|
+
/* --- Neutrals --- */
|
365
|
+
@fullBlack : #000000;
|
366
|
+
@offWhite : #F9FAFB;
|
367
|
+
@darkWhite : #F3F4F5;
|
368
|
+
@midWhite : #DCDDDE;
|
369
|
+
@white : #FFFFFF;
|
370
|
+
|
371
|
+
/* --- Colored Backgrounds --- */
|
372
|
+
@primaryBackground : #DFF0FF;
|
370
373
|
@secondaryBackground : #F4F4F4;
|
371
|
-
@redBackground
|
374
|
+
@redBackground : #FFE8E6;
|
372
375
|
@orangeBackground : #FFEDDE;
|
373
376
|
@yellowBackground : #FFF8DB;
|
374
|
-
@oliveBackground
|
375
|
-
@greenBackground
|
376
|
-
@tealBackground
|
377
|
-
@blueBackground
|
377
|
+
@oliveBackground : #FBFDEF;
|
378
|
+
@greenBackground : #E5F9E7;
|
379
|
+
@tealBackground : #E1F7F7;
|
380
|
+
@blueBackground : #DFF0FF;
|
378
381
|
@violetBackground : #EAE7FF;
|
379
382
|
@purpleBackground : #F6E7FF;
|
380
|
-
@pinkBackground
|
381
|
-
@brownBackground
|
382
|
-
@greyBackground
|
383
|
-
@blackBackground
|
383
|
+
@pinkBackground : #FFE3FB;
|
384
|
+
@brownBackground : #F1E2D3;
|
385
|
+
@greyBackground : #F4F4F4;
|
386
|
+
@blackBackground : #F4F4F4;
|
384
387
|
|
385
|
-
|
386
|
-
@primaryHeaderColor
|
388
|
+
/* --- Colored Headers --- */
|
389
|
+
@primaryHeaderColor : darken(@primaryTextColor, 5);
|
387
390
|
@secondaryHeaderColor : darken(@secondaryTextColor, 5);
|
388
|
-
@redHeaderColor
|
389
|
-
@oliveHeaderColor
|
390
|
-
@greenHeaderColor
|
391
|
+
@redHeaderColor : darken(@redTextColor, 5);
|
392
|
+
@oliveHeaderColor : darken(@oliveTextColor, 5);
|
393
|
+
@greenHeaderColor : darken(@greenTextColor, 5);
|
391
394
|
@yellowHeaderColor : darken(@yellowTextColor, 5);
|
392
|
-
@blueHeaderColor
|
393
|
-
@tealHeaderColor
|
394
|
-
@pinkHeaderColor
|
395
|
+
@blueHeaderColor : darken(@blueTextColor, 5);
|
396
|
+
@tealHeaderColor : darken(@tealTextColor, 5);
|
397
|
+
@pinkHeaderColor : darken(@pinkTextColor, 5);
|
395
398
|
@violetHeaderColor : darken(@violetTextColor, 5);
|
396
399
|
@purpleHeaderColor : darken(@purpleTextColor, 5);
|
397
400
|
@orangeHeaderColor : darken(@orangeTextColor, 5);
|
398
|
-
@brownHeaderColor
|
399
|
-
@greyHeaderColor
|
400
|
-
@blackHeaderColor
|
401
|
+
@brownHeaderColor : darken(@brownTextColor, 5);
|
402
|
+
@greyHeaderColor : darken(@greyTextColor, 5);
|
403
|
+
@blackHeaderColor : darken(@blackTextColor, 5);
|
401
404
|
|
402
|
-
|
403
|
-
@primaryTextColor
|
405
|
+
/* --- Colored Text --- */
|
406
|
+
@primaryTextColor : @invertedTextColor;
|
404
407
|
@secondaryTextColor : @invertedTextColor;
|
405
|
-
@redTextColor
|
406
|
-
@orangeTextColor
|
407
|
-
@yellowTextColor
|
408
|
-
@oliveTextColor
|
409
|
-
@greenTextColor
|
410
|
-
@tealTextColor
|
411
|
-
@blueTextColor
|
412
|
-
@violetTextColor
|
413
|
-
@purpleTextColor
|
414
|
-
@pinkTextColor
|
415
|
-
@brownTextColor
|
416
|
-
@greyTextColor
|
417
|
-
@blackTextColor
|
418
|
-
|
419
|
-
|
420
|
-
@lightPrimaryTextColor
|
408
|
+
@redTextColor : @red;
|
409
|
+
@orangeTextColor : @orange;
|
410
|
+
@yellowTextColor : #B58105; // Yellow text is difficult to read
|
411
|
+
@oliveTextColor : #8ABC1E; // Olive is difficult to read
|
412
|
+
@greenTextColor : #1EBC30; // Green is difficult to read
|
413
|
+
@tealTextColor : #10A3A3; // Teal text is difficult to read
|
414
|
+
@blueTextColor : @blue;
|
415
|
+
@violetTextColor : @violet;
|
416
|
+
@purpleTextColor : @purple;
|
417
|
+
@pinkTextColor : @pink;
|
418
|
+
@brownTextColor : @brown;
|
419
|
+
@greyTextColor : @grey;
|
420
|
+
@blackTextColor : @black;
|
421
|
+
|
422
|
+
/* --- Light Colored Text --- */
|
423
|
+
@lightPrimaryTextColor : @invertedTextColor;
|
421
424
|
@lightSecondaryTextColor : @invertedTextColor;
|
422
|
-
@lightRedTextColor
|
423
|
-
@lightOrangeTextColor
|
424
|
-
@lightYellowTextColor
|
425
|
-
@lightOliveTextColor
|
426
|
-
@lightGreenTextColor
|
427
|
-
@lightTealTextColor
|
428
|
-
@lightBlueTextColor
|
429
|
-
@lightVioletTextColor
|
430
|
-
@lightPurpleTextColor
|
431
|
-
@lightPinkTextColor
|
432
|
-
@lightBrownTextColor
|
433
|
-
@lightGreyTextColor
|
434
|
-
@lightBlackTextColor
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
@primaryHoverTextColor : @primaryTextColor;
|
425
|
+
@lightRedTextColor : @lightRed;
|
426
|
+
@lightOrangeTextColor : @lightOrange;
|
427
|
+
@lightYellowTextColor : #B58105; // Yellow text is difficult to read
|
428
|
+
@lightOliveTextColor : #8ABC1E; // Olive is difficult to read
|
429
|
+
@lightGreenTextColor : #1EBC30; // Green is difficult to read
|
430
|
+
@lightTealTextColor : #10A3A3; // Teal text is difficult to read
|
431
|
+
@lightBlueTextColor : @lightBlue;
|
432
|
+
@lightVioletTextColor : @lightViolet;
|
433
|
+
@lightPurpleTextColor : @lightPurple;
|
434
|
+
@lightPinkTextColor : @lightPink;
|
435
|
+
@lightBrownTextColor : @lightBrown;
|
436
|
+
@lightGreyTextColor : @lightGrey;
|
437
|
+
@lightBlackTextColor : @lightBlack;
|
438
|
+
|
439
|
+
/* --- Hovered Colored Text --- */
|
440
|
+
@primaryHoverTextColor : @primaryTextColor;
|
439
441
|
@secondaryHoverTextColor : @secondaryTextColor;
|
440
|
-
@redHoverTextColor
|
441
|
-
@orangeHoverTextColor
|
442
|
-
@yellowHoverTextColor
|
443
|
-
@oliveHoverTextColor
|
444
|
-
@greenHoverTextColor
|
445
|
-
@tealHoverTextColor
|
446
|
-
@blueHoverTextColor
|
447
|
-
@violetHoverTextColor
|
448
|
-
@purpleHoverTextColor
|
449
|
-
@pinkHoverTextColor
|
450
|
-
@brownHoverTextColor
|
451
|
-
@greyHoverTextColor
|
452
|
-
@blackHoverTextColor
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
@primaryBorderColor : @primaryColor;
|
442
|
+
@redHoverTextColor : @redTextColor;
|
443
|
+
@orangeHoverTextColor : @orangeTextColor;
|
444
|
+
@yellowHoverTextColor : @yellowTextColor;
|
445
|
+
@oliveHoverTextColor : @oliveTextColor;
|
446
|
+
@greenHoverTextColor : @greenTextColor;
|
447
|
+
@tealHoverTextColor : @tealTextColor;
|
448
|
+
@blueHoverTextColor : @blueTextColor;
|
449
|
+
@violetHoverTextColor : @violetTextColor;
|
450
|
+
@purpleHoverTextColor : @purpleTextColor;
|
451
|
+
@pinkHoverTextColor : @pinkTextColor;
|
452
|
+
@brownHoverTextColor : @brownTextColor;
|
453
|
+
@greyHoverTextColor : @greyTextColor;
|
454
|
+
@blackHoverTextColor : @blackTextColor;
|
455
|
+
|
456
|
+
/* --- Colored Border --- */
|
457
|
+
@primaryBorderColor : @primaryColor;
|
457
458
|
@secondaryBorderColor : @secondaryColor;
|
458
|
-
@redBorderColor
|
459
|
-
@orangeBorderColor
|
460
|
-
@yellowBorderColor
|
461
|
-
@oliveBorderColor
|
462
|
-
@greenBorderColor
|
463
|
-
@tealBorderColor
|
464
|
-
@blueBorderColor
|
465
|
-
@violetBorderColor
|
466
|
-
@purpleBorderColor
|
467
|
-
@pinkBorderColor
|
468
|
-
@brownBorderColor
|
469
|
-
@greyBorderColor
|
470
|
-
@blackBorderColor
|
471
|
-
|
472
|
-
|
459
|
+
@redBorderColor : @redTextColor;
|
460
|
+
@orangeBorderColor : @orangeTextColor;
|
461
|
+
@yellowBorderColor : @yellowTextColor;
|
462
|
+
@oliveBorderColor : @oliveTextColor;
|
463
|
+
@greenBorderColor : @greenTextColor;
|
464
|
+
@tealBorderColor : @tealTextColor;
|
465
|
+
@blueBorderColor : @blueTextColor;
|
466
|
+
@violetBorderColor : @violetTextColor;
|
467
|
+
@purpleBorderColor : @purpleTextColor;
|
468
|
+
@pinkBorderColor : @pinkTextColor;
|
469
|
+
@brownBorderColor : @brownTextColor;
|
470
|
+
@greyBorderColor : @greyTextColor;
|
471
|
+
@blackBorderColor : @blackTextColor;
|
472
|
+
|
473
|
+
/* --- Shadows --- */
|
473
474
|
@primaryRibbonShadow: darken(@primaryColor, 10);
|
474
475
|
@secondaryRibbonShadow: darken(@secondaryColor, 10);
|
475
476
|
@redRibbonShadow: darken(@red, 10);
|
@@ -544,316 +545,314 @@
|
|
544
545
|
@borderWidth: 1px;
|
545
546
|
|
546
547
|
@primaryBoxShadow:
|
547
|
-
|
548
|
-
|
548
|
+
0 0 0 @borderWidth @primaryBorderColor inset,
|
549
|
+
@shadowShadow
|
549
550
|
;
|
550
551
|
@primaryBoxFloatingShadow:
|
551
|
-
|
552
|
-
|
552
|
+
0 0 0 @borderWidth @primaryBorderColor inset,
|
553
|
+
@floatingShadow
|
553
554
|
;
|
554
555
|
@secondaryBoxShadow:
|
555
|
-
|
556
|
-
|
556
|
+
0 0 0 @borderWidth @secondaryBorderColor inset,
|
557
|
+
@shadowShadow
|
557
558
|
;
|
558
559
|
@secondaryBoxFloatingShadow:
|
559
|
-
|
560
|
-
|
560
|
+
0 0 0 @borderWidth @secondaryBorderColor inset,
|
561
|
+
@floatingShadow
|
561
562
|
;
|
562
563
|
@redBoxShadow:
|
563
|
-
|
564
|
-
|
564
|
+
0 0 0 @borderWidth @redBorderColor inset,
|
565
|
+
@shadowShadow
|
565
566
|
;
|
566
567
|
@redBoxFloatingShadow:
|
567
|
-
|
568
|
-
|
568
|
+
0 0 0 @borderWidth @redBorderColor inset,
|
569
|
+
@floatingShadow
|
569
570
|
;
|
570
571
|
@orangeBoxShadow:
|
571
|
-
|
572
|
-
|
572
|
+
0 0 0 @borderWidth @orangeBorderColor inset,
|
573
|
+
@shadowShadow
|
573
574
|
;
|
574
575
|
@orangeBoxFloatingShadow:
|
575
|
-
|
576
|
-
|
576
|
+
0 0 0 @borderWidth @orangeBorderColor inset,
|
577
|
+
@floatingShadow
|
577
578
|
;
|
578
579
|
@yellowBoxShadow:
|
579
|
-
|
580
|
-
|
580
|
+
0 0 0 @borderWidth @yellowBorderColor inset,
|
581
|
+
@shadowShadow
|
581
582
|
;
|
582
583
|
@yellowBoxFloatingShadow:
|
583
|
-
|
584
|
-
|
584
|
+
0 0 0 @borderWidth @yellowBorderColor inset,
|
585
|
+
@floatingShadow
|
585
586
|
;
|
586
587
|
@oliveBoxShadow:
|
587
|
-
|
588
|
-
|
588
|
+
0 0 0 @borderWidth @oliveBorderColor inset,
|
589
|
+
@shadowShadow
|
589
590
|
;
|
590
591
|
@oliveBoxFloatingShadow:
|
591
|
-
|
592
|
-
|
592
|
+
0 0 0 @borderWidth @oliveBorderColor inset,
|
593
|
+
@floatingShadow
|
593
594
|
;
|
594
595
|
@greenBoxShadow:
|
595
|
-
|
596
|
-
|
596
|
+
0 0 0 @borderWidth @greenBorderColor inset,
|
597
|
+
@shadowShadow
|
597
598
|
;
|
598
599
|
@greenBoxFloatingShadow:
|
599
|
-
|
600
|
-
|
600
|
+
0 0 0 @borderWidth @greenBorderColor inset,
|
601
|
+
@floatingShadow
|
601
602
|
;
|
602
603
|
@tealBoxShadow:
|
603
|
-
|
604
|
-
|
604
|
+
0 0 0 @borderWidth @tealBorderColor inset,
|
605
|
+
@shadowShadow
|
605
606
|
;
|
606
607
|
@tealBoxFloatingShadow:
|
607
|
-
|
608
|
-
|
608
|
+
0 0 0 @borderWidth @tealBorderColor inset,
|
609
|
+
@floatingShadow
|
609
610
|
;
|
610
611
|
@blueBoxShadow:
|
611
|
-
|
612
|
-
|
612
|
+
0 0 0 @borderWidth @blueBorderColor inset,
|
613
|
+
@shadowShadow
|
613
614
|
;
|
614
615
|
@blueBoxFloatingShadow:
|
615
|
-
|
616
|
-
|
616
|
+
0 0 0 @borderWidth @blueBorderColor inset,
|
617
|
+
@floatingShadow
|
617
618
|
;
|
618
619
|
@violetBoxShadow:
|
619
|
-
|
620
|
-
|
620
|
+
0 0 0 @borderWidth @violetBorderColor inset,
|
621
|
+
@shadowShadow
|
621
622
|
;
|
622
623
|
@violetBoxFloatingShadow:
|
623
|
-
|
624
|
-
|
624
|
+
0 0 0 @borderWidth @violetBorderColor inset,
|
625
|
+
@floatingShadow
|
625
626
|
;
|
626
627
|
@purpleBoxShadow:
|
627
|
-
|
628
|
-
|
628
|
+
0 0 0 @borderWidth @purpleBorderColor inset,
|
629
|
+
@shadowShadow
|
629
630
|
;
|
630
631
|
@purpleBoxFloatingShadow:
|
631
|
-
|
632
|
-
|
632
|
+
0 0 0 @borderWidth @purpleBorderColor inset,
|
633
|
+
@floatingShadow
|
633
634
|
;
|
634
635
|
@pinkBoxShadow:
|
635
|
-
|
636
|
-
|
636
|
+
0 0 0 @borderWidth @pinkBorderColor inset,
|
637
|
+
@shadowShadow
|
637
638
|
;
|
638
639
|
@pinkBoxFloatingShadow:
|
639
|
-
|
640
|
-
|
640
|
+
0 0 0 @borderWidth @pinkBorderColor inset,
|
641
|
+
@floatingShadow
|
641
642
|
;
|
642
643
|
@brownBoxShadow:
|
643
|
-
|
644
|
-
|
644
|
+
0 0 0 @borderWidth @brownBorderColor inset,
|
645
|
+
@shadowShadow
|
645
646
|
;
|
646
647
|
@brownBoxFloatingShadow:
|
647
|
-
|
648
|
-
|
648
|
+
0 0 0 @borderWidth @brownBorderColor inset,
|
649
|
+
@floatingShadow
|
649
650
|
;
|
650
651
|
@greyBoxShadow:
|
651
|
-
|
652
|
-
|
652
|
+
0 0 0 @borderWidth @greyBorderColor inset,
|
653
|
+
@shadowShadow
|
653
654
|
;
|
654
655
|
@greyBoxFloatingShadow:
|
655
|
-
|
656
|
-
|
656
|
+
0 0 0 @borderWidth @greyBorderColor inset,
|
657
|
+
@floatingShadow
|
657
658
|
;
|
658
659
|
@blackBoxShadow:
|
659
|
-
|
660
|
-
|
660
|
+
0 0 0 @borderWidth @blackBorderColor inset,
|
661
|
+
@shadowShadow
|
661
662
|
;
|
662
663
|
@blackBoxFloatingShadow:
|
663
|
-
|
664
|
-
|
664
|
+
0 0 0 @borderWidth @blackBorderColor inset,
|
665
|
+
@floatingShadow
|
665
666
|
;
|
666
667
|
|
667
|
-
|
668
|
+
/* -------------------
|
668
669
|
Alpha Colors
|
669
|
-
|
670
|
+
-------------------- */
|
670
671
|
|
671
|
-
@subtleTransparentBlack
|
672
|
-
@transparentBlack
|
673
|
-
@strongTransparentBlack
|
672
|
+
@subtleTransparentBlack : rgba(0, 0, 0, 0.03);
|
673
|
+
@transparentBlack : rgba(0, 0, 0, 0.05);
|
674
|
+
@strongTransparentBlack : rgba(0, 0, 0, 0.10);
|
674
675
|
@veryStrongTransparentBlack : rgba(0, 0, 0, 0.15);
|
675
676
|
|
676
|
-
@subtleTransparentWhite
|
677
|
-
@transparentWhite
|
678
|
-
@strongTransparentWhite
|
677
|
+
@subtleTransparentWhite : rgba(255, 255, 255, 0.02);
|
678
|
+
@transparentWhite : rgba(255, 255, 255, 0.08);
|
679
|
+
@strongTransparentWhite : rgba(255, 255, 255, 0.15);
|
679
680
|
|
680
|
-
|
681
|
+
/* -------------------
|
681
682
|
Accents
|
682
|
-
|
683
|
+
-------------------- */
|
683
684
|
|
684
685
|
/* Differentiating Neutrals */
|
685
686
|
@subtleGradient: linear-gradient(transparent, @transparentBlack);
|
686
687
|
|
687
688
|
/* Differentiating Layers */
|
688
689
|
@subtleShadow:
|
689
|
-
|
690
|
+
0 1px 2px 0 @borderColor
|
690
691
|
;
|
691
692
|
@floatingShadow:
|
692
|
-
|
693
|
-
|
693
|
+
0 2px 4px 0 rgba(34, 36, 38, 0.12),
|
694
|
+
0 2px 10px 0 rgba(34, 36, 38, 0.15)
|
694
695
|
;
|
695
696
|
|
696
697
|
/*******************************
|
697
698
|
Power-User
|
698
699
|
*******************************/
|
699
700
|
|
700
|
-
|
701
|
-
/*-------------------
|
701
|
+
/* -------------------
|
702
702
|
Emotive Colors
|
703
|
-
|
703
|
+
-------------------- */
|
704
704
|
|
705
705
|
/* Positive */
|
706
|
-
@positiveColor
|
706
|
+
@positiveColor : @green;
|
707
707
|
@positiveBackgroundColor : #FCFFF5;
|
708
|
-
@positiveBorderColor
|
709
|
-
@positiveHeaderColor
|
710
|
-
@positiveTextColor
|
708
|
+
@positiveBorderColor : #A3C293;
|
709
|
+
@positiveHeaderColor : #1A531B;
|
710
|
+
@positiveTextColor : #2C662D;
|
711
711
|
|
712
712
|
/* Negative */
|
713
|
-
@negativeColor
|
713
|
+
@negativeColor : @red;
|
714
714
|
@negativeBackgroundColor : #FFF6F6;
|
715
|
-
@negativeBorderColor
|
716
|
-
@negativeHeaderColor
|
717
|
-
@negativeTextColor
|
715
|
+
@negativeBorderColor : #E0B4B4;
|
716
|
+
@negativeHeaderColor : #912D2B;
|
717
|
+
@negativeTextColor : #9F3A38;
|
718
718
|
|
719
719
|
/* Info */
|
720
|
-
@infoColor
|
721
|
-
@infoBackgroundColor
|
722
|
-
@infoBorderColor
|
723
|
-
@infoHeaderColor
|
724
|
-
@infoTextColor
|
720
|
+
@infoColor : #31CCEC;
|
721
|
+
@infoBackgroundColor : #F8FFFF;
|
722
|
+
@infoBorderColor : #A9D5DE;
|
723
|
+
@infoHeaderColor : #0E566C;
|
724
|
+
@infoTextColor : #276F86;
|
725
725
|
|
726
726
|
/* Warning */
|
727
|
-
@warningColor
|
728
|
-
@warningBorderColor
|
727
|
+
@warningColor : #F2C037;
|
728
|
+
@warningBorderColor : #C9BA9B;
|
729
729
|
@warningBackgroundColor : #FFFAF3;
|
730
|
-
@warningHeaderColor
|
731
|
-
@warningTextColor
|
730
|
+
@warningHeaderColor : #794B02;
|
731
|
+
@warningTextColor : #573A08;
|
732
732
|
|
733
|
-
|
733
|
+
/* -------------------
|
734
734
|
Paths
|
735
|
-
|
735
|
+
-------------------- */
|
736
736
|
|
737
737
|
/* For source only. Modified in gulp for dist */
|
738
738
|
@imagePath : '../../themes/default/assets/images';
|
739
|
-
@fontPath
|
739
|
+
@fontPath : '../../themes/default/assets/fonts';
|
740
740
|
|
741
|
-
|
741
|
+
/* -------------------
|
742
742
|
Em Sizes
|
743
|
-
|
743
|
+
-------------------- */
|
744
744
|
|
745
745
|
/*
|
746
746
|
This rounds @size values to the closest pixel then expresses that value in (r)em.
|
747
747
|
This ensures all size values round to exact pixels
|
748
748
|
*/
|
749
|
-
@miniRaw
|
750
|
-
@tinyRaw
|
751
|
-
@smallRaw
|
752
|
-
@mediumRaw
|
753
|
-
@largeRaw
|
754
|
-
@bigRaw
|
755
|
-
@hugeRaw
|
756
|
-
@massiveRaw
|
757
|
-
|
758
|
-
@mini
|
759
|
-
@tiny
|
760
|
-
@small
|
761
|
-
@medium
|
762
|
-
@large
|
763
|
-
@big
|
764
|
-
@huge
|
765
|
-
@massive
|
749
|
+
@miniRaw : unit( (round(@miniSize * @emSize) / @emSize ));
|
750
|
+
@tinyRaw : unit( (round(@tinySize * @emSize) / @emSize ));
|
751
|
+
@smallRaw : unit( (round(@smallSize * @emSize) / @emSize ));
|
752
|
+
@mediumRaw : unit( (round(@mediumSize * @emSize) / @emSize ));
|
753
|
+
@largeRaw : unit( (round(@largeSize * @emSize) / @emSize ));
|
754
|
+
@bigRaw : unit( (round(@bigSize * @emSize) / @emSize ));
|
755
|
+
@hugeRaw : unit( (round(@hugeSize * @emSize) / @emSize ));
|
756
|
+
@massiveRaw : unit( (round(@massiveSize * @emSize) / @emSize ));
|
757
|
+
|
758
|
+
@mini : unit( @miniRaw, rem);
|
759
|
+
@tiny : unit( @tinyRaw, rem);
|
760
|
+
@small : unit( @smallRaw, rem);
|
761
|
+
@medium : unit( @mediumRaw, rem);
|
762
|
+
@large : unit( @largeRaw, rem);
|
763
|
+
@big : unit( @bigRaw, rem);
|
764
|
+
@huge : unit( @hugeRaw, rem);
|
765
|
+
@massive : unit( @massiveRaw, rem);
|
766
766
|
|
767
767
|
/* em */
|
768
|
-
@relativeMini
|
769
|
-
@relativeTiny
|
770
|
-
@relativeSmall
|
771
|
-
@relativeMedium
|
772
|
-
@relativeLarge
|
773
|
-
@relativeBig
|
774
|
-
@relativeHuge
|
768
|
+
@relativeMini : unit( @miniRaw, em);
|
769
|
+
@relativeTiny : unit( @tinyRaw, em);
|
770
|
+
@relativeSmall : unit( @smallRaw, em);
|
771
|
+
@relativeMedium : unit( @mediumRaw, em);
|
772
|
+
@relativeLarge : unit( @largeRaw, em);
|
773
|
+
@relativeBig : unit( @bigRaw, em);
|
774
|
+
@relativeHuge : unit( @hugeRaw, em);
|
775
775
|
@relativeMassive : unit( @massiveRaw, em);
|
776
776
|
|
777
777
|
/* rem */
|
778
|
-
@absoluteMini
|
779
|
-
@absoluteTiny
|
780
|
-
@absoluteSmall
|
781
|
-
@absoluteMedium
|
782
|
-
@absoluteLarge
|
783
|
-
@absoluteBig
|
784
|
-
@absoluteHuge
|
778
|
+
@absoluteMini : unit( @miniRaw, rem);
|
779
|
+
@absoluteTiny : unit( @tinyRaw, rem);
|
780
|
+
@absoluteSmall : unit( @smallRaw, rem);
|
781
|
+
@absoluteMedium : unit( @mediumRaw, rem);
|
782
|
+
@absoluteLarge : unit( @largeRaw, rem);
|
783
|
+
@absoluteBig : unit( @bigRaw, rem);
|
784
|
+
@absoluteHuge : unit( @hugeRaw, rem);
|
785
785
|
@absoluteMassive : unit( @massiveRaw, rem);
|
786
786
|
|
787
|
-
|
787
|
+
/* -------------------
|
788
788
|
Icons
|
789
|
-
|
789
|
+
-------------------- */
|
790
790
|
|
791
791
|
/* Maximum Glyph Width of Icon */
|
792
792
|
@iconWidth : 1.18em;
|
793
793
|
|
794
|
-
|
794
|
+
/* -------------------
|
795
795
|
Neutral Text
|
796
|
-
|
796
|
+
-------------------- */
|
797
797
|
|
798
|
-
@darkTextColor
|
799
|
-
@mutedTextColor
|
800
|
-
@lightTextColor
|
798
|
+
@darkTextColor : rgba(0, 0, 0, 0.85);
|
799
|
+
@mutedTextColor : rgba(0, 0, 0, 0.6);
|
800
|
+
@lightTextColor : rgba(0, 0, 0, 0.4);
|
801
801
|
|
802
|
-
@unselectedTextColor
|
803
|
-
@hoveredTextColor
|
804
|
-
@pressedTextColor
|
805
|
-
@selectedTextColor
|
802
|
+
@unselectedTextColor : rgba(0, 0, 0, 0.4);
|
803
|
+
@hoveredTextColor : rgba(0, 0, 0, 0.8);
|
804
|
+
@pressedTextColor : rgba(0, 0, 0, 0.9);
|
805
|
+
@selectedTextColor : rgba(0, 0, 0, 0.95);
|
806
806
|
|
807
|
-
@invertedTextColor
|
808
|
-
@invertedMutedTextColor
|
809
|
-
@invertedLightTextColor
|
807
|
+
@invertedTextColor : rgba(255, 255, 255, 0.9);
|
808
|
+
@invertedMutedTextColor : rgba(255, 255, 255, 0.8);
|
809
|
+
@invertedLightTextColor : rgba(255, 255, 255, 0.7);
|
810
810
|
@invertedUnselectedTextColor : rgba(255, 255, 255, 0.5);
|
811
|
-
@invertedHoveredTextColor
|
812
|
-
@invertedPressedTextColor
|
813
|
-
@invertedSelectedTextColor
|
811
|
+
@invertedHoveredTextColor : rgba(255, 255, 255, 1);
|
812
|
+
@invertedPressedTextColor : rgba(255, 255, 255, 1);
|
813
|
+
@invertedSelectedTextColor : rgba(255, 255, 255, 1);
|
814
814
|
|
815
|
-
|
815
|
+
/* -------------------
|
816
816
|
Brand Colors
|
817
|
-
|
817
|
+
-------------------- */
|
818
818
|
|
819
|
-
@facebookColor
|
820
|
-
@twitterColor
|
819
|
+
@facebookColor : #3B5998;
|
820
|
+
@twitterColor : #1DA1F2;
|
821
821
|
@googlePlusColor : #DD4B39;
|
822
|
-
@linkedInColor
|
823
|
-
@youtubeColor
|
824
|
-
@pinterestColor
|
825
|
-
@vkColor
|
826
|
-
@instagramColor
|
827
|
-
@telegramColor
|
828
|
-
@whatsAppColor
|
829
|
-
|
830
|
-
|
822
|
+
@linkedInColor : #0077B5;
|
823
|
+
@youtubeColor : #FF0000;
|
824
|
+
@pinterestColor : #BD081C;
|
825
|
+
@vkColor : #45668E;
|
826
|
+
@instagramColor : #49769C;
|
827
|
+
@telegramColor : #0088CC;
|
828
|
+
@whatsAppColor : #25D366;
|
829
|
+
|
830
|
+
/* -------------------
|
831
831
|
Borders
|
832
|
-
|
832
|
+
-------------------- */
|
833
833
|
|
834
|
-
@circularRadius
|
834
|
+
@circularRadius : 500rem;
|
835
835
|
|
836
|
-
@borderColor
|
837
|
-
@strongBorderColor
|
838
|
-
@internalBorderColor
|
839
|
-
@selectedBorderColor
|
836
|
+
@borderColor : rgba(34, 36, 38, 0.15);
|
837
|
+
@strongBorderColor : rgba(34, 36, 38, 0.22);
|
838
|
+
@internalBorderColor : rgba(34, 36, 38, 0.1);
|
839
|
+
@selectedBorderColor : rgba(34, 36, 38, 0.35);
|
840
840
|
@strongSelectedBorderColor : rgba(34, 36, 38, 0.5);
|
841
|
-
@disabledBorderColor
|
841
|
+
@disabledBorderColor : rgba(34, 36, 38, 0.5);
|
842
842
|
|
843
|
-
@solidInternalBorderColor
|
844
|
-
@solidBorderColor
|
845
|
-
@solidSelectedBorderColor
|
843
|
+
@solidInternalBorderColor : #FAFAFA;
|
844
|
+
@solidBorderColor : #D4D4D5;
|
845
|
+
@solidSelectedBorderColor : #BCBDBD;
|
846
846
|
|
847
|
-
@whiteBorderColor
|
848
|
-
@selectedWhiteBorderColor
|
847
|
+
@whiteBorderColor : rgba(255, 255, 255, 0.1);
|
848
|
+
@selectedWhiteBorderColor : rgba(255, 255, 255, 0.8);
|
849
849
|
|
850
|
-
@solidWhiteBorderColor
|
850
|
+
@solidWhiteBorderColor : #555555;
|
851
851
|
@selectedSolidWhiteBorderColor : #999999;
|
852
852
|
|
853
|
-
|
854
|
-
/*-------------------
|
853
|
+
/* -------------------
|
855
854
|
Derived Values
|
856
|
-
|
855
|
+
-------------------- */
|
857
856
|
|
858
857
|
/* Loaders Position Offset */
|
859
858
|
@loaderOffset : -(@loaderSize / 2);
|
@@ -866,30 +865,29 @@
|
|
866
865
|
@glyphWidth: 1.1em;
|
867
866
|
|
868
867
|
/* Used to match floats with text */
|
869
|
-
@lineHeightOffset
|
868
|
+
@lineHeightOffset : ((@lineHeight - 1em) / 2);
|
870
869
|
@headerLineHeightOffset : ((@headerLineHeight - 1em) / 2);
|
871
870
|
|
872
871
|
/* Header Spacing */
|
873
|
-
@headerTopMargin
|
872
|
+
@headerTopMargin : e(%("calc(2rem - %d)", @headerLineHeightOffset));
|
874
873
|
@headerBottomMargin : 1rem;
|
875
|
-
@headerMargin
|
874
|
+
@headerMargin : @headerTopMargin 0 @headerBottomMargin;
|
876
875
|
|
877
876
|
/* Minimum Mobile Width */
|
878
|
-
@pageMinWidth
|
877
|
+
@pageMinWidth : 320px;
|
879
878
|
|
880
879
|
/* Positive / Negative Dupes */
|
881
880
|
@successBackgroundColor : @positiveBackgroundColor;
|
882
|
-
@successColor
|
883
|
-
@successBorderColor
|
884
|
-
@successHeaderColor
|
885
|
-
@successTextColor
|
886
|
-
|
887
|
-
@errorBackgroundColor : @negativeBackgroundColor;
|
888
|
-
@errorColor : @negativeColor;
|
889
|
-
@errorBorderColor : @negativeBorderColor;
|
890
|
-
@errorHeaderColor : @negativeHeaderColor;
|
891
|
-
@errorTextColor : @negativeTextColor;
|
881
|
+
@successColor : @positiveColor;
|
882
|
+
@successBorderColor : @positiveBorderColor;
|
883
|
+
@successHeaderColor : @positiveHeaderColor;
|
884
|
+
@successTextColor : @positiveTextColor;
|
892
885
|
|
886
|
+
@errorBackgroundColor : @negativeBackgroundColor;
|
887
|
+
@errorColor : @negativeColor;
|
888
|
+
@errorBorderColor : @negativeBorderColor;
|
889
|
+
@errorHeaderColor : @negativeHeaderColor;
|
890
|
+
@errorTextColor : @negativeTextColor;
|
893
891
|
|
894
892
|
/* Responsive */
|
895
893
|
@largestMobileScreen : (@tabletBreakpoint - 0.02px);
|
@@ -897,10 +895,10 @@
|
|
897
895
|
@largestSmallMonitor : (@largeMonitorBreakpoint - 0.02px);
|
898
896
|
@largestLargeMonitor : (@widescreenMonitorBreakpoint - 0.02px);
|
899
897
|
|
900
|
-
|
901
|
-
/*-------------------
|
898
|
+
/* -------------------
|
902
899
|
Exact Pixel Values
|
903
|
-
|
900
|
+
-------------------- */
|
901
|
+
|
904
902
|
/*
|
905
903
|
These are used to specify exact pixel values in em
|
906
904
|
for things like borders that remain constantly
|
@@ -911,15 +909,15 @@
|
|
911
909
|
|
912
910
|
*/
|
913
911
|
|
914
|
-
@1px
|
915
|
-
@2px
|
916
|
-
@3px
|
917
|
-
@4px
|
918
|
-
@5px
|
919
|
-
@6px
|
920
|
-
@7px
|
921
|
-
@8px
|
922
|
-
@9px
|
912
|
+
@1px : unit( (1 / @emSize), rem);
|
913
|
+
@2px : unit( (2 / @emSize), rem);
|
914
|
+
@3px : unit( (3 / @emSize), rem);
|
915
|
+
@4px : unit( (4 / @emSize), rem);
|
916
|
+
@5px : unit( (5 / @emSize), rem);
|
917
|
+
@6px : unit( (6 / @emSize), rem);
|
918
|
+
@7px : unit( (7 / @emSize), rem);
|
919
|
+
@8px : unit( (8 / @emSize), rem);
|
920
|
+
@9px : unit( (9 / @emSize), rem);
|
923
921
|
@10px : unit( (10 / @emSize), rem);
|
924
922
|
@11px : unit( (11 / @emSize), rem);
|
925
923
|
@12px : unit( (12 / @emSize), rem);
|
@@ -976,15 +974,15 @@
|
|
976
974
|
@63px : unit( (63 / @emSize), rem);
|
977
975
|
@64px : unit( (64 / @emSize), rem);
|
978
976
|
|
979
|
-
@relative1px
|
980
|
-
@relative2px
|
981
|
-
@relative3px
|
982
|
-
@relative4px
|
983
|
-
@relative5px
|
984
|
-
@relative6px
|
985
|
-
@relative7px
|
986
|
-
@relative8px
|
987
|
-
@relative9px
|
977
|
+
@relative1px : unit( (1 / @emSize), em);
|
978
|
+
@relative2px : unit( (2 / @emSize), em);
|
979
|
+
@relative3px : unit( (3 / @emSize), em);
|
980
|
+
@relative4px : unit( (4 / @emSize), em);
|
981
|
+
@relative5px : unit( (5 / @emSize), em);
|
982
|
+
@relative6px : unit( (6 / @emSize), em);
|
983
|
+
@relative7px : unit( (7 / @emSize), em);
|
984
|
+
@relative8px : unit( (8 / @emSize), em);
|
985
|
+
@relative9px : unit( (9 / @emSize), em);
|
988
986
|
@relative10px : unit( (10 / @emSize), em);
|
989
987
|
@relative11px : unit( (11 / @emSize), em);
|
990
988
|
@relative12px : unit( (12 / @emSize), em);
|
@@ -1042,408 +1040,407 @@
|
|
1042
1040
|
@relative64px : unit( (64 / @emSize), em);
|
1043
1041
|
|
1044
1042
|
/* Columns */
|
1045
|
-
@oneWide
|
1046
|
-
@twoWide
|
1047
|
-
@threeWide
|
1048
|
-
@fourWide
|
1049
|
-
@fiveWide
|
1050
|
-
@sixWide
|
1051
|
-
@sevenWide
|
1052
|
-
@eightWide
|
1053
|
-
@nineWide
|
1054
|
-
@tenWide
|
1055
|
-
@elevenWide
|
1056
|
-
@twelveWide
|
1057
|
-
@thirteenWide
|
1058
|
-
@fourteenWide
|
1059
|
-
@fifteenWide
|
1060
|
-
@sixteenWide
|
1061
|
-
|
1062
|
-
@oneColumn
|
1063
|
-
@twoColumn
|
1064
|
-
@threeColumn
|
1065
|
-
@fourColumn
|
1066
|
-
@fiveColumn
|
1067
|
-
@sixColumn
|
1068
|
-
@sevenColumn
|
1069
|
-
@eightColumn
|
1070
|
-
@nineColumn
|
1071
|
-
@tenColumn
|
1072
|
-
@elevenColumn
|
1073
|
-
@twelveColumn
|
1043
|
+
@oneWide : (1 / @columnCount * 100%);
|
1044
|
+
@twoWide : (2 / @columnCount * 100%);
|
1045
|
+
@threeWide : (3 / @columnCount * 100%);
|
1046
|
+
@fourWide : (4 / @columnCount * 100%);
|
1047
|
+
@fiveWide : (5 / @columnCount * 100%);
|
1048
|
+
@sixWide : (6 / @columnCount * 100%);
|
1049
|
+
@sevenWide : (7 / @columnCount * 100%);
|
1050
|
+
@eightWide : (8 / @columnCount * 100%);
|
1051
|
+
@nineWide : (9 / @columnCount * 100%);
|
1052
|
+
@tenWide : (10 / @columnCount * 100%);
|
1053
|
+
@elevenWide : (11 / @columnCount * 100%);
|
1054
|
+
@twelveWide : (12 / @columnCount * 100%);
|
1055
|
+
@thirteenWide : (13 / @columnCount * 100%);
|
1056
|
+
@fourteenWide : (14 / @columnCount * 100%);
|
1057
|
+
@fifteenWide : (15 / @columnCount * 100%);
|
1058
|
+
@sixteenWide : (16 / @columnCount * 100%);
|
1059
|
+
|
1060
|
+
@oneColumn : (1 / 1 * 100%);
|
1061
|
+
@twoColumn : (1 / 2 * 100%);
|
1062
|
+
@threeColumn : (1 / 3 * 100%);
|
1063
|
+
@fourColumn : (1 / 4 * 100%);
|
1064
|
+
@fiveColumn : (1 / 5 * 100%);
|
1065
|
+
@sixColumn : (1 / 6 * 100%);
|
1066
|
+
@sevenColumn : (1 / 7 * 100%);
|
1067
|
+
@eightColumn : (1 / 8 * 100%);
|
1068
|
+
@nineColumn : (1 / 9 * 100%);
|
1069
|
+
@tenColumn : (1 / 10 * 100%);
|
1070
|
+
@elevenColumn : (1 / 11 * 100%);
|
1071
|
+
@twelveColumn : (1 / 12 * 100%);
|
1074
1072
|
@thirteenColumn : (1 / 13 * 100%);
|
1075
1073
|
@fourteenColumn : (1 / 14 * 100%);
|
1076
|
-
@fifteenColumn
|
1077
|
-
@sixteenColumn
|
1078
|
-
|
1074
|
+
@fifteenColumn : (1 / 15 * 100%);
|
1075
|
+
@sixteenColumn : (1 / 16 * 100%);
|
1079
1076
|
|
1080
1077
|
/*******************************
|
1081
1078
|
States
|
1082
1079
|
*******************************/
|
1083
1080
|
|
1084
|
-
|
1081
|
+
/* -------------------
|
1085
1082
|
Disabled
|
1086
|
-
|
1083
|
+
-------------------- */
|
1087
1084
|
|
1088
1085
|
@disabledOpacity: 0.45;
|
1086
|
+
@disabledPointerEvents: none;
|
1089
1087
|
@disabledTextColor: rgba(40, 40, 40, 0.3);
|
1090
1088
|
@invertedDisabledTextColor: rgba(225, 225, 225, 0.3);
|
1091
1089
|
|
1092
|
-
|
1090
|
+
/* -------------------
|
1093
1091
|
Hover
|
1094
|
-
|
1092
|
+
-------------------- */
|
1095
1093
|
|
1096
|
-
|
1094
|
+
/* --- Shadows --- */
|
1097
1095
|
@floatingShadowHover:
|
1098
|
-
|
1099
|
-
|
1096
|
+
0 2px 4px 0 rgba(34, 36, 38, 0.15),
|
1097
|
+
0 2px 10px 0 rgba(34, 36, 38, 0.25)
|
1100
1098
|
;
|
1101
1099
|
|
1102
|
-
|
1103
|
-
@primaryColorHover
|
1104
|
-
@secondaryColorHover
|
1105
|
-
@lightPrimaryColorHover
|
1100
|
+
/* --- Colors --- */
|
1101
|
+
@primaryColorHover : saturate(darken(@primaryColor, 5), 10, relative);
|
1102
|
+
@secondaryColorHover : saturate(lighten(@secondaryColor, 5), 10, relative);
|
1103
|
+
@lightPrimaryColorHover : saturate(darken(@lightPrimaryColor, 10), 10, relative);
|
1106
1104
|
@lightSecondaryColorHover : saturate(lighten(@lightSecondaryColor, 10), 10, relative);
|
1107
1105
|
|
1108
|
-
@redHover
|
1109
|
-
@orangeHover
|
1110
|
-
@yellowHover
|
1111
|
-
@oliveHover
|
1112
|
-
@greenHover
|
1113
|
-
@tealHover
|
1114
|
-
@blueHover
|
1115
|
-
@violetHover
|
1116
|
-
@purpleHover
|
1117
|
-
@pinkHover
|
1118
|
-
@brownHover
|
1119
|
-
|
1120
|
-
@lightRedHover
|
1121
|
-
@lightOrangeHover
|
1122
|
-
@lightYellowHover
|
1123
|
-
@lightOliveHover
|
1124
|
-
@lightGreenHover
|
1125
|
-
@lightTealHover
|
1126
|
-
@lightBlueHover
|
1127
|
-
@lightVioletHover
|
1128
|
-
@lightPurpleHover
|
1129
|
-
@lightPinkHover
|
1130
|
-
@lightBrownHover
|
1131
|
-
@lightGreyHover
|
1132
|
-
@lightBlackHover
|
1133
|
-
|
1134
|
-
|
1135
|
-
@positiveColorHover
|
1136
|
-
@negativeColorHover
|
1137
|
-
|
1138
|
-
|
1139
|
-
@facebookHoverColor
|
1140
|
-
@twitterHoverColor
|
1141
|
-
@googlePlusHoverColor
|
1142
|
-
@linkedInHoverColor
|
1143
|
-
@youtubeHoverColor
|
1144
|
-
@instagramHoverColor
|
1145
|
-
@pinterestHoverColor
|
1146
|
-
@vkHoverColor
|
1147
|
-
@telegramHoverColor
|
1148
|
-
@whatsAppHoverColor
|
1149
|
-
|
1150
|
-
|
1151
|
-
@fullBlackHover
|
1152
|
-
@blackHover
|
1153
|
-
@greyHover
|
1154
|
-
|
1155
|
-
|
1156
|
-
@whiteHover
|
1157
|
-
@offWhiteHover
|
1158
|
-
@darkWhiteHover
|
1159
|
-
|
1160
|
-
|
1106
|
+
@redHover : saturate(darken(@red, 5), 10, relative);
|
1107
|
+
@orangeHover : saturate(darken(@orange, 5), 10, relative);
|
1108
|
+
@yellowHover : saturate(darken(@yellow, 5), 10, relative);
|
1109
|
+
@oliveHover : saturate(darken(@olive, 5), 10, relative);
|
1110
|
+
@greenHover : saturate(darken(@green, 5), 10, relative);
|
1111
|
+
@tealHover : saturate(darken(@teal, 5), 10, relative);
|
1112
|
+
@blueHover : saturate(darken(@blue, 5), 10, relative);
|
1113
|
+
@violetHover : saturate(darken(@violet, 5), 10, relative);
|
1114
|
+
@purpleHover : saturate(darken(@purple, 5), 10, relative);
|
1115
|
+
@pinkHover : saturate(darken(@pink, 5), 10, relative);
|
1116
|
+
@brownHover : saturate(darken(@brown, 5), 10, relative);
|
1117
|
+
|
1118
|
+
@lightRedHover : saturate(darken(@lightRed, 10), 10, relative);
|
1119
|
+
@lightOrangeHover : saturate(darken(@lightOrange, 10), 10, relative);
|
1120
|
+
@lightYellowHover : saturate(darken(@lightYellow, 10), 10, relative);
|
1121
|
+
@lightOliveHover : saturate(darken(@lightOlive, 10), 10, relative);
|
1122
|
+
@lightGreenHover : saturate(darken(@lightGreen, 10), 10, relative);
|
1123
|
+
@lightTealHover : saturate(darken(@lightTeal, 10), 10, relative);
|
1124
|
+
@lightBlueHover : saturate(darken(@lightBlue, 10), 10, relative);
|
1125
|
+
@lightVioletHover : saturate(darken(@lightViolet, 10), 10, relative);
|
1126
|
+
@lightPurpleHover : saturate(darken(@lightPurple, 10), 10, relative);
|
1127
|
+
@lightPinkHover : saturate(darken(@lightPink, 10), 10, relative);
|
1128
|
+
@lightBrownHover : saturate(darken(@lightBrown, 10), 10, relative);
|
1129
|
+
@lightGreyHover : saturate(darken(@lightGrey, 10), 10, relative);
|
1130
|
+
@lightBlackHover : saturate(darken(@fullBlack, 10), 10, relative);
|
1131
|
+
|
1132
|
+
/* --- Emotive --- */
|
1133
|
+
@positiveColorHover : saturate(darken(@positiveColor, 5), 10, relative);
|
1134
|
+
@negativeColorHover : saturate(darken(@negativeColor, 5), 10, relative);
|
1135
|
+
|
1136
|
+
/* --- Brand --- */
|
1137
|
+
@facebookHoverColor : saturate(darken(@facebookColor, 5), 10, relative);
|
1138
|
+
@twitterHoverColor : saturate(darken(@twitterColor, 5), 10, relative);
|
1139
|
+
@googlePlusHoverColor : saturate(darken(@googlePlusColor, 5), 10, relative);
|
1140
|
+
@linkedInHoverColor : saturate(darken(@linkedInColor, 5), 10, relative);
|
1141
|
+
@youtubeHoverColor : saturate(darken(@youtubeColor, 5), 10, relative);
|
1142
|
+
@instagramHoverColor : saturate(darken(@instagramColor, 5), 10, relative);
|
1143
|
+
@pinterestHoverColor : saturate(darken(@pinterestColor, 5), 10, relative);
|
1144
|
+
@vkHoverColor : saturate(darken(@vkColor, 5), 10, relative);
|
1145
|
+
@telegramHoverColor : saturate(darken(@telegramColor, 5), 10, relative);
|
1146
|
+
@whatsAppHoverColor : saturate(darken(@whatsAppColor, 5), 10, relative);
|
1147
|
+
|
1148
|
+
/* --- Dark Tones --- */
|
1149
|
+
@fullBlackHover : lighten(@fullBlack, 5);
|
1150
|
+
@blackHover : lighten(@black, 5);
|
1151
|
+
@greyHover : lighten(@grey, 5);
|
1152
|
+
|
1153
|
+
/* --- Light Tones --- */
|
1154
|
+
@whiteHover : darken(@white, 5);
|
1155
|
+
@offWhiteHover : darken(@offWhite, 5);
|
1156
|
+
@darkWhiteHover : darken(@darkWhite, 5);
|
1157
|
+
|
1158
|
+
/* -------------------
|
1161
1159
|
Focus
|
1162
|
-
|
1160
|
+
-------------------- */
|
1163
1161
|
|
1164
|
-
|
1165
|
-
@primaryColorFocus
|
1166
|
-
@secondaryColorFocus
|
1167
|
-
@lightPrimaryColorFocus
|
1162
|
+
/* --- Colors --- */
|
1163
|
+
@primaryColorFocus : saturate(darken(@primaryColor, 8), 20, relative);
|
1164
|
+
@secondaryColorFocus : saturate(lighten(@secondaryColor, 8), 20, relative);
|
1165
|
+
@lightPrimaryColorFocus : saturate(darken(@lightPrimaryColor, 8), 20, relative);
|
1168
1166
|
@lightSecondaryColorFocus : saturate(lighten(@lightSecondaryColor, 8), 20, relative);
|
1169
1167
|
|
1170
|
-
@redFocus
|
1171
|
-
@orangeFocus
|
1172
|
-
@yellowFocus
|
1173
|
-
@oliveFocus
|
1174
|
-
@greenFocus
|
1175
|
-
@tealFocus
|
1176
|
-
@blueFocus
|
1177
|
-
@violetFocus
|
1178
|
-
@purpleFocus
|
1179
|
-
@pinkFocus
|
1180
|
-
@brownFocus
|
1181
|
-
|
1182
|
-
@lightRedFocus
|
1183
|
-
@lightOrangeFocus
|
1184
|
-
@lightYellowFocus
|
1185
|
-
@lightOliveFocus
|
1186
|
-
@lightGreenFocus
|
1187
|
-
@lightTealFocus
|
1188
|
-
@lightBlueFocus
|
1189
|
-
@lightVioletFocus
|
1190
|
-
@lightPurpleFocus
|
1191
|
-
@lightPinkFocus
|
1192
|
-
@lightBrownFocus
|
1193
|
-
@lightGreyFocus
|
1194
|
-
@lightBlackFocus
|
1195
|
-
|
1196
|
-
|
1197
|
-
@positiveColorFocus
|
1198
|
-
@negativeColorFocus
|
1199
|
-
|
1200
|
-
|
1201
|
-
@facebookFocusColor
|
1202
|
-
@twitterFocusColor
|
1203
|
-
@googlePlusFocusColor
|
1204
|
-
@linkedInFocusColor
|
1205
|
-
@youtubeFocusColor
|
1206
|
-
@instagramFocusColor
|
1207
|
-
@pinterestFocusColor
|
1208
|
-
@vkFocusColor
|
1209
|
-
@telegramFocusColor
|
1210
|
-
@whatsAppFocusColor
|
1211
|
-
|
1212
|
-
|
1213
|
-
@fullBlackFocus
|
1214
|
-
@blackFocus
|
1215
|
-
@greyFocus
|
1216
|
-
|
1217
|
-
|
1218
|
-
@whiteFocus
|
1219
|
-
@offWhiteFocus
|
1220
|
-
@darkWhiteFocus
|
1221
|
-
|
1222
|
-
|
1223
|
-
/*-------------------
|
1168
|
+
@redFocus : saturate(darken(@red, 8), 20, relative);
|
1169
|
+
@orangeFocus : saturate(darken(@orange, 8), 20, relative);
|
1170
|
+
@yellowFocus : saturate(darken(@yellow, 8), 20, relative);
|
1171
|
+
@oliveFocus : saturate(darken(@olive, 8), 20, relative);
|
1172
|
+
@greenFocus : saturate(darken(@green, 8), 20, relative);
|
1173
|
+
@tealFocus : saturate(darken(@teal, 8), 20, relative);
|
1174
|
+
@blueFocus : saturate(darken(@blue, 8), 20, relative);
|
1175
|
+
@violetFocus : saturate(darken(@violet, 8), 20, relative);
|
1176
|
+
@purpleFocus : saturate(darken(@purple, 8), 20, relative);
|
1177
|
+
@pinkFocus : saturate(darken(@pink, 8), 20, relative);
|
1178
|
+
@brownFocus : saturate(darken(@brown, 8), 20, relative);
|
1179
|
+
|
1180
|
+
@lightRedFocus : saturate(darken(@lightRed, 8), 20, relative);
|
1181
|
+
@lightOrangeFocus : saturate(darken(@lightOrange, 8), 20, relative);
|
1182
|
+
@lightYellowFocus : saturate(darken(@lightYellow, 8), 20, relative);
|
1183
|
+
@lightOliveFocus : saturate(darken(@lightOlive, 8), 20, relative);
|
1184
|
+
@lightGreenFocus : saturate(darken(@lightGreen, 8), 20, relative);
|
1185
|
+
@lightTealFocus : saturate(darken(@lightTeal, 8), 20, relative);
|
1186
|
+
@lightBlueFocus : saturate(darken(@lightBlue, 8), 20, relative);
|
1187
|
+
@lightVioletFocus : saturate(darken(@lightViolet, 8), 20, relative);
|
1188
|
+
@lightPurpleFocus : saturate(darken(@lightPurple, 8), 20, relative);
|
1189
|
+
@lightPinkFocus : saturate(darken(@lightPink, 8), 20, relative);
|
1190
|
+
@lightBrownFocus : saturate(darken(@lightBrown, 8), 20, relative);
|
1191
|
+
@lightGreyFocus : saturate(darken(@lightGrey, 8), 20, relative);
|
1192
|
+
@lightBlackFocus : saturate(darken(@fullBlack, 8), 20, relative);
|
1193
|
+
|
1194
|
+
/* --- Emotive --- */
|
1195
|
+
@positiveColorFocus : saturate(darken(@positiveColor, 8), 20, relative);
|
1196
|
+
@negativeColorFocus : saturate(darken(@negativeColor, 8), 20, relative);
|
1197
|
+
|
1198
|
+
/* --- Brand --- */
|
1199
|
+
@facebookFocusColor : saturate(darken(@facebookColor, 8), 20, relative);
|
1200
|
+
@twitterFocusColor : saturate(darken(@twitterColor, 8), 20, relative);
|
1201
|
+
@googlePlusFocusColor : saturate(darken(@googlePlusColor, 8), 20, relative);
|
1202
|
+
@linkedInFocusColor : saturate(darken(@linkedInColor, 8), 20, relative);
|
1203
|
+
@youtubeFocusColor : saturate(darken(@youtubeColor, 8), 20, relative);
|
1204
|
+
@instagramFocusColor : saturate(darken(@instagramColor, 8), 20, relative);
|
1205
|
+
@pinterestFocusColor : saturate(darken(@pinterestColor, 8), 20, relative);
|
1206
|
+
@vkFocusColor : saturate(darken(@vkColor, 8), 20, relative);
|
1207
|
+
@telegramFocusColor : saturate(darken(@telegramColor, 8), 20, relative);
|
1208
|
+
@whatsAppFocusColor : saturate(darken(@whatsAppColor, 8), 20, relative);
|
1209
|
+
|
1210
|
+
/* --- Dark Tones --- */
|
1211
|
+
@fullBlackFocus : lighten(@fullBlack, 8);
|
1212
|
+
@blackFocus : lighten(@black, 8);
|
1213
|
+
@greyFocus : lighten(@grey, 8);
|
1214
|
+
|
1215
|
+
/* --- Light Tones --- */
|
1216
|
+
@whiteFocus : darken(@white, 8);
|
1217
|
+
@offWhiteFocus : darken(@offWhite, 8);
|
1218
|
+
@darkWhiteFocus : darken(@darkWhite, 8);
|
1219
|
+
|
1220
|
+
/* -------------------
|
1224
1221
|
Down (:active)
|
1225
|
-
|
1222
|
+
-------------------- */
|
1226
1223
|
|
1227
|
-
|
1228
|
-
@primaryColorDown
|
1229
|
-
@secondaryColorDown
|
1230
|
-
@lightPrimaryColorDown
|
1224
|
+
/* --- Colors --- */
|
1225
|
+
@primaryColorDown : darken(@primaryColor, 10);
|
1226
|
+
@secondaryColorDown : lighten(@secondaryColor, 10);
|
1227
|
+
@lightPrimaryColorDown : darken(@lightPrimaryColor, 10);
|
1231
1228
|
@lightSecondaryColorDown : lighten(@lightSecondaryColor, 10);
|
1232
1229
|
|
1233
|
-
@redDown
|
1234
|
-
@orangeDown
|
1235
|
-
@yellowDown
|
1236
|
-
@oliveDown
|
1237
|
-
@greenDown
|
1238
|
-
@tealDown
|
1239
|
-
@blueDown
|
1240
|
-
@violetDown
|
1241
|
-
@purpleDown
|
1242
|
-
@pinkDown
|
1243
|
-
@brownDown
|
1244
|
-
|
1245
|
-
@lightRedDown
|
1246
|
-
@lightOrangeDown
|
1247
|
-
@lightYellowDown
|
1248
|
-
@lightOliveDown
|
1249
|
-
@lightGreenDown
|
1250
|
-
@lightTealDown
|
1251
|
-
@lightBlueDown
|
1252
|
-
@lightVioletDown
|
1253
|
-
@lightPurpleDown
|
1254
|
-
@lightPinkDown
|
1255
|
-
@lightBrownDown
|
1256
|
-
@lightGreyDown
|
1257
|
-
@lightBlackDown
|
1258
|
-
|
1259
|
-
|
1260
|
-
@positiveColorDown
|
1261
|
-
@negativeColorDown
|
1262
|
-
|
1263
|
-
|
1264
|
-
@facebookDownColor
|
1265
|
-
@twitterDownColor
|
1266
|
-
@googlePlusDownColor
|
1267
|
-
@linkedInDownColor
|
1268
|
-
@youtubeDownColor
|
1269
|
-
@instagramDownColor
|
1270
|
-
@pinterestDownColor
|
1271
|
-
@vkDownColor
|
1272
|
-
@telegramDownColor
|
1273
|
-
@whatsAppDownColor
|
1274
|
-
|
1275
|
-
|
1276
|
-
@fullBlackDown
|
1277
|
-
@blackDown
|
1278
|
-
@greyDown
|
1279
|
-
|
1280
|
-
|
1281
|
-
@whiteDown
|
1282
|
-
@offWhiteDown
|
1283
|
-
@darkWhiteDown
|
1284
|
-
|
1285
|
-
|
1286
|
-
/*-------------------
|
1230
|
+
@redDown : darken(@red, 10);
|
1231
|
+
@orangeDown : darken(@orange, 10);
|
1232
|
+
@yellowDown : darken(@yellow, 10);
|
1233
|
+
@oliveDown : darken(@olive, 10);
|
1234
|
+
@greenDown : darken(@green, 10);
|
1235
|
+
@tealDown : darken(@teal, 10);
|
1236
|
+
@blueDown : darken(@blue, 10);
|
1237
|
+
@violetDown : darken(@violet, 10);
|
1238
|
+
@purpleDown : darken(@purple, 10);
|
1239
|
+
@pinkDown : darken(@pink, 10);
|
1240
|
+
@brownDown : darken(@brown, 10);
|
1241
|
+
|
1242
|
+
@lightRedDown : darken(@lightRed, 10);
|
1243
|
+
@lightOrangeDown : darken(@lightOrange, 10);
|
1244
|
+
@lightYellowDown : darken(@lightYellow, 10);
|
1245
|
+
@lightOliveDown : darken(@lightOlive, 10);
|
1246
|
+
@lightGreenDown : darken(@lightGreen, 10);
|
1247
|
+
@lightTealDown : darken(@lightTeal, 10);
|
1248
|
+
@lightBlueDown : darken(@lightBlue, 10);
|
1249
|
+
@lightVioletDown : darken(@lightViolet, 10);
|
1250
|
+
@lightPurpleDown : darken(@lightPurple, 10);
|
1251
|
+
@lightPinkDown : darken(@lightPink, 10);
|
1252
|
+
@lightBrownDown : darken(@lightBrown, 10);
|
1253
|
+
@lightGreyDown : darken(@lightGrey, 10);
|
1254
|
+
@lightBlackDown : darken(@fullBlack, 10);
|
1255
|
+
|
1256
|
+
/* --- Emotive --- */
|
1257
|
+
@positiveColorDown : darken(@positiveColor, 10);
|
1258
|
+
@negativeColorDown : darken(@negativeColor, 10);
|
1259
|
+
|
1260
|
+
/* --- Brand --- */
|
1261
|
+
@facebookDownColor : darken(@facebookColor, 10);
|
1262
|
+
@twitterDownColor : darken(@twitterColor, 10);
|
1263
|
+
@googlePlusDownColor : darken(@googlePlusColor, 10);
|
1264
|
+
@linkedInDownColor : darken(@linkedInColor, 10);
|
1265
|
+
@youtubeDownColor : darken(@youtubeColor, 10);
|
1266
|
+
@instagramDownColor : darken(@instagramColor, 10);
|
1267
|
+
@pinterestDownColor : darken(@pinterestColor, 10);
|
1268
|
+
@vkDownColor : darken(@vkColor, 10);
|
1269
|
+
@telegramDownColor : darken(@telegramColor, 10);
|
1270
|
+
@whatsAppDownColor : darken(@whatsAppColor, 10);
|
1271
|
+
|
1272
|
+
/* --- Dark Tones --- */
|
1273
|
+
@fullBlackDown : lighten(@fullBlack, 10);
|
1274
|
+
@blackDown : lighten(@black, 10);
|
1275
|
+
@greyDown : lighten(@grey, 10);
|
1276
|
+
|
1277
|
+
/* --- Light Tones --- */
|
1278
|
+
@whiteDown : darken(@white, 10);
|
1279
|
+
@offWhiteDown : darken(@offWhite, 10);
|
1280
|
+
@darkWhiteDown : darken(@darkWhite, 10);
|
1281
|
+
|
1282
|
+
/* -------------------
|
1287
1283
|
Active
|
1288
|
-
|
1284
|
+
-------------------- */
|
1289
1285
|
|
1290
|
-
|
1291
|
-
@primaryColorActive
|
1292
|
-
@secondaryColorActive
|
1293
|
-
@lightPrimaryColorActive
|
1286
|
+
/* --- Colors --- */
|
1287
|
+
@primaryColorActive : saturate(darken(@primaryColor, 5), 15, relative);
|
1288
|
+
@secondaryColorActive : saturate(lighten(@secondaryColor, 5), 15, relative);
|
1289
|
+
@lightPrimaryColorActive : saturate(darken(@lightPrimaryColor, 5), 15, relative);
|
1294
1290
|
@lightSecondaryColorActive : saturate(lighten(@lightSecondaryColor, 5), 15, relative);
|
1295
1291
|
|
1296
|
-
@redActive
|
1297
|
-
@orangeActive
|
1298
|
-
@yellowActive
|
1299
|
-
@oliveActive
|
1300
|
-
@greenActive
|
1301
|
-
@tealActive
|
1302
|
-
@blueActive
|
1303
|
-
@violetActive
|
1304
|
-
@purpleActive
|
1305
|
-
@pinkActive
|
1306
|
-
@brownActive
|
1307
|
-
|
1308
|
-
@lightRedActive
|
1309
|
-
@lightOrangeActive
|
1310
|
-
@lightYellowActive
|
1311
|
-
@lightOliveActive
|
1312
|
-
@lightGreenActive
|
1313
|
-
@lightTealActive
|
1314
|
-
@lightBlueActive
|
1315
|
-
@lightVioletActive
|
1316
|
-
@lightPurpleActive
|
1317
|
-
@lightPinkActive
|
1318
|
-
@lightBrownActive
|
1319
|
-
@lightGreyActive
|
1320
|
-
@lightBlackActive
|
1321
|
-
|
1322
|
-
|
1323
|
-
@positiveColorActive
|
1324
|
-
@negativeColorActive
|
1325
|
-
|
1326
|
-
|
1327
|
-
@facebookActiveColor
|
1328
|
-
@twitterActiveColor
|
1329
|
-
@googlePlusActiveColor
|
1330
|
-
@linkedInActiveColor
|
1331
|
-
@youtubeActiveColor
|
1332
|
-
@instagramActiveColor
|
1333
|
-
@pinterestActiveColor
|
1334
|
-
@vkActiveColor
|
1335
|
-
@telegramActiveColor
|
1336
|
-
@whatsAppActiveColor
|
1337
|
-
|
1338
|
-
|
1339
|
-
@fullBlackActive
|
1340
|
-
@blackActive
|
1341
|
-
@greyActive
|
1342
|
-
|
1343
|
-
|
1344
|
-
@whiteActive
|
1345
|
-
@offWhiteActive
|
1346
|
-
@darkWhiteActive
|
1347
|
-
|
1348
|
-
|
1349
|
-
@primaryTertiaryColor
|
1350
|
-
@primaryTertiaryColorHover
|
1351
|
-
@primaryTertiaryColorFocus
|
1352
|
-
@primaryTertiaryColorActive
|
1353
|
-
@secondaryTertiaryColor
|
1292
|
+
@redActive : saturate(darken(@red, 5), 15, relative);
|
1293
|
+
@orangeActive : saturate(darken(@orange, 5), 15, relative);
|
1294
|
+
@yellowActive : saturate(darken(@yellow, 5), 15, relative);
|
1295
|
+
@oliveActive : saturate(darken(@olive, 5), 15, relative);
|
1296
|
+
@greenActive : saturate(darken(@green, 5), 15, relative);
|
1297
|
+
@tealActive : saturate(darken(@teal, 5), 15, relative);
|
1298
|
+
@blueActive : saturate(darken(@blue, 5), 15, relative);
|
1299
|
+
@violetActive : saturate(darken(@violet, 5), 15, relative);
|
1300
|
+
@purpleActive : saturate(darken(@purple, 5), 15, relative);
|
1301
|
+
@pinkActive : saturate(darken(@pink, 5), 15, relative);
|
1302
|
+
@brownActive : saturate(darken(@brown, 5), 15, relative);
|
1303
|
+
|
1304
|
+
@lightRedActive : saturate(darken(@lightRed, 5), 15, relative);
|
1305
|
+
@lightOrangeActive : saturate(darken(@lightOrange, 5), 15, relative);
|
1306
|
+
@lightYellowActive : saturate(darken(@lightYellow, 5), 15, relative);
|
1307
|
+
@lightOliveActive : saturate(darken(@lightOlive, 5), 15, relative);
|
1308
|
+
@lightGreenActive : saturate(darken(@lightGreen, 5), 15, relative);
|
1309
|
+
@lightTealActive : saturate(darken(@lightTeal, 5), 15, relative);
|
1310
|
+
@lightBlueActive : saturate(darken(@lightBlue, 5), 15, relative);
|
1311
|
+
@lightVioletActive : saturate(darken(@lightViolet, 5), 15, relative);
|
1312
|
+
@lightPurpleActive : saturate(darken(@lightPurple, 5), 15, relative);
|
1313
|
+
@lightPinkActive : saturate(darken(@lightPink, 5), 15, relative);
|
1314
|
+
@lightBrownActive : saturate(darken(@lightBrown, 5), 15, relative);
|
1315
|
+
@lightGreyActive : saturate(darken(@lightGrey, 5), 15, relative);
|
1316
|
+
@lightBlackActive : saturate(darken(@fullBlack, 5), 15, relative);
|
1317
|
+
|
1318
|
+
/* --- Emotive --- */
|
1319
|
+
@positiveColorActive : saturate(darken(@positiveColor, 5), 15, relative);
|
1320
|
+
@negativeColorActive : saturate(darken(@negativeColor, 5), 15, relative);
|
1321
|
+
|
1322
|
+
/* --- Brand --- */
|
1323
|
+
@facebookActiveColor : saturate(darken(@facebookColor, 5), 15, relative);
|
1324
|
+
@twitterActiveColor : saturate(darken(@twitterColor, 5), 15, relative);
|
1325
|
+
@googlePlusActiveColor : saturate(darken(@googlePlusColor, 5), 15, relative);
|
1326
|
+
@linkedInActiveColor : saturate(darken(@linkedInColor, 5), 15, relative);
|
1327
|
+
@youtubeActiveColor : saturate(darken(@youtubeColor, 5), 15, relative);
|
1328
|
+
@instagramActiveColor : saturate(darken(@instagramColor, 5), 15, relative);
|
1329
|
+
@pinterestActiveColor : saturate(darken(@pinterestColor, 5), 15, relative);
|
1330
|
+
@vkActiveColor : saturate(darken(@vkColor, 5), 15, relative);
|
1331
|
+
@telegramActiveColor : saturate(darken(@telegramColor, 5), 15, relative);
|
1332
|
+
@whatsAppActiveColor : saturate(darken(@whatsAppColor, 5), 15, relative);
|
1333
|
+
|
1334
|
+
/* --- Dark Tones --- */
|
1335
|
+
@fullBlackActive : darken(@fullBlack, 5);
|
1336
|
+
@blackActive : darken(@black, 5);
|
1337
|
+
@greyActive : darken(@grey, 5);
|
1338
|
+
|
1339
|
+
/* --- Light Tones --- */
|
1340
|
+
@whiteActive : darken(@white, 5);
|
1341
|
+
@offWhiteActive : darken(@offWhite, 5);
|
1342
|
+
@darkWhiteActive : darken(@darkWhite, 5);
|
1343
|
+
|
1344
|
+
/* --- Tertiary --- */
|
1345
|
+
@primaryTertiaryColor : saturate(@primaryColor, 20%);
|
1346
|
+
@primaryTertiaryColorHover : desaturate(@primaryColorHover, 20%);
|
1347
|
+
@primaryTertiaryColorFocus : desaturate(@primaryColorFocus, 20%);
|
1348
|
+
@primaryTertiaryColorActive : saturate(@primaryColorActive, 20%);
|
1349
|
+
@secondaryTertiaryColor : saturate(@secondaryColor, 20%);
|
1354
1350
|
@secondaryTertiaryColorHover : desaturate(@secondaryColorHover, 20%);
|
1355
1351
|
@secondaryTertiaryColorFocus : desaturate(@secondaryColorFocus, 20%);
|
1356
1352
|
@secondaryTertiaryColorActive: saturate(@secondaryColorActive, 20%);
|
1357
|
-
@redTertiaryColor
|
1358
|
-
@redTertiaryColorHover
|
1359
|
-
@redTertiaryColorFocus
|
1360
|
-
@redTertiaryColorActive
|
1361
|
-
@orangeTertiaryColor
|
1362
|
-
@orangeTertiaryColorHover
|
1363
|
-
@orangeTertiaryColorFocus
|
1364
|
-
@orangeTertiaryColorActive
|
1365
|
-
@yellowTertiaryColor
|
1366
|
-
@yellowTertiaryColorHover
|
1367
|
-
@yellowTertiaryColorFocus
|
1368
|
-
@yellowTertiaryColorActive
|
1369
|
-
@oliveTertiaryColor
|
1370
|
-
@oliveTertiaryColorHover
|
1371
|
-
@oliveTertiaryColorFocus
|
1372
|
-
@oliveTertiaryColorActive
|
1373
|
-
@greenTertiaryColor
|
1374
|
-
@greenTertiaryColorHover
|
1375
|
-
@greenTertiaryColorFocus
|
1376
|
-
@greenTertiaryColorActive
|
1377
|
-
@tealTertiaryColor
|
1378
|
-
@tealTertiaryColorHover
|
1379
|
-
@tealTertiaryColorFocus
|
1380
|
-
@tealTertiaryColorActive
|
1381
|
-
@blueTertiaryColor
|
1382
|
-
@blueTertiaryColorHover
|
1383
|
-
@blueTertiaryColorFocus
|
1384
|
-
@blueTertiaryColorActive
|
1385
|
-
@violetTertiaryColor
|
1386
|
-
@violetTertiaryColorHover
|
1387
|
-
@violetTertiaryColorFocus
|
1388
|
-
@violetTertiaryColorActive
|
1389
|
-
@purpleTertiaryColor
|
1390
|
-
@purpleTertiaryColorHover
|
1391
|
-
@purpleTertiaryColorFocus
|
1392
|
-
@purpleTertiaryColorActive
|
1393
|
-
@pinkTertiaryColor
|
1394
|
-
@pinkTertiaryColorHover
|
1395
|
-
@pinkTertiaryColorFocus
|
1396
|
-
@pinkTertiaryColorActive
|
1397
|
-
@brownTertiaryColor
|
1398
|
-
@brownTertiaryColorHover
|
1399
|
-
@brownTertiaryColorFocus
|
1400
|
-
@brownTertiaryColorActive
|
1401
|
-
@greyTertiaryColor
|
1402
|
-
@greyTertiaryColorHover
|
1403
|
-
@greyTertiaryColorFocus
|
1404
|
-
@greyTertiaryColorActive
|
1405
|
-
@blackTertiaryColor
|
1406
|
-
@blackTertiaryColorHover
|
1407
|
-
@blackTertiaryColorFocus
|
1408
|
-
@blackTertiaryColorActive
|
1409
|
-
|
1410
|
-
|
1411
|
-
@primaryBright
|
1412
|
-
@secondaryBright
|
1413
|
-
@redBright
|
1414
|
-
@orangeBright
|
1415
|
-
@yellowBright
|
1416
|
-
@oliveBright
|
1417
|
-
@greenBright
|
1418
|
-
@tealBright
|
1419
|
-
@blueBright
|
1420
|
-
@violetBright
|
1421
|
-
@purpleBright
|
1422
|
-
@pinkBright
|
1423
|
-
@brownBright
|
1424
|
-
@greyBright
|
1425
|
-
@blackBright
|
1426
|
-
|
1427
|
-
@primaryBrightHover
|
1353
|
+
@redTertiaryColor : saturate(@red, 20%);
|
1354
|
+
@redTertiaryColorHover : desaturate(@redHover, 20%);
|
1355
|
+
@redTertiaryColorFocus : desaturate(@redFocus, 20%);
|
1356
|
+
@redTertiaryColorActive : saturate(@redActive, 20%);
|
1357
|
+
@orangeTertiaryColor : saturate(@orange, 20%);
|
1358
|
+
@orangeTertiaryColorHover : desaturate(@orangeHover, 20%);
|
1359
|
+
@orangeTertiaryColorFocus : desaturate(@orangeFocus, 20%);
|
1360
|
+
@orangeTertiaryColorActive : saturate(@orangeActive, 20%);
|
1361
|
+
@yellowTertiaryColor : saturate(@yellow, 20%);
|
1362
|
+
@yellowTertiaryColorHover : desaturate(@yellowHover, 20%);
|
1363
|
+
@yellowTertiaryColorFocus : desaturate(@yellowFocus, 20%);
|
1364
|
+
@yellowTertiaryColorActive : saturate(@yellowActive, 20%);
|
1365
|
+
@oliveTertiaryColor : saturate(@olive, 20%);
|
1366
|
+
@oliveTertiaryColorHover : desaturate(@oliveHover, 20%);
|
1367
|
+
@oliveTertiaryColorFocus : desaturate(@oliveFocus, 20%);
|
1368
|
+
@oliveTertiaryColorActive : saturate(@oliveActive, 20%);
|
1369
|
+
@greenTertiaryColor : saturate(@green, 20%);
|
1370
|
+
@greenTertiaryColorHover : desaturate(@greenHover, 20%);
|
1371
|
+
@greenTertiaryColorFocus : desaturate(@greenFocus, 20%);
|
1372
|
+
@greenTertiaryColorActive : saturate(@greenActive, 20%);
|
1373
|
+
@tealTertiaryColor : saturate(@teal, 20%);
|
1374
|
+
@tealTertiaryColorHover : desaturate(@tealHover, 20%);
|
1375
|
+
@tealTertiaryColorFocus : desaturate(@tealFocus, 20%);
|
1376
|
+
@tealTertiaryColorActive : saturate(@tealActive, 20%);
|
1377
|
+
@blueTertiaryColor : saturate(@blue, 20%);
|
1378
|
+
@blueTertiaryColorHover : desaturate(@blueHover, 20%);
|
1379
|
+
@blueTertiaryColorFocus : desaturate(@blueFocus, 20%);
|
1380
|
+
@blueTertiaryColorActive : saturate(@blueActive, 20%);
|
1381
|
+
@violetTertiaryColor : saturate(@violet, 20%);
|
1382
|
+
@violetTertiaryColorHover : desaturate(@violetHover, 20%);
|
1383
|
+
@violetTertiaryColorFocus : desaturate(@violetFocus, 20%);
|
1384
|
+
@violetTertiaryColorActive : saturate(@violetActive, 20%);
|
1385
|
+
@purpleTertiaryColor : saturate(@purple, 20%);
|
1386
|
+
@purpleTertiaryColorHover : desaturate(@purpleHover, 20%);
|
1387
|
+
@purpleTertiaryColorFocus : desaturate(@purpleFocus, 20%);
|
1388
|
+
@purpleTertiaryColorActive : saturate(@purpleActive, 20%);
|
1389
|
+
@pinkTertiaryColor : saturate(@pink, 20%);
|
1390
|
+
@pinkTertiaryColorHover : desaturate(@pinkHover, 20%);
|
1391
|
+
@pinkTertiaryColorFocus : desaturate(@pinkFocus, 20%);
|
1392
|
+
@pinkTertiaryColorActive : saturate(@pinkActive, 20%);
|
1393
|
+
@brownTertiaryColor : saturate(@brown, 20%);
|
1394
|
+
@brownTertiaryColorHover : desaturate(@brownHover, 20%);
|
1395
|
+
@brownTertiaryColorFocus : desaturate(@brownFocus, 20%);
|
1396
|
+
@brownTertiaryColorActive : saturate(@brownActive, 20%);
|
1397
|
+
@greyTertiaryColor : darken(@grey, 5%);
|
1398
|
+
@greyTertiaryColorHover : lighten(@greyHover, 5%);
|
1399
|
+
@greyTertiaryColorFocus : lighten(@greyFocus, 8%);
|
1400
|
+
@greyTertiaryColorActive : darken(@greyActive, 5%);
|
1401
|
+
@blackTertiaryColor : lighten(@black, 20%);
|
1402
|
+
@blackTertiaryColorHover : lighten(@blackHover, 40%);
|
1403
|
+
@blackTertiaryColorFocus : lighten(@blackFocus, 40%);
|
1404
|
+
@blackTertiaryColorActive : lighten(@blackActive, 20%);
|
1405
|
+
|
1406
|
+
/* --- Bright --- */
|
1407
|
+
@primaryBright : screen(@lightPrimaryColor,@blendingBaseColor);
|
1408
|
+
@secondaryBright : screen(@lightSecondaryColor,@blendingBaseColor);
|
1409
|
+
@redBright : screen(@lightRed,@blendingBaseColor);
|
1410
|
+
@orangeBright : screen(@lightOrange,@blendingBaseColor);
|
1411
|
+
@yellowBright : screen(@lightYellow,@blendingBaseColor);
|
1412
|
+
@oliveBright : screen(@lightOlive,@blendingBaseColor);
|
1413
|
+
@greenBright : screen(@lightGreen,@blendingBaseColor);
|
1414
|
+
@tealBright : screen(@lightTeal,@blendingBaseColor);
|
1415
|
+
@blueBright : screen(@lightBlue,@blendingBaseColor);
|
1416
|
+
@violetBright : screen(@lightViolet,@blendingBaseColor);
|
1417
|
+
@purpleBright : screen(@lightPurple,@blendingBaseColor);
|
1418
|
+
@pinkBright : screen(@lightPink,@blendingBaseColor);
|
1419
|
+
@brownBright : screen(@lightBrown,@blendingBaseColor);
|
1420
|
+
@greyBright : @lightGrey;
|
1421
|
+
@blackBright : @lightBlack;
|
1422
|
+
|
1423
|
+
@primaryBrightHover : screen(@lightPrimaryColorHover,@blendingBaseColor);
|
1428
1424
|
@secondaryBrightHover : screen(@lightSecondaryColorHover,@blendingBaseColor);
|
1429
|
-
@redBrightHover
|
1430
|
-
@orangeBrightHover
|
1431
|
-
@yellowBrightHover
|
1432
|
-
@oliveBrightHover
|
1433
|
-
@greenBrightHover
|
1434
|
-
@tealBrightHover
|
1435
|
-
@blueBrightHover
|
1436
|
-
@violetBrightHover
|
1437
|
-
@purpleBrightHover
|
1438
|
-
@pinkBrightHover
|
1439
|
-
@brownBrightHover
|
1440
|
-
@greyBrightHover
|
1441
|
-
@blackBrightHover
|
1425
|
+
@redBrightHover : screen(@lightRedHover,@blendingBaseColor);
|
1426
|
+
@orangeBrightHover : screen(@lightOrangeHover,@blendingBaseColor);
|
1427
|
+
@yellowBrightHover : screen(@lightYellowHover,@blendingBaseColor);
|
1428
|
+
@oliveBrightHover : screen(@lightOliveHover,@blendingBaseColor);
|
1429
|
+
@greenBrightHover : screen(@lightGreenHover,@blendingBaseColor);
|
1430
|
+
@tealBrightHover : screen(@lightTealHover,@blendingBaseColor);
|
1431
|
+
@blueBrightHover : screen(@lightBlueHover,@blendingBaseColor);
|
1432
|
+
@violetBrightHover : screen(@lightVioletHover,@blendingBaseColor);
|
1433
|
+
@purpleBrightHover : screen(@lightPurpleHover,@blendingBaseColor);
|
1434
|
+
@pinkBrightHover : screen(@lightPinkHover,@blendingBaseColor);
|
1435
|
+
@brownBrightHover : screen(@lightBrownHover,@blendingBaseColor);
|
1436
|
+
@greyBrightHover : @lightGreyHover;
|
1437
|
+
@blackBrightHover : @lightBlackHover;
|
1442
1438
|
|
1443
1439
|
/*******************************
|
1444
1440
|
States shared in Form-related components
|
1445
1441
|
*******************************/
|
1446
|
-
|
1442
|
+
|
1443
|
+
/* Form state */
|
1447
1444
|
@formErrorColor: @negativeTextColor;
|
1448
1445
|
@formErrorBorder: @negativeBorderColor;
|
1449
1446
|
@formErrorBackground: @negativeBackgroundColor;
|
@@ -1561,6 +1558,3 @@
|
|
1561
1558
|
|
1562
1559
|
@inputWarningPlaceholderColor: lighten(@formWarningColor, 40);
|
1563
1560
|
@inputWarningPlaceholderFocusColor: lighten(@formWarningColor, 30);
|
1564
|
-
|
1565
|
-
|
1566
|
-
|