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