beercss 3.13.2 → 4.0.0

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 (159) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +331 -328
  3. package/custom-element/index.d.ts +18 -18
  4. package/custom-element/index.js +7 -7
  5. package/dist/cdn/arch.svg +3 -3
  6. package/dist/cdn/arrow.svg +3 -3
  7. package/dist/cdn/beer.css +5904 -4792
  8. package/dist/cdn/beer.custom-element.js +37 -38
  9. package/dist/cdn/beer.custom-element.min.js +1 -1
  10. package/dist/cdn/beer.js +636 -635
  11. package/dist/cdn/beer.min.css +1 -1
  12. package/dist/cdn/beer.min.js +1 -1
  13. package/dist/cdn/beer.scoped.css +5909 -4793
  14. package/dist/cdn/beer.scoped.min.css +2 -1
  15. package/dist/cdn/boom.svg +3 -3
  16. package/dist/cdn/bun.svg +3 -3
  17. package/dist/cdn/burst.svg +3 -3
  18. package/dist/cdn/circle.svg +3 -3
  19. package/dist/cdn/clamshell.svg +3 -3
  20. package/dist/cdn/diamond.svg +3 -3
  21. package/dist/cdn/fan.svg +3 -3
  22. package/dist/cdn/flower.svg +3 -3
  23. package/dist/cdn/gem.svg +3 -3
  24. package/dist/cdn/ghost-ish.svg +3 -3
  25. package/dist/cdn/heart.svg +3 -3
  26. package/dist/cdn/leaf-clover4.svg +3 -3
  27. package/dist/cdn/leaf-clover8.svg +3 -3
  28. package/dist/cdn/loading-indicator.svg +18 -18
  29. package/dist/cdn/oval.svg +3 -3
  30. package/dist/cdn/pentagon.svg +3 -3
  31. package/dist/cdn/pill.svg +3 -3
  32. package/dist/cdn/pixel-circle.svg +3 -3
  33. package/dist/cdn/pixel-triangle.svg +3 -3
  34. package/dist/cdn/puffy-diamond.svg +3 -3
  35. package/dist/cdn/puffy.svg +3 -3
  36. package/dist/cdn/semicircle.svg +3 -3
  37. package/dist/cdn/sided-cookie12.svg +3 -3
  38. package/dist/cdn/sided-cookie4.svg +3 -3
  39. package/dist/cdn/sided-cookie6.svg +3 -3
  40. package/dist/cdn/sided-cookie7.svg +3 -3
  41. package/dist/cdn/sided-cookie9.svg +3 -3
  42. package/dist/cdn/slanted.svg +3 -3
  43. package/dist/cdn/soft-boom.svg +3 -3
  44. package/dist/cdn/soft-burst.svg +3 -3
  45. package/dist/cdn/square.svg +3 -3
  46. package/dist/cdn/sunny.svg +3 -3
  47. package/dist/cdn/triangle.svg +3 -3
  48. package/dist/cdn/very-sunny.svg +3 -3
  49. package/dist/cdn/wavy-circle.svg +3 -3
  50. package/dist/cdn/wavy.svg +4 -4
  51. package/index.d.ts +18 -18
  52. package/index.js +6 -6
  53. package/package.json +76 -76
  54. package/scoped/index.d.ts +18 -18
  55. package/scoped/index.js +6 -6
  56. package/src/cdn/beer.css +54 -52
  57. package/src/cdn/beer.ts +120 -120
  58. package/src/cdn/customElement.js +37 -38
  59. package/src/cdn/elements/badges.css +74 -74
  60. package/src/cdn/elements/bars.css +91 -91
  61. package/src/cdn/elements/buttons.css +105 -106
  62. package/src/cdn/elements/cards.css +26 -26
  63. package/src/cdn/elements/chips.css +37 -38
  64. package/src/cdn/elements/dialogs.css +145 -151
  65. package/src/cdn/elements/dialogs.ts +69 -69
  66. package/src/cdn/elements/dividers.css +48 -48
  67. package/src/cdn/elements/expansions.css +17 -10
  68. package/src/cdn/elements/fields.css +438 -439
  69. package/src/cdn/elements/fields.ts +165 -165
  70. package/src/cdn/elements/grids.css +171 -171
  71. package/src/cdn/elements/icons.css +77 -77
  72. package/src/cdn/elements/layouts.css +35 -35
  73. package/src/cdn/elements/lists.css +75 -71
  74. package/src/cdn/elements/mainLayouts.css +57 -57
  75. package/src/cdn/elements/media.css +112 -112
  76. package/src/cdn/elements/menus.css +294 -294
  77. package/src/cdn/elements/menus.ts +40 -40
  78. package/src/cdn/elements/navigations.css +461 -462
  79. package/src/cdn/elements/overlays.css +31 -31
  80. package/src/cdn/elements/pages.css +41 -41
  81. package/src/cdn/elements/pages.ts +6 -6
  82. package/src/cdn/elements/progress.css +207 -207
  83. package/src/cdn/elements/progress.ts +36 -34
  84. package/src/cdn/elements/selections.css +256 -256
  85. package/src/cdn/elements/shapes.css +258 -258
  86. package/src/cdn/elements/sliders.css +353 -357
  87. package/src/cdn/elements/sliders.ts +74 -74
  88. package/src/cdn/elements/snackbars.css +47 -47
  89. package/src/cdn/elements/snackbars.ts +26 -26
  90. package/src/cdn/elements/tables.css +65 -65
  91. package/src/cdn/elements/tabs.css +52 -52
  92. package/src/cdn/elements/tooltips.css +131 -131
  93. package/src/cdn/helpers/alignments.css +29 -29
  94. package/src/cdn/helpers/blurs.css +21 -21
  95. package/src/cdn/helpers/colors.css +930 -930
  96. package/src/cdn/helpers/directions.css +28 -28
  97. package/src/cdn/helpers/elevates.css +16 -16
  98. package/src/cdn/helpers/forms.css +75 -75
  99. package/src/cdn/helpers/margins.css +49 -49
  100. package/src/cdn/helpers/opacities.css +19 -19
  101. package/src/cdn/helpers/paddings.css +45 -45
  102. package/src/cdn/helpers/positions.css +45 -45
  103. package/src/cdn/helpers/responsive.css +22 -22
  104. package/src/cdn/helpers/ripples.css +33 -33
  105. package/src/cdn/helpers/ripples.ts +30 -30
  106. package/src/cdn/helpers/scrolls.css +7 -8
  107. package/src/cdn/helpers/shadows.css +23 -23
  108. package/src/cdn/helpers/sizes.css +45 -45
  109. package/src/cdn/helpers/spaces.css +19 -19
  110. package/src/cdn/helpers/typography.css +226 -225
  111. package/src/cdn/helpers/waves.css +43 -43
  112. package/src/cdn/helpers/zoom.css +19 -19
  113. package/src/cdn/interfaces.ts +3 -3
  114. package/src/cdn/settings/dark.css +38 -38
  115. package/src/cdn/settings/fonts.css +35 -35
  116. package/src/cdn/settings/globals.css +55 -18
  117. package/src/cdn/settings/light.css +39 -39
  118. package/src/cdn/{helpers → settings}/reset.css +76 -94
  119. package/src/cdn/{helpers → settings}/theme.css +186 -186
  120. package/src/cdn/{helpers → settings}/theme.ts +83 -83
  121. package/src/cdn/shapes/arch.svg +3 -3
  122. package/src/cdn/shapes/arrow.svg +3 -3
  123. package/src/cdn/shapes/boom.svg +3 -3
  124. package/src/cdn/shapes/bun.svg +3 -3
  125. package/src/cdn/shapes/burst.svg +3 -3
  126. package/src/cdn/shapes/circle.svg +3 -3
  127. package/src/cdn/shapes/clamshell.svg +3 -3
  128. package/src/cdn/shapes/diamond.svg +3 -3
  129. package/src/cdn/shapes/fan.svg +3 -3
  130. package/src/cdn/shapes/flower.svg +3 -3
  131. package/src/cdn/shapes/gem.svg +3 -3
  132. package/src/cdn/shapes/ghost-ish.svg +3 -3
  133. package/src/cdn/shapes/heart.svg +3 -3
  134. package/src/cdn/shapes/leaf-clover4.svg +3 -3
  135. package/src/cdn/shapes/leaf-clover8.svg +3 -3
  136. package/src/cdn/shapes/loading-indicator.svg +18 -18
  137. package/src/cdn/shapes/oval.svg +3 -3
  138. package/src/cdn/shapes/pentagon.svg +3 -3
  139. package/src/cdn/shapes/pill.svg +3 -3
  140. package/src/cdn/shapes/pixel-circle.svg +3 -3
  141. package/src/cdn/shapes/pixel-triangle.svg +3 -3
  142. package/src/cdn/shapes/puffy-diamond.svg +3 -3
  143. package/src/cdn/shapes/puffy.svg +3 -3
  144. package/src/cdn/shapes/semicircle.svg +3 -3
  145. package/src/cdn/shapes/sided-cookie12.svg +3 -3
  146. package/src/cdn/shapes/sided-cookie4.svg +3 -3
  147. package/src/cdn/shapes/sided-cookie6.svg +3 -3
  148. package/src/cdn/shapes/sided-cookie7.svg +3 -3
  149. package/src/cdn/shapes/sided-cookie9.svg +3 -3
  150. package/src/cdn/shapes/slanted.svg +3 -3
  151. package/src/cdn/shapes/soft-boom.svg +3 -3
  152. package/src/cdn/shapes/soft-burst.svg +3 -3
  153. package/src/cdn/shapes/square.svg +3 -3
  154. package/src/cdn/shapes/sunny.svg +3 -3
  155. package/src/cdn/shapes/triangle.svg +3 -3
  156. package/src/cdn/shapes/very-sunny.svg +3 -3
  157. package/src/cdn/shapes/wavy-circle.svg +3 -3
  158. package/src/cdn/shapes/wavy.svg +4 -4
  159. package/src/cdn/utils.ts +154 -154
