@northdata/fomantic-ui 2.9.401 → 2.9.403

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