vcomply-design-system 1.2.2 → 1.2.3

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.
@@ -1,613 +1,801 @@
1
- @import url('../mixin/mixin.less');
1
+ @import url("../mixin/mixin.less");
2
2
 
3
3
  // Text Color
4
4
  .vx-txt-red {
5
- color: @error;
5
+ color: @error;
6
6
  }
7
7
 
8
8
  .vx-txt-blue {
9
- color: @primaryBlue;
9
+ color: @primaryBlue;
10
10
  }
11
11
 
12
12
  .vx-txt-white {
13
- color: @white;
13
+ color: @white;
14
14
  }
15
15
 
16
16
  .vx-paragraph-txt {
17
- color: @lightText;
17
+ color: @lightText;
18
18
  }
19
19
 
20
20
  .vx-label-txt {
21
- color: @darkText;
21
+ color: @darkText;
22
22
  }
23
23
 
24
24
  // Background
25
25
  .vx-bg-grey {
26
- background: @greyMain;
26
+ background: @greyMain;
27
27
  }
28
28
 
29
29
  .vx-bg-white {
30
- background: @white;
30
+ background: @white;
31
31
  }
32
32
 
33
33
  .vx-bg-red {
34
- background: @error;
34
+ background: @error;
35
35
  }
36
36
 
37
37
  .vx-bg-vColor {
38
- background: @vColor;
38
+ background: @vColor;
39
39
  }
40
40
 
41
41
  .vx-bg-blue {
42
- background: @primaryBlue;
42
+ background: @primaryBlue;
43
43
  }
44
44
  .vx-bg-light-text {
45
- background: @lightText;
46
- }
45
+ background: @lightText;
46
+ }
47
47
 
48
48
  // Border
49
49
  .vx-dark-border {
50
- border-color: @darkText;
50
+ border-color: @darkText;
51
51
  }
52
52
 
53
53
  .vx-grey-border {
54
- border-color: @greyMain;
54
+ border-color: @greyMain;
55
55
  }
56
56
 
57
57
  .vx-red-border {
58
- border-color: @error;
58
+ border-color: @error;
59
59
  }
60
60
 
61
61
  .vx-blue-border {
62
- border-color: @primaryBlue;
62
+ border-color: @primaryBlue;
63
63
  }
64
64
 
65
-
66
65
  // mixin
67
- @blue1 : #1e5dd3;
68
- @blue2 : #4681ef;
69
- @blue3 : #7aa6f7;
70
- @blue4 : #d4e2fc;
71
- @green1 : #34aa44;
72
- @green2 : #66bf72;
73
- @green3 : #97d2a0;
74
- @green4 : #d6f2da;
75
- @red1 : #d93b41;
76
- @red2 : #e75151;
77
- @red3 : #f77272;
78
- @red4 : #ffeaea;
79
- @orange1 : #f6882f;
80
- @orange2 : #f5a05b;
81
- @orange3 : #f9b883;
82
- @orange4 : #fbe1cc;
83
- @yellow1 : #f0b819;
84
- @yellow2 : #f4c84a;
85
- @yellow3 : #fadd8a;
86
- @yellow4 : #fff4d6;
87
- @dark1 : #000000;
88
- @dark2 : #161b2f;
89
- @dark3 : #747576;
90
- @boxShadow : rgba(30, 93, 211, 0.27);
91
- @boxShadowActive : rgba(30, 93, 210, 0.9);
92
-
66
+ @blue1: #1e5dd3;
67
+ @blue2: #4681ef;
68
+ @blue3: #7aa6f7;
69
+ @blue4: #d4e2fc;
70
+ @green1: #34aa44;
71
+ @green2: #66bf72;
72
+ @green3: #97d2a0;
73
+ @green4: #d6f2da;
74
+ @red1: #d93b41;
75
+ @red2: #e75151;
76
+ @red3: #f77272;
77
+ @red4: #ffeaea;
78
+ @orange1: #f6882f;
79
+ @orange2: #f5a05b;
80
+ @orange3: #f9b883;
81
+ @orange4: #fbe1cc;
82
+ @yellow1: #f0b819;
83
+ @yellow2: #f4c84a;
84
+ @yellow3: #fadd8a;
85
+ @yellow4: #fff4d6;
86
+ @dark1: #000000;
87
+ @dark2: #161b2f;
88
+ @dark3: #747576;
89
+ @boxShadow: rgba(30, 93, 211, 0.27);
90
+ @boxShadowActive: rgba(30, 93, 210, 0.9);
93
91
 