@@ -1,930 +1,930 @@
1
- .red,
2
- .red6 {
3
- background-color: #F44336 !important;
4
- }
5
-
6
- .red-border {
7
- border-color: #F44336 !important;
8
- }
9
-
10
- .red-text {
11
- color: #F44336 !important;
12
- }
13
-
14
- .red1 {
15
- background-color: #FFEBEE !important;
16
- }
17
-
18
- .red2 {
19
- background-color: #FFCDD2 !important;
20
- }
21
-
22
- .red3 {
23
- background-color: #EF9A9A !important;
24
- }
25
-
26
- .red4 {
27
- background-color: #E57373 !important;
28
- }
29
-
30
- .red5 {
31
- background-color: #EF5350 !important;
32
- }
33
-
34
- .red7 {
35
- background-color: #E53935 !important;
36
- }
37
-
38
- .red8 {
39
- background-color: #D32F2F !important;
40
- }
41
-
42
- .red9 {
43
- background-color: #C62828 !important;
44
- }
45
-
46
- .red10 {
47
- background-color: #B71C1C !important;
48
- }
49
-
50
- .pink,
51
- .pink6 {
52
- background-color: #E91E63 !important;
53
- }
54
-
55
- .pink-border {
56
- border-color: #E91E63 !important;
57
- }
58
-
59
- .pink-text {
60
- color: #E91E63 !important;
61
- }
62
-
63
- .pink1 {
64
- background-color: #FCE4EC !important;
65
- }
66
-
67
- .pink2 {
68
- background-color: #F8BBD0 !important;
69
- }
70
-
71
- .pink3 {
72
- background-color: #F48FB1 !important;
73
- }
74
-
75
- .pink4 {
76
- background-color: #F06292 !important;
77
- }
78
-
79
- .pink5 {
80
- background-color: #EC407A !important;
81
- }
82
-
83
- .pink7 {
84
- background-color: #D81B60 !important;
85
- }
86
-
87
- .pink8 {
88
- background-color: #C2185B !important;
89
- }
90
-
91
- .pink9 {
92
- background-color: #AD1457 !important;
93
- }
94
-
95
- .pink10 {
96
- background-color: #880E4F !important;
97
- }
98
-
99
- .purple,
100
- .purple6 {
101
- background-color: #9C27B0 !important;
102
- }
103
-
104
- .purple-border {
105
- border-color: #9C27B0 !important;
106
- }
107
-
108
- .purple-text {
109
- color: #9C27B0 !important;
110
- }
111
-
112
- .purple1 {
113
- background-color: #F3E5F5 !important;
114
- }
115
-
116
- .purple2 {
117
- background-color: #E1BEE7 !important;
118
- }
119
-
120
- .purple3 {
121
- background-color: #CE93D8 !important;
122
- }
123
-
124
- .purple4 {
125
- background-color: #BA68C8 !important;
126
- }
127
-
128
- .purple5 {
129
- background-color: #AB47BC !important;
130
- }
131
-
132
- .purple7 {
133
- background-color: #8E24AA !important;
134
- }
135
-
136
- .purple8 {
137
- background-color: #7B1FA2 !important;
138
- }
139
-
140
- .purple9 {
141
- background-color: #6A1B9A !important;
142
- }
143
-
144
- .purple10 {
145
- background-color: #4A148C !important;
146
- }
147
-
148
- .deep-purple,
149
- .deep-purple6 {
150
- background-color: #673AB7 !important;
151
- }
152
-
153
- .deep-purple-border {
154
- border-color: #673AB7 !important;
155
- }
156
-
157
- .deep-purple-text {
158
- color: #673AB7 !important;
159
- }
160
-
161
- .deep-purple1 {
162
- background-color: #EDE7F6 !important;
163
- }
164
-
165
- .deep-purple2 {
166
- background-color: #D1C4E9 !important;
167
- }
168
-
169
- .deep-purple3 {
170
- background-color: #B39DDB !important;
171
- }
172
-
173
- .deep-purple4 {
174
- background-color: #9575CD !important;
175
- }
176
-
177
- .deep-purple5 {
178
- background-color: #7E57C2 !important;
179
- }
180
-
181
- .deep-purple7 {
182
- background-color: #5E35B1 !important;
183
- }
184
-
185
- .deep-purple8 {
186
- background-color: #512DA8 !important;
187
- }
188
-
189
- .deep-purple9 {
190
- background-color: #4527A0 !important;
191
- }
192
-
193
- .deep-purple10 {
194
- background-color: #311B92 !important;
195
- }
196
-
197
- .indigo,
198
- .indigo6 {
199
- background-color: #3F51B5 !important;
200
- }
201
-
202
- .indigo-border {
203
- border-color: #3F51B5 !important;
204
- }
205
-
206
- .indigo-text {
207
- color: #3F51B5 !important;
208
- }
209
-
210
- .indigo1 {
211
- background-color: #E8EAF6 !important;
212
- }
213
-
214
- .indigo2 {
215
- background-color: #C5CAE9 !important;
216
- }
217
-
218
- .indigo3 {
219
- background-color: #9FA8DA !important;
220
- }
221
-
222
- .indigo4 {
223
- background-color: #7986CB !important;
224
- }
225
-
226
- .indigo5 {
227
- background-color: #5C6BC0 !important;
228
- }
229
-
230
- .indigo7 {
231
- background-color: #3949AB !important;
232
- }
233
-
234
- .indigo8 {
235
- background-color: #303F9F !important;
236
- }
237
-
238
- .indigo9 {
239
- background-color: #283593 !important;
240
- }
241
-
242
- .indigo10 {
243
- background-color: #1A237E !important;
244
- }
245
-
246
- .blue,
247
- .blue6 {
248
- background-color: #2196F3 !important;
249
- }
250
-
251
- .blue-border {
252
- border-color: #2196F3 !important;
253
- }
254
-
255
- .blue-text {
256
- color: #2196F3 !important;
257
- }
258
-
259
- .blue1 {
260
- background-color: #E3F2FD !important;
261
- }
262
-
263
- .blue2 {
264
- background-color: #BBDEFB !important;
265
- }
266
-
267
- .blue3 {
268
- background-color: #90CAF9 !important;
269
- }
270
-
271
- .blue4 {
272
- background-color: #64B5F6 !important;
273
- }
274
-
275
- .blue5 {
276
- background-color: #42A5F5 !important;
277
- }
278
-
279
- .blue7 {
280
- background-color: #1E88E5 !important;
281
- }
282
-
283
- .blue8 {
284
- background-color: #1976D2 !important;
285
- }
286
-
287
- .blue9 {
288
- background-color: #1565C0 !important;
289
- }
290
-
291
- .blue10 {
292
- background-color: #0D47A1 !important;
293
- }
294
-
295
- .light-blue,
296
- .light-blue6 {
297
- background-color: #03A9F4 !important;
298
- }
299
-
300
- .light-blue-border {
301
- border-color: #03A9F4 !important;
302
- }
303
-
304
- .light-blue-text {
305
- color: #03A9F4 !important;
306
- }
307
-
308
- .light-blue1 {
309
- background-color: #E1F5FE !important;
310
- }
311
-
312
- .light-blue2 {
313
- background-color: #B3E5FC !important;
314
- }
315
-
316
- .light-blue3 {
317
- background-color: #81D4FA !important;
318
- }
319
-
320
- .light-blue4 {
321
- background-color: #4FC3F7 !important;
322
- }
323
-
324
- .light-blue5 {
325
- background-color: #29B6F6 !important;
326
- }
327
-
328
- .light-blue7 {
329
- background-color: #039BE5 !important;
330
- }
331
-
332
- .light-blue8 {
333
- background-color: #0288D1 !important;
334
- }
335
-
336
- .light-blue9 {
337
- background-color: #0277BD !important;
338
- }
339
-
340
- .light-blue10 {
341
- background-color: #01579B !important;
342
- }
343
-
344
- .cyan,
345
- .cyan6 {
346
- background-color: #00BCD4 !important;
347
- }
348
-
349
- .cyan-border {
350
- border-color: #00BCD4 !important;
351
- }
352
-
353
- .cyan-text {
354
- color: #00BCD4 !important;
355
- }
356
-
357
- .cyan1 {
358
- background-color: #E0F7FA !important;
359
- }
360
-
361
- .cyan2 {
362
- background-color: #B2EBF2 !important;
363
- }
364
-
365
- .cyan3 {
366
- background-color: #80DEEA !important;
367
- }
368
-
369
- .cyan4 {
370
- background-color: #4DD0E1 !important;
371
- }
372
-
373
- .cyan5 {
374
- background-color: #26C6DA !important;
375
- }
376
-
377
- .cyan7 {
378
- background-color: #00ACC1 !important;
379
- }
380
-
381
- .cyan8 {
382
- background-color: #0097A7 !important;
383
- }
384
-
385
- .cyan9 {
386
- background-color: #00838F !important;
387
- }
388
-
389
- .cyan10 {
390
- background-color: #006064 !important;
391
- }
392
-
393
- .teal,
394
- .teal6 {
395
- background-color: #009688 !important;
396
- }
397
-
398
- .teal-border {
399
- border-color: #009688 !important;
400
- }
401
-
402
- .teal-text {
403
- color: #009688 !important;
404
- }
405
-
406
- .teal1 {
407
- background-color: #E0F2F1 !important;
408
- }
409
-
410
- .teal2 {
411
- background-color: #B2DFDB !important;
412
- }
413
-
414
- .teal3 {
415
- background-color: #80CBC4 !important;
416
- }
417
-
418
- .teal4 {
419
- background-color: #4DB6AC !important;
420
- }
421
-
422
- .teal5 {
423
- background-color: #26A69A !important;
424
- }
425
-
426
- .teal7 {
427
- background-color: #00897B !important;
428
- }
429
-
430
- .teal8 {
431
- background-color: #00796B !important;
432
- }
433
-
434
- .teal9 {
435
- background-color: #00695C !important;
436
- }
437
-
438
- .teal10 {
439
- background-color: #004D40 !important;
440
- }
441
-
442
- .green,
443
- .green6 {
444
- background-color: #4CAF50 !important;
445
- }
446
-
447
- .green-border {
448
- border-color: #4CAF50 !important;
449
- }
450
-
451
- .green-text {
452
- color: #4CAF50 !important;
453
- }
454
-
455
- .green1 {
456
- background-color: #E8F5E9 !important;
457
- }
458
-
459
- .green2 {
460
- background-color: #C8E6C9 !important;
461
- }
462
-
463
- .green3 {
464
- background-color: #A5D6A7 !important;
465
- }
466
-
467
- .green4 {
468
- background-color: #81C784 !important;
469
- }
470
-
471
- .green5 {
472
- background-color: #66BB6A !important;
473
- }
474
-
475
- .green7 {
476
- background-color: #43A047 !important;
477
- }
478
-
479
- .green8 {
480
- background-color: #388E3C !important;
481
- }
482
-
483
- .green9 {
484
- background-color: #2E7D32 !important;
485
- }
486
-
487
- .green10 {
488
- background-color: #1B5E20 !important;
489
- }
490
-
491
- .light-green,
492
- .light-green6 {
493
- background-color: #8BC34A !important;
494
- }
495
-
496
- .light-green-border {
497
- border-color: #8BC34A !important;
498
- }
499
-
500
- .light-green-text {
501
- color: #8BC34A !important;
502
- }
503
-
504
- .light-green1 {
505
- background-color: #F1F8E9 !important;
506
- }
507
-
508
- .light-green2 {
509
- background-color: #DCEDC8 !important;
510
- }
511
-
512
- .light-green3 {
513
- background-color: #C5E1A5 !important;
514
- }
515
-
516
- .light-green4 {
517
- background-color: #AED581 !important;
518
- }
519
-
520
- .light-green5 {
521
- background-color: #9CCC65 !important;
522
- }
523
-
524
- .light-green7 {
525
- background-color: #7CB342 !important;
526
- }
527
-
528
- .light-green8 {
529
- background-color: #689F38 !important;
530
- }
531
-
532
- .light-green9 {
533
- background-color: #558B2F !important;
534
- }
535
-
536
- .light-green10 {
537
- background-color: #33691E !important;
538
- }
539
-
540
- .lime,
541
- .lime6 {
542
- background-color: #CDDC39 !important;
543
- }
544
-
545
- .lime-border {
546
- border-color: #CDDC39 !important;
547
- }
548
-
549
- .lime-text {
550
- color: #CDDC39 !important;
551
- }
552
-
553
- .lime1 {
554
- background-color: #F9FBE7 !important;
555
- }
556
-
557
- .lime2 {
558
- background-color: #F0F4C3 !important;
559
- }
560
-
561
- .lime3 {
562
- background-color: #E6EE9C !important;
563
- }
564
-
565
- .lime4 {
566
- background-color: #DCE775 !important;
567
- }
568
-
569
- .lime5 {
570
- background-color: #D4E157 !important;
571
- }
572
-
573
- .lime7 {
574
- background-color: #C0CA33 !important;
575
- }
576
-
577
- .lime8 {
578
- background-color: #AFB42B !important;
579
- }
580
-
581
- .lime9 {
582
- background-color: #9E9D24 !important;
583
- }
584
-
585
- .lime10 {
586
- background-color: #827717 !important;
587
- }
588
-
589
- .yellow,
590
- .yellow6 {
591
- background-color: #FFEB3B !important;
592
- }
593
-
594
- .yellow-border {
595
- border-color: #FFEB3B !important;
596
- }
597
-
598
- .yellow-text {
599
- color: #FFEB3B !important;
600
- }
601
-
602
- .yellow1 {
603
- background-color: #FFFDE7 !important;
604
- }
605
-
606
- .yellow2 {
607
- background-color: #FFF9C4 !important;
608
- }
609
-
610
- .yellow3 {
611
- background-color: #FFF59D !important;
612
- }
613
-
614
- .yellow4 {
615
- background-color: #FFF176 !important;
616
- }
617
-
618
- .yellow5 {
619
- background-color: #FFEE58 !important;
620
- }
621
-
622
- .yellow7 {
623
- background-color: #FDD835 !important;
624
- }
625
-
626
- .yellow8 {
627
- background-color: #FBC02D !important;
628
- }
629
-
630
- .yellow9 {
631
- background-color: #F9A825 !important;
632
- }
633
-
634
- .yellow10 {
635
- background-color: #F57F17 !important;
636
- }
637
-
638
- .amber,
639
- .amber6 {
640
- background-color: #FFC107 !important;
641
- }
642
-
643
- .amber-border {
644
- border-color: #FFC107 !important;
645
- }
646
-
647
- .amber-text {
648
- color: #FFC107 !important;
649
- }
650
-
651
- .amber1 {
652
- background-color: #FFF8E1 !important;
653
- }
654
-
655
- .amber2 {
656
- background-color: #FFECB3 !important;
657
- }
658
-
659
- .amber3 {
660
- background-color: #FFE082 !important;
661
- }
662
-
663
- .amber4 {
664
- background-color: #FFD54F !important;
665
- }
666
-
667
- .amber5 {
668
- background-color: #FFCA28 !important;
669
- }
670
-
671
- .amber7 {
672
- background-color: #FFB300 !important;
673
- }
674
-
675
- .amber8 {
676
- background-color: #FFA000 !important;
677
- }
678
-
679
- .amber9 {
680
- background-color: #FF8F00 !important;
681
- }
682
-
683
- .amber10 {
684
- background-color: #FF6F00 !important;
685
- }
686
-
687
- .orange,
688
- .orange6 {
689
- background-color: #FF9800 !important;
690
- }
691
-
692
- .orange-border {
693
- border-color: #FF9800 !important;
694
- }
695
-
696
- .orange-text {
697
- color: #FF9800 !important;
698
- }
699
-
700
- .orange1 {
701
- background-color: #FFF3E0 !important;
702
- }
703
-
704
- .orange2 {
705
- background-color: #FFE0B2 !important;
706
- }
707
-
708
- .orange3 {
709
- background-color: #FFCC80 !important;
710
- }
711
-
712
- .orange4 {
713
- background-color: #FFB74D !important;
714
- }
715
-
716
- .orange5 {
717
- background-color: #FFA726 !important;
718
- }
719
-
720
- .orange7 {
721
- background-color: #FB8C00 !important;
722
- }
723
-
724
- .orange8 {
725
- background-color: #F57C00 !important;
726
- }
727
-
728
- .orange9 {
729
- background-color: #EF6C00 !important;
730
- }
731
-
732
- .orange10 {
733
- background-color: #E65100 !important;
734
- }
735
-
736
- .deep-orange,
737
- .deep-orange6 {
738
- background-color: #FF5722 !important;
739
- }
740
-
741
- .deep-orange-border {
742
- border-color: #FF5722 !important;
743
- }
744
-
745
- .deep-orange-text {
746
- color: #FF5722 !important;
747
- }
748
-
749
- .deep-orange1 {
750
- background-color: #FBE9E7 !important;
751
- }
752
-
753
- .deep-orange2 {
754
- background-color: #FFCCBC !important;
755
- }
756
-
757
- .deep-orange3 {
758
- background-color: #FFAB91 !important;
759
- }
760
-
761
- .deep-orange4 {
762
- background-color: #FF8A65 !important;
763
- }
764
-
765
- .deep-orange5 {
766
- background-color: #FF7043 !important;
767
- }
768
-
769
- .deep-orange7 {
770
- background-color: #F4511E !important;
771
- }
772
-
773
- .deep-orange8 {
774
- background-color: #E64A19 !important;
775
- }
776
-
777
- .deep-orange9 {
778
- background-color: #D84315 !important;
779
- }
780
-
781
- .deep-orange10 {
782
- background-color: #BF360C !important;
783
- }
784
-
785
- .brown,
786
- .brown6 {
787
- background-color: #795548 !important;
788
- }
789
-
790
- .brown-border {
791
- border-color: #795548 !important;
792
- }
793
-
794
- .brown-text {
795
- color: #795548 !important;
796
- }
797
-
798
- .brown1 {
799
- background-color: #EFEBE9 !important;
800
- }
801
-
802
- .brown2 {
803
- background-color: #D7CCC8 !important;
804
- }
805
-
806
- .brown3 {
807
- background-color: #BCAAA4 !important;
808
- }
809
-
810
- .brown4 {
811
- background-color: #A1887F !important;
812
- }
813
-
814
- .brown5 {
815
- background-color: #8D6E63 !important;
816
- }
817
-
818
- .brown7 {
819
- background-color: #6D4C41 !important;
820
- }
821
-
822
- .brown8 {
823
- background-color: #5D4037 !important;
824
- }
825
-
826
- .brown9 {
827
- background-color: #4E342E !important;
828
- }
829
-
830
- .brown10 {
831
- background-color: #3E2723 !important;
832
- }
833
-
834
- .blue-grey,
835
- .blue-grey6 {
836
- background-color: #607D8B !important;
837
- }
838
-
839
- .blue-grey-border {
840
- border-color: #607D8B !important;
841
- }
842
-
843
- .blue-grey-text {
844
- color: #607D8B !important;
845
- }
846
-
847
- .blue-grey1 {
848
- background-color: #ECEFF1 !important;
849
- }
850
-
851
- .blue-grey2 {
852
- background-color: #CFD8DC !important;
853
- }
854
-
855
- .blue-grey3 {
856
- background-color: #B0BEC5 !important;
857
- }
858
-
859
- .blue-grey4 {
860
- background-color: #90A4AE !important;
861
- }
862
-
863
- .blue-grey5 {
864
- background-color: #78909C !important;
865
- }
866
-
867
- .blue-grey7 {
868
- background-color: #546E7A !important;
869
- }
870
-
871
- .blue-grey8 {
872
- background-color: #455A64 !important;
873
- }
874
-
875
- .blue-grey9 {
876
- background-color: #37474F !important;
877
- }
878
-
879
- .blue-grey10 {
880
- background-color: #263238 !important;
881
- }
882
-
883
- .grey,
884
- .grey6 {
885
- background-color: #9E9E9E !important;
886
- }
887
-
888
- .grey-border {
889
- border-color: #9E9E9E !important;
890
- }
891
-
892
- .grey-text {
893
- color: #9E9E9E !important;
894
- }
895
-
896
- .grey1 {
897
- background-color: #FAFAFA !important;
898
- }
899
-
900
- .grey2 {
901
- background-color: #F5F5F5 !important;
902
- }
903
-
904
- .grey3 {
905
- background-color: #EEE !important;
906
- }
907
-
908
- .grey4 {
909
- background-color: #E0E0E0 !important;
910
- }
911
-
912
- .grey5 {
913
- background-color: #BDBDBD !important;
914
- }
915
-
916
- .grey7 {
917
- background-color: #757575 !important;
918
- }
919
-
920
- .grey8 {
921
- background-color: #616161 !important;
922
- }
923
-
924
- .grey9 {
925
- background-color: #424242 !important;
926
- }
927
-
928
- .grey10 {
929
- background-color: #212121 !important;
930
- }
1
+ .red,
2
+ .red6 {
3
+ background-color: #F44336 !important;
4
+ }
5
+
6
+ .red-border {
7
+ border-color: #F44336 !important;
8
+ }
9
+
10
+ .red-text {
11
+ color: #F44336 !important;
12
+ }
13
+
14
+ .red1 {
15
+ background-color: #FFEBEE !important;
16
+ }
17
+
18
+ .red2 {
19
+ background-color: #FFCDD2 !important;
20
+ }
21
+
22
+ .red3 {
23
+ background-color: #EF9A9A !important;
24
+ }
25
+
26
+ .red4 {
27
+ background-color: #E57373 !important;
28
+ }
29
+
30
+ .red5 {
31
+ background-color: #EF5350 !important;
32
+ }
33
+
34
+ .red7 {
35
+ background-color: #E53935 !important;
36
+ }
37
+
38
+ .red8 {
39
+ background-color: #D32F2F !important;
40
+ }
41
+
42
+ .red9 {
43
+ background-color: #C62828 !important;
44
+ }
45
+
46
+ .red10 {
47
+ background-color: #B71C1C !important;
48
+ }
49
+
50
+ .pink,
51
+ .pink6 {
52
+ background-color: #E91E63 !important;
53
+ }
54
+
55
+ .pink-border {
56
+ border-color: #E91E63 !important;
57
+ }
58
+
59
+ .pink-text {
60
+ color: #E91E63 !important;
61
+ }
62
+
63
+ .pink1 {
64
+ background-color: #FCE4EC !important;
65
+ }
66
+
67
+ .pink2 {
68
+ background-color: #F8BBD0 !important;
69
+ }
70
+
71
+ .pink3 {
72
+ background-color: #F48FB1 !important;
73
+ }
74
+
75
+ .pink4 {
76
+ background-color: #F06292 !important;
77
+ }
78
+
79
+ .pink5 {
80
+ background-color: #EC407A !important;
81
+ }
82
+
83
+ .pink7 {
84
+ background-color: #D81B60 !important;
85
+ }
86
+
87
+ .pink8 {
88
+ background-color: #C2185B !important;
89
+ }
90
+
91
+ .pink9 {
92
+ background-color: #AD1457 !important;
93
+ }
94
+
95
+ .pink10 {
96
+ background-color: #880E4F !important;
97
+ }
98
+
99
+ .purple,
100
+ .purple6 {
101
+ background-color: #9C27B0 !important;
102
+ }
103
+
104
+ .purple-border {
105
+ border-color: #9C27B0 !important;
106
+ }
107
+
108
+ .purple-text {
109
+ color: #9C27B0 !important;
110
+ }
111
+
112
+ .purple1 {
113
+ background-color: #F3E5F5 !important;
114
+ }
115
+
116
+ .purple2 {
117
+ background-color: #E1BEE7 !important;
118
+ }
119
+
120
+ .purple3 {
121
+ background-color: #CE93D8 !important;
122
+ }
123
+
124
+ .purple4 {
125
+ background-color: #BA68C8 !important;
126
+ }
127
+
128
+ .purple5 {
129
+ background-color: #AB47BC !important;
130
+ }
131
+
132
+ .purple7 {
133
+ background-color: #8E24AA !important;
134
+ }
135
+
136
+ .purple8 {
137
+ background-color: #7B1FA2 !important;
138
+ }
139
+
140
+ .purple9 {
141
+ background-color: #6A1B9A !important;
142
+ }
143
+
144
+ .purple10 {
145
+ background-color: #4A148C !important;
146
+ }
147
+
148
+ .deep-purple,
149
+ .deep-purple6 {
150
+ background-color: #673AB7 !important;
151
+ }
152
+
153
+ .deep-purple-border {
154
+ border-color: #673AB7 !important;
155
+ }
156
+
157
+ .deep-purple-text {
158
+ color: #673AB7 !important;
159
+ }
160
+
161
+ .deep-purple1 {
162
+ background-color: #EDE7F6 !important;
163
+ }
164
+
165
+ .deep-purple2 {
166
+ background-color: #D1C4E9 !important;
167
+ }
168
+
169
+ .deep-purple3 {
170
+ background-color: #B39DDB !important;
171
+ }
172
+
173
+ .deep-purple4 {
174
+ background-color: #9575CD !important;
175
+ }
176
+
177
+ .deep-purple5 {
178
+ background-color: #7E57C2 !important;
179
+ }
180
+
181
+ .deep-purple7 {
182
+ background-color: #5E35B1 !important;
183
+ }
184
+
185
+ .deep-purple8 {
186
+ background-color: #512DA8 !important;
187
+ }
188
+
189
+ .deep-purple9 {
190
+ background-color: #4527A0 !important;
191
+ }
192
+
193
+ .deep-purple10 {
194
+ background-color: #311B92 !important;
195
+ }
196
+
197
+ .indigo,
198
+ .indigo6 {
199
+ background-color: #3F51B5 !important;
200
+ }
201
+
202
+ .indigo-border {
203
+ border-color: #3F51B5 !important;
204
+ }
205
+
206
+ .indigo-text {
207
+ color: #3F51B5 !important;
208
+ }
209
+
210
+ .indigo1 {
211
+ background-color: #E8EAF6 !important;
212
+ }
213
+
214
+ .indigo2 {
215
+ background-color: #C5CAE9 !important;
216
+ }
217
+
218
+ .indigo3 {
219
+ background-color: #9FA8DA !important;
220
+ }
221
+
222
+ .indigo4 {
223
+ background-color: #7986CB !important;
224
+ }
225
+
226
+ .indigo5 {
227
+ background-color: #5C6BC0 !important;
228
+ }
229
+
230
+ .indigo7 {
231
+ background-color: #3949AB !important;
232
+ }
233
+
234
+ .indigo8 {
235
+ background-color: #303F9F !important;
236
+ }
237
+
238
+ .indigo9 {
239
+ background-color: #283593 !important;
240
+ }
241
+
242
+ .indigo10 {
243
+ background-color: #1A237E !important;
244
+ }
245
+
246
+ .blue,
247
+ .blue6 {
248
+ background-color: #2196F3 !important;
249
+ }
250
+
251
+ .blue-border {
252
+ border-color: #2196F3 !important;
253
+ }
254
+
255
+ .blue-text {
256
+ color: #2196F3 !important;
257
+ }
258
+
259
+ .blue1 {
260
+ background-color: #E3F2FD !important;
261
+ }
262
+
263
+ .blue2 {
264
+ background-color: #BBDEFB !important;
265
+ }
266
+
267
+ .blue3 {
268
+ background-color: #90CAF9 !important;
269
+ }
270
+
271
+ .blue4 {
272
+ background-color: #64B5F6 !important;
273
+ }
274
+
275
+ .blue5 {
276
+ background-color: #42A5F5 !important;
277
+ }
278
+
279
+ .blue7 {
280
+ background-color: #1E88E5 !important;
281
+ }
282
+
283
+ .blue8 {
284
+ background-color: #1976D2 !important;
285
+ }
286
+
287
+ .blue9 {
288
+ background-color: #1565C0 !important;
289
+ }
290
+
291
+ .blue10 {
292
+ background-color: #0D47A1 !important;
293
+ }
294
+
295
+ .light-blue,
296
+ .light-blue6 {
297
+ background-color: #03A9F4 !important;
298
+ }
299
+
300
+ .light-blue-border {
301
+ border-color: #03A9F4 !important;
302
+ }
303
+
304
+ .light-blue-text {
305
+ color: #03A9F4 !important;
306
+ }
307
+
308
+ .light-blue1 {
309
+ background-color: #E1F5FE !important;
310
+ }
311
+
312
+ .light-blue2 {
313
+ background-color: #B3E5FC !important;
314
+ }
315
+
316
+ .light-blue3 {
317
+ background-color: #81D4FA !important;
318
+ }
319
+
320
+ .light-blue4 {
321
+ background-color: #4FC3F7 !important;
322
+ }
323
+
324
+ .light-blue5 {
325
+ background-color: #29B6F6 !important;
326
+ }
327
+
328
+ .light-blue7 {
329
+ background-color: #039BE5 !important;
330
+ }
331
+
332
+ .light-blue8 {
333
+ background-color: #0288D1 !important;
334
+ }
335
+
336
+ .light-blue9 {
337
+ background-color: #0277BD !important;
338
+ }
339
+
340
+ .light-blue10 {
341
+ background-color: #01579B !important;
342
+ }
343
+
344
+ .cyan,
345
+ .cyan6 {
346
+ background-color: #00BCD4 !important;
347
+ }
348
+
349
+ .cyan-border {
350
+ border-color: #00BCD4 !important;
351
+ }
352
+
353
+ .cyan-text {
354
+ color: #00BCD4 !important;
355
+ }
356
+
357
+ .cyan1 {
358
+ background-color: #E0F7FA !important;
359
+ }
360
+
361
+ .cyan2 {
362
+ background-color: #B2EBF2 !important;
363
+ }
364
+
365
+ .cyan3 {
366
+ background-color: #80DEEA !important;
367
+ }
368
+
369
+ .cyan4 {
370
+ background-color: #4DD0E1 !important;
371
+ }
372
+
373
+ .cyan5 {
374
+ background-color: #26C6DA !important;
375
+ }
376
+
377
+ .cyan7 {
378
+ background-color: #00ACC1 !important;
379
+ }
380
+
381
+ .cyan8 {
382
+ background-color: #0097A7 !important;
383
+ }
384
+
385
+ .cyan9 {
386
+ background-color: #00838F !important;
387
+ }
388
+
389
+ .cyan10 {
390
+ background-color: #006064 !important;
391
+ }
392
+
393
+ .teal,
394
+ .teal6 {
395
+ background-color: #009688 !important;
396
+ }
397
+
398
+ .teal-border {
399
+ border-color: #009688 !important;
400
+ }
401
+
402
+ .teal-text {
403
+ color: #009688 !important;
404
+ }
405
+
406
+ .teal1 {
407
+ background-color: #E0F2F1 !important;
408
+ }
409
+
410
+ .teal2 {
411
+ background-color: #B2DFDB !important;
412
+ }
413
+
414
+ .teal3 {
415
+ background-color: #80CBC4 !important;
416
+ }
417
+
418
+ .teal4 {
419
+ background-color: #4DB6AC !important;
420
+ }
421
+
422
+ .teal5 {
423
+ background-color: #26A69A !important;
424
+ }
425
+
426
+ .teal7 {
427
+ background-color: #00897B !important;
428
+ }
429
+
430
+ .teal8 {
431
+ background-color: #00796B !important;
432
+ }
433
+
434
+ .teal9 {
435
+ background-color: #00695C !important;
436
+ }
437
+
438
+ .teal10 {
439
+ background-color: #004D40 !important;
440
+ }
441
+
442
+ .green,
443
+ .green6 {
444
+ background-color: #4CAF50 !important;
445
+ }
446
+
447
+ .green-border {
448
+ border-color: #4CAF50 !important;
449
+ }
450
+
451
+ .green-text {
452
+ color: #4CAF50 !important;
453
+ }
454
+
455
+ .green1 {
456
+ background-color: #E8F5E9 !important;
457
+ }
458
+
459
+ .green2 {
460
+ background-color: #C8E6C9 !important;
461
+ }
462
+
463
+ .green3 {
464
+ background-color: #A5D6A7 !important;
465
+ }
466
+
467
+ .green4 {
468
+ background-color: #81C784 !important;
469
+ }
470
+
471
+ .green5 {
472
+ background-color: #66BB6A !important;
473
+ }
474
+
475
+ .green7 {
476
+ background-color: #43A047 !important;
477
+ }
478
+
479
+ .green8 {
480
+ background-color: #388E3C !important;
481
+ }
482
+
483
+ .green9 {
484
+ background-color: #2E7D32 !important;
485
+ }
486
+
487
+ .green10 {
488
+ background-color: #1B5E20 !important;
489
+ }
490
+
491
+ .light-green,
492
+ .light-green6 {
493
+ background-color: #8BC34A !important;
494
+ }
495
+
496
+ .light-green-border {
497
+ border-color: #8BC34A !important;
498
+ }
499
+
500
+ .light-green-text {
501
+ color: #8BC34A !important;
502
+ }
503
+
504
+ .light-green1 {
505
+ background-color: #F1F8E9 !important;
506
+ }
507
+
508
+ .light-green2 {
509
+ background-color: #DCEDC8 !important;
510
+ }
511
+
512
+ .light-green3 {
513
+ background-color: #C5E1A5 !important;
514
+ }
515
+
516
+ .light-green4 {
517
+ background-color: #AED581 !important;
518
+ }
519
+
520
+ .light-green5 {
521
+ background-color: #9CCC65 !important;
522
+ }
523
+
524
+ .light-green7 {
525
+ background-color: #7CB342 !important;
526
+ }
527
+
528
+ .light-green8 {
529
+ background-color: #689F38 !important;
530
+ }
531
+
532
+ .light-green9 {
533
+ background-color: #558B2F !important;
534
+ }
535
+
536
+ .light-green10 {
537
+ background-color: #33691E !important;
538
+ }
539
+
540
+ .lime,
541
+ .lime6 {
542
+ background-color: #CDDC39 !important;
543
+ }
544
+
545
+ .lime-border {
546
+ border-color: #CDDC39 !important;
547
+ }
548
+
549
+ .lime-text {
550
+ color: #CDDC39 !important;
551
+ }
552
+
553
+ .lime1 {
554
+ background-color: #F9FBE7 !important;
555
+ }
556
+
557
+ .lime2 {
558
+ background-color: #F0F4C3 !important;
559
+ }
560
+
561
+ .lime3 {
562
+ background-color: #E6EE9C !important;
563
+ }
564
+
565
+ .lime4 {
566
+ background-color: #DCE775 !important;
567
+ }
568
+
569
+ .lime5 {
570
+ background-color: #D4E157 !important;
571
+ }
572
+
573
+ .lime7 {
574
+ background-color: #C0CA33 !important;
575
+ }
576
+
577
+ .lime8 {
578
+ background-color: #AFB42B !important;
579
+ }
580
+
581
+ .lime9 {
582
+ background-color: #9E9D24 !important;
583
+ }
584
+
585
+ .lime10 {
586
+ background-color: #827717 !important;
587
+ }
588
+
589
+ .yellow,
590
+ .yellow6 {
591
+ background-color: #FFEB3B !important;
592
+ }
593
+
594
+ .yellow-border {
595
+ border-color: #FFEB3B !important;
596
+ }
597
+
598
+ .yellow-text {
599
+ color: #FFEB3B !important;
600
+ }
601
+
602
+ .yellow1 {
603
+ background-color: #FFFDE7 !important;
604
+ }
605
+
606
+ .yellow2 {
607
+ background-color: #FFF9C4 !important;
608
+ }
609
+
610
+ .yellow3 {
611
+ background-color: #FFF59D !important;
612
+ }
613
+
614
+ .yellow4 {
615
+ background-color: #FFF176 !important;
616
+ }
617
+
618
+ .yellow5 {
619
+ background-color: #FFEE58 !important;
620
+ }
621
+
622
+ .yellow7 {
623
+ background-color: #FDD835 !important;
624
+ }
625
+
626
+ .yellow8 {
627
+ background-color: #FBC02D !important;
628
+ }
629
+
630
+ .yellow9 {
631
+ background-color: #F9A825 !important;
632
+ }
633
+
634
+ .yellow10 {
635
+ background-color: #F57F17 !important;
636
+ }
637
+
638
+ .amber,
639
+ .amber6 {
640
+ background-color: #FFC107 !important;
641
+ }
642
+
643
+ .amber-border {
644
+ border-color: #FFC107 !important;
645
+ }
646
+
647
+ .amber-text {
648
+ color: #FFC107 !important;
649
+ }
650
+
651
+ .amber1 {
652
+ background-color: #FFF8E1 !important;
653
+ }
654
+
655
+ .amber2 {
656
+ background-color: #FFECB3 !important;
657
+ }
658
+
659
+ .amber3 {
660
+ background-color: #FFE082 !important;
661
+ }
662
+
663
+ .amber4 {
664
+ background-color: #FFD54F !important;
665
+ }
666
+
667
+ .amber5 {
668
+ background-color: #FFCA28 !important;
669
+ }
670
+
671
+ .amber7 {
672
+ background-color: #FFB300 !important;
673
+ }
674
+
675
+ .amber8 {
676
+ background-color: #FFA000 !important;
677
+ }
678
+
679
+ .amber9 {
680
+ background-color: #FF8F00 !important;
681
+ }
682
+
683
+ .amber10 {
684
+ background-color: #FF6F00 !important;
685
+ }
686
+
687
+ .orange,
688
+ .orange6 {
689
+ background-color: #FF9800 !important;
690
+ }
691
+
692
+ .orange-border {
693
+ border-color: #FF9800 !important;
694
+ }
695
+
696
+ .orange-text {
697
+ color: #FF9800 !important;
698
+ }
699
+
700
+ .orange1 {
701
+ background-color: #FFF3E0 !important;
702
+ }
703
+
704
+ .orange2 {
705
+ background-color: #FFE0B2 !important;
706
+ }
707
+
708
+ .orange3 {
709
+ background-color: #FFCC80 !important;
710
+ }
711
+
712
+ .orange4 {
713
+ background-color: #FFB74D !important;
714
+ }
715
+
716
+ .orange5 {
717
+ background-color: #FFA726 !important;
718
+ }
719
+
720
+ .orange7 {
721
+ background-color: #FB8C00 !important;
722
+ }
723
+
724
+ .orange8 {
725
+ background-color: #F57C00 !important;
726
+ }
727
+
728
+ .orange9 {
729
+ background-color: #EF6C00 !important;
730
+ }
731
+
732
+ .orange10 {
733
+ background-color: #E65100 !important;
734
+ }
735
+
736
+ .deep-orange,
737
+ .deep-orange6 {
738
+ background-color: #FF5722 !important;
739
+ }
740
+
741
+ .deep-orange-border {
742
+ border-color: #FF5722 !important;
743
+ }
744
+
745
+ .deep-orange-text {
746
+ color: #FF5722 !important;
747
+ }
748
+
749
+ .deep-orange1 {
750
+ background-color: #FBE9E7 !important;
751
+ }
752
+
753
+ .deep-orange2 {
754
+ background-color: #FFCCBC !important;
755
+ }
756
+
757
+ .deep-orange3 {
758
+ background-color: #FFAB91 !important;
759
+ }
760
+
761
+ .deep-orange4 {
762
+ background-color: #FF8A65 !important;
763
+ }
764
+
765
+ .deep-orange5 {
766
+ background-color: #FF7043 !important;
767
+ }
768
+
769
+ .deep-orange7 {
770
+ background-color: #F4511E !important;
771
+ }
772
+
773
+ .deep-orange8 {
774
+ background-color: #E64A19 !important;
775
+ }
776
+
777
+ .deep-orange9 {
778
+ background-color: #D84315 !important;
779
+ }
780
+
781
+ .deep-orange10 {
782
+ background-color: #BF360C !important;
783
+ }
784
+
785
+ .brown,
786
+ .brown6 {
787
+ background-color: #795548 !important;
788
+ }
789
+
790
+ .brown-border {
791
+ border-color: #795548 !important;
792
+ }
793
+
794
+ .brown-text {
795
+ color: #795548 !important;
796
+ }
797
+
798
+ .brown1 {
799
+ background-color: #EFEBE9 !important;
800
+ }
801
+
802
+ .brown2 {
803
+ background-color: #D7CCC8 !important;
804
+ }
805
+
806
+ .brown3 {
807
+ background-color: #BCAAA4 !important;
808
+ }
809
+
810
+ .brown4 {
811
+ background-color: #A1887F !important;
812
+ }
813
+
814
+ .brown5 {
815
+ background-color: #8D6E63 !important;
816
+ }
817
+
818
+ .brown7 {
819
+ background-color: #6D4C41 !important;
820
+ }
821
+
822
+ .brown8 {
823
+ background-color: #5D4037 !important;
824
+ }
825
+
826
+ .brown9 {
827
+ background-color: #4E342E !important;
828
+ }
829
+
830
+ .brown10 {
831
+ background-color: #3E2723 !important;
832
+ }
833
+
834
+ .blue-grey,
835
+ .blue-grey6 {
836
+ background-color: #607D8B !important;
837
+ }
838
+
839
+ .blue-grey-border {
840
+ border-color: #607D8B !important;
841
+ }
842
+
843
+ .blue-grey-text {
844
+ color: #607D8B !important;
845
+ }
846
+
847
+ .blue-grey1 {
848
+ background-color: #ECEFF1 !important;
849
+ }
850
+
851
+ .blue-grey2 {
852
+ background-color: #CFD8DC !important;
853
+ }
854
+
855
+ .blue-grey3 {
856
+ background-color: #B0BEC5 !important;
857
+ }
858
+
859
+ .blue-grey4 {
860
+ background-color: #90A4AE !important;
861
+ }
862
+
863
+ .blue-grey5 {
864
+ background-color: #78909C !important;
865
+ }
866
+
867
+ .blue-grey7 {
868
+ background-color: #546E7A !important;
869
+ }
870
+
871
+ .blue-grey8 {
872
+ background-color: #455A64 !important;
873
+ }
874
+
875
+ .blue-grey9 {
876
+ background-color: #37474F !important;
877
+ }
878
+
879
+ .blue-grey10 {
880
+ background-color: #263238 !important;
881
+ }
882
+
883
+ .grey,
884
+ .grey6 {
885
+ background-color: #9E9E9E !important;
886
+ }
887
+
888
+ .grey-border {
889
+ border-color: #9E9E9E !important;
890
+ }
891
+
892
+ .grey-text {
893
+ color: #9E9E9E !important;
894
+ }
895
+
896
+ .grey1 {
897
+ background-color: #FAFAFA !important;
898
+ }
899
+
900
+ .grey2 {
901
+ background-color: #F5F5F5 !important;
902
+ }
903
+
904
+ .grey3 {
905
+ background-color: #EEE !important;
906
+ }
907
+
908
+ .grey4 {
909
+ background-color: #E0E0E0 !important;
910
+ }
911
+
912
+ .grey5 {
913
+ background-color: #BDBDBD !important;
914
+ }
915
+
916
+ .grey7 {
917
+ background-color: #757575 !important;
918
+ }
919
+
920
+ .grey8 {
921
+ background-color: #616161 !important;
922
+ }
923
+
924
+ .grey9 {
925
+ background-color: #424242 !important;
926
+ }
927
+
928
+ .grey10 {
929
+ background-color: #212121 !important;
930
+ }