fomantic-ui 2.9.1-beta.2 → 2.9.1-beta.21

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