@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.
- package/lib/semantic-ui/dist/components/button.css +15 -15
- package/lib/semantic-ui/dist/components/button.min.css +1 -1
- package/lib/semantic-ui/dist/components/card.css +2 -2
- package/lib/semantic-ui/dist/components/card.min.css +1 -1
- package/lib/semantic-ui/dist/components/dropdown.css +4 -4
- package/lib/semantic-ui/dist/components/dropdown.min.css +1 -1
- package/lib/semantic-ui/dist/components/form.css +4 -11
- package/lib/semantic-ui/dist/components/form.min.css +1 -1
- package/lib/semantic-ui/dist/components/grid.css +1 -1
- package/lib/semantic-ui/dist/components/grid.min.css +1 -1
- package/lib/semantic-ui/dist/components/header.css +18 -18
- package/lib/semantic-ui/dist/components/header.min.css +1 -1
- package/lib/semantic-ui/dist/components/icon.css +12 -12
- package/lib/semantic-ui/dist/components/icon.min.css +1 -1
- package/lib/semantic-ui/dist/components/input.css +11 -11
- package/lib/semantic-ui/dist/components/input.min.css +1 -1
- package/lib/semantic-ui/dist/components/label.css +54 -54
- package/lib/semantic-ui/dist/components/label.min.css +1 -1
- package/lib/semantic-ui/dist/components/loader.css +3 -3
- package/lib/semantic-ui/dist/components/loader.min.css +1 -1
- package/lib/semantic-ui/dist/components/menu.css +1 -1
- package/lib/semantic-ui/dist/components/menu.min.css +1 -1
- package/lib/semantic-ui/dist/components/message.css +2 -2
- package/lib/semantic-ui/dist/components/message.min.css +1 -1
- package/lib/semantic-ui/dist/components/popup.css +3 -3
- package/lib/semantic-ui/dist/components/popup.min.css +1 -1
- package/lib/semantic-ui/dist/components/search.css +2 -2
- package/lib/semantic-ui/dist/components/search.min.css +1 -1
- package/lib/semantic-ui/dist/components/segment.css +14 -14
- package/lib/semantic-ui/dist/components/segment.min.css +1 -1
- package/lib/semantic-ui/dist/components/tab.css +1 -1
- package/lib/semantic-ui/dist/components/tab.min.css +1 -1
- package/lib/semantic-ui/dist/components/table.css +1 -1
- package/lib/semantic-ui/dist/components/table.min.css +1 -1
- package/lib/semantic-ui/dist/less/colors.less +623 -0
- package/lib/semantic-ui/dist/less/default/reset.variables +3 -0
- package/lib/semantic-ui/dist/less/default/site.variables +1547 -0
- package/lib/semantic-ui/dist/less/default/variation.variables +796 -0
- package/lib/semantic-ui/dist/less/site/reset.variables +3 -0
- package/lib/semantic-ui/dist/less/site/site.variables +68 -0
- package/lib/semantic-ui/dist/less/site/variation.variables +792 -0
- package/lib/semantic-ui/dist/less/theme.less +22 -0
- package/lib/semantic-ui/dist/semantic-packed.css +148 -156
- package/lib/semantic-ui/dist/semantic.css +148 -156
- package/lib/semantic-ui/dist/semantic.full.css +505 -505
- package/lib/semantic-ui/dist/semantic.full.min.css +1 -1
- package/lib/semantic-ui/dist/semantic.min.css +17 -17
- package/package.json +1 -1
|
@@ -0,0 +1,623 @@
|
|
|
1
|
+
/***********************************************************
|
|
2
|
+
Central Color Mapping Base for all components to iterate
|
|
3
|
+
***********************************************************/
|
|
4
|
+
|
|
5
|
+
@colors: {
|
|
6
|
+
@primary: {
|
|
7
|
+
color: @primaryColor;
|
|
8
|
+
light: @lightPrimaryColor;
|
|
9
|
+
border: @primaryBorderColor;
|
|
10
|
+
background: @primaryBackground;
|
|
11
|
+
header: @primaryHeaderColor;
|
|
12
|
+
boxShadow: @primaryBoxShadow;
|
|
13
|
+
boxFloatShadow: @primaryBoxFloatingShadow;
|
|
14
|
+
text: @primaryTextColor;
|
|
15
|
+
lightText: @lightPrimaryTextColor;
|
|
16
|
+
hoverText: @primaryHoverTextColor;
|
|
17
|
+
focus: @primaryColorFocus;
|
|
18
|
+
lightFocus: @lightPrimaryColorFocus;
|
|
19
|
+
down: @primaryColorDown;
|
|
20
|
+
lightDown: @lightPrimaryColorDown;
|
|
21
|
+
active: @primaryColorActive;
|
|
22
|
+
lightActive: @lightPrimaryColorActive;
|
|
23
|
+
shadow: @primaryTextShadow;
|
|
24
|
+
lightShadow: @lightPrimaryTextShadow;
|
|
25
|
+
hover: @primaryColorHover;
|
|
26
|
+
lightHover: @lightPrimaryColorHover;
|
|
27
|
+
ribbon: @primaryRibbonShadow;
|
|
28
|
+
invertedRibbon: @primaryInvertedRibbonShadow;
|
|
29
|
+
tertiary: @primaryTertiaryColor;
|
|
30
|
+
tertiaryHover: @primaryTertiaryColorHover;
|
|
31
|
+
tertiaryFocus: @primaryTertiaryColorFocus;
|
|
32
|
+
tertiaryActive: @primaryTertiaryColorActive;
|
|
33
|
+
bright: @primaryBright;
|
|
34
|
+
brightHover: @primaryBrightHover;
|
|
35
|
+
isDark: false;
|
|
36
|
+
isVeryDark: false;
|
|
37
|
+
};
|
|
38
|
+
@secondary: {
|
|
39
|
+
color: @secondaryColor;
|
|
40
|
+
light: @lightSecondaryColor;
|
|
41
|
+
border: @secondaryBorderColor;
|
|
42
|
+
background: @secondaryBackground;
|
|
43
|
+
header: @secondaryHeaderColor;
|
|
44
|
+
boxShadow: @secondaryBoxShadow;
|
|
45
|
+
boxFloatShadow: @secondaryBoxFloatingShadow;
|
|
46
|
+
text: @secondaryTextColor;
|
|
47
|
+
lightText: @lightSecondaryTextColor;
|
|
48
|
+
hoverText: @secondaryHoverTextColor;
|
|
49
|
+
focus: @secondaryColorFocus;
|
|
50
|
+
lightFocus: @lightSecondaryColorFocus;
|
|
51
|
+
down: @secondaryColorDown;
|
|
52
|
+
lightDown: @lightSecondaryColorDown;
|
|
53
|
+
active: @secondaryColorActive;
|
|
54
|
+
lightActive: @lightSecondaryColorActive;
|
|
55
|
+
shadow: @secondaryTextShadow;
|
|
56
|
+
lightShadow: @lightSecondaryTextShadow;
|
|
57
|
+
hover: @secondaryColorHover;
|
|
58
|
+
lightHover: @lightSecondaryColorHover;
|
|
59
|
+
ribbon: @secondaryRibbonShadow;
|
|
60
|
+
invertedRibbon: @secondaryInvertedRibbonShadow;
|
|
61
|
+
tertiary: @secondaryTertiaryColor;
|
|
62
|
+
tertiaryHover: @secondaryTertiaryColorHover;
|
|
63
|
+
tertiaryFocus: @secondaryTertiaryColorFocus;
|
|
64
|
+
tertiaryActive: @secondaryTertiaryColorActive;
|
|
65
|
+
bright: @secondaryBright;
|
|
66
|
+
brightHover: @secondaryBrightHover;
|
|
67
|
+
isDark: false;
|
|
68
|
+
isVeryDark: false;
|
|
69
|
+
};
|
|
70
|
+
@red: {
|
|
71
|
+
color: @red;
|
|
72
|
+
light: @lightRed;
|
|
73
|
+
border: @redBorderColor;
|
|
74
|
+
background: @redBackground;
|
|
75
|
+
header: @redHeaderColor;
|
|
76
|
+
boxShadow: @redBoxShadow;
|
|
77
|
+
boxFloatShadow: @redBoxFloatingShadow;
|
|
78
|
+
text: @redTextColor;
|
|
79
|
+
lightText: @lightRedTextColor;
|
|
80
|
+
hoverText: @redHoverTextColor;
|
|
81
|
+
focus: @redFocus;
|
|
82
|
+
lightFocus: @lightRedFocus;
|
|
83
|
+
down: @redDown;
|
|
84
|
+
lightDown: @lightRedDown;
|
|
85
|
+
active: @redActive;
|
|
86
|
+
lightActive: @lightRedActive;
|
|
87
|
+
shadow: @redTextShadow;
|
|
88
|
+
lightShadow: @lightRedTextShadow;
|
|
89
|
+
hover: @redHover;
|
|
90
|
+
lightHover: @lightRedHover;
|
|
91
|
+
ribbon: @redRibbonShadow;
|
|
92
|
+
invertedRibbon: @redInvertedRibbonShadow;
|
|
93
|
+
tertiary: @redTertiaryColor;
|
|
94
|
+
tertiaryHover: @redTertiaryColorHover;
|
|
95
|
+
tertiaryFocus: @redTertiaryColorFocus;
|
|
96
|
+
tertiaryActive: @redTertiaryColorActive;
|
|
97
|
+
bright: @redBright;
|
|
98
|
+
brightHover: @redBrightHover;
|
|
99
|
+
isDark: false;
|
|
100
|
+
isVeryDark: false;
|
|
101
|
+
};
|
|
102
|
+
@orange: {
|
|
103
|
+
color: @orange;
|
|
104
|
+
light: @lightOrange;
|
|
105
|
+
border: @orangeBorderColor;
|
|
106
|
+
background: @orangeBackground;
|
|
107
|
+
header: @orangeHeaderColor;
|
|
108
|
+
boxShadow: @orangeBoxShadow;
|
|
109
|
+
boxFloatShadow: @orangeBoxFloatingShadow;
|
|
110
|
+
text: @orangeTextColor;
|
|
111
|
+
lightText: @lightOrangeTextColor;
|
|
112
|
+
hoverText: @orangeHoverTextColor;
|
|
113
|
+
focus: @orangeFocus;
|
|
114
|
+
lightFocus: @lightOrangeFocus;
|
|
115
|
+
down: @orangeDown;
|
|
116
|
+
lightDown: @lightOrangeDown;
|
|
117
|
+
active: @orangeActive;
|
|
118
|
+
lightActive: @lightOrangeActive;
|
|
119
|
+
shadow: @orangeTextShadow;
|
|
120
|
+
lightShadow: @lightOrangeTextShadow;
|
|
121
|
+
hover: @orangeHover;
|
|
122
|
+
lightHover: @lightOrangeHover;
|
|
123
|
+
ribbon: @orangeRibbonShadow;
|
|
124
|
+
invertedRibbon: @orangeInvertedRibbonShadow;
|
|
125
|
+
tertiary: @orangeTertiaryColor;
|
|
126
|
+
tertiaryHover: @orangeTertiaryColorHover;
|
|
127
|
+
tertiaryFocus: @orangeTertiaryColorFocus;
|
|
128
|
+
tertiaryActive: @orangeTertiaryColorActive;
|
|
129
|
+
bright: @orangeBright;
|
|
130
|
+
brightHover: @orangeBrightHover;
|
|
131
|
+
isDark: false;
|
|
132
|
+
isVeryDark: false;
|
|
133
|
+
};
|
|
134
|
+
@yellow: {
|
|
135
|
+
color: @yellow;
|
|
136
|
+
light: @lightYellow;
|
|
137
|
+
border: @yellowBorderColor;
|
|
138
|
+
background: @yellowBackground;
|
|
139
|
+
header: @yellowHeaderColor;
|
|
140
|
+
boxShadow: @yellowBoxShadow;
|
|
141
|
+
boxFloatShadow: @yellowBoxFloatingShadow;
|
|
142
|
+
text: @yellowTextColor;
|
|
143
|
+
lightText: @lightYellowTextColor;
|
|
144
|
+
hoverText: @yellowHoverTextColor;
|
|
145
|
+
focus: @yellowFocus;
|
|
146
|
+
lightFocus: @lightYellowFocus;
|
|
147
|
+
down: @yellowDown;
|
|
148
|
+
lightDown: @lightYellowDown;
|
|
149
|
+
active: @yellowActive;
|
|
150
|
+
lightActive: @lightYellowActive;
|
|
151
|
+
shadow: @yellowTextShadow;
|
|
152
|
+
lightShadow: @lightYellowTextShadow;
|
|
153
|
+
hover: @yellowHover;
|
|
154
|
+
lightHover: @lightYellowHover;
|
|
155
|
+
ribbon: @yellowRibbonShadow;
|
|
156
|
+
invertedRibbon: @yellowInvertedRibbonShadow;
|
|
157
|
+
tertiary: @yellowTertiaryColor;
|
|
158
|
+
tertiaryHover: @yellowTertiaryColorHover;
|
|
159
|
+
tertiaryFocus: @yellowTertiaryColorFocus;
|
|
160
|
+
tertiaryActive: @yellowTertiaryColorActive;
|
|
161
|
+
bright: @yellowBright;
|
|
162
|
+
brightHover: @yellowBrightHover;
|
|
163
|
+
isDark: false;
|
|
164
|
+
isVeryDark: false;
|
|
165
|
+
};
|
|
166
|
+
@olive: {
|
|
167
|
+
color: @olive;
|
|
168
|
+
light: @lightOlive;
|
|
169
|
+
border: @oliveBorderColor;
|
|
170
|
+
background: @oliveBackground;
|
|
171
|
+
header: @oliveHeaderColor;
|
|
172
|
+
boxShadow: @oliveBoxShadow;
|
|
173
|
+
boxFloatShadow: @oliveBoxFloatingShadow;
|
|
174
|
+
text: @oliveTextColor;
|
|
175
|
+
lightText: @lightOliveTextColor;
|
|
176
|
+
hoverText: @oliveHoverTextColor;
|
|
177
|
+
focus: @oliveFocus;
|
|
178
|
+
lightFocus: @lightOliveFocus;
|
|
179
|
+
down: @oliveDown;
|
|
180
|
+
lightDown: @lightOliveDown;
|
|
181
|
+
active: @oliveActive;
|
|
182
|
+
lightActive: @lightOliveActive;
|
|
183
|
+
shadow: @oliveTextShadow;
|
|
184
|
+
lightShadow: @lightOliveTextShadow;
|
|
185
|
+
hover: @oliveHover;
|
|
186
|
+
lightHover: @lightOliveHover;
|
|
187
|
+
ribbon: @oliveRibbonShadow;
|
|
188
|
+
invertedRibbon: @oliveInvertedRibbonShadow;
|
|
189
|
+
tertiary: @oliveTertiaryColor;
|
|
190
|
+
tertiaryHover: @oliveTertiaryColorHover;
|
|
191
|
+
tertiaryFocus: @oliveTertiaryColorFocus;
|
|
192
|
+
tertiaryActive: @oliveTertiaryColorActive;
|
|
193
|
+
bright: @oliveBright;
|
|
194
|
+
brightHover: @oliveBrightHover;
|
|
195
|
+
isDark: false;
|
|
196
|
+
isVeryDark: false;
|
|
197
|
+
};
|
|
198
|
+
@green: {
|
|
199
|
+
color: @green;
|
|
200
|
+
light: @lightGreen;
|
|
201
|
+
border: @greenBorderColor;
|
|
202
|
+
background: @greenBackground;
|
|
203
|
+
header: @greenHeaderColor;
|
|
204
|
+
boxShadow: @greenBoxShadow;
|
|
205
|
+
boxFloatShadow: @greenBoxFloatingShadow;
|
|
206
|
+
text: @greenTextColor;
|
|
207
|
+
lightText: @lightGreenTextColor;
|
|
208
|
+
hoverText: @greenHoverTextColor;
|
|
209
|
+
focus: @greenFocus;
|
|
210
|
+
lightFocus: @lightGreenFocus;
|
|
211
|
+
down: @greenDown;
|
|
212
|
+
lightDown: @lightGreenDown;
|
|
213
|
+
active: @greenActive;
|
|
214
|
+
lightActive: @lightGreenActive;
|
|
215
|
+
shadow: @greenTextShadow;
|
|
216
|
+
lightShadow: @lightGreenTextShadow;
|
|
217
|
+
hover: @greenHover;
|
|
218
|
+
lightHover: @lightGreenHover;
|
|
219
|
+
ribbon: @greenRibbonShadow;
|
|
220
|
+
invertedRibbon: @greenInvertedRibbonShadow;
|
|
221
|
+
tertiary: @greenTertiaryColor;
|
|
222
|
+
tertiaryHover: @greenTertiaryColorHover;
|
|
223
|
+
tertiaryFocus: @greenTertiaryColorFocus;
|
|
224
|
+
tertiaryActive: @greenTertiaryColorActive;
|
|
225
|
+
bright: @greenBright;
|
|
226
|
+
brightHover: @greenBrightHover;
|
|
227
|
+
isDark: false;
|
|
228
|
+
isVeryDark: false;
|
|
229
|
+
};
|
|
230
|
+
@teal: {
|
|
231
|
+
color: @teal;
|
|
232
|
+
light: @lightTeal;
|
|
233
|
+
border: @tealBorderColor;
|
|
234
|
+
background: @tealBackground;
|
|
235
|
+
header: @tealHeaderColor;
|
|
236
|
+
boxShadow: @tealBoxShadow;
|
|
237
|
+
boxFloatShadow: @tealBoxFloatingShadow;
|
|
238
|
+
text: @tealTextColor;
|
|
239
|
+
lightText: @lightTealTextColor;
|
|
240
|
+
hoverText: @tealHoverTextColor;
|
|
241
|
+
focus: @tealFocus;
|
|
242
|
+
lightFocus: @lightTealFocus;
|
|
243
|
+
down: @tealDown;
|
|
244
|
+
lightDown: @lightTealDown;
|
|
245
|
+
active: @tealActive;
|
|
246
|
+
lightActive: @lightTealActive;
|
|
247
|
+
shadow: @tealTextShadow;
|
|
248
|
+
lightShadow: @lightTealTextShadow;
|
|
249
|
+
hover: @tealHover;
|
|
250
|
+
lightHover: @lightTealHover;
|
|
251
|
+
ribbon: @tealRibbonShadow;
|
|
252
|
+
invertedRibbon: @tealInvertedRibbonShadow;
|
|
253
|
+
tertiary: @tealTertiaryColor;
|
|
254
|
+
tertiaryHover: @tealTertiaryColorHover;
|
|
255
|
+
tertiaryFocus: @tealTertiaryColorFocus;
|
|
256
|
+
tertiaryActive: @tealTertiaryColorActive;
|
|
257
|
+
bright: @tealBright;
|
|
258
|
+
brightHover: @tealBrightHover;
|
|
259
|
+
isDark: false;
|
|
260
|
+
isVeryDark: false;
|
|
261
|
+
};
|
|
262
|
+
@blue: {
|
|
263
|
+
color: @blue;
|
|
264
|
+
light: @lightBlue;
|
|
265
|
+
border: @blueBorderColor;
|
|
266
|
+
background: @blueBackground;
|
|
267
|
+
header: @blueHeaderColor;
|
|
268
|
+
boxShadow: @blueBoxShadow;
|
|
269
|
+
boxFloatShadow: @blueBoxFloatingShadow;
|
|
270
|
+
text: @blueTextColor;
|
|
271
|
+
lightText: @lightBlueTextColor;
|
|
272
|
+
hoverText: @blueHoverTextColor;
|
|
273
|
+
focus: @blueFocus;
|
|
274
|
+
lightFocus: @lightBlueFocus;
|
|
275
|
+
down: @blueDown;
|
|
276
|
+
lightDown: @lightBlueDown;
|
|
277
|
+
active: @blueActive;
|
|
278
|
+
lightActive: @lightBlueActive;
|
|
279
|
+
shadow: @blueTextShadow;
|
|
280
|
+
lightShadow: @lightBlueTextShadow;
|
|
281
|
+
hover: @blueHover;
|
|
282
|
+
lightHover: @lightBlueHover;
|
|
283
|
+
ribbon: @blueRibbonShadow;
|
|
284
|
+
invertedRibbon: @blueInvertedRibbonShadow;
|
|
285
|
+
tertiary: @blueTertiaryColor;
|
|
286
|
+
tertiaryHover: @blueTertiaryColorHover;
|
|
287
|
+
tertiaryFocus: @blueTertiaryColorFocus;
|
|
288
|
+
tertiaryActive: @blueTertiaryColorActive;
|
|
289
|
+
bright: @blueBright;
|
|
290
|
+
brightHover: @blueBrightHover;
|
|
291
|
+
isDark: false;
|
|
292
|
+
isVeryDark: false;
|
|
293
|
+
};
|
|
294
|
+
@violet: {
|
|
295
|
+
color: @violet;
|
|
296
|
+
light: @lightViolet;
|
|
297
|
+
border: @violetBorderColor;
|
|
298
|
+
background: @violetBackground;
|
|
299
|
+
header: @violetHeaderColor;
|
|
300
|
+
boxShadow: @violetBoxShadow;
|
|
301
|
+
boxFloatShadow: @violetBoxFloatingShadow;
|
|
302
|
+
text: @violetTextColor;
|
|
303
|
+
lightText: @lightVioletTextColor;
|
|
304
|
+
hoverText: @violetHoverTextColor;
|
|
305
|
+
focus: @violetFocus;
|
|
306
|
+
lightFocus: @lightVioletFocus;
|
|
307
|
+
down: @violetDown;
|
|
308
|
+
lightDown: @lightVioletDown;
|
|
309
|
+
active: @violetActive;
|
|
310
|
+
lightActive: @lightVioletActive;
|
|
311
|
+
shadow: @violetTextShadow;
|
|
312
|
+
lightShadow: @lightVioletTextShadow;
|
|
313
|
+
hover: @violetHover;
|
|
314
|
+
lightHover: @lightVioletHover;
|
|
315
|
+
ribbon: @violetRibbonShadow;
|
|
316
|
+
invertedRibbon: @violetInvertedRibbonShadow;
|
|
317
|
+
tertiary: @violetTertiaryColor;
|
|
318
|
+
tertiaryHover: @violetTertiaryColorHover;
|
|
319
|
+
tertiaryFocus: @violetTertiaryColorFocus;
|
|
320
|
+
tertiaryActive: @violetTertiaryColorActive;
|
|
321
|
+
bright: @violetBright;
|
|
322
|
+
brightHover: @violetBrightHover;
|
|
323
|
+
isDark: false;
|
|
324
|
+
isVeryDark: false;
|
|
325
|
+
};
|
|
326
|
+
@purple: {
|
|
327
|
+
color: @purple;
|
|
328
|
+
light: @lightPurple;
|
|
329
|
+
border: @purpleBorderColor;
|
|
330
|
+
background: @purpleBackground;
|
|
331
|
+
header: @purpleHeaderColor;
|
|
332
|
+
boxShadow: @purpleBoxShadow;
|
|
333
|
+
boxFloatShadow: @purpleBoxFloatingShadow;
|
|
334
|
+
text: @purpleTextColor;
|
|
335
|
+
lightText: @lightPurpleTextColor;
|
|
336
|
+
hoverText: @purpleHoverTextColor;
|
|
337
|
+
focus: @purpleFocus;
|
|
338
|
+
lightFocus: @lightPurpleFocus;
|
|
339
|
+
down: @purpleDown;
|
|
340
|
+
lightDown: @lightPurpleDown;
|
|
341
|
+
active: @purpleActive;
|
|
342
|
+
lightActive: @lightPurpleActive;
|
|
343
|
+
shadow: @purpleTextShadow;
|
|
344
|
+
lightShadow: @lightPurpleTextShadow;
|
|
345
|
+
hover: @purpleHover;
|
|
346
|
+
lightHover: @lightPurpleHover;
|
|
347
|
+
ribbon: @purpleRibbonShadow;
|
|
348
|
+
invertedRibbon: @purpleInvertedRibbonShadow;
|
|
349
|
+
tertiary: @purpleTertiaryColor;
|
|
350
|
+
tertiaryHover: @purpleTertiaryColorHover;
|
|
351
|
+
tertiaryFocus: @purpleTertiaryColorFocus;
|
|
352
|
+
tertiaryActive: @purpleTertiaryColorActive;
|
|
353
|
+
bright: @purpleBright;
|
|
354
|
+
brightHover: @purpleBrightHover;
|
|
355
|
+
isDark: false;
|
|
356
|
+
isVeryDark: false;
|
|
357
|
+
};
|
|
358
|
+
@pink: {
|
|
359
|
+
color: @pink;
|
|
360
|
+
light: @lightPink;
|
|
361
|
+
border: @pinkBorderColor;
|
|
362
|
+
background: @pinkBackground;
|
|
363
|
+
header: @pinkHeaderColor;
|
|
364
|
+
boxShadow: @pinkBoxShadow;
|
|
365
|
+
boxFloatShadow: @pinkBoxFloatingShadow;
|
|
366
|
+
text: @pinkTextColor;
|
|
367
|
+
lightText: @lightPinkTextColor;
|
|
368
|
+
hoverText: @pinkHoverTextColor;
|
|
369
|
+
focus: @pinkFocus;
|
|
370
|
+
lightFocus: @lightPinkFocus;
|
|
371
|
+
down: @pinkDown;
|
|
372
|
+
lightDown: @lightPinkDown;
|
|
373
|
+
active: @pinkActive;
|
|
374
|
+
lightActive: @lightPinkActive;
|
|
375
|
+
shadow: @pinkTextShadow;
|
|
376
|
+
lightShadow: @lightPinkTextShadow;
|
|
377
|
+
hover: @pinkHover;
|
|
378
|
+
lightHover: @lightPinkHover;
|
|
379
|
+
ribbon: @pinkRibbonShadow;
|
|
380
|
+
invertedRibbon: @pinkInvertedRibbonShadow;
|
|
381
|
+
tertiary: @pinkTertiaryColor;
|
|
382
|
+
tertiaryHover: @pinkTertiaryColorHover;
|
|
383
|
+
tertiaryFocus: @pinkTertiaryColorFocus;
|
|
384
|
+
tertiaryActive: @pinkTertiaryColorActive;
|
|
385
|
+
bright: @pinkBright;
|
|
386
|
+
brightHover: @pinkBrightHover;
|
|
387
|
+
isDark: false;
|
|
388
|
+
isVeryDark: false;
|
|
389
|
+
};
|
|
390
|
+
@brown: {
|
|
391
|
+
color: @brown;
|
|
392
|
+
light: @lightBrown;
|
|
393
|
+
border: @brownBorderColor;
|
|
394
|
+
background: @brownBackground;
|
|
395
|
+
header: @brownHeaderColor;
|
|
396
|
+
boxShadow: @brownBoxShadow;
|
|
397
|
+
boxFloatShadow: @brownBoxFloatingShadow;
|
|
398
|
+
text: @brownTextColor;
|
|
399
|
+
lightText: @lightBrownTextColor;
|
|
400
|
+
hoverText: @brownHoverTextColor;
|
|
401
|
+
focus: @brownFocus;
|
|
402
|
+
lightFocus: @lightBrownFocus;
|
|
403
|
+
down: @brownDown;
|
|
404
|
+
lightDown: @lightBrownDown;
|
|
405
|
+
active: @brownActive;
|
|
406
|
+
lightActive: @lightBrownActive;
|
|
407
|
+
shadow: @brownTextShadow;
|
|
408
|
+
lightShadow: @lightBrownTextShadow;
|
|
409
|
+
hover: @brownHover;
|
|
410
|
+
lightHover: @lightBrownHover;
|
|
411
|
+
ribbon: @brownRibbonShadow;
|
|
412
|
+
invertedRibbon: @brownInvertedRibbonShadow;
|
|
413
|
+
tertiary: @brownTertiaryColor;
|
|
414
|
+
tertiaryHover: @brownTertiaryColorHover;
|
|
415
|
+
tertiaryFocus: @brownTertiaryColorFocus;
|
|
416
|
+
tertiaryActive: @brownTertiaryColorActive;
|
|
417
|
+
bright: @brownBright;
|
|
418
|
+
brightHover: @brownBrightHover;
|
|
419
|
+
isDark: false;
|
|
420
|
+
isVeryDark: false;
|
|
421
|
+
};
|
|
422
|
+
@grey: {
|
|
423
|
+
color: @grey;
|
|
424
|
+
light: @lightGrey;
|
|
425
|
+
border: @greyBorderColor;
|
|
426
|
+
background: @greyBackground;
|
|
427
|
+
header: @greyHeaderColor;
|
|
428
|
+
boxShadow: @greyBoxShadow;
|
|
429
|
+
boxFloatShadow: @greyBoxFloatingShadow;
|
|
430
|
+
text: @greyTextColor;
|
|
431
|
+
lightText: @lightGreyTextColor;
|
|
432
|
+
hoverText: @greyHoverTextColor;
|
|
433
|
+
focus: @greyFocus;
|
|
434
|
+
lightFocus: @lightGreyFocus;
|
|
435
|
+
down: @greyDown;
|
|
436
|
+
lightDown: @lightGreyDown;
|
|
437
|
+
active: @greyActive;
|
|
438
|
+
lightActive: @lightGreyActive;
|
|
439
|
+
shadow: @greyTextShadow;
|
|
440
|
+
lightShadow: @lightGreyTextShadow;
|
|
441
|
+
hover: @greyHover;
|
|
442
|
+
lightHover: @lightGreyHover;
|
|
443
|
+
ribbon: @greyRibbonShadow;
|
|
444
|
+
invertedRibbon: @greyInvertedRibbonShadow;
|
|
445
|
+
tertiary: @greyTertiaryColor;
|
|
446
|
+
tertiaryHover: @greyTertiaryColorHover;
|
|
447
|
+
tertiaryFocus: @greyTertiaryColorFocus;
|
|
448
|
+
tertiaryActive: @greyTertiaryColorActive;
|
|
449
|
+
bright: @greyBright;
|
|
450
|
+
brightHover: @greyBrightHover;
|
|
451
|
+
isDark: true;
|
|
452
|
+
isVeryDark: false;
|
|
453
|
+
};
|
|
454
|
+
@black: {
|
|
455
|
+
color: @black;
|
|
456
|
+
light: @lightBlack;
|
|
457
|
+
border: @blackBorderColor;
|
|
458
|
+
background: @blackBackground;
|
|
459
|
+
header: @blackHeaderColor;
|
|
460
|
+
boxShadow: @blackBoxShadow;
|
|
461
|
+
boxFloatShadow: @blackBoxFloatingShadow;
|
|
462
|
+
text: @blackTextColor;
|
|
463
|
+
lightText: @lightBlackTextColor;
|
|
464
|
+
hoverText: @blackHoverTextColor;
|
|
465
|
+
focus: @blackFocus;
|
|
466
|
+
lightFocus: @lightBlackFocus;
|
|
467
|
+
down: @blackDown;
|
|
468
|
+
lightDown: @lightBlackDown;
|
|
469
|
+
active: @blackActive;
|
|
470
|
+
lightActive: @lightBlackActive;
|
|
471
|
+
shadow: @blackTextShadow;
|
|
472
|
+
lightShadow: @lightBlackTextShadow;
|
|
473
|
+
hover: @blackHover;
|
|
474
|
+
lightHover: @lightBlackHover;
|
|
475
|
+
ribbon: @blackRibbonShadow;
|
|
476
|
+
invertedRibbon: @blackInvertedRibbonShadow;
|
|
477
|
+
tertiary: @blackTertiaryColor;
|
|
478
|
+
tertiaryHover: @blackTertiaryColorHover;
|
|
479
|
+
tertiaryFocus: @blackTertiaryColorFocus;
|
|
480
|
+
tertiaryActive: @blackTertiaryColorActive;
|
|
481
|
+
bright: @blackBright;
|
|
482
|
+
brightHover: @blackBrightHover;
|
|
483
|
+
isDark: true;
|
|
484
|
+
isVeryDark: true;
|
|
485
|
+
};
|
|
486
|
+
};
|
|
487
|
+
|
|
488
|
+
/***********************************************************
|
|
489
|
+
Color Mapping Base for form components to iterate
|
|
490
|
+
***********************************************************/
|
|
491
|
+
|
|
492
|
+
@formStates: {
|
|
493
|
+
@error: {
|
|
494
|
+
color: @formErrorColor;
|
|
495
|
+
background: @formErrorBackground;
|
|
496
|
+
borderColor: @formErrorBorder;
|
|
497
|
+
borderRadius: @inputErrorBorderRadius;
|
|
498
|
+
boxShadow: @inputErrorBoxShadow;
|
|
499
|
+
cornerLabelColor: @white;
|
|
500
|
+
labelBackground: @formErrorLabelBackground;
|
|
501
|
+
|
|
502
|
+
dropdownLabelColor: @dropdownErrorLabelColor;
|
|
503
|
+
dropdownLabelBackground: @dropdownErrorLabelBackground;
|
|
504
|
+
dropdownHoverBackground: @dropdownErrorHoverBackground;
|
|
505
|
+
dropdownSelectedBackground: @dropdownErrorSelectedBackground;
|
|
506
|
+
dropdownActiveBackground: @dropdownErrorActiveBackground;
|
|
507
|
+
|
|
508
|
+
inputAutoFillBackground: @inputAutoFillErrorBackground;
|
|
509
|
+
inputAutoFillBorderColor: @inputAutoFillErrorBorder;
|
|
510
|
+
inputFocusBackground: @inputErrorFocusBackground;
|
|
511
|
+
inputFocusColor: @inputErrorFocusColor;
|
|
512
|
+
inputFocusBorderColor: @inputErrorFocusBorder;
|
|
513
|
+
inputHoverBorderColor: @inputErrorHoverBorder;
|
|
514
|
+
inputFocusBoxShadow: @inputErrorFocusBoxShadow;
|
|
515
|
+
inputPlaceholderColor: @inputErrorPlaceholderColor;
|
|
516
|
+
inputPlaceholderFocusColor: @inputErrorPlaceholderFocusColor;
|
|
517
|
+
|
|
518
|
+
transparentBackground: @transparentFormErrorBackground;
|
|
519
|
+
transparentColor: @transparentFormErrorColor;
|
|
520
|
+
};
|
|
521
|
+
|
|
522
|
+
@info: {
|
|
523
|
+
color: @formInfoColor;
|
|
524
|
+
background: @formInfoBackground;
|
|
525
|
+
borderColor: @formInfoBorder;
|
|
526
|
+
borderRadius: @inputInfoBorderRadius;
|
|
527
|
+
boxShadow: @inputInfoBoxShadow;
|
|
528
|
+
cornerLabelColor: @white;
|
|
529
|
+
labelBackground: @formInfoLabelBackground;
|
|
530
|
+
|
|
531
|
+
dropdownLabelColor: @dropdownInfoLabelColor;
|
|
532
|
+
dropdownLabelBackground: @dropdownInfoLabelBackground;
|
|
533
|
+
dropdownHoverBackground: @dropdownInfoHoverBackground;
|
|
534
|
+
dropdownSelectedBackground: @dropdownInfoSelectedBackground;
|
|
535
|
+
dropdownActiveBackground: @dropdownInfoActiveBackground;
|
|
536
|
+
|
|
537
|
+
inputAutoFillBackground: @inputAutoFillInfoBackground;
|
|
538
|
+
inputAutoFillBorderColor: @inputAutoFillInfoBorder;
|
|
539
|
+
inputFocusBackground: @inputInfoFocusBackground;
|
|
540
|
+
inputFocusColor: @inputInfoFocusColor;
|
|
541
|
+
inputFocusBorderColor: @inputInfoFocusBorder;
|
|
542
|
+
inputHoverBorderColor: @inputInfoHoverBorder;
|
|
543
|
+
inputFocusBoxShadow: @inputInfoFocusBoxShadow;
|
|
544
|
+
inputPlaceholderColor: @inputInfoPlaceholderColor;
|
|
545
|
+
inputPlaceholderFocusColor: @inputInfoPlaceholderFocusColor;
|
|
546
|
+
|
|
547
|
+
transparentBackground: @transparentFormInfoBackground;
|
|
548
|
+
transparentColor: @transparentFormInfoColor;
|
|
549
|
+
};
|
|
550
|
+
|
|
551
|
+
@success: {
|
|
552
|
+
color: @formSuccessColor;
|
|
553
|
+
background: @formSuccessBackground;
|
|
554
|
+
borderColor: @formSuccessBorder;
|
|
555
|
+
borderRadius: @inputSuccessBorderRadius;
|
|
556
|
+
boxShadow: @inputSuccessBoxShadow;
|
|
557
|
+
cornerLabelColor: @white;
|
|
558
|
+
labelBackground: @formSuccessLabelBackground;
|
|
559
|
+
|
|
560
|
+
dropdownLabelColor: @dropdownSuccessLabelColor;
|
|
561
|
+
dropdownLabelBackground: @dropdownSuccessLabelBackground;
|
|
562
|
+
dropdownHoverBackground: @dropdownSuccessHoverBackground;
|
|
563
|
+
dropdownSelectedBackground: @dropdownSuccessSelectedBackground;
|
|
564
|
+
dropdownActiveBackground: @dropdownSuccessActiveBackground;
|
|
565
|
+
|
|
566
|
+
inputAutoFillBackground: @inputAutoFillSuccessBackground;
|
|
567
|
+
inputAutoFillBorderColor: @inputAutoFillSuccessBorder;
|
|
568
|
+
inputFocusBackground: @inputSuccessFocusBackground;
|
|
569
|
+
inputFocusColor: @inputSuccessFocusColor;
|
|
570
|
+
inputFocusBorderColor: @inputSuccessFocusBorder;
|
|
571
|
+
inputHoverBorderColor: @inputSuccessHoverBorder;
|
|
572
|
+
inputFocusBoxShadow: @inputSuccessFocusBoxShadow;
|
|
573
|
+
inputPlaceholderColor: @inputSuccessPlaceholderColor;
|
|
574
|
+
inputPlaceholderFocusColor: @inputSuccessPlaceholderFocusColor;
|
|
575
|
+
|
|
576
|
+
transparentBackground: @transparentFormSuccessBackground;
|
|
577
|
+
transparentColor: @transparentFormSuccessColor;
|
|
578
|
+
};
|
|
579
|
+
|
|
580
|
+
@warning: {
|
|
581
|
+
color: @formWarningColor;
|
|
582
|
+
background: @formWarningBackground;
|
|
583
|
+
borderColor: @formWarningBorder;
|
|
584
|
+
borderRadius: @inputWarningBorderRadius;
|
|
585
|
+
boxShadow: @inputWarningBoxShadow;
|
|
586
|
+
cornerLabelColor: @white;
|
|
587
|
+
labelBackground: @formWarningLabelBackground;
|
|
588
|
+
|
|
589
|
+
dropdownLabelColor: @dropdownWarningLabelColor;
|
|
590
|
+
dropdownLabelBackground: @dropdownWarningLabelBackground;
|
|
591
|
+
dropdownHoverBackground: @dropdownWarningHoverBackground;
|
|
592
|
+
dropdownSelectedBackground: @dropdownWarningSelectedBackground;
|
|
593
|
+
dropdownActiveBackground: @dropdownWarningActiveBackground;
|
|
594
|
+
|
|
595
|
+
inputAutoFillBackground: @inputAutoFillWarningBackground;
|
|
596
|
+
inputAutoFillBorderColor: @inputAutoFillWarningBorder;
|
|
597
|
+
inputFocusBackground: @inputWarningFocusBackground;
|
|
598
|
+
inputFocusColor: @inputWarningFocusColor;
|
|
599
|
+
inputFocusBorderColor: @inputWarningFocusBorder;
|
|
600
|
+
inputHoverBorderColor: @inputWarningHoverBorder;
|
|
601
|
+
inputFocusBoxShadow: @inputWarningFocusBoxShadow;
|
|
602
|
+
inputPlaceholderColor: @inputWarningPlaceholderColor;
|
|
603
|
+
inputPlaceholderFocusColor: @inputWarningPlaceholderFocusColor;
|
|
604
|
+
|
|
605
|
+
transparentBackground: @transparentFormWarningBackground;
|
|
606
|
+
transparentColor: @transparentFormWarningColor;
|
|
607
|
+
};
|
|
608
|
+
};
|
|
609
|
+
|
|
610
|
+
@textStates: {
|
|
611
|
+
@error: {
|
|
612
|
+
color: @negativeColor;
|
|
613
|
+
};
|
|
614
|
+
@info: {
|
|
615
|
+
color: @infoColor;
|
|
616
|
+
};
|
|
617
|
+
@success: {
|
|
618
|
+
color: @positiveColor;
|
|
619
|
+
};
|
|
620
|
+
@warning: {
|
|
621
|
+
color: @warningColor;
|
|
622
|
+
};
|
|
623
|
+
};
|