fomantic-ui 2.9.1-beta.8 → 2.9.1
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/.eslint/eqeqeq-rule.js +18 -0
- package/.eslint/index.js +29 -0
- package/.eslint/no-extra-parens-rule.js +17 -0
- package/.eslint/package.json +11 -0
- package/.eslintrc.js +123 -0
- package/.github/auto_assign.yml +0 -1
- package/.github/workflows/ci.yml +37 -4
- package/.github/workflows/nightly.yml +1 -1
- package/.github/workflows/release.yml +1 -1
- package/.prettierrc.js +12 -0
- package/.stylelintrc.js +48 -0
- package/CHANGELOG.md +112 -0
- package/README.md +1 -1
- package/dist/components/accordion.css +35 -53
- package/dist/components/accordion.js +568 -595
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +3 -3
- package/dist/components/ad.css +34 -45
- package/dist/components/ad.min.css +2 -2
- package/dist/components/api.js +1157 -1179
- package/dist/components/api.min.js +3 -3
- package/dist/components/breadcrumb.css +5 -5
- package/dist/components/breadcrumb.min.css +2 -2
- package/dist/components/button.css +709 -1111
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +24 -27
- package/dist/components/calendar.js +1934 -1809
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +219 -365
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +120 -191
- package/dist/components/checkbox.js +842 -841
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +41 -59
- package/dist/components/comment.min.css +2 -2
- package/dist/components/container.css +7 -6
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +53 -172
- package/dist/components/dimmer.js +706 -737
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +43 -61
- package/dist/components/divider.min.css +2 -2
- package/dist/components/dropdown.css +252 -386
- package/dist/components/dropdown.js +4195 -4236
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +18 -29
- package/dist/components/embed.js +645 -675
- package/dist/components/embed.min.css +2 -2
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +3556 -3556
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +35 -57
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +270 -268
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +95 -141
- package/dist/components/flyout.js +1514 -1465
- package/dist/components/flyout.min.css +2 -2
- package/dist/components/flyout.min.js +3 -3
- package/dist/components/form.css +244 -339
- package/dist/components/form.js +2022 -2004
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +183 -329
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +118 -142
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +662 -745
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +39 -63
- package/dist/components/image.min.css +2 -2
- package/dist/components/input.css +356 -274
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +84 -131
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +359 -410
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +49 -70
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +67 -155
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +270 -431
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +125 -197
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +120 -154
- package/dist/components/modal.js +1544 -1486
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +3 -3
- package/dist/components/nag.css +53 -63
- package/dist/components/nag.js +520 -526
- package/dist/components/nag.min.css +2 -2
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +22 -42
- package/dist/components/placeholder.min.css +2 -2
- package/dist/components/popup.css +424 -202
- package/dist/components/popup.js +1456 -1456
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +3 -3
- package/dist/components/progress.css +106 -211
- package/dist/components/progress.js +969 -997
- package/dist/components/progress.min.css +2 -2
- package/dist/components/progress.min.js +3 -3
- package/dist/components/rail.css +15 -20
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +80 -121
- package/dist/components/rating.js +507 -523
- package/dist/components/rating.min.css +2 -2
- package/dist/components/rating.min.js +3 -3
- package/dist/components/reset.css +8 -13
- package/dist/components/reset.min.css +2 -2
- package/dist/components/reveal.css +44 -83
- package/dist/components/reveal.min.css +2 -2
- package/dist/components/search.css +69 -98
- package/dist/components/search.js +1520 -1534
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +148 -224
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +14 -30
- package/dist/components/shape.js +783 -810
- package/dist/components/shape.min.css +2 -2
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +103 -206
- package/dist/components/sidebar.js +1061 -1099
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +28 -41
- package/dist/components/site.js +436 -476
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +3 -3
- package/dist/components/slider.css +93 -121
- package/dist/components/slider.js +1310 -1311
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +638 -657
- package/dist/components/state.min.js +3 -3
- package/dist/components/statistic.css +75 -116
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +77 -150
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -5
- package/dist/components/sticky.js +847 -901
- package/dist/components/sticky.min.css +2 -2
- package/dist/components/sticky.min.js +3 -3
- package/dist/components/tab.css +10 -14
- package/dist/components/tab.js +902 -966
- package/dist/components/tab.min.css +2 -2
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +547 -774
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +32 -32
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +69 -147
- package/dist/components/toast.js +910 -884
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +299 -1356
- package/dist/components/transition.js +1048 -1077
- package/dist/components/transition.min.css +2 -2
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +1213 -1245
- package/dist/components/visibility.min.js +3 -3
- package/dist/semantic.css +9344 -12298
- package/dist/semantic.js +29181 -29423
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/basic/assets/fonts/icons.woff2 +0 -0
- package/dist/themes/github/assets/fonts/octicons.woff2 +0 -0
- package/examples/.eslintrc.js +6 -0
- package/examples/assets/library/jquery.min.js +2 -4
- package/examples/assets/show-examples.js +13 -13
- package/examples/attached.html +1 -1
- package/examples/bootstrap.html +1 -1
- package/examples/components/button.html +1 -1
- package/examples/components/card.html +6 -6
- package/examples/components/input.html +1 -1
- package/examples/components/menu.html +1 -1
- package/examples/components/site.html +1 -1
- package/examples/components/sticky-context.html +2 -2
- package/examples/components/table.html +1 -1
- package/examples/fixed.html +3 -3
- package/examples/grid.html +5 -5
- package/examples/homepage.html +1 -1
- package/examples/login.html +2 -2
- package/examples/responsive.html +2 -2
- package/examples/sticky.html +4 -4
- package/examples/theming.html +1 -1
- package/gulpfile.js +13 -11
- package/package.json +17 -8
- package/scripts/nightly-version.js +83 -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/_site/modules/embed.variables +3 -0
- package/src/definitions/behaviors/api.js +1158 -1180
- package/src/definitions/behaviors/form.js +2021 -2003
- package/src/definitions/behaviors/state.js +644 -663
- package/src/definitions/behaviors/visibility.js +1212 -1244
- package/src/definitions/collections/breadcrumb.less +43 -47
- package/src/definitions/collections/form.less +866 -884
- package/src/definitions/collections/grid.less +1681 -1699
- package/src/definitions/collections/menu.less +1522 -1544
- package/src/definitions/collections/message.less +294 -298
- package/src/definitions/collections/table.less +1657 -1661
- package/src/definitions/elements/button.less +1716 -1750
- package/src/definitions/elements/container.less +211 -211
- package/src/definitions/elements/divider.less +198 -211
- package/src/definitions/elements/emoji.less +41 -48
- package/src/definitions/elements/flag.less +46 -48
- package/src/definitions/elements/header.less +351 -359
- package/src/definitions/elements/icon.less +541 -484
- package/src/definitions/elements/image.less +216 -227
- package/src/definitions/elements/input.less +692 -699
- package/src/definitions/elements/label.less +784 -806
- package/src/definitions/elements/list.less +810 -814
- package/src/definitions/elements/loader.less +273 -268
- package/src/definitions/elements/placeholder.less +173 -170
- package/src/definitions/elements/rail.less +93 -93
- package/src/definitions/elements/reveal.less +192 -198
- package/src/definitions/elements/segment.less +742 -749
- package/src/definitions/elements/step.less +423 -437
- package/src/definitions/elements/text.less +34 -36
- package/src/definitions/globals/reset.less +11 -8
- package/src/definitions/globals/site.js +435 -475
- package/src/definitions/globals/site.less +108 -110
- package/src/definitions/modules/accordion.js +567 -594
- package/src/definitions/modules/accordion.less +244 -248
- package/src/definitions/modules/calendar.js +1933 -1808
- package/src/definitions/modules/calendar.less +100 -97
- package/src/definitions/modules/checkbox.js +841 -840
- package/src/definitions/modules/checkbox.less +531 -552
- package/src/definitions/modules/dimmer.js +705 -736
- package/src/definitions/modules/dimmer.less +294 -305
- package/src/definitions/modules/dropdown.js +4194 -4235
- package/src/definitions/modules/dropdown.less +1568 -1598
- package/src/definitions/modules/embed.js +644 -674
- package/src/definitions/modules/embed.less +82 -84
- package/src/definitions/modules/flyout.js +1513 -1464
- package/src/definitions/modules/flyout.less +453 -455
- package/src/definitions/modules/modal.js +1543 -1485
- package/src/definitions/modules/modal.less +459 -467
- package/src/definitions/modules/nag.js +519 -525
- package/src/definitions/modules/nag.less +136 -149
- package/src/definitions/modules/popup.js +1455 -1455
- package/src/definitions/modules/popup.less +738 -693
- package/src/definitions/modules/progress.js +968 -996
- package/src/definitions/modules/progress.less +523 -499
- package/src/definitions/modules/rating.js +506 -522
- package/src/definitions/modules/rating.less +98 -103
- package/src/definitions/modules/search.js +1519 -1533
- package/src/definitions/modules/search.less +374 -394
- package/src/definitions/modules/shape.js +782 -809
- package/src/definitions/modules/shape.less +70 -79
- package/src/definitions/modules/sidebar.js +1060 -1098
- package/src/definitions/modules/sidebar.less +463 -476
- package/src/definitions/modules/slider.js +1309 -1310
- package/src/definitions/modules/slider.less +309 -310
- package/src/definitions/modules/sticky.js +863 -917
- package/src/definitions/modules/sticky.less +17 -25
- package/src/definitions/modules/tab.js +901 -965
- package/src/definitions/modules/tab.less +48 -54
- package/src/definitions/modules/toast.js +909 -883
- package/src/definitions/modules/toast.less +589 -589
- package/src/definitions/modules/transition.js +1047 -1076
- package/src/definitions/modules/transition.less +58 -59
- package/src/definitions/views/ad.less +207 -208
- package/src/definitions/views/card.less +955 -973
- package/src/definitions/views/comment.less +192 -200
- package/src/definitions/views/feed.less +222 -226
- package/src/definitions/views/item.less +437 -448
- package/src/definitions/views/statistic.less +273 -279
- package/src/semantic.less +8 -6
- package/src/theme.config.example +53 -53
- package/src/theme.less +44 -35
- package/src/themes/amazon/elements/button.overrides +23 -24
- package/src/themes/amazon/elements/button.variables +18 -23
- package/src/themes/amazon/globals/site.variables +16 -17
- package/src/themes/basic/assets/fonts/icons.woff2 +0 -0
- 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 +9 -9
- package/src/themes/basic/elements/icon.overrides +9 -169
- package/src/themes/basic/elements/icon.variables +161 -18
- 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/modules/progress.variables +2 -2
- package/src/themes/basic/views/card.overrides +0 -1
- package/src/themes/basic/views/card.variables +6 -6
- package/src/themes/bookish/elements/header.overrides +4 -4
- package/src/themes/bookish/elements/header.variables +5 -5
- package/src/themes/bootstrap3/elements/button.overrides +3 -0
- package/src/themes/bootstrap3/elements/button.variables +20 -25
- package/src/themes/chubby/collections/form.overrides +9 -9
- package/src/themes/chubby/collections/form.variables +3 -3
- package/src/themes/chubby/collections/menu.overrides +3 -0
- package/src/themes/chubby/collections/menu.variables +3 -3
- package/src/themes/chubby/elements/button.overrides +8 -10
- package/src/themes/chubby/elements/button.variables +10 -10
- package/src/themes/chubby/elements/header.overrides +1 -1
- package/src/themes/chubby/elements/header.variables +4 -4
- package/src/themes/chubby/modules/accordion.overrides +2 -2
- package/src/themes/chubby/modules/accordion.variables +4 -4
- package/src/themes/chubby/views/comment.overrides +5 -5
- package/src/themes/chubby/views/comment.variables +11 -11
- package/src/themes/classic/collections/table.variables +3 -3
- package/src/themes/classic/elements/button.variables +36 -43
- package/src/themes/classic/elements/header.variables +4 -4
- package/src/themes/classic/modules/progress.variables +3 -3
- package/src/themes/classic/views/card.overrides +25 -27
- package/src/themes/classic/views/card.variables +7 -7
- package/src/themes/colored/modules/checkbox.overrides +3 -0
- package/src/themes/colored/modules/checkbox.variables +1 -3
- package/src/themes/default/collections/breadcrumb.variables +4 -4
- package/src/themes/default/collections/form.variables +15 -16
- package/src/themes/default/collections/grid.overrides +0 -1
- package/src/themes/default/collections/grid.variables +15 -16
- package/src/themes/default/collections/menu.variables +31 -45
- package/src/themes/default/collections/message.variables +84 -123
- package/src/themes/default/collections/table.overrides +3 -0
- package/src/themes/default/collections/table.variables +30 -34
- package/src/themes/default/elements/button.variables +44 -53
- package/src/themes/default/elements/container.variables +8 -16
- package/src/themes/default/elements/divider.overrides +8 -9
- package/src/themes/default/elements/divider.variables +5 -6
- package/src/themes/default/elements/emoji.overrides +0 -1
- package/src/themes/default/elements/emoji.variables +3556 -3556
- package/src/themes/default/elements/flag.variables +1595 -1595
- package/src/themes/default/elements/header.overrides +0 -1
- package/src/themes/default/elements/header.variables +21 -21
- package/src/themes/default/elements/icon.variables +2016 -2012
- package/src/themes/default/elements/image.variables +6 -7
- package/src/themes/default/elements/input.variables +11 -12
- package/src/themes/default/elements/label.variables +25 -26
- package/src/themes/default/elements/list.variables +17 -21
- package/src/themes/default/elements/loader.variables +16 -17
- package/src/themes/default/elements/placeholder.variables +12 -9
- package/src/themes/default/elements/rail.variables +4 -5
- package/src/themes/default/elements/reveal.variables +1 -1
- package/src/themes/default/elements/segment.variables +24 -36
- package/src/themes/default/elements/step.overrides +4 -4
- package/src/themes/default/elements/step.variables +19 -22
- 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 +63 -59
- package/src/themes/default/globals/reset.variables +1 -1
- package/src/themes/default/globals/site.variables +1074 -1123
- package/src/themes/default/globals/variation.variables +6 -4
- package/src/themes/default/modules/accordion.overrides +11 -11
- package/src/themes/default/modules/accordion.variables +15 -20
- 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 +9 -13
- package/src/themes/default/modules/checkbox.variables +24 -33
- package/src/themes/default/modules/dimmer.variables +14 -17
- package/src/themes/default/modules/dropdown.overrides +17 -17
- package/src/themes/default/modules/dropdown.variables +29 -31
- package/src/themes/default/modules/embed.variables +9 -13
- package/src/themes/default/modules/flyout.variables +10 -8
- package/src/themes/default/modules/modal.variables +64 -67
- 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 +17 -19
- package/src/themes/default/modules/rating.variables +10 -12
- package/src/themes/default/modules/search.variables +12 -17
- package/src/themes/default/modules/shape.variables +7 -8
- package/src/themes/default/modules/sidebar.variables +4 -4
- package/src/themes/default/modules/slider.variables +55 -54
- package/src/themes/default/modules/sticky.variables +1 -1
- package/src/themes/default/modules/toast.variables +8 -8
- package/src/themes/default/modules/transition.overrides +936 -915
- package/src/themes/default/modules/transition.variables +1 -1
- package/src/themes/default/views/ad.variables +1 -1
- package/src/themes/default/views/card.variables +33 -45
- package/src/themes/default/views/comment.variables +7 -9
- package/src/themes/default/views/feed.variables +10 -10
- package/src/themes/default/views/item.variables +20 -23
- 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 +4 -4
- package/src/themes/fixed-width/collections/grid.variables +4 -4
- package/src/themes/fixed-width/modules/modal.variables +11 -13
- package/src/themes/flat/collections/form.overrides +9 -9
- package/src/themes/flat/collections/form.variables +16 -17
- package/src/themes/flat/globals/site.variables +69 -74
- package/src/themes/github/assets/fonts/octicons.woff2 +0 -0
- 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 +16 -18
- 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 +24 -26
- package/src/themes/github/collections/message.overrides +3 -3
- package/src/themes/github/collections/message.variables +12 -14
- package/src/themes/github/collections/table.variables +2 -2
- package/src/themes/github/elements/button.overrides +0 -1
- package/src/themes/github/elements/button.variables +26 -30
- package/src/themes/github/elements/header.variables +2 -2
- package/src/themes/github/elements/icon.overrides +3 -208
- package/src/themes/github/elements/icon.variables +234 -19
- 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 +4 -5
- 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 +9 -10
- package/src/themes/github/elements/step.overrides +13 -13
- package/src/themes/github/elements/step.variables +6 -6
- package/src/themes/github/globals/site.variables +16 -16
- package/src/themes/github/modules/dropdown.overrides +18 -19
- package/src/themes/github/modules/dropdown.variables +8 -10
- package/src/themes/github/modules/popup.variables +0 -2
- package/src/themes/gmail/collections/message.overrides +3 -0
- package/src/themes/gmail/collections/message.variables +4 -4
- package/src/themes/instagram/views/card.overrides +4 -5
- package/src/themes/instagram/views/card.variables +7 -8
- package/src/themes/joypixels/elements/emoji.overrides +0 -2
- package/src/themes/joypixels/elements/emoji.variables +3554 -3554
- package/src/themes/material/collections/menu.overrides +1 -1
- package/src/themes/material/collections/menu.variables +4 -4
- package/src/themes/material/elements/button.overrides +7 -9
- package/src/themes/material/elements/button.variables +44 -46
- package/src/themes/material/elements/header.overrides +3 -3
- package/src/themes/material/elements/header.variables +8 -10
- package/src/themes/material/elements/icon.overrides +3 -934
- package/src/themes/material/elements/icon.variables +958 -18
- package/src/themes/material/globals/site.overrides +3 -0
- package/src/themes/material/globals/site.variables +83 -84
- package/src/themes/material/modules/dropdown.overrides +2 -2
- package/src/themes/material/modules/dropdown.variables +5 -5
- package/src/themes/material/modules/modal.overrides +3 -3
- package/src/themes/material/modules/modal.variables +4 -5
- package/src/themes/pulsar/elements/loader.overrides +23 -61
- package/src/themes/raised/elements/button.variables +8 -9
- package/src/themes/resetcss/globals/reset.overrides +115 -33
- package/src/themes/resetcss/globals/reset.variables +1 -1
- package/src/themes/round/elements/button.overrides +3 -0
- package/src/themes/round/elements/button.variables +33 -38
- package/src/themes/rtl/globals/site.overrides +1 -1
- 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 +6 -6
- package/src/themes/timeline/views/feed.overrides +12 -12
- package/src/themes/timeline/views/feed.variables +8 -8
- package/src/themes/twitter/elements/button.overrides +4 -5
- package/src/themes/twitter/elements/button.variables +17 -18
- package/src/themes/twitter/elements/emoji.variables +3556 -3556
- package/tasks/.eslintrc.js +9 -0
- package/tasks/README.md +2 -4
- package/tasks/admin/components/create.js +268 -277
- package/tasks/admin/components/init.js +123 -129
- package/tasks/admin/components/update.js +151 -158
- package/tasks/admin/distributions/create.js +183 -189
- package/tasks/admin/distributions/init.js +125 -131
- package/tasks/admin/distributions/update.js +147 -153
- package/tasks/admin/publish.js +5 -9
- package/tasks/admin/register.js +37 -39
- package/tasks/admin/release.js +8 -12
- package/tasks/build/assets.js +43 -40
- package/tasks/build/css.js +230 -217
- package/tasks/build/javascript.js +120 -114
- package/tasks/build.js +11 -11
- package/tasks/check-install.js +15 -17
- package/tasks/clean.js +6 -6
- package/tasks/collections/README.md +3 -5
- package/tasks/collections/admin.js +34 -36
- package/tasks/collections/build.js +19 -21
- package/tasks/collections/docs.js +11 -13
- package/tasks/collections/install.js +11 -13
- package/tasks/collections/rtl.js +9 -12
- package/tasks/collections/various.js +10 -12
- package/tasks/config/admin/github.js +17 -19
- package/tasks/config/admin/oauth.example.js +4 -4
- package/tasks/config/admin/release.js +98 -98
- package/tasks/config/admin/templates/README.md +8 -8
- package/tasks/config/admin/templates/bower.json +3 -2
- package/tasks/config/admin/templates/component-package.js +9 -10
- package/tasks/config/admin/templates/css-package.js +19 -21
- package/tasks/config/admin/templates/less-package.js +12 -14
- package/tasks/config/admin/templates/package.json +6 -6
- package/tasks/config/defaults.js +116 -116
- package/tasks/config/docs.js +23 -23
- package/tasks/config/npm/gulpfile.js +15 -14
- package/tasks/config/project/config.js +124 -136
- package/tasks/config/project/install.js +722 -719
- package/tasks/config/project/release.js +34 -41
- package/tasks/config/tasks.js +168 -167
- package/tasks/config/user.js +28 -32
- package/tasks/docs/build.js +100 -96
- package/tasks/docs/metadata.js +91 -98
- package/tasks/docs/serve.js +84 -82
- package/tasks/install.js +373 -382
- package/tasks/rtl/build.js +4 -3
- package/tasks/rtl/watch.js +4 -3
- package/tasks/version.js +4 -6
- package/tasks/watch.js +29 -31
- package/test/.eslintrc.js +23 -0
- package/test/meteor/assets.js +11 -14
- 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
- package/.github/workflows/codeql.yml +0 -68
@@ -5,136 +5,126 @@
|
|
5
5
|
@import "variation.variables";
|
6
6
|
@supportIE: true;
|
7
7
|
|
8
|
-
|
8
|
+
/* -------------------
|
9
9
|
Fonts
|
10
|
-
|
10
|
+
-------------------- */
|
11
11
|
|
12
|
-
@fontName
|
13
|
-
@fontFileNameLatin
|
14
|
-
@fontFileNameSupplement:
|
12
|
+
@fontName: "Lato";
|
13
|
+
@fontFileNameLatin: "LatoLatin";
|
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
|
25
|
-
@unicodeRangeSupplement
|
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
|
+
@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
|
-
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
|
-
};
|
29
|
+
@regularLatin: {
|
30
|
+
font-family: @fontName;
|
31
|
+
src: url("@{fontPath}/@{fontFileNameLatin}-Regular.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameLatin}-Regular.woff") format("woff"));
|
32
|
+
font-style: normal;
|
33
|
+
font-weight: @normal;
|
34
|
+
font-display: @fontDisplay;
|
35
|
+
text-rendering: @textRendering;
|
36
|
+
unicode-range: @unicodeRangeLatin;
|
37
|
+
};
|
38
|
+
@boldLatin: {
|
39
|
+
font-family: @fontName;
|
40
|
+
src: url("@{fontPath}/@{fontFileNameLatin}-Bold.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameLatin}-Bold.woff") format("woff"));
|
41
|
+
font-style: normal;
|
42
|
+
font-weight: @bold;
|
43
|
+
font-display: @fontDisplay;
|
44
|
+
text-rendering: @textRendering;
|
45
|
+
unicode-range: @unicodeRangeLatin;
|
46
|
+
};
|
47
|
+
@italicLatin: {
|
48
|
+
font-family: @fontName;
|
49
|
+
src: url("@{fontPath}/@{fontFileNameLatin}-Italic.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameLatin}-Italic.woff") format("woff"));
|
50
|
+
font-style: italic;
|
51
|
+
font-weight: @normal;
|
52
|
+
font-display: @fontDisplay;
|
53
|
+
text-rendering: @textRendering;
|
54
|
+
unicode-range: @unicodeRangeLatin;
|
55
|
+
};
|
56
|
+
@boldItalicLatin: {
|
57
|
+
font-family: @fontName;
|
58
|
+
src: url("@{fontPath}/@{fontFileNameLatin}-BoldItalic.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameLatin}-BoldItalic.woff") format("woff"));
|
59
|
+
font-style: italic;
|
60
|
+
font-weight: @bold;
|
61
|
+
font-display: @fontDisplay;
|
62
|
+
text-rendering: @textRendering;
|
63
|
+
unicode-range: @unicodeRangeLatin;
|
64
|
+
};
|
65
|
+
@regularSupplement: {
|
66
|
+
font-family: @fontName;
|
67
|
+
src: url("@{fontPath}/@{fontFileNameSupplement}-Regular.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameSupplement}-Regular.woff") format("woff"));
|
68
|
+
font-style: normal;
|
69
|
+
font-weight: @normal;
|
70
|
+
font-display: @fontDisplay;
|
71
|
+
text-rendering: @textRendering;
|
72
|
+
unicode-range: @unicodeRangeSupplement;
|
73
|
+
};
|
74
|
+
@boldSupplement: {
|
75
|
+
font-family: @fontName;
|
76
|
+
src: url("@{fontPath}/@{fontFileNameSupplement}-Bold.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameSupplement}-Bold.woff") format("woff"));
|
77
|
+
font-style: normal;
|
78
|
+
font-weight: @bold;
|
79
|
+
font-display: @fontDisplay;
|
80
|
+
text-rendering: @textRendering;
|
81
|
+
unicode-range: @unicodeRangeSupplement;
|
82
|
+
};
|
83
|
+
@italicSupplement: {
|
84
|
+
font-family: @fontName;
|
85
|
+
src: url("@{fontPath}/@{fontFileNameSupplement}-Italic.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameSupplement}-Italic.woff") format("woff"));
|
86
|
+
font-style: italic;
|
87
|
+
font-weight: @normal;
|
88
|
+
font-display: @fontDisplay;
|
89
|
+
text-rendering: @textRendering;
|
90
|
+
unicode-range: @unicodeRangeSupplement;
|
91
|
+
};
|
92
|
+
@boldItalicSupplement: {
|
93
|
+
font-family: @fontName;
|
94
|
+
src: url("@{fontPath}/@{fontFileNameSupplement}-BoldItalic.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameSupplement}-BoldItalic.woff") format("woff"));
|
95
|
+
font-style: italic;
|
96
|
+
font-weight: @bold;
|
97
|
+
font-display: @fontDisplay;
|
98
|
+
text-rendering: @textRendering;
|
99
|
+
unicode-range: @unicodeRangeSupplement;
|
100
|
+
};
|
109
101
|
};
|
110
102
|
|
111
|
-
@googleFontName
|
112
|
-
@importGoogleFonts
|
113
|
-
@googleFontSizes
|
114
|
-
@googleSubset
|
115
|
-
@googleFontDisplay
|
103
|
+
@googleFontName: @fontName;
|
104
|
+
@importGoogleFonts: false;
|
105
|
+
@googleFontSizes: "ital,wght@0,400%3B0,700%3B1,400%3B1,700";
|
106
|
+
@googleSubset: "latin";
|
107
|
+
@googleFontDisplay: "swap";
|
116
108
|
|
117
|
-
@googleProtocol
|
118
|
-
@googleFontRequest
|
109
|
+
@googleProtocol: "https://";
|
110
|
+
@googleFontRequest: "@{googleFontName}:@{googleFontSizes}&subset=@{googleSubset}&display=@{googleFontDisplay}";
|
119
111
|
|
112
|
+
@bold: bold;
|
113
|
+
@normal: normal;
|
120
114
|
|
121
|
-
|
122
|
-
@normal : normal;
|
123
|
-
|
124
|
-
/*-------------------
|
115
|
+
/* -------------------
|
125
116
|
Base Sizes
|
126
|
-
|
117
|
+
-------------------- */
|
127
118
|
|
128
119
|
/* This is the single variable that controls them all */
|
129
|
-
@emSize
|
130
|
-
|
131
|
-
/* The size of page text */
|
132
|
-
@fontSize : 14px;
|
120
|
+
@emSize: 14px;
|
133
121
|
|
122
|
+
/* The size of page text */
|
123
|
+
@fontSize: 14px;
|
134
124
|
|
135
|
-
|
125
|
+
/* -------------------
|
136
126
|
Border Radius
|
137
|
-
|
127
|
+
-------------------- */
|
138
128
|
|
139
129
|
/* See Power-user section below
|
140
130
|
for explanation of @px variables
|
@@ -144,42 +134,42 @@
|
|
144
134
|
|
145
135
|
@defaultBorderRadius: @absoluteBorderRadius;
|
146
136
|
|
147
|
-
|
137
|
+
/* -------------------
|
148
138
|
Brand Colors
|
149
|
-
|
139
|
+
-------------------- */
|
150
140
|
|
151
|
-
@primaryColor
|
152
|
-
@secondaryColor
|
141
|
+
@primaryColor: @blue;
|
142
|
+
@secondaryColor: @black;
|
153
143
|
|
154
|
-
@lightPrimaryColor
|
155
|
-
@lightSecondaryColor
|
144
|
+
@lightPrimaryColor: @lightBlue;
|
145
|
+
@lightSecondaryColor: @lightBlack;
|
156
146
|
|
157
147
|
/* Whenever a color needs to get calculated (screen()/multiply()) out of a base color */
|
158
|
-
@blendingBaseColor: #
|
148
|
+
@blendingBaseColor: #ccc;
|
159
149
|
|
160
|
-
|
150
|
+
/* --------------
|
161
151
|
Page Heading
|
162
|
-
|
152
|
+
--------------- */
|
163
153
|
|
164
|
-
@headerFontWeight
|
165
|
-
@headerLineHeight
|
154
|
+
@headerFontWeight: @bold;
|
155
|
+
@headerLineHeight: unit((18 / 14), em);
|
166
156
|
|
167
|
-
@h1
|
168
|
-
@h2
|
169
|
-
@h3
|
170
|
-
@h4
|
171
|
-
@h5
|
172
|
-
@h6
|
157
|
+
@h1: unit((28 / 14), rem);
|
158
|
+
@h2: unit((24 / 14), rem);
|
159
|
+
@h3: unit((18 / 14), rem);
|
160
|
+
@h4: unit((15 / 14), rem);
|
161
|
+
@h5: unit((14 / 14), rem);
|
162
|
+
@h6: unit((12 / 14), rem);
|
173
163
|
|
174
|
-
|
164
|
+
/* --------------
|
175
165
|
Form Input
|
176
|
-
|
166
|
+
--------------- */
|
177
167
|
|
178
168
|
/* This adjusts the default form input across all elements */
|
179
|
-
@inputBackground
|
180
|
-
@inputVerticalPadding
|
181
|
-
@inputHorizontalPadding
|
182
|
-
@inputPadding
|
169
|
+
@inputBackground: @white;
|
170
|
+
@inputVerticalPadding: @relative11px;
|
171
|
+
@inputHorizontalPadding: @relative14px;
|
172
|
+
@inputPadding: @inputVerticalPadding @inputHorizontalPadding;
|
183
173
|
|
184
174
|
/* Input Text Color */
|
185
175
|
@inputColor: @textColor;
|
@@ -189,64 +179,63 @@
|
|
189
179
|
/* Line Height Default For Inputs in Browser (Descenders are 17px at 14px base em) */
|
190
180
|
@inputLineHeight: unit((17 / 14), em);
|
191
181
|
|
192
|
-
|
182
|
+
/* -------------------
|
193
183
|
Focused Input
|
194
|
-
|
184
|
+
-------------------- */
|
195
185
|
|
196
186
|
/* Used on inputs, textarea etc */
|
197
|
-
@focusedFormBorderColor: #
|
187
|
+
@focusedFormBorderColor: #85b7d9;
|
198
188
|
|
199
189
|
/* Used on dropdowns, other larger blocks */
|
200
|
-
@focusedFormMutedBorderColor: #
|
190
|
+
@focusedFormMutedBorderColor: #96c8da;
|
201
191
|
|
202
|
-
|
192
|
+
/* -------------------
|
203
193
|
Sizes
|
204
|
-
|
194
|
+
-------------------- */
|
205
195
|
|
206
196
|
/*
|
207
197
|
Sizes are all expressed in terms of 14px/em (default em)
|
208
198
|
This ensures these "ratios" remain constant despite changes in EM
|
209
199
|
*/
|
210
200
|
|
211
|
-
@miniSize
|
212
|
-
@tinySize
|
213
|
-
@smallSize
|
214
|
-
@mediumSize
|
215
|
-
@largeSize
|
216
|
-
@bigSize
|
217
|
-
@hugeSize
|
218
|
-
@massiveSize
|
201
|
+
@miniSize: (11 / 14);
|
202
|
+
@tinySize: (12 / 14);
|
203
|
+
@smallSize: (13 / 14);
|
204
|
+
@mediumSize: (14 / 14);
|
205
|
+
@largeSize: (16 / 14);
|
206
|
+
@bigSize: (18 / 14);
|
207
|
+
@hugeSize: (20 / 14);
|
208
|
+
@massiveSize: (24 / 14);
|
219
209
|
|
220
|
-
|
221
|
-
/*-------------------
|
210
|
+
/* -------------------
|
222
211
|
Page
|
223
|
-
|
212
|
+
-------------------- */
|
224
213
|
|
225
|
-
@pageBackground
|
226
|
-
@pageOverflowX
|
214
|
+
@pageBackground: #fff;
|
215
|
+
@pageOverflowX: hidden;
|
227
216
|
|
228
|
-
@lineHeight
|
229
|
-
@textColor
|
217
|
+
@lineHeight: 1.4285em;
|
218
|
+
@textColor: rgba(0, 0, 0, 0.87);
|
230
219
|
|
231
|
-
|
220
|
+
/* -------------------
|
232
221
|
Paragraph
|
233
|
-
|
222
|
+
-------------------- */
|
234
223
|
|
235
|
-
@paragraphMargin
|
236
|
-
@paragraphLineHeight
|
224
|
+
@paragraphMargin: 0 0 1em;
|
225
|
+
@paragraphLineHeight: @lineHeight;
|
237
226
|
|
238
|
-
|
227
|
+
/* -------------------
|
239
228
|
Links
|
240
|
-
|
229
|
+
-------------------- */
|
241
230
|
|
242
|
-
@linkColor
|
243
|
-
@linkUnderline
|
244
|
-
@linkHoverColor
|
245
|
-
@linkHoverUnderline
|
231
|
+
@linkColor: #4183c4;
|
232
|
+
@linkUnderline: none;
|
233
|
+
@linkHoverColor: darken(saturate(@linkColor, 20), 15, relative);
|
234
|
+
@linkHoverUnderline: @linkUnderline;
|
246
235
|
|
247
|
-
|
236
|
+
/* -------------------
|
248
237
|
Scroll Bars
|
249
|
-
|
238
|
+
-------------------- */
|
250
239
|
|
251
240
|
@useCustomScrollbars: true;
|
252
241
|
|
@@ -275,201 +264,205 @@
|
|
275
264
|
@trackInvertedBackgroundHex: #323232;
|
276
265
|
@thumbInvertedBackgroundHex: #656565;
|
277
266
|
|
278
|
-
|
279
|
-
|
280
|
-
|
267
|
+
/* Scrolling */
|
268
|
+
@scrollingMobileMaxHeight: 15em;
|
269
|
+
@scrollingTabletMaxHeight: 18em;
|
270
|
+
@scrollingComputerMaxHeight: 24em;
|
271
|
+
@scrollingWidescreenMaxHeight: 30em;
|
272
|
+
@overscrollBehavior: none;
|
281
273
|
|
282
|
-
|
283
|
-
|
274
|
+
/* -------------------
|
275
|
+
Highlighted Text
|
276
|
+
-------------------- */
|
284
277
|
|
285
|
-
@
|
286
|
-
@
|
278
|
+
@highlightBackground: #cce2ff;
|
279
|
+
@highlightColor: @textColor;
|
287
280
|
|
281
|
+
@inputHighlightBackground: rgba(100, 100, 100, 0.4);
|
282
|
+
@inputHighlightColor: @textColor;
|
288
283
|
|
289
|
-
|
284
|
+
/* -------------------
|
290
285
|
Loader
|
291
|
-
|
286
|
+
-------------------- */
|
292
287
|
|
293
|
-
@loaderSize
|
294
|
-
@loaderSpeedFast
|
295
|
-
@loaderSpeed
|
296
|
-
@loaderSpeedSlow
|
297
|
-
@loaderLineWidth
|
298
|
-
@loaderFillColor
|
299
|
-
@loaderLineColor
|
288
|
+
@loaderSize: @relativeBig;
|
289
|
+
@loaderSpeedFast: 0.3s;
|
290
|
+
@loaderSpeed: 0.6s;
|
291
|
+
@loaderSpeedSlow: 0.9s;
|
292
|
+
@loaderLineWidth: 0.2em;
|
293
|
+
@loaderFillColor: rgba(0, 0, 0, 0.1);
|
294
|
+
@loaderLineColor: @grey;
|
300
295
|
|
301
|
-
@invertedLoaderFillColor
|
302
|
-
@invertedLoaderLineColor
|
296
|
+
@invertedLoaderFillColor: rgba(255, 255, 255, 0.15);
|
297
|
+
@invertedLoaderLineColor: @white;
|
303
298
|
|
304
|
-
|
299
|
+
/* -------------------
|
305
300
|
Grid
|
306
|
-
|
301
|
+
-------------------- */
|
307
302
|
|
308
303
|
@columnCount: 16;
|
309
304
|
|
310
|
-
|
305
|
+
/* -------------------
|
311
306
|
Transitions
|
312
|
-
|
307
|
+
-------------------- */
|
313
308
|
|
314
|
-
@defaultDuration
|
315
|
-
@defaultEasing
|
309
|
+
@defaultDuration: 0.1s;
|
310
|
+
@defaultEasing: ease;
|
316
311
|
|
317
|
-
|
312
|
+
/* -------------------
|
318
313
|
Breakpoints
|
319
|
-
|
314
|
+
-------------------- */
|
320
315
|
|
321
|
-
@mobileBreakpoint
|
322
|
-
@tabletBreakpoint
|
323
|
-
@computerBreakpoint
|
324
|
-
@largeMonitorBreakpoint
|
325
|
-
@widescreenMonitorBreakpoint
|
316
|
+
@mobileBreakpoint: 320px;
|
317
|
+
@tabletBreakpoint: 768px;
|
318
|
+
@computerBreakpoint: 992px;
|
319
|
+
@largeMonitorBreakpoint: 1200px;
|
320
|
+
@widescreenMonitorBreakpoint: 1920px;
|
326
321
|
|
327
|
-
|
322
|
+
/* -------------------
|
328
323
|
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
|
370
|
-
@secondaryBackground
|
371
|
-
@redBackground
|
372
|
-
@orangeBackground
|
373
|
-
@yellowBackground
|
374
|
-
@oliveBackground
|
375
|
-
@greenBackground
|
376
|
-
@tealBackground
|
377
|
-
@blueBackground
|
378
|
-
@violetBackground
|
379
|
-
@purpleBackground
|
380
|
-
@pinkBackground
|
381
|
-
@brownBackground
|
382
|
-
@greyBackground
|
383
|
-
@blackBackground
|
384
|
-
|
385
|
-
|
386
|
-
@primaryHeaderColor
|
387
|
-
@secondaryHeaderColor
|
388
|
-
@redHeaderColor
|
389
|
-
@oliveHeaderColor
|
390
|
-
@greenHeaderColor
|
391
|
-
@yellowHeaderColor
|
392
|
-
@blueHeaderColor
|
393
|
-
@tealHeaderColor
|
394
|
-
@pinkHeaderColor
|
395
|
-
@violetHeaderColor
|
396
|
-
@purpleHeaderColor
|
397
|
-
@orangeHeaderColor
|
398
|
-
@brownHeaderColor
|
399
|
-
@greyHeaderColor
|
400
|
-
@blackHeaderColor
|
401
|
-
|
402
|
-
|
403
|
-
@primaryTextColor
|
404
|
-
@secondaryTextColor
|
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
|
421
|
-
@lightSecondaryTextColor
|
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
|
-
@
|
439
|
-
@
|
440
|
-
@
|
441
|
-
@
|
442
|
-
@
|
443
|
-
@
|
444
|
-
@
|
445
|
-
@
|
446
|
-
@
|
447
|
-
@
|
448
|
-
@
|
449
|
-
@
|
450
|
-
@
|
451
|
-
@
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
@
|
457
|
-
@
|
458
|
-
@
|
459
|
-
@
|
460
|
-
@
|
461
|
-
@
|
462
|
-
@
|
463
|
-
@
|
464
|
-
@
|
465
|
-
@
|
466
|
-
@
|
467
|
-
@
|
468
|
-
@
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
/*--- Shadows ---*/
|
324
|
+
-------------------- */
|
325
|
+
|
326
|
+
/* --- Colors --- */
|
327
|
+
@red: #db2828;
|
328
|
+
@orange: #f2711c;
|
329
|
+
@yellow: #fbbd08;
|
330
|
+
@olive: #b5cc18;
|
331
|
+
@green: #21ba45;
|
332
|
+
@teal: #00b5ad;
|
333
|
+
@blue: #2185d0;
|
334
|
+
@violet: #6435c9;
|
335
|
+
@purple: #a333c8;
|
336
|
+
@pink: #e03997;
|
337
|
+
@brown: #a5673f;
|
338
|
+
@grey: #767676;
|
339
|
+
@black: #1b1c1d;
|
340
|
+
|
341
|
+
/* --- Light Colors --- */
|
342
|
+
@lightRed: #ff695e;
|
343
|
+
@lightOrange: #ff851b;
|
344
|
+
@lightYellow: #ffe21f;
|
345
|
+
@lightOlive: #d9e778;
|
346
|
+
@lightGreen: #2ecc40;
|
347
|
+
@lightTeal: #6dffff;
|
348
|
+
@lightBlue: #54c8ff;
|
349
|
+
@lightViolet: #a291fb;
|
350
|
+
@lightPurple: #dc73ff;
|
351
|
+
@lightPink: #ff8edf;
|
352
|
+
@lightBrown: #d67c1c;
|
353
|
+
@lightGrey: #dcddde;
|
354
|
+
@lightBlack: #545454;
|
355
|
+
|
356
|
+
/* --- Neutrals --- */
|
357
|
+
@fullBlack: #000;
|
358
|
+
@offWhite: #f9fafb;
|
359
|
+
@darkWhite: #f3f4f5;
|
360
|
+
@midWhite: #dcddde;
|
361
|
+
@white: #fff;
|
362
|
+
|
363
|
+
/* --- Colored Backgrounds --- */
|
364
|
+
@primaryBackground: #dff0ff;
|
365
|
+
@secondaryBackground: #f4f4f4;
|
366
|
+
@redBackground: #ffe8e6;
|
367
|
+
@orangeBackground: #ffedde;
|
368
|
+
@yellowBackground: #fff8db;
|
369
|
+
@oliveBackground: #fbfdef;
|
370
|
+
@greenBackground: #e5f9e7;
|
371
|
+
@tealBackground: #e1f7f7;
|
372
|
+
@blueBackground: #dff0ff;
|
373
|
+
@violetBackground: #eae7ff;
|
374
|
+
@purpleBackground: #f6e7ff;
|
375
|
+
@pinkBackground: #ffe3fb;
|
376
|
+
@brownBackground: #f1e2d3;
|
377
|
+
@greyBackground: #f4f4f4;
|
378
|
+
@blackBackground: #f4f4f4;
|
379
|
+
|
380
|
+
/* --- Colored Headers --- */
|
381
|
+
@primaryHeaderColor: darken(@primaryTextColor, 5);
|
382
|
+
@secondaryHeaderColor: darken(@secondaryTextColor, 5);
|
383
|
+
@redHeaderColor: darken(@redTextColor, 5);
|
384
|
+
@oliveHeaderColor: darken(@oliveTextColor, 5);
|
385
|
+
@greenHeaderColor: darken(@greenTextColor, 5);
|
386
|
+
@yellowHeaderColor: darken(@yellowTextColor, 5);
|
387
|
+
@blueHeaderColor: darken(@blueTextColor, 5);
|
388
|
+
@tealHeaderColor: darken(@tealTextColor, 5);
|
389
|
+
@pinkHeaderColor: darken(@pinkTextColor, 5);
|
390
|
+
@violetHeaderColor: darken(@violetTextColor, 5);
|
391
|
+
@purpleHeaderColor: darken(@purpleTextColor, 5);
|
392
|
+
@orangeHeaderColor: darken(@orangeTextColor, 5);
|
393
|
+
@brownHeaderColor: darken(@brownTextColor, 5);
|
394
|
+
@greyHeaderColor: darken(@greyTextColor, 5);
|
395
|
+
@blackHeaderColor: darken(@blackTextColor, 5);
|
396
|
+
|
397
|
+
/* --- Colored Text --- */
|
398
|
+
@primaryTextColor: @invertedTextColor;
|
399
|
+
@secondaryTextColor: @invertedTextColor;
|
400
|
+
@redTextColor: @red;
|
401
|
+
@orangeTextColor: @orange;
|
402
|
+
@yellowTextColor: #b58105; // Yellow text is difficult to read
|
403
|
+
@oliveTextColor: #8abc1e; // Olive is difficult to read
|
404
|
+
@greenTextColor: #1ebc30; // Green is difficult to read
|
405
|
+
@tealTextColor: #10a3a3; // Teal text is difficult to read
|
406
|
+
@blueTextColor: @blue;
|
407
|
+
@violetTextColor: @violet;
|
408
|
+
@purpleTextColor: @purple;
|
409
|
+
@pinkTextColor: @pink;
|
410
|
+
@brownTextColor: @brown;
|
411
|
+
@greyTextColor: @grey;
|
412
|
+
@blackTextColor: @black;
|
413
|
+
|
414
|
+
/* --- Light Colored Text --- */
|
415
|
+
@lightPrimaryTextColor: @invertedTextColor;
|
416
|
+
@lightSecondaryTextColor: @invertedTextColor;
|
417
|
+
@lightRedTextColor: @lightRed;
|
418
|
+
@lightOrangeTextColor: @lightOrange;
|
419
|
+
@lightYellowTextColor: #b58105; // Yellow text is difficult to read
|
420
|
+
@lightOliveTextColor: #8abc1e; // Olive is difficult to read
|
421
|
+
@lightGreenTextColor: #1ebc30; // Green is difficult to read
|
422
|
+
@lightTealTextColor: #10a3a3; // Teal text is difficult to read
|
423
|
+
@lightBlueTextColor: @lightBlue;
|
424
|
+
@lightVioletTextColor: @lightViolet;
|
425
|
+
@lightPurpleTextColor: @lightPurple;
|
426
|
+
@lightPinkTextColor: @lightPink;
|
427
|
+
@lightBrownTextColor: @lightBrown;
|
428
|
+
@lightGreyTextColor: @lightGrey;
|
429
|
+
@lightBlackTextColor: @lightBlack;
|
430
|
+
|
431
|
+
/* --- Hovered Colored Text --- */
|
432
|
+
@primaryHoverTextColor: @primaryTextColor;
|
433
|
+
@secondaryHoverTextColor: @secondaryTextColor;
|
434
|
+
@redHoverTextColor: @redTextColor;
|
435
|
+
@orangeHoverTextColor: @orangeTextColor;
|
436
|
+
@yellowHoverTextColor: @yellowTextColor;
|
437
|
+
@oliveHoverTextColor: @oliveTextColor;
|
438
|
+
@greenHoverTextColor: @greenTextColor;
|
439
|
+
@tealHoverTextColor: @tealTextColor;
|
440
|
+
@blueHoverTextColor: @blueTextColor;
|
441
|
+
@violetHoverTextColor: @violetTextColor;
|
442
|
+
@purpleHoverTextColor: @purpleTextColor;
|
443
|
+
@pinkHoverTextColor: @pinkTextColor;
|
444
|
+
@brownHoverTextColor: @brownTextColor;
|
445
|
+
@greyHoverTextColor: @greyTextColor;
|
446
|
+
@blackHoverTextColor: @blackTextColor;
|
447
|
+
|
448
|
+
/* --- Colored Border --- */
|
449
|
+
@primaryBorderColor: @primaryColor;
|
450
|
+
@secondaryBorderColor: @secondaryColor;
|
451
|
+
@redBorderColor: @redTextColor;
|
452
|
+
@orangeBorderColor: @orangeTextColor;
|
453
|
+
@yellowBorderColor: @yellowTextColor;
|
454
|
+
@oliveBorderColor: @oliveTextColor;
|
455
|
+
@greenBorderColor: @greenTextColor;
|
456
|
+
@tealBorderColor: @tealTextColor;
|
457
|
+
@blueBorderColor: @blueTextColor;
|
458
|
+
@violetBorderColor: @violetTextColor;
|
459
|
+
@purpleBorderColor: @purpleTextColor;
|
460
|
+
@pinkBorderColor: @pinkTextColor;
|
461
|
+
@brownBorderColor: @brownTextColor;
|
462
|
+
@greyBorderColor: @greyTextColor;
|
463
|
+
@blackBorderColor: @blackTextColor;
|
464
|
+
|
465
|
+
/* --- Shadows --- */
|
473
466
|
@primaryRibbonShadow: darken(@primaryColor, 10);
|
474
467
|
@secondaryRibbonShadow: darken(@secondaryColor, 10);
|
475
468
|
@redRibbonShadow: darken(@red, 10);
|
@@ -544,320 +537,285 @@
|
|
544
537
|
@borderWidth: 1px;
|
545
538
|
|
546
539
|
@primaryBoxShadow:
|
547
|
-
|
548
|
-
|
549
|
-
;
|
540
|
+
0 0 0 @borderWidth @primaryBorderColor inset,
|
541
|
+
@shadowShadow;
|
550
542
|
@primaryBoxFloatingShadow:
|
551
|
-
|
552
|
-
|
553
|
-
;
|
543
|
+
0 0 0 @borderWidth @primaryBorderColor inset,
|
544
|
+
@floatingShadow;
|
554
545
|
@secondaryBoxShadow:
|
555
|
-
|
556
|
-
|
557
|
-
;
|
546
|
+
0 0 0 @borderWidth @secondaryBorderColor inset,
|
547
|
+
@shadowShadow;
|
558
548
|
@secondaryBoxFloatingShadow:
|
559
|
-
|
560
|
-
|
561
|
-
;
|
549
|
+
0 0 0 @borderWidth @secondaryBorderColor inset,
|
550
|
+
@floatingShadow;
|
562
551
|
@redBoxShadow:
|
563
|
-
|
564
|
-
|
565
|
-
;
|
552
|
+
0 0 0 @borderWidth @redBorderColor inset,
|
553
|
+
@shadowShadow;
|
566
554
|
@redBoxFloatingShadow:
|
567
|
-
|
568
|
-
|
569
|
-
;
|
555
|
+
0 0 0 @borderWidth @redBorderColor inset,
|
556
|
+
@floatingShadow;
|
570
557
|
@orangeBoxShadow:
|
571
|
-
|
572
|
-
|
573
|
-
;
|
558
|
+
0 0 0 @borderWidth @orangeBorderColor inset,
|
559
|
+
@shadowShadow;
|
574
560
|
@orangeBoxFloatingShadow:
|
575
|
-
|
576
|
-
|
577
|
-
;
|
561
|
+
0 0 0 @borderWidth @orangeBorderColor inset,
|
562
|
+
@floatingShadow;
|
578
563
|
@yellowBoxShadow:
|
579
|
-
|
580
|
-
|
581
|
-
;
|
564
|
+
0 0 0 @borderWidth @yellowBorderColor inset,
|
565
|
+
@shadowShadow;
|
582
566
|
@yellowBoxFloatingShadow:
|
583
|
-
|
584
|
-
|
585
|
-
;
|
567
|
+
0 0 0 @borderWidth @yellowBorderColor inset,
|
568
|
+
@floatingShadow;
|
586
569
|
@oliveBoxShadow:
|
587
|
-
|
588
|
-
|
589
|
-
;
|
570
|
+
0 0 0 @borderWidth @oliveBorderColor inset,
|
571
|
+
@shadowShadow;
|
590
572
|
@oliveBoxFloatingShadow:
|
591
|
-
|
592
|
-
|
593
|
-
;
|
573
|
+
0 0 0 @borderWidth @oliveBorderColor inset,
|
574
|
+
@floatingShadow;
|
594
575
|
@greenBoxShadow:
|
595
|
-
|
596
|
-
|
597
|
-
;
|
576
|
+
0 0 0 @borderWidth @greenBorderColor inset,
|
577
|
+
@shadowShadow;
|
598
578
|
@greenBoxFloatingShadow:
|
599
|
-
|
600
|
-
|
601
|
-
;
|
579
|
+
0 0 0 @borderWidth @greenBorderColor inset,
|
580
|
+
@floatingShadow;
|
602
581
|
@tealBoxShadow:
|
603
|
-
|
604
|
-
|
605
|
-
;
|
582
|
+
0 0 0 @borderWidth @tealBorderColor inset,
|
583
|
+
@shadowShadow;
|
606
584
|
@tealBoxFloatingShadow:
|
607
|
-
|
608
|
-
|
609
|
-
;
|
585
|
+
0 0 0 @borderWidth @tealBorderColor inset,
|
586
|
+
@floatingShadow;
|
610
587
|
@blueBoxShadow:
|
611
|
-
|
612
|
-
|
613
|
-
;
|
588
|
+
0 0 0 @borderWidth @blueBorderColor inset,
|
589
|
+
@shadowShadow;
|
614
590
|
@blueBoxFloatingShadow:
|
615
|
-
|
616
|
-
|
617
|
-
;
|
591
|
+
0 0 0 @borderWidth @blueBorderColor inset,
|
592
|
+
@floatingShadow;
|
618
593
|
@violetBoxShadow:
|
619
|
-
|
620
|
-
|
621
|
-
;
|
594
|
+
0 0 0 @borderWidth @violetBorderColor inset,
|
595
|
+
@shadowShadow;
|
622
596
|
@violetBoxFloatingShadow:
|
623
|
-
|
624
|
-
|
625
|
-
;
|
597
|
+
0 0 0 @borderWidth @violetBorderColor inset,
|
598
|
+
@floatingShadow;
|
626
599
|
@purpleBoxShadow:
|
627
|
-
|
628
|
-
|
629
|
-
;
|
600
|
+
0 0 0 @borderWidth @purpleBorderColor inset,
|
601
|
+
@shadowShadow;
|
630
602
|
@purpleBoxFloatingShadow:
|
631
|
-
|
632
|
-
|
633
|
-
;
|
603
|
+
0 0 0 @borderWidth @purpleBorderColor inset,
|
604
|
+
@floatingShadow;
|
634
605
|
@pinkBoxShadow:
|
635
|
-
|
636
|
-
|
637
|
-
;
|
606
|
+
0 0 0 @borderWidth @pinkBorderColor inset,
|
607
|
+
@shadowShadow;
|
638
608
|
@pinkBoxFloatingShadow:
|
639
|
-
|
640
|
-
|
641
|
-
;
|
609
|
+
0 0 0 @borderWidth @pinkBorderColor inset,
|
610
|
+
@floatingShadow;
|
642
611
|
@brownBoxShadow:
|
643
|
-
|
644
|
-
|
645
|
-
;
|
612
|
+
0 0 0 @borderWidth @brownBorderColor inset,
|
613
|
+
@shadowShadow;
|
646
614
|
@brownBoxFloatingShadow:
|
647
|
-
|
648
|
-
|
649
|
-
;
|
615
|
+
0 0 0 @borderWidth @brownBorderColor inset,
|
616
|
+
@floatingShadow;
|
650
617
|
@greyBoxShadow:
|
651
|
-
|
652
|
-
|
653
|
-
;
|
618
|
+
0 0 0 @borderWidth @greyBorderColor inset,
|
619
|
+
@shadowShadow;
|
654
620
|
@greyBoxFloatingShadow:
|
655
|
-
|
656
|
-
|
657
|
-
;
|
621
|
+
0 0 0 @borderWidth @greyBorderColor inset,
|
622
|
+
@floatingShadow;
|
658
623
|
@blackBoxShadow:
|
659
|
-
|
660
|
-
|
661
|
-
;
|
624
|
+
0 0 0 @borderWidth @blackBorderColor inset,
|
625
|
+
@shadowShadow;
|
662
626
|
@blackBoxFloatingShadow:
|
663
|
-
|
664
|
-
|
665
|
-
;
|
627
|
+
0 0 0 @borderWidth @blackBorderColor inset,
|
628
|
+
@floatingShadow;
|
666
629
|
|
667
|
-
|
630
|
+
/* -------------------
|
668
631
|
Alpha Colors
|
669
|
-
|
632
|
+
-------------------- */
|
670
633
|
|
671
|
-
@subtleTransparentBlack
|
672
|
-
@transparentBlack
|
673
|
-
@strongTransparentBlack
|
674
|
-
@veryStrongTransparentBlack
|
634
|
+
@subtleTransparentBlack: rgba(0, 0, 0, 0.03);
|
635
|
+
@transparentBlack: rgba(0, 0, 0, 0.05);
|
636
|
+
@strongTransparentBlack: rgba(0, 0, 0, 0.1);
|
637
|
+
@veryStrongTransparentBlack: rgba(0, 0, 0, 0.15);
|
675
638
|
|
676
|
-
@subtleTransparentWhite
|
677
|
-
@transparentWhite
|
678
|
-
@strongTransparentWhite
|
639
|
+
@subtleTransparentWhite: rgba(255, 255, 255, 0.02);
|
640
|
+
@transparentWhite: rgba(255, 255, 255, 0.08);
|
641
|
+
@strongTransparentWhite: rgba(255, 255, 255, 0.15);
|
679
642
|
|
680
|
-
|
643
|
+
/* -------------------
|
681
644
|
Accents
|
682
|
-
|
645
|
+
-------------------- */
|
683
646
|
|
684
647
|
/* Differentiating Neutrals */
|
685
648
|
@subtleGradient: linear-gradient(transparent, @transparentBlack);
|
686
649
|
|
687
650
|
/* Differentiating Layers */
|
688
|
-
@subtleShadow:
|
689
|
-
0 1px 2px 0 @borderColor
|
690
|
-
;
|
651
|
+
@subtleShadow: 0 1px 2px 0 @borderColor;
|
691
652
|
@floatingShadow:
|
692
|
-
|
693
|
-
|
694
|
-
;
|
653
|
+
0 2px 4px 0 rgba(34, 36, 38, 0.12),
|
654
|
+
0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
695
655
|
|
696
656
|
/*******************************
|
697
657
|
Power-User
|
698
658
|
*******************************/
|
699
659
|
|
700
|
-
|
701
|
-
/*-------------------
|
660
|
+
/* -------------------
|
702
661
|
Emotive Colors
|
703
|
-
|
662
|
+
-------------------- */
|
704
663
|
|
705
664
|
/* Positive */
|
706
|
-
@positiveColor
|
707
|
-
@positiveBackgroundColor
|
708
|
-
@positiveBorderColor
|
709
|
-
@positiveHeaderColor
|
710
|
-
@positiveTextColor
|
665
|
+
@positiveColor: @green;
|
666
|
+
@positiveBackgroundColor: #fcfff5;
|
667
|
+
@positiveBorderColor: #a3c293;
|
668
|
+
@positiveHeaderColor: #1a531b;
|
669
|
+
@positiveTextColor: #2c662d;
|
711
670
|
|
712
671
|
/* Negative */
|
713
|
-
@negativeColor
|
714
|
-
@negativeBackgroundColor
|
715
|
-
@negativeBorderColor
|
716
|
-
@negativeHeaderColor
|
717
|
-
@negativeTextColor
|
672
|
+
@negativeColor: @red;
|
673
|
+
@negativeBackgroundColor: #fff6f6;
|
674
|
+
@negativeBorderColor: #e0b4b4;
|
675
|
+
@negativeHeaderColor: #912d2b;
|
676
|
+
@negativeTextColor: #9f3a38;
|
718
677
|
|
719
678
|
/* Info */
|
720
|
-
@infoColor
|
721
|
-
@infoBackgroundColor
|
722
|
-
@infoBorderColor
|
723
|
-
@infoHeaderColor
|
724
|
-
@infoTextColor
|
679
|
+
@infoColor: #31ccec;
|
680
|
+
@infoBackgroundColor: #f8ffff;
|
681
|
+
@infoBorderColor: #a9d5de;
|
682
|
+
@infoHeaderColor: #0e566c;
|
683
|
+
@infoTextColor: #276f86;
|
725
684
|
|
726
685
|
/* Warning */
|
727
|
-
@warningColor
|
728
|
-
@warningBorderColor
|
729
|
-
@warningBackgroundColor
|
730
|
-
@warningHeaderColor
|
731
|
-
@warningTextColor
|
686
|
+
@warningColor: #f2c037;
|
687
|
+
@warningBorderColor: #c9ba9b;
|
688
|
+
@warningBackgroundColor: #fffaf3;
|
689
|
+
@warningHeaderColor: #794b02;
|
690
|
+
@warningTextColor: #573a08;
|
732
691
|
|
733
|
-
|
692
|
+
/* -------------------
|
734
693
|
Paths
|
735
|
-
|
694
|
+
-------------------- */
|
736
695
|
|
737
696
|
/* For source only. Modified in gulp for dist */
|
738
|
-
@imagePath
|
739
|
-
@fontPath
|
697
|
+
@imagePath: "../../themes/default/assets/images";
|
698
|
+
@fontPath: "../../themes/default/assets/fonts";
|
740
699
|
|
741
|
-
|
700
|
+
/* -------------------
|
742
701
|
Em Sizes
|
743
|
-
|
702
|
+
-------------------- */
|
744
703
|
|
745
704
|
/*
|
746
705
|
This rounds @size values to the closest pixel then expresses that value in (r)em.
|
747
706
|
This ensures all size values round to exact pixels
|
748
707
|
*/
|
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
|
708
|
+
@miniRaw: unit((round(@miniSize * @emSize) / @emSize));
|
709
|
+
@tinyRaw: unit((round(@tinySize * @emSize) / @emSize));
|
710
|
+
@smallRaw: unit((round(@smallSize * @emSize) / @emSize));
|
711
|
+
@mediumRaw: unit((round(@mediumSize * @emSize) / @emSize));
|
712
|
+
@largeRaw: unit((round(@largeSize * @emSize) / @emSize));
|
713
|
+
@bigRaw: unit((round(@bigSize * @emSize) / @emSize));
|
714
|
+
@hugeRaw: unit((round(@hugeSize * @emSize) / @emSize));
|
715
|
+
@massiveRaw: unit((round(@massiveSize * @emSize) / @emSize));
|
716
|
+
|
717
|
+
@mini: unit(@miniRaw, rem);
|
718
|
+
@tiny: unit(@tinyRaw, rem);
|
719
|
+
@small: unit(@smallRaw, rem);
|
720
|
+
@medium: unit(@mediumRaw, rem);
|
721
|
+
@large: unit(@largeRaw, rem);
|
722
|
+
@big: unit(@bigRaw, rem);
|
723
|
+
@huge: unit(@hugeRaw, rem);
|
724
|
+
@massive: unit(@massiveRaw, rem);
|
766
725
|
|
767
726
|
/* em */
|
768
|
-
@relativeMini
|
769
|
-
@relativeTiny
|
770
|
-
@relativeSmall
|
771
|
-
@relativeMedium
|
772
|
-
@relativeLarge
|
773
|
-
@relativeBig
|
774
|
-
@relativeHuge
|
775
|
-
@relativeMassive
|
727
|
+
@relativeMini: unit(@miniRaw, em);
|
728
|
+
@relativeTiny: unit(@tinyRaw, em);
|
729
|
+
@relativeSmall: unit(@smallRaw, em);
|
730
|
+
@relativeMedium: unit(@mediumRaw, em);
|
731
|
+
@relativeLarge: unit(@largeRaw, em);
|
732
|
+
@relativeBig: unit(@bigRaw, em);
|
733
|
+
@relativeHuge: unit(@hugeRaw, em);
|
734
|
+
@relativeMassive: unit(@massiveRaw, em);
|
776
735
|
|
777
736
|
/* rem */
|
778
|
-
@absoluteMini
|
779
|
-
@absoluteTiny
|
780
|
-
@absoluteSmall
|
781
|
-
@absoluteMedium
|
782
|
-
@absoluteLarge
|
783
|
-
@absoluteBig
|
784
|
-
@absoluteHuge
|
785
|
-
@absoluteMassive
|
786
|
-
|
787
|
-
|
737
|
+
@absoluteMini: unit(@miniRaw, rem);
|
738
|
+
@absoluteTiny: unit(@tinyRaw, rem);
|
739
|
+
@absoluteSmall: unit(@smallRaw, rem);
|
740
|
+
@absoluteMedium: unit(@mediumRaw, rem);
|
741
|
+
@absoluteLarge: unit(@largeRaw, rem);
|
742
|
+
@absoluteBig: unit(@bigRaw, rem);
|
743
|
+
@absoluteHuge: unit(@hugeRaw, rem);
|
744
|
+
@absoluteMassive: unit(@massiveRaw, rem);
|
745
|
+
|
746
|
+
/* -------------------
|
788
747
|
Icons
|
789
|
-
|
748
|
+
-------------------- */
|
790
749
|
|
791
750
|
/* Maximum Glyph Width of Icon */
|
792
|
-
@iconWidth
|
751
|
+
@iconWidth: 1.18em;
|
793
752
|
|
794
|
-
|
753
|
+
/* -------------------
|
795
754
|
Neutral Text
|
796
|
-
|
797
|
-
|
798
|
-
@darkTextColor
|
799
|
-
@mutedTextColor
|
800
|
-
@lightTextColor
|
801
|
-
|
802
|
-
@unselectedTextColor
|
803
|
-
@hoveredTextColor
|
804
|
-
@pressedTextColor
|
805
|
-
@selectedTextColor
|
806
|
-
|
807
|
-
@invertedTextColor
|
808
|
-
@invertedMutedTextColor
|
809
|
-
@invertedLightTextColor
|
810
|
-
@invertedUnselectedTextColor
|
811
|
-
@invertedHoveredTextColor
|
812
|
-
@invertedPressedTextColor
|
813
|
-
@invertedSelectedTextColor
|
814
|
-
|
815
|
-
|
755
|
+
-------------------- */
|
756
|
+
|
757
|
+
@darkTextColor: rgba(0, 0, 0, 0.85);
|
758
|
+
@mutedTextColor: rgba(0, 0, 0, 0.6);
|
759
|
+
@lightTextColor: rgba(0, 0, 0, 0.4);
|
760
|
+
|
761
|
+
@unselectedTextColor: rgba(0, 0, 0, 0.4);
|
762
|
+
@hoveredTextColor: rgba(0, 0, 0, 0.8);
|
763
|
+
@pressedTextColor: rgba(0, 0, 0, 0.9);
|
764
|
+
@selectedTextColor: rgba(0, 0, 0, 0.95);
|
765
|
+
|
766
|
+
@invertedTextColor: rgba(255, 255, 255, 0.9);
|
767
|
+
@invertedMutedTextColor: rgba(255, 255, 255, 0.8);
|
768
|
+
@invertedLightTextColor: rgba(255, 255, 255, 0.7);
|
769
|
+
@invertedUnselectedTextColor: rgba(255, 255, 255, 0.5);
|
770
|
+
@invertedHoveredTextColor: rgba(255, 255, 255, 1);
|
771
|
+
@invertedPressedTextColor: rgba(255, 255, 255, 1);
|
772
|
+
@invertedSelectedTextColor: rgba(255, 255, 255, 1);
|
773
|
+
|
774
|
+
/* -------------------
|
816
775
|
Brand Colors
|
817
|
-
|
818
|
-
|
819
|
-
@facebookColor
|
820
|
-
@twitterColor
|
821
|
-
@googlePlusColor
|
822
|
-
@linkedInColor
|
823
|
-
@youtubeColor
|
824
|
-
@pinterestColor
|
825
|
-
@vkColor
|
826
|
-
@instagramColor
|
827
|
-
@telegramColor
|
828
|
-
@whatsAppColor
|
829
|
-
|
830
|
-
|
776
|
+
-------------------- */
|
777
|
+
|
778
|
+
@facebookColor: #3b5998;
|
779
|
+
@twitterColor: #1da1f2;
|
780
|
+
@googlePlusColor: #dd4b39;
|
781
|
+
@linkedInColor: #0077b5;
|
782
|
+
@youtubeColor: #f00;
|
783
|
+
@pinterestColor: #bd081c;
|
784
|
+
@vkColor: #45668e;
|
785
|
+
@instagramColor: #49769c;
|
786
|
+
@telegramColor: #08c;
|
787
|
+
@whatsAppColor: #25d366;
|
788
|
+
|
789
|
+
/* -------------------
|
831
790
|
Borders
|
832
|
-
|
791
|
+
-------------------- */
|
833
792
|
|
834
|
-
@circularRadius
|
793
|
+
@circularRadius: 500rem;
|
835
794
|
|
836
|
-
@borderColor
|
837
|
-
@strongBorderColor
|
838
|
-
@internalBorderColor
|
839
|
-
@selectedBorderColor
|
840
|
-
@strongSelectedBorderColor
|
841
|
-
@disabledBorderColor
|
795
|
+
@borderColor: rgba(34, 36, 38, 0.15);
|
796
|
+
@strongBorderColor: rgba(34, 36, 38, 0.22);
|
797
|
+
@internalBorderColor: rgba(34, 36, 38, 0.1);
|
798
|
+
@selectedBorderColor: rgba(34, 36, 38, 0.35);
|
799
|
+
@strongSelectedBorderColor: rgba(34, 36, 38, 0.5);
|
800
|
+
@disabledBorderColor: rgba(34, 36, 38, 0.5);
|
842
801
|
|
843
|
-
@solidInternalBorderColor
|
844
|
-
@solidBorderColor
|
845
|
-
@solidSelectedBorderColor
|
802
|
+
@solidInternalBorderColor: #fafafa;
|
803
|
+
@solidBorderColor: #d4d4d5;
|
804
|
+
@solidSelectedBorderColor: #bcbdbd;
|
846
805
|
|
847
|
-
@whiteBorderColor
|
848
|
-
@selectedWhiteBorderColor
|
806
|
+
@whiteBorderColor: rgba(255, 255, 255, 0.1);
|
807
|
+
@selectedWhiteBorderColor: rgba(255, 255, 255, 0.8);
|
849
808
|
|
850
|
-
@solidWhiteBorderColor
|
851
|
-
@selectedSolidWhiteBorderColor
|
809
|
+
@solidWhiteBorderColor: #555;
|
810
|
+
@selectedSolidWhiteBorderColor: #999;
|
852
811
|
|
853
|
-
|
854
|
-
/*-------------------
|
812
|
+
/* -------------------
|
855
813
|
Derived Values
|
856
|
-
|
814
|
+
-------------------- */
|
857
815
|
|
858
816
|
/* Loaders Position Offset */
|
859
|
-
@loaderOffset
|
860
|
-
@loaderMargin
|
817
|
+
@loaderOffset: -(@loaderSize / 2);
|
818
|
+
@loaderMargin: @loaderOffset 0 0 @loaderOffset;
|
861
819
|
|
862
820
|
/* Rendered Scrollbar Width */
|
863
821
|
@scrollbarWidth: 17px;
|
@@ -866,41 +824,40 @@
|
|
866
824
|
@glyphWidth: 1.1em;
|
867
825
|
|
868
826
|
/* Used to match floats with text */
|
869
|
-
@lineHeightOffset
|
870
|
-
@headerLineHeightOffset
|
827
|
+
@lineHeightOffset: ((@lineHeight - 1em) / 2);
|
828
|
+
@headerLineHeightOffset: ((@headerLineHeight - 1em) / 2);
|
871
829
|
|
872
830
|
/* Header Spacing */
|
873
|
-
@headerTopMargin
|
874
|
-
@headerBottomMargin
|
875
|
-
@headerMargin
|
831
|
+
@headerTopMargin: e(%("calc(2rem - %d)", @headerLineHeightOffset));
|
832
|
+
@headerBottomMargin: 1rem;
|
833
|
+
@headerMargin: @headerTopMargin 0 @headerBottomMargin;
|
876
834
|
|
877
835
|
/* Minimum Mobile Width */
|
878
|
-
@pageMinWidth
|
836
|
+
@pageMinWidth: 320px;
|
879
837
|
|
880
838
|
/* Positive / Negative Dupes */
|
881
|
-
@successBackgroundColor
|
882
|
-
@successColor
|
883
|
-
@successBorderColor
|
884
|
-
@successHeaderColor
|
885
|
-
@successTextColor
|
886
|
-
|
887
|
-
@errorBackgroundColor
|
888
|
-
@errorColor
|
889
|
-
@errorBorderColor
|
890
|
-
@errorHeaderColor
|
891
|
-
@errorTextColor
|
892
|
-
|
839
|
+
@successBackgroundColor: @positiveBackgroundColor;
|
840
|
+
@successColor: @positiveColor;
|
841
|
+
@successBorderColor: @positiveBorderColor;
|
842
|
+
@successHeaderColor: @positiveHeaderColor;
|
843
|
+
@successTextColor: @positiveTextColor;
|
844
|
+
|
845
|
+
@errorBackgroundColor: @negativeBackgroundColor;
|
846
|
+
@errorColor: @negativeColor;
|
847
|
+
@errorBorderColor: @negativeBorderColor;
|
848
|
+
@errorHeaderColor: @negativeHeaderColor;
|
849
|
+
@errorTextColor: @negativeTextColor;
|
893
850
|
|
894
851
|
/* Responsive */
|
895
|
-
@largestMobileScreen
|
896
|
-
@largestTabletScreen
|
897
|
-
@largestSmallMonitor
|
898
|
-
@largestLargeMonitor
|
899
|
-
|
852
|
+
@largestMobileScreen: (@tabletBreakpoint - 0.02px);
|
853
|
+
@largestTabletScreen: (@computerBreakpoint - 0.02px);
|
854
|
+
@largestSmallMonitor: (@largeMonitorBreakpoint - 0.02px);
|
855
|
+
@largestLargeMonitor: (@widescreenMonitorBreakpoint - 0.02px);
|
900
856
|
|
901
|
-
|
857
|
+
/* -------------------
|
902
858
|
Exact Pixel Values
|
903
|
-
|
859
|
+
-------------------- */
|
860
|
+
|
904
861
|
/*
|
905
862
|
These are used to specify exact pixel values in em
|
906
863
|
for things like borders that remain constantly
|
@@ -911,540 +868,537 @@
|
|
911
868
|
|
912
869
|
*/
|
913
870
|
|
914
|
-
@1px
|
915
|
-
@2px
|
916
|
-
@3px
|
917
|
-
@4px
|
918
|
-
@5px
|
919
|
-
@6px
|
920
|
-
@7px
|
921
|
-
@8px
|
922
|
-
@9px
|
923
|
-
@10px
|
924
|
-
@11px
|
925
|
-
@12px
|
926
|
-
@13px
|
927
|
-
@14px
|
928
|
-
@15px
|
929
|
-
@16px
|
930
|
-
@17px
|
931
|
-
@18px
|
932
|
-
@19px
|
933
|
-
@20px
|
934
|
-
@21px
|
935
|
-
@22px
|
936
|
-
@23px
|
937
|
-
@24px
|
938
|
-
@25px
|
939
|
-
@26px
|
940
|
-
@27px
|
941
|
-
@28px
|
942
|
-
@29px
|
943
|
-
@30px
|
944
|
-
@31px
|
945
|
-
@32px
|
946
|
-
@33px
|
947
|
-
@34px
|
948
|
-
@35px
|
949
|
-
@36px
|
950
|
-
@37px
|
951
|
-
@38px
|
952
|
-
@39px
|
953
|
-
@40px
|
954
|
-
@41px
|
955
|
-
@42px
|
956
|
-
@43px
|
957
|
-
@44px
|
958
|
-
@45px
|
959
|
-
@46px
|
960
|
-
@47px
|
961
|
-
@48px
|
962
|
-
@49px
|
963
|
-
@50px
|
964
|
-
@51px
|
965
|
-
@52px
|
966
|
-
@53px
|
967
|
-
@54px
|
968
|
-
@55px
|
969
|
-
@56px
|
970
|
-
@57px
|
971
|
-
@58px
|
972
|
-
@59px
|
973
|
-
@60px
|
974
|
-
@61px
|
975
|
-
@62px
|
976
|
-
@63px
|
977
|
-
@64px
|
978
|
-
|
979
|
-
@relative1px
|
980
|
-
@relative2px
|
981
|
-
@relative3px
|
982
|
-
@relative4px
|
983
|
-
@relative5px
|
984
|
-
@relative6px
|
985
|
-
@relative7px
|
986
|
-
@relative8px
|
987
|
-
@relative9px
|
988
|
-
@relative10px
|
989
|
-
@relative11px
|
990
|
-
@relative12px
|
991
|
-
@relative13px
|
992
|
-
@relative14px
|
993
|
-
@relative15px
|
994
|
-
@relative16px
|
995
|
-
@relative17px
|
996
|
-
@relative18px
|
997
|
-
@relative19px
|
998
|
-
@relative20px
|
999
|
-
@relative21px
|
1000
|
-
@relative22px
|
1001
|
-
@relative23px
|
1002
|
-
@relative24px
|
1003
|
-
@relative25px
|
1004
|
-
@relative26px
|
1005
|
-
@relative27px
|
1006
|
-
@relative28px
|
1007
|
-
@relative29px
|
1008
|
-
@relative30px
|
1009
|
-
@relative31px
|
1010
|
-
@relative32px
|
1011
|
-
@relative33px
|
1012
|
-
@relative34px
|
1013
|
-
@relative35px
|
1014
|
-
@relative36px
|
1015
|
-
@relative37px
|
1016
|
-
@relative38px
|
1017
|
-
@relative39px
|
1018
|
-
@relative40px
|
1019
|
-
@relative41px
|
1020
|
-
@relative42px
|
1021
|
-
@relative43px
|
1022
|
-
@relative44px
|
1023
|
-
@relative45px
|
1024
|
-
@relative46px
|
1025
|
-
@relative47px
|
1026
|
-
@relative48px
|
1027
|
-
@relative49px
|
1028
|
-
@relative50px
|
1029
|
-
@relative51px
|
1030
|
-
@relative52px
|
1031
|
-
@relative53px
|
1032
|
-
@relative54px
|
1033
|
-
@relative55px
|
1034
|
-
@relative56px
|
1035
|
-
@relative57px
|
1036
|
-
@relative58px
|
1037
|
-
@relative59px
|
1038
|
-
@relative60px
|
1039
|
-
@relative61px
|
1040
|
-
@relative62px
|
1041
|
-
@relative63px
|
1042
|
-
@relative64px
|
871
|
+
@1px: unit((1 / @emSize), rem);
|
872
|
+
@2px: unit((2 / @emSize), rem);
|
873
|
+
@3px: unit((3 / @emSize), rem);
|
874
|
+
@4px: unit((4 / @emSize), rem);
|
875
|
+
@5px: unit((5 / @emSize), rem);
|
876
|
+
@6px: unit((6 / @emSize), rem);
|
877
|
+
@7px: unit((7 / @emSize), rem);
|
878
|
+
@8px: unit((8 / @emSize), rem);
|
879
|
+
@9px: unit((9 / @emSize), rem);
|
880
|
+
@10px: unit((10 / @emSize), rem);
|
881
|
+
@11px: unit((11 / @emSize), rem);
|
882
|
+
@12px: unit((12 / @emSize), rem);
|
883
|
+
@13px: unit((13 / @emSize), rem);
|
884
|
+
@14px: unit((14 / @emSize), rem);
|
885
|
+
@15px: unit((15 / @emSize), rem);
|
886
|
+
@16px: unit((16 / @emSize), rem);
|
887
|
+
@17px: unit((17 / @emSize), rem);
|
888
|
+
@18px: unit((18 / @emSize), rem);
|
889
|
+
@19px: unit((19 / @emSize), rem);
|
890
|
+
@20px: unit((20 / @emSize), rem);
|
891
|
+
@21px: unit((21 / @emSize), rem);
|
892
|
+
@22px: unit((22 / @emSize), rem);
|
893
|
+
@23px: unit((23 / @emSize), rem);
|
894
|
+
@24px: unit((24 / @emSize), rem);
|
895
|
+
@25px: unit((25 / @emSize), rem);
|
896
|
+
@26px: unit((26 / @emSize), rem);
|
897
|
+
@27px: unit((27 / @emSize), rem);
|
898
|
+
@28px: unit((28 / @emSize), rem);
|
899
|
+
@29px: unit((29 / @emSize), rem);
|
900
|
+
@30px: unit((30 / @emSize), rem);
|
901
|
+
@31px: unit((31 / @emSize), rem);
|
902
|
+
@32px: unit((32 / @emSize), rem);
|
903
|
+
@33px: unit((33 / @emSize), rem);
|
904
|
+
@34px: unit((34 / @emSize), rem);
|
905
|
+
@35px: unit((35 / @emSize), rem);
|
906
|
+
@36px: unit((36 / @emSize), rem);
|
907
|
+
@37px: unit((37 / @emSize), rem);
|
908
|
+
@38px: unit((38 / @emSize), rem);
|
909
|
+
@39px: unit((39 / @emSize), rem);
|
910
|
+
@40px: unit((40 / @emSize), rem);
|
911
|
+
@41px: unit((41 / @emSize), rem);
|
912
|
+
@42px: unit((42 / @emSize), rem);
|
913
|
+
@43px: unit((43 / @emSize), rem);
|
914
|
+
@44px: unit((44 / @emSize), rem);
|
915
|
+
@45px: unit((45 / @emSize), rem);
|
916
|
+
@46px: unit((46 / @emSize), rem);
|
917
|
+
@47px: unit((47 / @emSize), rem);
|
918
|
+
@48px: unit((48 / @emSize), rem);
|
919
|
+
@49px: unit((49 / @emSize), rem);
|
920
|
+
@50px: unit((50 / @emSize), rem);
|
921
|
+
@51px: unit((51 / @emSize), rem);
|
922
|
+
@52px: unit((52 / @emSize), rem);
|
923
|
+
@53px: unit((53 / @emSize), rem);
|
924
|
+
@54px: unit((54 / @emSize), rem);
|
925
|
+
@55px: unit((55 / @emSize), rem);
|
926
|
+
@56px: unit((56 / @emSize), rem);
|
927
|
+
@57px: unit((57 / @emSize), rem);
|
928
|
+
@58px: unit((58 / @emSize), rem);
|
929
|
+
@59px: unit((59 / @emSize), rem);
|
930
|
+
@60px: unit((60 / @emSize), rem);
|
931
|
+
@61px: unit((61 / @emSize), rem);
|
932
|
+
@62px: unit((62 / @emSize), rem);
|
933
|
+
@63px: unit((63 / @emSize), rem);
|
934
|
+
@64px: unit((64 / @emSize), rem);
|
935
|
+
|
936
|
+
@relative1px: unit((1 / @emSize), em);
|
937
|
+
@relative2px: unit((2 / @emSize), em);
|
938
|
+
@relative3px: unit((3 / @emSize), em);
|
939
|
+
@relative4px: unit((4 / @emSize), em);
|
940
|
+
@relative5px: unit((5 / @emSize), em);
|
941
|
+
@relative6px: unit((6 / @emSize), em);
|
942
|
+
@relative7px: unit((7 / @emSize), em);
|
943
|
+
@relative8px: unit((8 / @emSize), em);
|
944
|
+
@relative9px: unit((9 / @emSize), em);
|
945
|
+
@relative10px: unit((10 / @emSize), em);
|
946
|
+
@relative11px: unit((11 / @emSize), em);
|
947
|
+
@relative12px: unit((12 / @emSize), em);
|
948
|
+
@relative13px: unit((13 / @emSize), em);
|
949
|
+
@relative14px: unit((14 / @emSize), em);
|
950
|
+
@relative15px: unit((15 / @emSize), em);
|
951
|
+
@relative16px: unit((16 / @emSize), em);
|
952
|
+
@relative17px: unit((17 / @emSize), em);
|
953
|
+
@relative18px: unit((18 / @emSize), em);
|
954
|
+
@relative19px: unit((19 / @emSize), em);
|
955
|
+
@relative20px: unit((20 / @emSize), em);
|
956
|
+
@relative21px: unit((21 / @emSize), em);
|
957
|
+
@relative22px: unit((22 / @emSize), em);
|
958
|
+
@relative23px: unit((23 / @emSize), em);
|
959
|
+
@relative24px: unit((24 / @emSize), em);
|
960
|
+
@relative25px: unit((25 / @emSize), em);
|
961
|
+
@relative26px: unit((26 / @emSize), em);
|
962
|
+
@relative27px: unit((27 / @emSize), em);
|
963
|
+
@relative28px: unit((28 / @emSize), em);
|
964
|
+
@relative29px: unit((29 / @emSize), em);
|
965
|
+
@relative30px: unit((30 / @emSize), em);
|
966
|
+
@relative31px: unit((31 / @emSize), em);
|
967
|
+
@relative32px: unit((32 / @emSize), em);
|
968
|
+
@relative33px: unit((33 / @emSize), em);
|
969
|
+
@relative34px: unit((34 / @emSize), em);
|
970
|
+
@relative35px: unit((35 / @emSize), em);
|
971
|
+
@relative36px: unit((36 / @emSize), em);
|
972
|
+
@relative37px: unit((37 / @emSize), em);
|
973
|
+
@relative38px: unit((38 / @emSize), em);
|
974
|
+
@relative39px: unit((39 / @emSize), em);
|
975
|
+
@relative40px: unit((40 / @emSize), em);
|
976
|
+
@relative41px: unit((41 / @emSize), em);
|
977
|
+
@relative42px: unit((42 / @emSize), em);
|
978
|
+
@relative43px: unit((43 / @emSize), em);
|
979
|
+
@relative44px: unit((44 / @emSize), em);
|
980
|
+
@relative45px: unit((45 / @emSize), em);
|
981
|
+
@relative46px: unit((46 / @emSize), em);
|
982
|
+
@relative47px: unit((47 / @emSize), em);
|
983
|
+
@relative48px: unit((48 / @emSize), em);
|
984
|
+
@relative49px: unit((49 / @emSize), em);
|
985
|
+
@relative50px: unit((50 / @emSize), em);
|
986
|
+
@relative51px: unit((51 / @emSize), em);
|
987
|
+
@relative52px: unit((52 / @emSize), em);
|
988
|
+
@relative53px: unit((53 / @emSize), em);
|
989
|
+
@relative54px: unit((54 / @emSize), em);
|
990
|
+
@relative55px: unit((55 / @emSize), em);
|
991
|
+
@relative56px: unit((56 / @emSize), em);
|
992
|
+
@relative57px: unit((57 / @emSize), em);
|
993
|
+
@relative58px: unit((58 / @emSize), em);
|
994
|
+
@relative59px: unit((59 / @emSize), em);
|
995
|
+
@relative60px: unit((60 / @emSize), em);
|
996
|
+
@relative61px: unit((61 / @emSize), em);
|
997
|
+
@relative62px: unit((62 / @emSize), em);
|
998
|
+
@relative63px: unit((63 / @emSize), em);
|
999
|
+
@relative64px: unit((64 / @emSize), em);
|
1043
1000
|
|
1044
1001
|
/* 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
|
1074
|
-
@thirteenColumn
|
1075
|
-
@fourteenColumn
|
1076
|
-
@fifteenColumn
|
1077
|
-
@sixteenColumn
|
1078
|
-
|
1002
|
+
@oneWide: (1 / @columnCount * 100%);
|
1003
|
+
@twoWide: (2 / @columnCount * 100%);
|
1004
|
+
@threeWide: (3 / @columnCount * 100%);
|
1005
|
+
@fourWide: (4 / @columnCount * 100%);
|
1006
|
+
@fiveWide: (5 / @columnCount * 100%);
|
1007
|
+
@sixWide: (6 / @columnCount * 100%);
|
1008
|
+
@sevenWide: (7 / @columnCount * 100%);
|
1009
|
+
@eightWide: (8 / @columnCount * 100%);
|
1010
|
+
@nineWide: (9 / @columnCount * 100%);
|
1011
|
+
@tenWide: (10 / @columnCount * 100%);
|
1012
|
+
@elevenWide: (11 / @columnCount * 100%);
|
1013
|
+
@twelveWide: (12 / @columnCount * 100%);
|
1014
|
+
@thirteenWide: (13 / @columnCount * 100%);
|
1015
|
+
@fourteenWide: (14 / @columnCount * 100%);
|
1016
|
+
@fifteenWide: (15 / @columnCount * 100%);
|
1017
|
+
@sixteenWide: (16 / @columnCount * 100%);
|
1018
|
+
|
1019
|
+
@oneColumn: (1 / 1 * 100%);
|
1020
|
+
@twoColumn: (1 / 2 * 100%);
|
1021
|
+
@threeColumn: (1 / 3 * 100%);
|
1022
|
+
@fourColumn: (1 / 4 * 100%);
|
1023
|
+
@fiveColumn: (1 / 5 * 100%);
|
1024
|
+
@sixColumn: (1 / 6 * 100%);
|
1025
|
+
@sevenColumn: (1 / 7 * 100%);
|
1026
|
+
@eightColumn: (1 / 8 * 100%);
|
1027
|
+
@nineColumn: (1 / 9 * 100%);
|
1028
|
+
@tenColumn: (1 / 10 * 100%);
|
1029
|
+
@elevenColumn: (1 / 11 * 100%);
|
1030
|
+
@twelveColumn: (1 / 12 * 100%);
|
1031
|
+
@thirteenColumn: (1 / 13 * 100%);
|
1032
|
+
@fourteenColumn: (1 / 14 * 100%);
|
1033
|
+
@fifteenColumn: (1 / 15 * 100%);
|
1034
|
+
@sixteenColumn: (1 / 16 * 100%);
|
1079
1035
|
|
1080
1036
|
/*******************************
|
1081
1037
|
States
|
1082
1038
|
*******************************/
|
1083
1039
|
|
1084
|
-
|
1040
|
+
/* -------------------
|
1085
1041
|
Disabled
|
1086
|
-
|
1042
|
+
-------------------- */
|
1087
1043
|
|
1088
1044
|
@disabledOpacity: 0.45;
|
1089
1045
|
@disabledPointerEvents: none;
|
1090
1046
|
@disabledTextColor: rgba(40, 40, 40, 0.3);
|
1091
1047
|
@invertedDisabledTextColor: rgba(225, 225, 225, 0.3);
|
1092
1048
|
|
1093
|
-
|
1049
|
+
/* -------------------
|
1094
1050
|
Hover
|
1095
|
-
|
1051
|
+
-------------------- */
|
1096
1052
|
|
1097
|
-
|
1053
|
+
/* --- Shadows --- */
|
1098
1054
|
@floatingShadowHover:
|
1099
|
-
|
1100
|
-
|
1101
|
-
|
1102
|
-
|
1103
|
-
|
1104
|
-
@
|
1105
|
-
@
|
1106
|
-
@
|
1107
|
-
|
1108
|
-
|
1109
|
-
@
|
1110
|
-
@
|
1111
|
-
@
|
1112
|
-
@
|
1113
|
-
@
|
1114
|
-
@
|
1115
|
-
@
|
1116
|
-
@
|
1117
|
-
@
|
1118
|
-
@
|
1119
|
-
|
1120
|
-
|
1121
|
-
@
|
1122
|
-
@
|
1123
|
-
@
|
1124
|
-
@
|
1125
|
-
@
|
1126
|
-
@
|
1127
|
-
@
|
1128
|
-
@
|
1129
|
-
@
|
1130
|
-
@
|
1131
|
-
@
|
1132
|
-
@
|
1133
|
-
|
1134
|
-
|
1135
|
-
|
1136
|
-
@
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
@
|
1141
|
-
@
|
1142
|
-
@
|
1143
|
-
@
|
1144
|
-
@
|
1145
|
-
@
|
1146
|
-
@
|
1147
|
-
@
|
1148
|
-
@
|
1149
|
-
|
1150
|
-
|
1151
|
-
|
1152
|
-
@
|
1153
|
-
@
|
1154
|
-
|
1155
|
-
|
1156
|
-
|
1157
|
-
@
|
1158
|
-
@
|
1159
|
-
|
1160
|
-
|
1161
|
-
/*-------------------
|
1055
|
+
0 2px 4px 0 rgba(34, 36, 38, 0.15),
|
1056
|
+
0 2px 10px 0 rgba(34, 36, 38, 0.25);
|
1057
|
+
|
1058
|
+
/* --- Colors --- */
|
1059
|
+
@primaryColorHover: saturate(darken(@primaryColor, 5), 10, relative);
|
1060
|
+
@secondaryColorHover: saturate(lighten(@secondaryColor, 5), 10, relative);
|
1061
|
+
@lightPrimaryColorHover: saturate(darken(@lightPrimaryColor, 10), 10, relative);
|
1062
|
+
@lightSecondaryColorHover: saturate(lighten(@lightSecondaryColor, 10), 10, relative);
|
1063
|
+
|
1064
|
+
@redHover: saturate(darken(@red, 5), 10, relative);
|
1065
|
+
@orangeHover: saturate(darken(@orange, 5), 10, relative);
|
1066
|
+
@yellowHover: saturate(darken(@yellow, 5), 10, relative);
|
1067
|
+
@oliveHover: saturate(darken(@olive, 5), 10, relative);
|
1068
|
+
@greenHover: saturate(darken(@green, 5), 10, relative);
|
1069
|
+
@tealHover: saturate(darken(@teal, 5), 10, relative);
|
1070
|
+
@blueHover: saturate(darken(@blue, 5), 10, relative);
|
1071
|
+
@violetHover: saturate(darken(@violet, 5), 10, relative);
|
1072
|
+
@purpleHover: saturate(darken(@purple, 5), 10, relative);
|
1073
|
+
@pinkHover: saturate(darken(@pink, 5), 10, relative);
|
1074
|
+
@brownHover: saturate(darken(@brown, 5), 10, relative);
|
1075
|
+
|
1076
|
+
@lightRedHover: saturate(darken(@lightRed, 10), 10, relative);
|
1077
|
+
@lightOrangeHover: saturate(darken(@lightOrange, 10), 10, relative);
|
1078
|
+
@lightYellowHover: saturate(darken(@lightYellow, 10), 10, relative);
|
1079
|
+
@lightOliveHover: saturate(darken(@lightOlive, 10), 10, relative);
|
1080
|
+
@lightGreenHover: saturate(darken(@lightGreen, 10), 10, relative);
|
1081
|
+
@lightTealHover: saturate(darken(@lightTeal, 10), 10, relative);
|
1082
|
+
@lightBlueHover: saturate(darken(@lightBlue, 10), 10, relative);
|
1083
|
+
@lightVioletHover: saturate(darken(@lightViolet, 10), 10, relative);
|
1084
|
+
@lightPurpleHover: saturate(darken(@lightPurple, 10), 10, relative);
|
1085
|
+
@lightPinkHover: saturate(darken(@lightPink, 10), 10, relative);
|
1086
|
+
@lightBrownHover: saturate(darken(@lightBrown, 10), 10, relative);
|
1087
|
+
@lightGreyHover: saturate(darken(@lightGrey, 10), 10, relative);
|
1088
|
+
@lightBlackHover: saturate(darken(@fullBlack, 10), 10, relative);
|
1089
|
+
|
1090
|
+
/* --- Emotive --- */
|
1091
|
+
@positiveColorHover: saturate(darken(@positiveColor, 5), 10, relative);
|
1092
|
+
@negativeColorHover: saturate(darken(@negativeColor, 5), 10, relative);
|
1093
|
+
|
1094
|
+
/* --- Brand --- */
|
1095
|
+
@facebookHoverColor: saturate(darken(@facebookColor, 5), 10, relative);
|
1096
|
+
@twitterHoverColor: saturate(darken(@twitterColor, 5), 10, relative);
|
1097
|
+
@googlePlusHoverColor: saturate(darken(@googlePlusColor, 5), 10, relative);
|
1098
|
+
@linkedInHoverColor: saturate(darken(@linkedInColor, 5), 10, relative);
|
1099
|
+
@youtubeHoverColor: saturate(darken(@youtubeColor, 5), 10, relative);
|
1100
|
+
@instagramHoverColor: saturate(darken(@instagramColor, 5), 10, relative);
|
1101
|
+
@pinterestHoverColor: saturate(darken(@pinterestColor, 5), 10, relative);
|
1102
|
+
@vkHoverColor: saturate(darken(@vkColor, 5), 10, relative);
|
1103
|
+
@telegramHoverColor: saturate(darken(@telegramColor, 5), 10, relative);
|
1104
|
+
@whatsAppHoverColor: saturate(darken(@whatsAppColor, 5), 10, relative);
|
1105
|
+
|
1106
|
+
/* --- Dark Tones --- */
|
1107
|
+
@fullBlackHover: lighten(@fullBlack, 5);
|
1108
|
+
@blackHover: lighten(@black, 5);
|
1109
|
+
@greyHover: lighten(@grey, 5);
|
1110
|
+
|
1111
|
+
/* --- Light Tones --- */
|
1112
|
+
@whiteHover: darken(@white, 5);
|
1113
|
+
@offWhiteHover: darken(@offWhite, 5);
|
1114
|
+
@darkWhiteHover: darken(@darkWhite, 5);
|
1115
|
+
|
1116
|
+
/* -------------------
|
1162
1117
|
Focus
|
1163
|
-
|
1164
|
-
|
1165
|
-
|
1166
|
-
@primaryColorFocus
|
1167
|
-
@secondaryColorFocus
|
1168
|
-
@lightPrimaryColorFocus
|
1169
|
-
@lightSecondaryColorFocus
|
1170
|
-
|
1171
|
-
@redFocus
|
1172
|
-
@orangeFocus
|
1173
|
-
@yellowFocus
|
1174
|
-
@oliveFocus
|
1175
|
-
@greenFocus
|
1176
|
-
@tealFocus
|
1177
|
-
@blueFocus
|
1178
|
-
@violetFocus
|
1179
|
-
@purpleFocus
|
1180
|
-
@pinkFocus
|
1181
|
-
@brownFocus
|
1182
|
-
|
1183
|
-
@lightRedFocus
|
1184
|
-
@lightOrangeFocus
|
1185
|
-
@lightYellowFocus
|
1186
|
-
@lightOliveFocus
|
1187
|
-
@lightGreenFocus
|
1188
|
-
@lightTealFocus
|
1189
|
-
@lightBlueFocus
|
1190
|
-
@lightVioletFocus
|
1191
|
-
@lightPurpleFocus
|
1192
|
-
@lightPinkFocus
|
1193
|
-
@lightBrownFocus
|
1194
|
-
@lightGreyFocus
|
1195
|
-
@lightBlackFocus
|
1196
|
-
|
1197
|
-
|
1198
|
-
@positiveColorFocus
|
1199
|
-
@negativeColorFocus
|
1200
|
-
|
1201
|
-
|
1202
|
-
@facebookFocusColor
|
1203
|
-
@twitterFocusColor
|
1204
|
-
@googlePlusFocusColor
|
1205
|
-
@linkedInFocusColor
|
1206
|
-
@youtubeFocusColor
|
1207
|
-
@instagramFocusColor
|
1208
|
-
@pinterestFocusColor
|
1209
|
-
@vkFocusColor
|
1210
|
-
@telegramFocusColor
|
1211
|
-
@whatsAppFocusColor
|
1212
|
-
|
1213
|
-
|
1214
|
-
@fullBlackFocus
|
1215
|
-
@blackFocus
|
1216
|
-
@greyFocus
|
1217
|
-
|
1218
|
-
|
1219
|
-
@whiteFocus
|
1220
|
-
@offWhiteFocus
|
1221
|
-
@darkWhiteFocus
|
1222
|
-
|
1223
|
-
|
1224
|
-
/*-------------------
|
1118
|
+
-------------------- */
|
1119
|
+
|
1120
|
+
/* --- Colors --- */
|
1121
|
+
@primaryColorFocus: saturate(darken(@primaryColor, 8), 20, relative);
|
1122
|
+
@secondaryColorFocus: saturate(lighten(@secondaryColor, 8), 20, relative);
|
1123
|
+
@lightPrimaryColorFocus: saturate(darken(@lightPrimaryColor, 8), 20, relative);
|
1124
|
+
@lightSecondaryColorFocus: saturate(lighten(@lightSecondaryColor, 8), 20, relative);
|
1125
|
+
|
1126
|
+
@redFocus: saturate(darken(@red, 8), 20, relative);
|
1127
|
+
@orangeFocus: saturate(darken(@orange, 8), 20, relative);
|
1128
|
+
@yellowFocus: saturate(darken(@yellow, 8), 20, relative);
|
1129
|
+
@oliveFocus: saturate(darken(@olive, 8), 20, relative);
|
1130
|
+
@greenFocus: saturate(darken(@green, 8), 20, relative);
|
1131
|
+
@tealFocus: saturate(darken(@teal, 8), 20, relative);
|
1132
|
+
@blueFocus: saturate(darken(@blue, 8), 20, relative);
|
1133
|
+
@violetFocus: saturate(darken(@violet, 8), 20, relative);
|
1134
|
+
@purpleFocus: saturate(darken(@purple, 8), 20, relative);
|
1135
|
+
@pinkFocus: saturate(darken(@pink, 8), 20, relative);
|
1136
|
+
@brownFocus: saturate(darken(@brown, 8), 20, relative);
|
1137
|
+
|
1138
|
+
@lightRedFocus: saturate(darken(@lightRed, 8), 20, relative);
|
1139
|
+
@lightOrangeFocus: saturate(darken(@lightOrange, 8), 20, relative);
|
1140
|
+
@lightYellowFocus: saturate(darken(@lightYellow, 8), 20, relative);
|
1141
|
+
@lightOliveFocus: saturate(darken(@lightOlive, 8), 20, relative);
|
1142
|
+
@lightGreenFocus: saturate(darken(@lightGreen, 8), 20, relative);
|
1143
|
+
@lightTealFocus: saturate(darken(@lightTeal, 8), 20, relative);
|
1144
|
+
@lightBlueFocus: saturate(darken(@lightBlue, 8), 20, relative);
|
1145
|
+
@lightVioletFocus: saturate(darken(@lightViolet, 8), 20, relative);
|
1146
|
+
@lightPurpleFocus: saturate(darken(@lightPurple, 8), 20, relative);
|
1147
|
+
@lightPinkFocus: saturate(darken(@lightPink, 8), 20, relative);
|
1148
|
+
@lightBrownFocus: saturate(darken(@lightBrown, 8), 20, relative);
|
1149
|
+
@lightGreyFocus: saturate(darken(@lightGrey, 8), 20, relative);
|
1150
|
+
@lightBlackFocus: saturate(darken(@fullBlack, 8), 20, relative);
|
1151
|
+
|
1152
|
+
/* --- Emotive --- */
|
1153
|
+
@positiveColorFocus: saturate(darken(@positiveColor, 8), 20, relative);
|
1154
|
+
@negativeColorFocus: saturate(darken(@negativeColor, 8), 20, relative);
|
1155
|
+
|
1156
|
+
/* --- Brand --- */
|
1157
|
+
@facebookFocusColor: saturate(darken(@facebookColor, 8), 20, relative);
|
1158
|
+
@twitterFocusColor: saturate(darken(@twitterColor, 8), 20, relative);
|
1159
|
+
@googlePlusFocusColor: saturate(darken(@googlePlusColor, 8), 20, relative);
|
1160
|
+
@linkedInFocusColor: saturate(darken(@linkedInColor, 8), 20, relative);
|
1161
|
+
@youtubeFocusColor: saturate(darken(@youtubeColor, 8), 20, relative);
|
1162
|
+
@instagramFocusColor: saturate(darken(@instagramColor, 8), 20, relative);
|
1163
|
+
@pinterestFocusColor: saturate(darken(@pinterestColor, 8), 20, relative);
|
1164
|
+
@vkFocusColor: saturate(darken(@vkColor, 8), 20, relative);
|
1165
|
+
@telegramFocusColor: saturate(darken(@telegramColor, 8), 20, relative);
|
1166
|
+
@whatsAppFocusColor: saturate(darken(@whatsAppColor, 8), 20, relative);
|
1167
|
+
|
1168
|
+
/* --- Dark Tones --- */
|
1169
|
+
@fullBlackFocus: lighten(@fullBlack, 8);
|
1170
|
+
@blackFocus: lighten(@black, 8);
|
1171
|
+
@greyFocus: lighten(@grey, 8);
|
1172
|
+
|
1173
|
+
/* --- Light Tones --- */
|
1174
|
+
@whiteFocus: darken(@white, 8);
|
1175
|
+
@offWhiteFocus: darken(@offWhite, 8);
|
1176
|
+
@darkWhiteFocus: darken(@darkWhite, 8);
|
1177
|
+
|
1178
|
+
/* -------------------
|
1225
1179
|
Down (:active)
|
1226
|
-
|
1227
|
-
|
1228
|
-
|
1229
|
-
@primaryColorDown
|
1230
|
-
@secondaryColorDown
|
1231
|
-
@lightPrimaryColorDown
|
1232
|
-
@lightSecondaryColorDown
|
1233
|
-
|
1234
|
-
@redDown
|
1235
|
-
@orangeDown
|
1236
|
-
@yellowDown
|
1237
|
-
@oliveDown
|
1238
|
-
@greenDown
|
1239
|
-
@tealDown
|
1240
|
-
@blueDown
|
1241
|
-
@violetDown
|
1242
|
-
@purpleDown
|
1243
|
-
@pinkDown
|
1244
|
-
@brownDown
|
1245
|
-
|
1246
|
-
@lightRedDown
|
1247
|
-
@lightOrangeDown
|
1248
|
-
@lightYellowDown
|
1249
|
-
@lightOliveDown
|
1250
|
-
@lightGreenDown
|
1251
|
-
@lightTealDown
|
1252
|
-
@lightBlueDown
|
1253
|
-
@lightVioletDown
|
1254
|
-
@lightPurpleDown
|
1255
|
-
@lightPinkDown
|
1256
|
-
@lightBrownDown
|
1257
|
-
@lightGreyDown
|
1258
|
-
@lightBlackDown
|
1259
|
-
|
1260
|
-
|
1261
|
-
@positiveColorDown
|
1262
|
-
@negativeColorDown
|
1263
|
-
|
1264
|
-
|
1265
|
-
@facebookDownColor
|
1266
|
-
@twitterDownColor
|
1267
|
-
@googlePlusDownColor
|
1268
|
-
@linkedInDownColor
|
1269
|
-
@youtubeDownColor
|
1270
|
-
@instagramDownColor
|
1271
|
-
@pinterestDownColor
|
1272
|
-
@vkDownColor
|
1273
|
-
@telegramDownColor
|
1274
|
-
@whatsAppDownColor
|
1275
|
-
|
1276
|
-
|
1277
|
-
@fullBlackDown
|
1278
|
-
@blackDown
|
1279
|
-
@greyDown
|
1280
|
-
|
1281
|
-
|
1282
|
-
@whiteDown
|
1283
|
-
@offWhiteDown
|
1284
|
-
@darkWhiteDown
|
1285
|
-
|
1286
|
-
|
1287
|
-
/*-------------------
|
1180
|
+
-------------------- */
|
1181
|
+
|
1182
|
+
/* --- Colors --- */
|
1183
|
+
@primaryColorDown: darken(@primaryColor, 10);
|
1184
|
+
@secondaryColorDown: lighten(@secondaryColor, 10);
|
1185
|
+
@lightPrimaryColorDown: darken(@lightPrimaryColor, 10);
|
1186
|
+
@lightSecondaryColorDown: lighten(@lightSecondaryColor, 10);
|
1187
|
+
|
1188
|
+
@redDown: darken(@red, 10);
|
1189
|
+
@orangeDown: darken(@orange, 10);
|
1190
|
+
@yellowDown: darken(@yellow, 10);
|
1191
|
+
@oliveDown: darken(@olive, 10);
|
1192
|
+
@greenDown: darken(@green, 10);
|
1193
|
+
@tealDown: darken(@teal, 10);
|
1194
|
+
@blueDown: darken(@blue, 10);
|
1195
|
+
@violetDown: darken(@violet, 10);
|
1196
|
+
@purpleDown: darken(@purple, 10);
|
1197
|
+
@pinkDown: darken(@pink, 10);
|
1198
|
+
@brownDown: darken(@brown, 10);
|
1199
|
+
|
1200
|
+
@lightRedDown: darken(@lightRed, 10);
|
1201
|
+
@lightOrangeDown: darken(@lightOrange, 10);
|
1202
|
+
@lightYellowDown: darken(@lightYellow, 10);
|
1203
|
+
@lightOliveDown: darken(@lightOlive, 10);
|
1204
|
+
@lightGreenDown: darken(@lightGreen, 10);
|
1205
|
+
@lightTealDown: darken(@lightTeal, 10);
|
1206
|
+
@lightBlueDown: darken(@lightBlue, 10);
|
1207
|
+
@lightVioletDown: darken(@lightViolet, 10);
|
1208
|
+
@lightPurpleDown: darken(@lightPurple, 10);
|
1209
|
+
@lightPinkDown: darken(@lightPink, 10);
|
1210
|
+
@lightBrownDown: darken(@lightBrown, 10);
|
1211
|
+
@lightGreyDown: darken(@lightGrey, 10);
|
1212
|
+
@lightBlackDown: darken(@fullBlack, 10);
|
1213
|
+
|
1214
|
+
/* --- Emotive --- */
|
1215
|
+
@positiveColorDown: darken(@positiveColor, 10);
|
1216
|
+
@negativeColorDown: darken(@negativeColor, 10);
|
1217
|
+
|
1218
|
+
/* --- Brand --- */
|
1219
|
+
@facebookDownColor: darken(@facebookColor, 10);
|
1220
|
+
@twitterDownColor: darken(@twitterColor, 10);
|
1221
|
+
@googlePlusDownColor: darken(@googlePlusColor, 10);
|
1222
|
+
@linkedInDownColor: darken(@linkedInColor, 10);
|
1223
|
+
@youtubeDownColor: darken(@youtubeColor, 10);
|
1224
|
+
@instagramDownColor: darken(@instagramColor, 10);
|
1225
|
+
@pinterestDownColor: darken(@pinterestColor, 10);
|
1226
|
+
@vkDownColor: darken(@vkColor, 10);
|
1227
|
+
@telegramDownColor: darken(@telegramColor, 10);
|
1228
|
+
@whatsAppDownColor: darken(@whatsAppColor, 10);
|
1229
|
+
|
1230
|
+
/* --- Dark Tones --- */
|
1231
|
+
@fullBlackDown: lighten(@fullBlack, 10);
|
1232
|
+
@blackDown: lighten(@black, 10);
|
1233
|
+
@greyDown: lighten(@grey, 10);
|
1234
|
+
|
1235
|
+
/* --- Light Tones --- */
|
1236
|
+
@whiteDown: darken(@white, 10);
|
1237
|
+
@offWhiteDown: darken(@offWhite, 10);
|
1238
|
+
@darkWhiteDown: darken(@darkWhite, 10);
|
1239
|
+
|
1240
|
+
/* -------------------
|
1288
1241
|
Active
|
1289
|
-
|
1290
|
-
|
1291
|
-
|
1292
|
-
@primaryColorActive
|
1293
|
-
@secondaryColorActive
|
1294
|
-
@lightPrimaryColorActive
|
1295
|
-
@lightSecondaryColorActive
|
1296
|
-
|
1297
|
-
@redActive
|
1298
|
-
@orangeActive
|
1299
|
-
@yellowActive
|
1300
|
-
@oliveActive
|
1301
|
-
@greenActive
|
1302
|
-
@tealActive
|
1303
|
-
@blueActive
|
1304
|
-
@violetActive
|
1305
|
-
@purpleActive
|
1306
|
-
@pinkActive
|
1307
|
-
@brownActive
|
1308
|
-
|
1309
|
-
@lightRedActive
|
1310
|
-
@lightOrangeActive
|
1311
|
-
@lightYellowActive
|
1312
|
-
@lightOliveActive
|
1313
|
-
@lightGreenActive
|
1314
|
-
@lightTealActive
|
1315
|
-
@lightBlueActive
|
1316
|
-
@lightVioletActive
|
1317
|
-
@lightPurpleActive
|
1318
|
-
@lightPinkActive
|
1319
|
-
@lightBrownActive
|
1320
|
-
@lightGreyActive
|
1321
|
-
@lightBlackActive
|
1322
|
-
|
1323
|
-
|
1324
|
-
@positiveColorActive
|
1325
|
-
@negativeColorActive
|
1326
|
-
|
1327
|
-
|
1328
|
-
@facebookActiveColor
|
1329
|
-
@twitterActiveColor
|
1330
|
-
@googlePlusActiveColor
|
1331
|
-
@linkedInActiveColor
|
1332
|
-
@youtubeActiveColor
|
1333
|
-
@instagramActiveColor
|
1334
|
-
@pinterestActiveColor
|
1335
|
-
@vkActiveColor
|
1336
|
-
@telegramActiveColor
|
1337
|
-
@whatsAppActiveColor
|
1338
|
-
|
1339
|
-
|
1340
|
-
@fullBlackActive
|
1341
|
-
@blackActive
|
1342
|
-
@greyActive
|
1343
|
-
|
1344
|
-
|
1345
|
-
@whiteActive
|
1346
|
-
@offWhiteActive
|
1347
|
-
@darkWhiteActive
|
1348
|
-
|
1349
|
-
|
1350
|
-
@primaryTertiaryColor
|
1351
|
-
@primaryTertiaryColorHover
|
1352
|
-
@primaryTertiaryColorFocus
|
1353
|
-
@primaryTertiaryColorActive
|
1354
|
-
@secondaryTertiaryColor
|
1355
|
-
@secondaryTertiaryColorHover
|
1356
|
-
@secondaryTertiaryColorFocus
|
1242
|
+
-------------------- */
|
1243
|
+
|
1244
|
+
/* --- Colors --- */
|
1245
|
+
@primaryColorActive: saturate(darken(@primaryColor, 5), 15, relative);
|
1246
|
+
@secondaryColorActive: saturate(lighten(@secondaryColor, 5), 15, relative);
|
1247
|
+
@lightPrimaryColorActive: saturate(darken(@lightPrimaryColor, 5), 15, relative);
|
1248
|
+
@lightSecondaryColorActive: saturate(lighten(@lightSecondaryColor, 5), 15, relative);
|
1249
|
+
|
1250
|
+
@redActive: saturate(darken(@red, 5), 15, relative);
|
1251
|
+
@orangeActive: saturate(darken(@orange, 5), 15, relative);
|
1252
|
+
@yellowActive: saturate(darken(@yellow, 5), 15, relative);
|
1253
|
+
@oliveActive: saturate(darken(@olive, 5), 15, relative);
|
1254
|
+
@greenActive: saturate(darken(@green, 5), 15, relative);
|
1255
|
+
@tealActive: saturate(darken(@teal, 5), 15, relative);
|
1256
|
+
@blueActive: saturate(darken(@blue, 5), 15, relative);
|
1257
|
+
@violetActive: saturate(darken(@violet, 5), 15, relative);
|
1258
|
+
@purpleActive: saturate(darken(@purple, 5), 15, relative);
|
1259
|
+
@pinkActive: saturate(darken(@pink, 5), 15, relative);
|
1260
|
+
@brownActive: saturate(darken(@brown, 5), 15, relative);
|
1261
|
+
|
1262
|
+
@lightRedActive: saturate(darken(@lightRed, 5), 15, relative);
|
1263
|
+
@lightOrangeActive: saturate(darken(@lightOrange, 5), 15, relative);
|
1264
|
+
@lightYellowActive: saturate(darken(@lightYellow, 5), 15, relative);
|
1265
|
+
@lightOliveActive: saturate(darken(@lightOlive, 5), 15, relative);
|
1266
|
+
@lightGreenActive: saturate(darken(@lightGreen, 5), 15, relative);
|
1267
|
+
@lightTealActive: saturate(darken(@lightTeal, 5), 15, relative);
|
1268
|
+
@lightBlueActive: saturate(darken(@lightBlue, 5), 15, relative);
|
1269
|
+
@lightVioletActive: saturate(darken(@lightViolet, 5), 15, relative);
|
1270
|
+
@lightPurpleActive: saturate(darken(@lightPurple, 5), 15, relative);
|
1271
|
+
@lightPinkActive: saturate(darken(@lightPink, 5), 15, relative);
|
1272
|
+
@lightBrownActive: saturate(darken(@lightBrown, 5), 15, relative);
|
1273
|
+
@lightGreyActive: saturate(darken(@lightGrey, 5), 15, relative);
|
1274
|
+
@lightBlackActive: saturate(darken(@fullBlack, 5), 15, relative);
|
1275
|
+
|
1276
|
+
/* --- Emotive --- */
|
1277
|
+
@positiveColorActive: saturate(darken(@positiveColor, 5), 15, relative);
|
1278
|
+
@negativeColorActive: saturate(darken(@negativeColor, 5), 15, relative);
|
1279
|
+
|
1280
|
+
/* --- Brand --- */
|
1281
|
+
@facebookActiveColor: saturate(darken(@facebookColor, 5), 15, relative);
|
1282
|
+
@twitterActiveColor: saturate(darken(@twitterColor, 5), 15, relative);
|
1283
|
+
@googlePlusActiveColor: saturate(darken(@googlePlusColor, 5), 15, relative);
|
1284
|
+
@linkedInActiveColor: saturate(darken(@linkedInColor, 5), 15, relative);
|
1285
|
+
@youtubeActiveColor: saturate(darken(@youtubeColor, 5), 15, relative);
|
1286
|
+
@instagramActiveColor: saturate(darken(@instagramColor, 5), 15, relative);
|
1287
|
+
@pinterestActiveColor: saturate(darken(@pinterestColor, 5), 15, relative);
|
1288
|
+
@vkActiveColor: saturate(darken(@vkColor, 5), 15, relative);
|
1289
|
+
@telegramActiveColor: saturate(darken(@telegramColor, 5), 15, relative);
|
1290
|
+
@whatsAppActiveColor: saturate(darken(@whatsAppColor, 5), 15, relative);
|
1291
|
+
|
1292
|
+
/* --- Dark Tones --- */
|
1293
|
+
@fullBlackActive: darken(@fullBlack, 5);
|
1294
|
+
@blackActive: darken(@black, 5);
|
1295
|
+
@greyActive: darken(@grey, 5);
|
1296
|
+
|
1297
|
+
/* --- Light Tones --- */
|
1298
|
+
@whiteActive: darken(@white, 5);
|
1299
|
+
@offWhiteActive: darken(@offWhite, 5);
|
1300
|
+
@darkWhiteActive: darken(@darkWhite, 5);
|
1301
|
+
|
1302
|
+
/* --- Tertiary --- */
|
1303
|
+
@primaryTertiaryColor: saturate(@primaryColor, 20%);
|
1304
|
+
@primaryTertiaryColorHover: desaturate(@primaryColorHover, 20%);
|
1305
|
+
@primaryTertiaryColorFocus: desaturate(@primaryColorFocus, 20%);
|
1306
|
+
@primaryTertiaryColorActive: saturate(@primaryColorActive, 20%);
|
1307
|
+
@secondaryTertiaryColor: saturate(@secondaryColor, 20%);
|
1308
|
+
@secondaryTertiaryColorHover: desaturate(@secondaryColorHover, 20%);
|
1309
|
+
@secondaryTertiaryColorFocus: desaturate(@secondaryColorFocus, 20%);
|
1357
1310
|
@secondaryTertiaryColorActive: saturate(@secondaryColorActive, 20%);
|
1358
|
-
@redTertiaryColor
|
1359
|
-
@redTertiaryColorHover
|
1360
|
-
@redTertiaryColorFocus
|
1361
|
-
@redTertiaryColorActive
|
1362
|
-
@orangeTertiaryColor
|
1363
|
-
@orangeTertiaryColorHover
|
1364
|
-
@orangeTertiaryColorFocus
|
1365
|
-
@orangeTertiaryColorActive
|
1366
|
-
@yellowTertiaryColor
|
1367
|
-
@yellowTertiaryColorHover
|
1368
|
-
@yellowTertiaryColorFocus
|
1369
|
-
@yellowTertiaryColorActive
|
1370
|
-
@oliveTertiaryColor
|
1371
|
-
@oliveTertiaryColorHover
|
1372
|
-
@oliveTertiaryColorFocus
|
1373
|
-
@oliveTertiaryColorActive
|
1374
|
-
@greenTertiaryColor
|
1375
|
-
@greenTertiaryColorHover
|
1376
|
-
@greenTertiaryColorFocus
|
1377
|
-
@greenTertiaryColorActive
|
1378
|
-
@tealTertiaryColor
|
1379
|
-
@tealTertiaryColorHover
|
1380
|
-
@tealTertiaryColorFocus
|
1381
|
-
@tealTertiaryColorActive
|
1382
|
-
@blueTertiaryColor
|
1383
|
-
@blueTertiaryColorHover
|
1384
|
-
@blueTertiaryColorFocus
|
1385
|
-
@blueTertiaryColorActive
|
1386
|
-
@violetTertiaryColor
|
1387
|
-
@violetTertiaryColorHover
|
1388
|
-
@violetTertiaryColorFocus
|
1389
|
-
@violetTertiaryColorActive
|
1390
|
-
@purpleTertiaryColor
|
1391
|
-
@purpleTertiaryColorHover
|
1392
|
-
@purpleTertiaryColorFocus
|
1393
|
-
@purpleTertiaryColorActive
|
1394
|
-
@pinkTertiaryColor
|
1395
|
-
@pinkTertiaryColorHover
|
1396
|
-
@pinkTertiaryColorFocus
|
1397
|
-
@pinkTertiaryColorActive
|
1398
|
-
@brownTertiaryColor
|
1399
|
-
@brownTertiaryColorHover
|
1400
|
-
@brownTertiaryColorFocus
|
1401
|
-
@brownTertiaryColorActive
|
1402
|
-
@greyTertiaryColor
|
1403
|
-
@greyTertiaryColorHover
|
1404
|
-
@greyTertiaryColorFocus
|
1405
|
-
@greyTertiaryColorActive
|
1406
|
-
@blackTertiaryColor
|
1407
|
-
@blackTertiaryColorHover
|
1408
|
-
@blackTertiaryColorFocus
|
1409
|
-
@blackTertiaryColorActive
|
1410
|
-
|
1411
|
-
|
1412
|
-
@primaryBright
|
1413
|
-
@secondaryBright
|
1414
|
-
@redBright
|
1415
|
-
@orangeBright
|
1416
|
-
@yellowBright
|
1417
|
-
@oliveBright
|
1418
|
-
@greenBright
|
1419
|
-
@tealBright
|
1420
|
-
@blueBright
|
1421
|
-
@violetBright
|
1422
|
-
@purpleBright
|
1423
|
-
@pinkBright
|
1424
|
-
@brownBright
|
1425
|
-
@greyBright
|
1426
|
-
@blackBright
|
1427
|
-
|
1428
|
-
@primaryBrightHover
|
1429
|
-
@secondaryBrightHover
|
1430
|
-
@redBrightHover
|
1431
|
-
@orangeBrightHover
|
1432
|
-
@yellowBrightHover
|
1433
|
-
@oliveBrightHover
|
1434
|
-
@greenBrightHover
|
1435
|
-
@tealBrightHover
|
1436
|
-
@blueBrightHover
|
1437
|
-
@violetBrightHover
|
1438
|
-
@purpleBrightHover
|
1439
|
-
@pinkBrightHover
|
1440
|
-
@brownBrightHover
|
1441
|
-
@greyBrightHover
|
1442
|
-
@blackBrightHover
|
1311
|
+
@redTertiaryColor: saturate(@red, 20%);
|
1312
|
+
@redTertiaryColorHover: desaturate(@redHover, 20%);
|
1313
|
+
@redTertiaryColorFocus: desaturate(@redFocus, 20%);
|
1314
|
+
@redTertiaryColorActive: saturate(@redActive, 20%);
|
1315
|
+
@orangeTertiaryColor: saturate(@orange, 20%);
|
1316
|
+
@orangeTertiaryColorHover: desaturate(@orangeHover, 20%);
|
1317
|
+
@orangeTertiaryColorFocus: desaturate(@orangeFocus, 20%);
|
1318
|
+
@orangeTertiaryColorActive: saturate(@orangeActive, 20%);
|
1319
|
+
@yellowTertiaryColor: saturate(@yellow, 20%);
|
1320
|
+
@yellowTertiaryColorHover: desaturate(@yellowHover, 20%);
|
1321
|
+
@yellowTertiaryColorFocus: desaturate(@yellowFocus, 20%);
|
1322
|
+
@yellowTertiaryColorActive: saturate(@yellowActive, 20%);
|
1323
|
+
@oliveTertiaryColor: saturate(@olive, 20%);
|
1324
|
+
@oliveTertiaryColorHover: desaturate(@oliveHover, 20%);
|
1325
|
+
@oliveTertiaryColorFocus: desaturate(@oliveFocus, 20%);
|
1326
|
+
@oliveTertiaryColorActive: saturate(@oliveActive, 20%);
|
1327
|
+
@greenTertiaryColor: saturate(@green, 20%);
|
1328
|
+
@greenTertiaryColorHover: desaturate(@greenHover, 20%);
|
1329
|
+
@greenTertiaryColorFocus: desaturate(@greenFocus, 20%);
|
1330
|
+
@greenTertiaryColorActive: saturate(@greenActive, 20%);
|
1331
|
+
@tealTertiaryColor: saturate(@teal, 20%);
|
1332
|
+
@tealTertiaryColorHover: desaturate(@tealHover, 20%);
|
1333
|
+
@tealTertiaryColorFocus: desaturate(@tealFocus, 20%);
|
1334
|
+
@tealTertiaryColorActive: saturate(@tealActive, 20%);
|
1335
|
+
@blueTertiaryColor: saturate(@blue, 20%);
|
1336
|
+
@blueTertiaryColorHover: desaturate(@blueHover, 20%);
|
1337
|
+
@blueTertiaryColorFocus: desaturate(@blueFocus, 20%);
|
1338
|
+
@blueTertiaryColorActive: saturate(@blueActive, 20%);
|
1339
|
+
@violetTertiaryColor: saturate(@violet, 20%);
|
1340
|
+
@violetTertiaryColorHover: desaturate(@violetHover, 20%);
|
1341
|
+
@violetTertiaryColorFocus: desaturate(@violetFocus, 20%);
|
1342
|
+
@violetTertiaryColorActive: saturate(@violetActive, 20%);
|
1343
|
+
@purpleTertiaryColor: saturate(@purple, 20%);
|
1344
|
+
@purpleTertiaryColorHover: desaturate(@purpleHover, 20%);
|
1345
|
+
@purpleTertiaryColorFocus: desaturate(@purpleFocus, 20%);
|
1346
|
+
@purpleTertiaryColorActive: saturate(@purpleActive, 20%);
|
1347
|
+
@pinkTertiaryColor: saturate(@pink, 20%);
|
1348
|
+
@pinkTertiaryColorHover: desaturate(@pinkHover, 20%);
|
1349
|
+
@pinkTertiaryColorFocus: desaturate(@pinkFocus, 20%);
|
1350
|
+
@pinkTertiaryColorActive: saturate(@pinkActive, 20%);
|
1351
|
+
@brownTertiaryColor: saturate(@brown, 20%);
|
1352
|
+
@brownTertiaryColorHover: desaturate(@brownHover, 20%);
|
1353
|
+
@brownTertiaryColorFocus: desaturate(@brownFocus, 20%);
|
1354
|
+
@brownTertiaryColorActive: saturate(@brownActive, 20%);
|
1355
|
+
@greyTertiaryColor: darken(@grey, 5%);
|
1356
|
+
@greyTertiaryColorHover: lighten(@greyHover, 5%);
|
1357
|
+
@greyTertiaryColorFocus: lighten(@greyFocus, 8%);
|
1358
|
+
@greyTertiaryColorActive: darken(@greyActive, 5%);
|
1359
|
+
@blackTertiaryColor: lighten(@black, 20%);
|
1360
|
+
@blackTertiaryColorHover: lighten(@blackHover, 40%);
|
1361
|
+
@blackTertiaryColorFocus: lighten(@blackFocus, 40%);
|
1362
|
+
@blackTertiaryColorActive: lighten(@blackActive, 20%);
|
1363
|
+
|
1364
|
+
/* --- Bright --- */
|
1365
|
+
@primaryBright: screen(@lightPrimaryColor, @blendingBaseColor);
|
1366
|
+
@secondaryBright: screen(@lightSecondaryColor, @blendingBaseColor);
|
1367
|
+
@redBright: screen(@lightRed, @blendingBaseColor);
|
1368
|
+
@orangeBright: screen(@lightOrange, @blendingBaseColor);
|
1369
|
+
@yellowBright: screen(@lightYellow, @blendingBaseColor);
|
1370
|
+
@oliveBright: screen(@lightOlive, @blendingBaseColor);
|
1371
|
+
@greenBright: screen(@lightGreen, @blendingBaseColor);
|
1372
|
+
@tealBright: screen(@lightTeal, @blendingBaseColor);
|
1373
|
+
@blueBright: screen(@lightBlue, @blendingBaseColor);
|
1374
|
+
@violetBright: screen(@lightViolet, @blendingBaseColor);
|
1375
|
+
@purpleBright: screen(@lightPurple, @blendingBaseColor);
|
1376
|
+
@pinkBright: screen(@lightPink, @blendingBaseColor);
|
1377
|
+
@brownBright: screen(@lightBrown, @blendingBaseColor);
|
1378
|
+
@greyBright: @lightGrey;
|
1379
|
+
@blackBright: @lightBlack;
|
1380
|
+
|
1381
|
+
@primaryBrightHover: screen(@lightPrimaryColorHover, @blendingBaseColor);
|
1382
|
+
@secondaryBrightHover: screen(@lightSecondaryColorHover, @blendingBaseColor);
|
1383
|
+
@redBrightHover: screen(@lightRedHover, @blendingBaseColor);
|
1384
|
+
@orangeBrightHover: screen(@lightOrangeHover, @blendingBaseColor);
|
1385
|
+
@yellowBrightHover: screen(@lightYellowHover, @blendingBaseColor);
|
1386
|
+
@oliveBrightHover: screen(@lightOliveHover, @blendingBaseColor);
|
1387
|
+
@greenBrightHover: screen(@lightGreenHover, @blendingBaseColor);
|
1388
|
+
@tealBrightHover: screen(@lightTealHover, @blendingBaseColor);
|
1389
|
+
@blueBrightHover: screen(@lightBlueHover, @blendingBaseColor);
|
1390
|
+
@violetBrightHover: screen(@lightVioletHover, @blendingBaseColor);
|
1391
|
+
@purpleBrightHover: screen(@lightPurpleHover, @blendingBaseColor);
|
1392
|
+
@pinkBrightHover: screen(@lightPinkHover, @blendingBaseColor);
|
1393
|
+
@brownBrightHover: screen(@lightBrownHover, @blendingBaseColor);
|
1394
|
+
@greyBrightHover: @lightGreyHover;
|
1395
|
+
@blackBrightHover: @lightBlackHover;
|
1443
1396
|
|
1444
1397
|
/*******************************
|
1445
1398
|
States shared in Form-related components
|
1446
1399
|
*******************************/
|
1447
|
-
|
1400
|
+
|
1401
|
+
/* Form state */
|
1448
1402
|
@formErrorColor: @negativeTextColor;
|
1449
1403
|
@formErrorBorder: @negativeBorderColor;
|
1450
1404
|
@formErrorBackground: @negativeBackgroundColor;
|
@@ -1474,41 +1428,41 @@
|
|
1474
1428
|
@transparentFormWarningBackground: @formWarningBackground;
|
1475
1429
|
|
1476
1430
|
/* Input state */
|
1477
|
-
@inputErrorBorderRadius:
|
1431
|
+
@inputErrorBorderRadius: "";
|
1478
1432
|
@inputErrorBoxShadow: none;
|
1479
1433
|
|
1480
|
-
@inputInfoBorderRadius:
|
1434
|
+
@inputInfoBorderRadius: "";
|
1481
1435
|
@inputInfoBoxShadow: none;
|
1482
1436
|
|
1483
|
-
@inputSuccessBorderRadius:
|
1437
|
+
@inputSuccessBorderRadius: "";
|
1484
1438
|
@inputSuccessBoxShadow: none;
|
1485
1439
|
|
1486
|
-
@inputWarningBorderRadius:
|
1440
|
+
@inputWarningBorderRadius: "";
|
1487
1441
|
@inputWarningBoxShadow: none;
|
1488
1442
|
|
1489
1443
|
/* AutoFill */
|
1490
|
-
@inputAutoFillBackground: #
|
1491
|
-
@inputAutoFillBorder: #
|
1444
|
+
@inputAutoFillBackground: #fffff0;
|
1445
|
+
@inputAutoFillBorder: #e5dfa1;
|
1492
1446
|
@inputAutoFillFocusBackground: @inputAutoFillBackground;
|
1493
|
-
@inputAutoFillFocusBorder: #
|
1447
|
+
@inputAutoFillFocusBorder: #d5c315;
|
1494
1448
|
|
1495
|
-
@inputAutoFillErrorBackground: #
|
1496
|
-
@inputAutoFillErrorBorder: #
|
1449
|
+
@inputAutoFillErrorBackground: #fffaf0;
|
1450
|
+
@inputAutoFillErrorBorder: #e0b4b4;
|
1497
1451
|
|
1498
|
-
@inputAutoFillInfoBackground: #
|
1452
|
+
@inputAutoFillInfoBackground: #f0faff;
|
1499
1453
|
@inputAutoFillInfoBorder: #b3e0e0;
|
1500
1454
|
|
1501
|
-
@inputAutoFillSuccessBackground: #
|
1455
|
+
@inputAutoFillSuccessBackground: #f0fff0;
|
1502
1456
|
@inputAutoFillSuccessBorder: #bee0b3;
|
1503
1457
|
|
1504
|
-
@inputAutoFillWarningBackground: #
|
1458
|
+
@inputAutoFillWarningBackground: #ffffe0;
|
1505
1459
|
@inputAutoFillWarningBorder: #e0e0b3;
|
1506
1460
|
|
1507
1461
|
/* Dropdown state */
|
1508
|
-
@dropdownErrorHoverBackground: #
|
1462
|
+
@dropdownErrorHoverBackground: #fbe7e7;
|
1509
1463
|
@dropdownErrorSelectedBackground: @dropdownErrorHoverBackground;
|
1510
|
-
@dropdownErrorActiveBackground: #
|
1511
|
-
@dropdownErrorLabelBackground: #
|
1464
|
+
@dropdownErrorActiveBackground: #fdcfcf;
|
1465
|
+
@dropdownErrorLabelBackground: #eacbcb;
|
1512
1466
|
@dropdownErrorLabelColor: @errorTextColor;
|
1513
1467
|
|
1514
1468
|
@dropdownInfoHoverBackground: #e9f2fb;
|
@@ -1562,6 +1516,3 @@
|
|
1562
1516
|
|
1563
1517
|
@inputWarningPlaceholderColor: lighten(@formWarningColor, 40);
|
1564
1518
|
@inputWarningPlaceholderFocusColor: lighten(@formWarningColor, 30);
|
1565
|
-
|
1566
|
-
|
1567
|
-
|