94
92
  // Mix color
95
93
  .vx-color-palette {
96
- min-height: 80px;
94
+ min-height: 80px;
95
+ width: 100%;
96
+ border-radius: 0;
97
+ color: @white;
98
+ display: flex;
99
+ justify-content: center;
100
+ align-items: center;
101
+ position: relative;
102
+ margin-bottom: 20px;
103
+ input {
104
+ font-size: 12px;
105
+ font-weight: 400;
106
+ color: @neutral-100;
107
+ border: none;
108
+ background: transparent;
109
+ outline: none;
97
110
  width: 100%;
98
- border-radius: 0;
99
- color: @white;
100
- display: flex;
101
- justify-content: center;
102
- align-items: center;
103
- position: relative;
104
- margin-bottom: 20px;
105
- input {
106
- font-size:12px;
107
- font-weight: 400;
108
- color: @neutral-100;
109
- border: none;
110
- background: transparent;
111
- outline: none;
112
- width: 100%;
113
- text-align: center;
114
- position: absolute;
115
- bottom: -20px;
116
- left: 0;
117
- right: 0;
118
- }
119
- &.bg {
120
- &.blue {
121
- &-10 {
122
- background: #F4F8FF;
123
- }
124
- &-20 {
125
- background: #E2ECFF;
126
- }
127
- &-30 {
128
- background: #BCD0F6;
129
- }
130
- &-40 {
131
- background: #7AA7F7;
132
- }
133
- &-50 {
134
- background: #4681EF;
135
- }
136
- &-60 {
137
- background: #1E5DD3;
138
- }
139
- &-70 {
140
- background: #1146A8;
141
- }
142
- &-80 {
143
- background: #042E7D;
144
- }
145
- &-90 {
146
- background: #0D2556;
147
- }
148
- &-100 {
149
- background: #161B2F;
150
- }
151
- }
152
- &.green {
153
- &-10 {
154
- background: #DDF4E0;
155
- }
156
- &-20 {
157
- background: #CAEBCF;
158
- }
159
- &-30 {
160
- background: #B7E2BD;
161
- }
162
- &-40 {
163
- background: #97D2A0;
164
- }
165
- &-50 {
166
- background: #66BF72;
167
- }
168
- &-60 {
169
- background: #34AA44;
170
- }
171
- &-70 {
172
- background: #1C802A;
173
- }
174
- &-80 {
175
- background: #04550F;
176
- }
177
- &-90 {
178
- background: #023C0A;
179
- }
180
- &-100 {
181
- background: #021D05;
182
- }
183
- }
184
- &.red {
185
- &-10 {
186
- background: #FFEEEB;
187
- }
188
- &-20 {
189
- background: #FDD9D1;
190
- }
191
- &-30 {
192
- background: #FAC3B7;
193
- }
194
- &-40 {
195
- background: #E38B7A;
196
- }
197
- &-50 {
198
- background: #D5624B;
199
- }
200
- &-60 {
201
- background: #C7381B;
202
- }
203
- &-70 {
204
- background: #A82A1D;
205
- }
206
- &-80 {
207
- background: #781C17;
208
- }
209
- &-90 {
210
- background: #470E10;
211
- }
212
- &-100 {
213
- background: #2F090A;
214
- }
215
- }
216
- &.orange {
217
- &-10 {
218
- background: #FDF1E8;
219
- }
220
- &-20 {
221
- background: #FBE3D0;
222
- }
223
- &-30 {
224
- background: #F7C8A1;
225
- }
226
- &-40 {
227
- background: #F2AC73;
228
- }
229
- &-50 {
230
- background: #EE9044;
231
- }
232
- &-60 {
233
- background: #E87315;
234
- }
235
- &-70 {
236
- background: #BB5D11;
237
- }
238
- &-80 {
239
- background: #8C460D;
240
- }
241
- &-90 {
242
- background: #5E2F08;
243
- }
244
- &-100 {
245
- background: #2F1704;
246
- }
247
- }
248
- &.yellow {
249
- &-10 {
250
- background: #FEF8E7;
251
- }
252
- &-20 {
253
- background: #FCF2CF;
254
- }
255
- &-30 {
256
- background: #FAE6A3;
257
- }
258
- &-40 {
259
- background: #F7D873;
260
- }
261
- &-50 {
262
- background: #F5CC48;
263
- }
264
- &-60 {
265
- background: #F2BF19;
266
- }
267
- &-70 {
268
- background: #CB9E0B;
269
- }
270
- &-80 {
271
- background: #967508;
272
- }
273
- &-90 {
274
- background: #654F06;
275
- }
276
- &-100 {
277
- background: #302603;
278
- }
279
- }
280
- &.gray {
281
- &-10 {
282
- background: #F9F9FA;
283
- }
284
- &-20 {
285
- background: #F2F2F5;
286
- }
287
- &-30 {
288
- background: #E3E3E9;
289
- }
290
- &-40 {
291
- background: #CDCED6;
292
- }
293
- &-50 {
294
- background: #A9AAB6;
295
- }
296
- &-60 {
297
- background: #787A8C;
298
- }
299
- &-70 {
300
- background: #565A6F;
301
- }
302
- &-80 {
303
- background: #343952;
304
- }
305
- &-90 {
306
- background: #282E48;
307
- }
308
- &-100 {
309
- background: #242940;
310
- }
311
- }
312
- &.neutral {
313
- &-100 {
314
- background: #000000;
315
- }
316
- &-0 {
317
- background: #FFFFFF;
318
- }
319
- }
111
+ text-align: center;
112
+ position: absolute;
113
+ bottom: -20px;
114
+ left: 0;
115
+ right: 0;
116
+ }
117
+ &.bg {
118
+ &.blue {
119
+ &-10 {
120
+ background: #f4f8ff;
121
+ }
122
+ &-20 {
123
+ background: #e2ecff;
124
+ }
125
+ &-30 {
126
+ background: #bcd0f6;
127
+ }
128
+ &-40 {
129
+ background: #7aa7f7;
130
+ }
131
+ &-50 {
132
+ background: #4681ef;
133
+ }
134
+ &-60 {
135
+ background: #1e5dd3;
136
+ }
137
+ &-70 {
138
+ background: #1146a8;
139
+ }
140
+ &-80 {
141
+ background: #042e7d;
142
+ }
143
+ &-90 {
144
+ background: #0d2556;
145
+ }
146
+ &-100 {
147
+ background: #161b2f;
148
+ }
149
+ }
150
+ &.green {
151
+ &-10 {
152
+ background: #ddf4e0;
153
+ }
154
+ &-20 {
155
+ background: #caebcf;
156
+ }
157
+ &-30 {
158
+ background: #b7e2bd;
159
+ }
160
+ &-40 {
161
+ background: #97d2a0;
162
+ }
163
+ &-50 {
164
+ background: #66bf72;
165
+ }
166
+ &-60 {
167
+ background: #34aa44;
168
+ }
169
+ &-70 {
170
+ background: #1c802a;
171
+ }
172
+ &-80 {
173
+ background: #04550f;
174
+ }
175
+ &-90 {
176
+ background: #023c0a;
177
+ }
178
+ &-100 {
179
+ background: #021d05;
180
+ }
181
+ }
182
+ &.red {
183
+ &-10 {
184
+ background: #ffeeeb;
185
+ }
186
+ &-20 {
187
+ background: #fdd9d1;
188
+ }
189
+ &-30 {
190
+ background: #fac3b7;
191
+ }
192
+ &-40 {
193
+ background: #e38b7a;
194
+ }
195
+ &-50 {
196
+ background: #d5624b;
197
+ }
198
+ &-60 {
199
+ background: #c7381b;
200
+ }
201
+ &-70 {
202
+ background: #a82a1d;
203
+ }
204
+ &-80 {
205
+ background: #781c17;
206
+ }
207
+ &-90 {
208
+ background: #470e10;
209
+ }
210
+ &-100 {
211
+ background: #2f090a;
212
+ }
213
+ }
214
+ &.orange {
215
+ &-10 {
216
+ background: #fdf1e8;
217
+ }
218
+ &-20 {
219
+ background: #fbe3d0;
220
+ }
221
+ &-30 {
222
+ background: #f7c8a1;
223
+ }
224
+ &-40 {
225
+ background: #f2ac73;
226
+ }
227
+ &-50 {
228
+ background: #ee9044;
229
+ }
230
+ &-60 {
231
+ background: #e87315;
232
+ }
233
+ &-70 {
234
+ background: #bb5d11;
235
+ }
236
+ &-80 {
237
+ background: #8c460d;
238
+ }
239
+ &-90 {
240
+ background: #5e2f08;
241
+ }
242
+ &-100 {
243
+ background: #2f1704;
244
+ }
320
245
  }
246
+ &.yellow {
247
+ &-10 {
248
+ background: #fef8e7;
249
+ }
250
+ &-20 {
251
+ background: #fcf2cf;
252
+ }
253
+ &-30 {
254
+ background: #fae6a3;
255
+ }
256
+ &-40 {
257
+ background: #f7d873;
258
+ }
259
+ &-50 {
260
+ background: #f5cc48;
261
+ }
262
+ &-60 {
263
+ background: #f2bf19;
264
+ }
265
+ &-70 {
266
+ background: #cb9e0b;
267
+ }
268
+ &-80 {
269
+ background: #967508;
270
+ }
271
+ &-90 {
272
+ background: #654f06;
273
+ }
274
+ &-100 {
275
+ background: #302603;
276
+ }
277
+ }
278
+ &.gray {
279
+ &-10 {
280
+ background: #f9f9fa;
281
+ }
282
+ &-20 {
283
+ background: #f2f2f5;
284
+ }
285
+ &-30 {
286
+ background: #e3e3e9;
287
+ }
288
+ &-40 {
289
+ background: #cdced6;
290
+ }
291
+ &-50 {
292
+ background: #a9aab6;
293
+ }
294
+ &-60 {
295
+ background: #787a8c;
296
+ }
297
+ &-70 {
298
+ background: #565a6f;
299
+ }
300
+ &-80 {
301
+ background: #343952;
302
+ }
303
+ &-90 {
304
+ background: #282e48;
305
+ }
306
+ &-100 {
307
+ background: #242940;
308
+ }
309
+ }
310
+ &.neutral {
311
+ &-100 {
312
+ background: #000000;
313
+ }
314
+ &-0 {
315
+ background: #ffffff;
316
+ }
317
+ }
318
+ }
321
319
  }
322
320
 
323
321
  // New css color
324
322
  // Blue
325
- @blue-10 : #F4F8FF;
326
- @blue-20 : #E2ECFF;
327
- @blue-30 : #BCD0F6;
328
- @blue-40 : #7AA7F7;
329
- @blue-50 : #4681EF;
330
- @blue-60 : #1E5DD3;
331
- @blue-70 : #1146A8;
332
- @blue-80 : #042E7D;
333
- @blue-90 : #0D2556;
334
- @blue-100 : #161B2F;
335
-
323
+ @blue-10: #f4f8ff;
324
+ @blue-20: #e2ecff;
325
+ @blue-30: #bcd0f6;
326
+ @blue-40: #7aa7f7;
327
+ @blue-50: #4681ef;
328
+ @blue-60: #1e5dd3;
329
+ @blue-70: #1146a8;
330
+ @blue-80: #042e7d;
331
+ @blue-90: #0d2556;
332
+ @blue-100: #161b2f;
336
333
 
337
334
  // Green
338
- @green-10 : #DDF4E0;
339
- @green-20 : #CAEBCF;
340
- @green-30 : #B7E2BD;
341
- @green-40 : #97D2A0;
342
- @green-50 : #66BF72;
343
- @green-60 : #34AA44;
344
- @green-70 : #1C802A;
345
- @green-80 : #04550F;
346
- @green-90 : #023C0A;
347
- @green-100 : #021D05;
348
-
335
+ @green-10: #ddf4e0;
336
+ @green-20: #caebcf;
337
+ @green-30: #b7e2bd;
338
+ @green-40: #97d2a0;
339
+ @green-50: #66bf72;
340
+ @green-60: #34aa44;
341
+ @green-70: #1c802a;
342
+ @green-80: #04550f;
343
+ @green-90: #023c0a;
344
+ @green-100: #021d05;
349
345
 
350
346
  // Red
351
- @red-10 : #FFEEEB;
352
- @red-20 : #FDD9D1;
353
- @red-30 : #FAC3B7;
354
- @red-40 : #E38B7A;
355
- @red-50 : #D5624B;
356
- @red-60 : #C7381B;
357
- @red-70 : #A82A1D;
358
- @red-80 : #781C17;
359
- @red-90 : #470E10;
360
- @red-100 : #2F090A;
361
-
347
+ @red-10: #ffeeeb;
348
+ @red-20: #fdd9d1;
349
+ @red-30: #fac3b7;
350
+ @red-40: #e38b7a;
351
+ @red-50: #d5624b;
352
+ @red-60: #c7381b;
353
+ @red-70: #a82a1d;
354
+ @red-80: #781c17;
355
+ @red-90: #470e10;
356
+ @red-100: #2f090a;
362
357
 
363
358
  // Orange
364
- @orange-10 : #FDF1E8;
365
- @orange-20 : #FBE3D0;
366
- @orange-30 : #F7C8A1;
367
- @orange-40 : #F2AC73;
368
- @orange-50 : #EE9044;
369
- @orange-60 : #E87315;
370
- @orange-70 : #BB5D11;
371
- @orange-80 : #8C460D;
372
- @orange-90 : #5E2F08;
373
- @orange-100 : #2F1704;
374
-
359
+ @orange-10: #fdf1e8;
360
+ @orange-20: #fbe3d0;
361
+ @orange-30: #f7c8a1;
362
+ @orange-40: #f2ac73;
363
+ @orange-50: #ee9044;
364
+ @orange-60: #e87315;
365
+ @orange-70: #bb5d11;
366
+ @orange-80: #8c460d;
367
+ @orange-90: #5e2f08;
368
+ @orange-100: #2f1704;
375
369
 
376
370
  // Yellow
377
- @yellow-10 : #FEF8E7;
378
- @yellow-20 : #FCF2CF;
379
- @yellow-30 : #FAE6A3;
380
- @yellow-40 : #F7D873;
381
- @yellow-50 : #F5CC48;
382
- @yellow-60 : #F2BF19;
383
- @yellow-70 : #CB9E0B;
384
- @yellow-80 : #967508;
385
- @yellow-90 : #654F06;
386
- @yellow-100 : #302603;
387
-
371
+ @yellow-10: #fef8e7;
372
+ @yellow-20: #fcf2cf;
373
+ @yellow-30: #fae6a3;
374
+ @yellow-40: #f7d873;
375
+ @yellow-50: #f5cc48;
376
+ @yellow-60: #f2bf19;
377
+ @yellow-70: #cb9e0b;
378
+ @yellow-80: #967508;
379
+ @yellow-90: #654f06;
380
+ @yellow-100: #302603;
388
381
 
389
382
  // Gray
390
- @gray-10 : #F9F9FA;
391
- @gray-20 : #F2F2F5;
392
- @gray-30 : #E3E3E9;
393
- @gray-40 : #CDCED6;
394
- @gray-50 : #A9AAB6;
395
- @gray-60 : #787A8C;
396
- @gray-70 : #565A6F;
397
- @gray-80 : #343952;
398
- @gray-90 : #282E48;
399
- @gray-100 : #242940;
400
-
383
+ @gray-10: #f9f9fa;
384
+ @gray-20: #f2f2f5;
385
+ @gray-30: #e3e3e9;
386
+ @gray-40: #cdced6;
387
+ @gray-50: #a9aab6;
388
+ @gray-60: #787a8c;
389
+ @gray-70: #565a6f;
390
+ @gray-80: #343952;
391
+ @gray-90: #282e48;
392
+ @gray-100: #242940;
401
393
 
402
394
  // Neutral
403
- @neutral-100 : #000000;
404
- @neutral-0 : #FFFFFF;
405
-
406
-
395
+ @neutral-100: #000000;
396
+ @neutral-0: #ffffff;
407
397
 
408
398
  // New class color
409
399
  // Blue
410
400
  .vx-blue-10 {
411
- color: #F4F8FF;
401
+ color: #f4f8ff;
412
402
  }
413
403
  .vx-blue-20 {
414
- color: #E2ECFF;
404
+ color: #e2ecff;
415
405
  }
416
406
  .vx-blue-30 {
417
- color: #BCD0F6;
407
+ color: #bcd0f6;
418
408
  }
419
409
  .vx-blue-40 {
420
- color: #7AA7F7;
410
+ color: #7aa7f7;
421
411
  }
422
412
  .vx-blue-50 {
423
- color: #4681EF;
413
+ color: #4681ef;
424
414
  }
425
415
  .vx-blue-60 {
426
- color: #1E5DD3;
416
+ color: #1e5dd3;
427
417
  }
428
418
  .vx-blue-70 {
429
- color: #1146A8;
419
+ color: #1146a8;
430
420
  }
431
421
  .vx-blue-80 {
432
- color: #042E7D;
422
+ color: #042e7d;
433
423
  }
434
424
  .vx-blue-90 {
435
- color: #0D2556;
425
+ color: #0d2556;
436
426
  }
437
427
  .vx-blue-100 {
438
- color: #161B2F;
428
+ color: #161b2f;
439
429
  }
440
430
 
441
-
442
431
  // Green
443
432
  .vx-green-10 {
444
- color: #DDF4E0;
433
+ color: #ddf4e0;
445
434
  }
446
435
  .vx-green-20 {
447
- color: #CAEBCF;
436
+ color: #caebcf;
448
437
  }
449
438
  .vx-green-30 {
450
- color: #B7E2BD;
439
+ color: #b7e2bd;
451
440
  }
452
441
  .vx-green-40 {
453
- color: #97D2A0;
442
+ color: #97d2a0;
454
443
  }
455
444
  .vx-green-50 {
456
- color: #66BF72;
445
+ color: #66bf72;
457
446
  }
458
447
  .vx-green-60 {
459
- color: #34AA44;
448
+ color: #34aa44;
460
449
  }
461
450
  .vx-green-70 {
462
- color: #1C802A;
451
+ color: #1c802a;
463
452
  }
464
453
  .vx-green-80 {
465
- color: #04550F;
454
+ color: #04550f;
466
455
  }
467
456
  .vx-green-90 {
468
- color: #023C0A;
457
+ color: #023c0a;
469
458
  }
470
459
  .vx-green-100 {
471
- color: #021D05;
460
+ color: #021d05;
472
461
  }
473
462
 
474
-
475
463
  // Red
476
464
  .vx-red-10 {
477
- color: #FFEEEB;
465
+ color: #ffeeeb;
478
466
  }
479
467
  .vx-red-20 {
480
- color: #FDD9D1;
468
+ color: #fdd9d1;
481
469
  }
482
470
  .vx-red-30 {
483
- color: #FAC3B7;
471
+ color: #fac3b7;
484
472
  }
485
473
  .vx-red-40 {
486
- color: #E38B7A;
474
+ color: #e38b7a;
487
475
  }
488
476
  .vx-red-50 {
489
- color: #D5624B;
477
+ color: #d5624b;
490
478
  }
491
479
  .vx-red-60 {
492
- color: #C7381B;
480
+ color: #c7381b;
493
481
  }
494
482
  .vx-red-70 {
495
- color: #A82A1D;
483
+ color: #a82a1d;
496
484
  }
497
485
  .vx-red-80 {
498
- color: #781C17;
486
+ color: #781c17;
499
487
  }
500
488
  .vx-red-90 {
501
- color: #470E10;
489
+ color: #470e10;
502
490
  }
503
491
  .vx-red-100 {
504
- color: #2F090A;
492
+ color: #2f090a;
505
493
  }
506
494
 
507
-
508
495
  // Orange
509
496
  .vx-orange-10 {
510
- color: #FDF1E8;
497
+ color: #fdf1e8;
511
498
  }
512
499
  .vx-orange-20 {
513
- color: #FBE3D0;
500
+ color: #fbe3d0;
514
501
  }
515
502
  .vx-orange-30 {
516
- color: #F7C8A1;
503
+ color: #f7c8a1;
517
504
  }
518
505
  .vx-orange-40 {
519
- color: #F2AC73;
506
+ color: #f2ac73;
520
507
  }
521
508
  .vx-orange-50 {
522
- color: #EE9044;
509
+ color: #ee9044;
523
510
  }
524
511
  .vx-orange-60 {
525
- color: #E87315;
512
+ color: #e87315;
526
513
  }
527
514
  .vx-orange-70 {
528
- color: #BB5D11;
515
+ color: #bb5d11;
529
516
  }
530
517
  .vx-orange-80 {
531
- color: #8C460D;
518
+ color: #8c460d;
532
519
  }
533
520
  .vx-orange-90 {
534
- color: #5E2F08;
521
+ color: #5e2f08;
535
522
  }
536
523
  .vx-orange-100 {
537
- color: #2F1704;
524
+ color: #2f1704;
538
525
  }
539
526
 
540
-
541
527
  // Yellow
542
528
  .vx-yellow-10 {
543
- color: #FEF8E7;
529
+ color: #fef8e7;
544
530
  }
545
531
  .vx-yellow-20 {
546
- color: #FCF2CF;
532
+ color: #fcf2cf;
547
533
  }
548
534
  .vx-yellow-30 {
549
- color: #FAE6A3;
535
+ color: #fae6a3;
550
536
  }
551
537
  .vx-yellow-40 {
552
- color: #F7D873;
538
+ color: #f7d873;
553
539
  }
554
540
  .vx-yellow-50 {
555
- color: #F5CC48;
541
+ color: #f5cc48;
556
542
  }
557
543
  .vx-yellow-60 {
558
- color: #F2BF19;
544
+ color: #f2bf19;
559
545
  }
560
546
  .vx-yellow-70 {
561
- color: #CB9E0B;
547
+ color: #cb9e0b;
562
548
  }
563
549
  .vx-yellow-80 {
564
- color: #967508;
550
+ color: #967508;
565
551
  }
566
552
  .vx-yellow-90 {
567
- color: #654F06;
553
+ color: #654f06;
568
554
  }
569
555
  .vx-yellow-100 {
570
- color: #302603;
556
+ color: #302603;
571
557
  }
572
558
 
573
-
574
559
  // Gray
575
560
  .vx-gray-10 {
576
- color: #F9F9FA;
561
+ color: #f9f9fa;
577
562
  }
578
563
  .vx-gray-20 {
579
- color: #F2F2F5;
564
+ color: #f2f2f5;
580
565
  }
581
566
  .vx-gray-30 {
582
- color: #E3E3E9;
567
+ color: #e3e3e9;
583
568
  }
584
569
  .vx-gray-40 {
585
- color: #CDCED6;
570
+ color: #cdced6;
586
571
  }
587
572
  .vx-gray-50 {
588
- color: #A9AAB6;
573
+ color: #a9aab6;
589
574
  }
590
575
  .vx-gray-60 {
591
- color: #787A8C;
576
+ color: #787a8c;
592
577
  }
593
578
  .vx-gray-70 {
594
- color: #565A6F;
579
+ color: #565a6f;
595
580
  }
596
581
  .vx-gray-80 {
597
- color: #343952;
582
+ color: #343952;
598
583
  }
599
584
  .vx-gray-90 {
600
- color: #282E48;
585
+ color: #282e48;
601
586
  }
602
587
  .vx-gray-100 {
603
- color: #242940;
588
+ color: #242940;
604
589
  }
605
590
 
606
-
607
591
  // Neutral
608
592
  .vx-neutral-100 {
609
- color: #000000;
593
+ color: #000000;
610
594
  }
611
595
  .vx-neutral-0 {
612
- color: #FFFFFF;
596
+ color: #ffffff;
597
+ }
598
+
599
+ // Background
600
+ .vx-bg {
601
+ &-blue {
602
+ &-10 {
603
+ background: #f4f8ff;
604
+ }
605
+ &-20 {
606
+ background: #e2ecff;
607
+ }
608
+ &-30 {
609
+ background: #bcd0f6;
610
+ }
611
+ &-40 {
612
+ background: #7aa7f7;
613
+ }
614
+ &-50 {
615
+ background: #4681ef;
616
+ }
617
+ &-60 {
618
+ background: #1e5dd3;
619
+ }
620
+ &-70 {
621
+ background: #1146a8;
622
+ }
623
+ &-80 {
624
+ background: #042e7d;
625
+ }
626
+ &-90 {
627
+ background: #0d2556;
628
+ }
629
+ &-100 {
630
+ background: #161b2f;
631
+ }
632
+ }
633
+ &-green {
634
+ &-10 {
635
+ background: #ddf4e0;
636
+ }
637
+ &-20 {
638
+ background: #caebcf;
639
+ }
640
+ &-30 {
641
+ background: #b7e2bd;
642
+ }
643
+ &-40 {
644
+ background: #97d2a0;
645
+ }
646
+ &-50 {
647
+ background: #66bf72;
648
+ }
649
+ &-60 {
650
+ background: #34aa44;
651
+ }
652
+ &-70 {
653
+ background: #1c802a;
654
+ }
655
+ &-80 {
656
+ background: #04550f;
657
+ }
658
+ &-90 {
659
+ background: #023c0a;
660
+ }
661
+ &-100 {
662
+ background: #021d05;
663
+ }
664
+ }
665
+ &-red {
666
+ &-10 {
667
+ background: #ffeeeb;
668
+ }
669
+ &-20 {
670
+ background: #fdd9d1;
671
+ }
672
+ &-30 {
673
+ background: #fac3b7;
674
+ }
675
+ &-40 {
676
+ background: #e38b7a;
677
+ }
678
+ &-50 {
679
+ background: #d5624b;
680
+ }
681
+ &-60 {
682
+ background: #c7381b;
683
+ }
684
+ &-70 {
685
+ background: #a82a1d;
686
+ }
687
+ &-80 {
688
+ background: #781c17;
689
+ }
690
+ &-90 {
691
+ background: #470e10;
692
+ }
693
+ &-100 {
694
+ background: #2f090a;
695
+ }
696
+ }
697
+ &-orange {
698
+ &-10 {
699
+ background: #fdf1e8;
700
+ }
701
+ &-20 {
702
+ background: #fbe3d0;
703
+ }
704
+ &-30 {
705
+ background: #f7c8a1;
706
+ }
707
+ &-40 {
708
+ background: #f2ac73;
709
+ }
710
+ &-50 {
711
+ background: #ee9044;
712
+ }
713
+ &-60 {
714
+ background: #e87315;
715
+ }
716
+ &-70 {
717
+ background: #bb5d11;
718
+ }
719
+ &-80 {
720
+ background: #8c460d;
721
+ }
722
+ &-90 {
723
+ background: #5e2f08;
724
+ }
725
+ &-100 {
726
+ background: #2f1704;
727
+ }
728
+ }
729
+ &-yellow {
730
+ &-10 {
731
+ background: #fef8e7;
732
+ }
733
+ &-20 {
734
+ background: #fcf2cf;
735
+ }
736
+ &-30 {
737
+ background: #fae6a3;
738
+ }
739
+ &-40 {
740
+ background: #f7d873;
741
+ }
742
+ &-50 {
743
+ background: #f5cc48;
744
+ }
745
+ &-60 {
746
+ background: #f2bf19;
747
+ }
748
+ &-70 {
749
+ background: #cb9e0b;
750
+ }
751
+ &-80 {
752
+ background: #967508;
753
+ }
754
+ &-90 {
755
+ background: #654f06;
756
+ }
757
+ &-100 {
758
+ background: #302603;
759
+ }
760
+ }
761
+ &-gray {
762
+ &-10 {
763
+ background: #f9f9fa;
764
+ }
765
+ &-20 {
766
+ background: #f2f2f5;
767
+ }
768
+ &-30 {
769
+ background: #e3e3e9;
770
+ }
771
+ &-40 {
772
+ background: #cdced6;
773
+ }
774
+ &-50 {
775
+ background: #a9aab6;
776
+ }
777
+ &-60 {
778
+ background: #787a8c;
779
+ }
780
+ &-70 {
781
+ background: #565a6f;
782
+ }
783
+ &-80 {
784
+ background: #343952;
785
+ }
786
+ &-90 {
787
+ background: #282e48;
788
+ }
789
+ &-100 {
790
+ background: #242940;
791
+ }
792
+ }
793
+ &-neutral {
794
+ &-100 {
795
+ background: #000000;
796
+ }
797
+ &-0 {
798
+ background: #ffffff;
799
+ }
800
+ }
613
801
  }