beercss 1.2.7 → 2.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.
- package/README.md +58 -3
- package/dist/cdn/beer.min.css +1 -1
- package/dist/cdn/beer.min.js +1 -1
- package/package.json +24 -15
- package/src/cdn/beer.css +40 -30
- package/src/cdn/beer.js +17 -2
- package/src/cdn/{shared → elements}/badges.css +4 -4
- package/src/cdn/{shared → elements}/buttons.css +77 -22
- package/src/cdn/{shared → elements}/cards.css +6 -4
- package/src/cdn/{shared → elements}/chips.css +13 -17
- package/src/cdn/{shared → elements}/containers.css +0 -0
- package/src/cdn/{shared → elements}/dropdowns.css +11 -10
- package/src/cdn/{shared → elements}/expansions.css +5 -1
- package/src/cdn/{shared → elements}/fields.css +48 -36
- package/src/cdn/{shared → elements}/icons.css +1 -0
- package/src/cdn/elements/layouts.css +109 -0
- package/src/cdn/{shared → elements}/loaders.css +1 -1
- package/src/cdn/{shared → elements}/media.css +48 -2
- package/src/cdn/{shared → elements}/menus.css +27 -50
- package/src/cdn/{shared → elements}/modals.css +28 -8
- package/src/cdn/{shared → elements}/navs.css +2 -2
- package/src/cdn/{shared → elements}/overlays.css +3 -8
- package/src/cdn/{shared → elements}/pages.css +7 -5
- package/src/cdn/elements/progress.css +29 -0
- package/src/cdn/{shared → elements}/rows.css +3 -108
- package/src/cdn/{shared → elements}/selections.css +19 -18
- package/src/cdn/{shared → elements}/tables.css +2 -1
- package/src/cdn/{shared → elements}/tabs.css +22 -3
- package/src/cdn/{shared → elements}/toasts.css +9 -4
- package/src/cdn/{shared → elements}/tooltips.css +2 -2
- package/src/cdn/helpers/alignments.css +29 -0
- package/src/cdn/{shared → helpers}/colors.css +245 -226
- package/src/cdn/helpers/dividers.css +34 -0
- package/src/cdn/helpers/forms.css +110 -0
- package/src/cdn/helpers/margins.css +16 -0
- package/src/cdn/helpers/others.css +100 -0
- package/src/cdn/helpers/paddings.css +16 -0
- package/src/cdn/helpers/positions.css +37 -0
- package/src/cdn/helpers/shadows.css +44 -0
- package/src/cdn/helpers/sizes.css +26 -0
- package/src/cdn/helpers/spaces.css +15 -0
- package/src/cdn/{shared → helpers}/typography.css +10 -10
- package/src/cdn/{shared → helpers}/waves.css +3 -3
- package/src/cdn/settings/dark.css +39 -0
- package/src/cdn/settings/light.css +39 -0
- package/src/cdn/{shared → settings}/urls.css +0 -0
- package/src/cdn/shared/dark.css +0 -15
- package/src/cdn/shared/fixed.css +0 -71
- package/src/cdn/shared/helpers.css +0 -366
- package/src/cdn/shared/layouts.css +0 -95
- package/src/cdn/shared/light.css +0 -15
|
@@ -34,7 +34,8 @@
|
|
|
34
34
|
color: #ffffff !important;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
.red
|
|
37
|
+
.red,
|
|
38
|
+
.red6 {
|
|
38
39
|
background-color: #f44336 !important;
|
|
39
40
|
}
|
|
40
41
|
|
|
@@ -46,43 +47,44 @@
|
|
|
46
47
|
color: #f44336 !important;
|
|
47
48
|
}
|
|
48
49
|
|
|
49
|
-
.
|
|
50
|
+
.red1 {
|
|
50
51
|
background-color: #ffebee !important;
|
|
51
52
|
}
|
|
52
53
|
|
|
53
|
-
.
|
|
54
|
+
.red2 {
|
|
54
55
|
background-color: #ffcdd2 !important;
|
|
55
56
|
}
|
|
56
57
|
|
|
57
|
-
.
|
|
58
|
+
.red3 {
|
|
58
59
|
background-color: #ef9a9a !important;
|
|
59
60
|
}
|
|
60
61
|
|
|
61
|
-
.
|
|
62
|
+
.red4 {
|
|
62
63
|
background-color: #e57373 !important;
|
|
63
64
|
}
|
|
64
65
|
|
|
65
|
-
.
|
|
66
|
+
.red5 {
|
|
66
67
|
background-color: #ef5350 !important;
|
|
67
68
|
}
|
|
68
69
|
|
|
69
|
-
.
|
|
70
|
+
.red7 {
|
|
70
71
|
background-color: #e53935 !important;
|
|
71
72
|
}
|
|
72
73
|
|
|
73
|
-
.
|
|
74
|
+
.red8 {
|
|
74
75
|
background-color: #d32f2f !important;
|
|
75
76
|
}
|
|
76
77
|
|
|
77
|
-
.
|
|
78
|
+
.red9 {
|
|
78
79
|
background-color: #c62828 !important;
|
|
79
80
|
}
|
|
80
81
|
|
|
81
|
-
.
|
|
82
|
+
.red10 {
|
|
82
83
|
background-color: #b71c1c !important;
|
|
83
84
|
}
|
|
84
85
|
|
|
85
|
-
.pink
|
|
86
|
+
.pink,
|
|
87
|
+
.pink6 {
|
|
86
88
|
background-color: #e91e63 !important;
|
|
87
89
|
}
|
|
88
90
|
|
|
@@ -94,43 +96,44 @@
|
|
|
94
96
|
color: #e91e63 !important;
|
|
95
97
|
}
|
|
96
98
|
|
|
97
|
-
.
|
|
99
|
+
.pink1 {
|
|
98
100
|
background-color: #fce4ec !important;
|
|
99
101
|
}
|
|
100
102
|
|
|
101
|
-
.
|
|
103
|
+
.pink2 {
|
|
102
104
|
background-color: #f8bbd0 !important;
|
|
103
105
|
}
|
|
104
106
|
|
|
105
|
-
.
|
|
107
|
+
.pink3 {
|
|
106
108
|
background-color: #f48fb1 !important;
|
|
107
109
|
}
|
|
108
110
|
|
|
109
|
-
.
|
|
111
|
+
.pink4 {
|
|
110
112
|
background-color: #f06292 !important;
|
|
111
113
|
}
|
|
112
114
|
|
|
113
|
-
.
|
|
115
|
+
.pink5 {
|
|
114
116
|
background-color: #ec407a !important;
|
|
115
117
|
}
|
|
116
118
|
|
|
117
|
-
.
|
|
119
|
+
.pink7 {
|
|
118
120
|
background-color: #d81b60 !important;
|
|
119
121
|
}
|
|
120
122
|
|
|
121
|
-
.
|
|
123
|
+
.pink8 {
|
|
122
124
|
background-color: #c2185b !important;
|
|
123
125
|
}
|
|
124
126
|
|
|
125
|
-
.
|
|
127
|
+
.pink9 {
|
|
126
128
|
background-color: #ad1457 !important;
|
|
127
129
|
}
|
|
128
130
|
|
|
129
|
-
.
|
|
131
|
+
.pink10 {
|
|
130
132
|
background-color: #880e4f !important;
|
|
131
133
|
}
|
|
132
134
|
|
|
133
|
-
.purple
|
|
135
|
+
.purple,
|
|
136
|
+
.purple6 {
|
|
134
137
|
background-color: #9c27b0 !important;
|
|
135
138
|
}
|
|
136
139
|
|
|
@@ -142,43 +145,44 @@
|
|
|
142
145
|
color: #9c27b0 !important;
|
|
143
146
|
}
|
|
144
147
|
|
|
145
|
-
.
|
|
148
|
+
.purple1 {
|
|
146
149
|
background-color: #f3e5f5 !important;
|
|
147
150
|
}
|
|
148
151
|
|
|
149
|
-
.
|
|
152
|
+
.purple2 {
|
|
150
153
|
background-color: #e1bee7 !important;
|
|
151
154
|
}
|
|
152
155
|
|
|
153
|
-
.
|
|
156
|
+
.purple3 {
|
|
154
157
|
background-color: #ce93d8 !important;
|
|
155
158
|
}
|
|
156
159
|
|
|
157
|
-
.
|
|
160
|
+
.purple4 {
|
|
158
161
|
background-color: #ba68c8 !important;
|
|
159
162
|
}
|
|
160
163
|
|
|
161
|
-
.
|
|
164
|
+
.purple5 {
|
|
162
165
|
background-color: #ab47bc !important;
|
|
163
166
|
}
|
|
164
167
|
|
|
165
|
-
.
|
|
168
|
+
.purple7 {
|
|
166
169
|
background-color: #8e24aa !important;
|
|
167
170
|
}
|
|
168
171
|
|
|
169
|
-
.
|
|
172
|
+
.purple8 {
|
|
170
173
|
background-color: #7b1fa2 !important;
|
|
171
174
|
}
|
|
172
175
|
|
|
173
|
-
.
|
|
176
|
+
.purple9 {
|
|
174
177
|
background-color: #6a1b9a !important;
|
|
175
178
|
}
|
|
176
179
|
|
|
177
|
-
.
|
|
180
|
+
.purple10 {
|
|
178
181
|
background-color: #4a148c !important;
|
|
179
182
|
}
|
|
180
183
|
|
|
181
|
-
.deep-purple
|
|
184
|
+
.deep-purple,
|
|
185
|
+
.deep-purple6 {
|
|
182
186
|
background-color: #673ab7 !important;
|
|
183
187
|
}
|
|
184
188
|
|
|
@@ -190,43 +194,44 @@
|
|
|
190
194
|
color: #673ab7 !important;
|
|
191
195
|
}
|
|
192
196
|
|
|
193
|
-
.deep-
|
|
197
|
+
.deep-purple1 {
|
|
194
198
|
background-color: #ede7f6 !important;
|
|
195
199
|
}
|
|
196
200
|
|
|
197
|
-
.deep-
|
|
201
|
+
.deep-purple2 {
|
|
198
202
|
background-color: #d1c4e9 !important;
|
|
199
203
|
}
|
|
200
204
|
|
|
201
|
-
.deep-
|
|
205
|
+
.deep-purple3 {
|
|
202
206
|
background-color: #b39ddb !important;
|
|
203
207
|
}
|
|
204
208
|
|
|
205
|
-
.deep-
|
|
209
|
+
.deep-purple4 {
|
|
206
210
|
background-color: #9575cd !important;
|
|
207
211
|
}
|
|
208
212
|
|
|
209
|
-
.deep-
|
|
213
|
+
.deep-purple5 {
|
|
210
214
|
background-color: #7e57c2 !important;
|
|
211
215
|
}
|
|
212
216
|
|
|
213
|
-
.deep-
|
|
217
|
+
.deep-purple7 {
|
|
214
218
|
background-color: #5e35b1 !important;
|
|
215
219
|
}
|
|
216
220
|
|
|
217
|
-
.deep-
|
|
221
|
+
.deep-purple8 {
|
|
218
222
|
background-color: #512da8 !important;
|
|
219
223
|
}
|
|
220
224
|
|
|
221
|
-
.deep-
|
|
225
|
+
.deep-purple9 {
|
|
222
226
|
background-color: #4527a0 !important;
|
|
223
227
|
}
|
|
224
228
|
|
|
225
|
-
.deep-
|
|
229
|
+
.deep-purple10 {
|
|
226
230
|
background-color: #311b92 !important;
|
|
227
231
|
}
|
|
228
232
|
|
|
229
|
-
.indigo
|
|
233
|
+
.indigo,
|
|
234
|
+
.indigo6 {
|
|
230
235
|
background-color: #3f51b5 !important;
|
|
231
236
|
}
|
|
232
237
|
|
|
@@ -238,43 +243,44 @@
|
|
|
238
243
|
color: #3f51b5 !important;
|
|
239
244
|
}
|
|
240
245
|
|
|
241
|
-
.
|
|
246
|
+
.indigo1 {
|
|
242
247
|
background-color: #e8eaf6 !important;
|
|
243
248
|
}
|
|
244
249
|
|
|
245
|
-
.
|
|
250
|
+
.indigo2 {
|
|
246
251
|
background-color: #c5cae9 !important;
|
|
247
252
|
}
|
|
248
253
|
|
|
249
|
-
.
|
|
254
|
+
.indigo3 {
|
|
250
255
|
background-color: #9fa8da !important;
|
|
251
256
|
}
|
|
252
257
|
|
|
253
|
-
.
|
|
258
|
+
.indigo4 {
|
|
254
259
|
background-color: #7986cb !important;
|
|
255
260
|
}
|
|
256
261
|
|
|
257
|
-
.
|
|
262
|
+
.indigo5 {
|
|
258
263
|
background-color: #5c6bc0 !important;
|
|
259
264
|
}
|
|
260
265
|
|
|
261
|
-
.
|
|
266
|
+
.indigo7 {
|
|
262
267
|
background-color: #3949ab !important;
|
|
263
268
|
}
|
|
264
269
|
|
|
265
|
-
.
|
|
270
|
+
.indigo8 {
|
|
266
271
|
background-color: #303f9f !important;
|
|
267
272
|
}
|
|
268
273
|
|
|
269
|
-
.
|
|
274
|
+
.indigo9 {
|
|
270
275
|
background-color: #283593 !important;
|
|
271
276
|
}
|
|
272
277
|
|
|
273
|
-
.
|
|
278
|
+
.indigo10 {
|
|
274
279
|
background-color: #1a237e !important;
|
|
275
280
|
}
|
|
276
281
|
|
|
277
|
-
.blue
|
|
282
|
+
.blue,
|
|
283
|
+
.blue6 {
|
|
278
284
|
background-color: #2196f3 !important;
|
|
279
285
|
}
|
|
280
286
|
|
|
@@ -286,43 +292,44 @@
|
|
|
286
292
|
color: #2196f3 !important;
|
|
287
293
|
}
|
|
288
294
|
|
|
289
|
-
.
|
|
295
|
+
.blue1 {
|
|
290
296
|
background-color: #e3f2fd !important;
|
|
291
297
|
}
|
|
292
298
|
|
|
293
|
-
.
|
|
299
|
+
.blue2 {
|
|
294
300
|
background-color: #bbdefb !important;
|
|
295
301
|
}
|
|
296
302
|
|
|
297
|
-
.
|
|
303
|
+
.blue3 {
|
|
298
304
|
background-color: #90caf9 !important;
|
|
299
305
|
}
|
|
300
306
|
|
|
301
|
-
.
|
|
307
|
+
.blue4 {
|
|
302
308
|
background-color: #64b5f6 !important;
|
|
303
309
|
}
|
|
304
310
|
|
|
305
|
-
.
|
|
311
|
+
.blue5 {
|
|
306
312
|
background-color: #42a5f5 !important;
|
|
307
313
|
}
|
|
308
314
|
|
|
309
|
-
.
|
|
315
|
+
.blue7 {
|
|
310
316
|
background-color: #1e88e5 !important;
|
|
311
317
|
}
|
|
312
318
|
|
|
313
|
-
.
|
|
319
|
+
.blue8 {
|
|
314
320
|
background-color: #1976d2 !important;
|
|
315
321
|
}
|
|
316
322
|
|
|
317
|
-
.
|
|
323
|
+
.blue9 {
|
|
318
324
|
background-color: #1565c0 !important;
|
|
319
325
|
}
|
|
320
326
|
|
|
321
|
-
.
|
|
327
|
+
.blue10 {
|
|
322
328
|
background-color: #0d47a1 !important;
|
|
323
329
|
}
|
|
324
330
|
|
|
325
|
-
.light-blue
|
|
331
|
+
.light-blue,
|
|
332
|
+
.light-blue6 {
|
|
326
333
|
background-color: #03a9f4 !important;
|
|
327
334
|
}
|
|
328
335
|
|
|
@@ -334,43 +341,44 @@
|
|
|
334
341
|
color: #03a9f4 !important;
|
|
335
342
|
}
|
|
336
343
|
|
|
337
|
-
.light-
|
|
344
|
+
.light-blue1 {
|
|
338
345
|
background-color: #e1f5fe !important;
|
|
339
346
|
}
|
|
340
347
|
|
|
341
|
-
.light-
|
|
348
|
+
.light-blue2 {
|
|
342
349
|
background-color: #b3e5fc !important;
|
|
343
350
|
}
|
|
344
351
|
|
|
345
|
-
.light-
|
|
352
|
+
.light-blue3 {
|
|
346
353
|
background-color: #81d4fa !important;
|
|
347
354
|
}
|
|
348
355
|
|
|
349
|
-
.light-
|
|
356
|
+
.light-blue4 {
|
|
350
357
|
background-color: #4fc3f7 !important;
|
|
351
358
|
}
|
|
352
359
|
|
|
353
|
-
.light-
|
|
360
|
+
.light-blue5 {
|
|
354
361
|
background-color: #29b6f6 !important;
|
|
355
362
|
}
|
|
356
363
|
|
|
357
|
-
.light-
|
|
364
|
+
.light-blue7 {
|
|
358
365
|
background-color: #039be5 !important;
|
|
359
366
|
}
|
|
360
367
|
|
|
361
|
-
.light-
|
|
368
|
+
.light-blue8 {
|
|
362
369
|
background-color: #0288d1 !important;
|
|
363
370
|
}
|
|
364
371
|
|
|
365
|
-
.light-
|
|
372
|
+
.light-blue9 {
|
|
366
373
|
background-color: #0277bd !important;
|
|
367
374
|
}
|
|
368
375
|
|
|
369
|
-
.light-
|
|
376
|
+
.light-blue10 {
|
|
370
377
|
background-color: #01579b !important;
|
|
371
378
|
}
|
|
372
379
|
|
|
373
|
-
.cyan
|
|
380
|
+
.cyan,
|
|
381
|
+
.cyan6 {
|
|
374
382
|
background-color: #00bcd4 !important;
|
|
375
383
|
}
|
|
376
384
|
|
|
@@ -382,43 +390,44 @@
|
|
|
382
390
|
color: #00bcd4 !important;
|
|
383
391
|
}
|
|
384
392
|
|
|
385
|
-
.
|
|
393
|
+
.cyan1 {
|
|
386
394
|
background-color: #e0f7fa !important;
|
|
387
395
|
}
|
|
388
396
|
|
|
389
|
-
.
|
|
397
|
+
.cyan2 {
|
|
390
398
|
background-color: #b2ebf2 !important;
|
|
391
399
|
}
|
|
392
400
|
|
|
393
|
-
.
|
|
401
|
+
.cyan3 {
|
|
394
402
|
background-color: #80deea !important;
|
|
395
403
|
}
|
|
396
404
|
|
|
397
|
-
.
|
|
405
|
+
.cyan4 {
|
|
398
406
|
background-color: #4dd0e1 !important;
|
|
399
407
|
}
|
|
400
408
|
|
|
401
|
-
.
|
|
409
|
+
.cyan5 {
|
|
402
410
|
background-color: #26c6da !important;
|
|
403
411
|
}
|
|
404
412
|
|
|
405
|
-
.
|
|
413
|
+
.cyan7 {
|
|
406
414
|
background-color: #00acc1 !important;
|
|
407
415
|
}
|
|
408
416
|
|
|
409
|
-
.
|
|
417
|
+
.cyan8 {
|
|
410
418
|
background-color: #0097a7 !important;
|
|
411
419
|
}
|
|
412
420
|
|
|
413
|
-
.
|
|
421
|
+
.cyan9 {
|
|
414
422
|
background-color: #00838f !important;
|
|
415
423
|
}
|
|
416
424
|
|
|
417
|
-
.
|
|
425
|
+
.cyan10 {
|
|
418
426
|
background-color: #006064 !important;
|
|
419
427
|
}
|
|
420
428
|
|
|
421
|
-
.teal
|
|
429
|
+
.teal,
|
|
430
|
+
.teal6 {
|
|
422
431
|
background-color: #009688 !important;
|
|
423
432
|
}
|
|
424
433
|
|
|
@@ -430,43 +439,44 @@
|
|
|
430
439
|
color: #009688 !important;
|
|
431
440
|
}
|
|
432
441
|
|
|
433
|
-
.
|
|
442
|
+
.teal1 {
|
|
434
443
|
background-color: #e0f2f1 !important;
|
|
435
444
|
}
|
|
436
445
|
|
|
437
|
-
.
|
|
446
|
+
.teal2 {
|
|
438
447
|
background-color: #b2dfdb !important;
|
|
439
448
|
}
|
|
440
449
|
|
|
441
|
-
.
|
|
450
|
+
.teal3 {
|
|
442
451
|
background-color: #80cbc4 !important;
|
|
443
452
|
}
|
|
444
453
|
|
|
445
|
-
.
|
|
454
|
+
.teal4 {
|
|
446
455
|
background-color: #4db6ac !important;
|
|
447
456
|
}
|
|
448
457
|
|
|
449
|
-
.
|
|
458
|
+
.teal5 {
|
|
450
459
|
background-color: #26a69a !important;
|
|
451
460
|
}
|
|
452
461
|
|
|
453
|
-
.
|
|
462
|
+
.teal7 {
|
|
454
463
|
background-color: #00897b !important;
|
|
455
464
|
}
|
|
456
465
|
|
|
457
|
-
.
|
|
466
|
+
.teal8 {
|
|
458
467
|
background-color: #00796b !important;
|
|
459
468
|
}
|
|
460
469
|
|
|
461
|
-
.
|
|
470
|
+
.teal9 {
|
|
462
471
|
background-color: #00695c !important;
|
|
463
472
|
}
|
|
464
473
|
|
|
465
|
-
.
|
|
474
|
+
.teal10 {
|
|
466
475
|
background-color: #004d40 !important;
|
|
467
476
|
}
|
|
468
477
|
|
|
469
|
-
.green
|
|
478
|
+
.green,
|
|
479
|
+
.green6 {
|
|
470
480
|
background-color: #4caf50 !important;
|
|
471
481
|
}
|
|
472
482
|
|
|
@@ -478,43 +488,44 @@
|
|
|
478
488
|
color: #4caf50 !important;
|
|
479
489
|
}
|
|
480
490
|
|
|
481
|
-
.
|
|
491
|
+
.green1 {
|
|
482
492
|
background-color: #e8f5e9 !important;
|
|
483
493
|
}
|
|
484
494
|
|
|
485
|
-
.
|
|
495
|
+
.green2 {
|
|
486
496
|
background-color: #c8e6c9 !important;
|
|
487
497
|
}
|
|
488
498
|
|
|
489
|
-
.
|
|
499
|
+
.green3 {
|
|
490
500
|
background-color: #a5d6a7 !important;
|
|
491
501
|
}
|
|
492
502
|
|
|
493
|
-
.
|
|
503
|
+
.green4 {
|
|
494
504
|
background-color: #81c784 !important;
|
|
495
505
|
}
|
|
496
506
|
|
|
497
|
-
.
|
|
507
|
+
.green5 {
|
|
498
508
|
background-color: #66bb6a !important;
|
|
499
509
|
}
|
|
500
510
|
|
|
501
|
-
.
|
|
511
|
+
.green7 {
|
|
502
512
|
background-color: #43a047 !important;
|
|
503
513
|
}
|
|
504
514
|
|
|
505
|
-
.
|
|
515
|
+
.green8 {
|
|
506
516
|
background-color: #388e3c !important;
|
|
507
517
|
}
|
|
508
518
|
|
|
509
|
-
.
|
|
519
|
+
.green9 {
|
|
510
520
|
background-color: #2e7d32 !important;
|
|
511
521
|
}
|
|
512
522
|
|
|
513
|
-
.
|
|
523
|
+
.green10 {
|
|
514
524
|
background-color: #1b5e20 !important;
|
|
515
525
|
}
|
|
516
526
|
|
|
517
|
-
.light-green
|
|
527
|
+
.light-green,
|
|
528
|
+
.light-green6 {
|
|
518
529
|
background-color: #8bc34a !important;
|
|
519
530
|
}
|
|
520
531
|
|
|
@@ -526,43 +537,44 @@
|
|
|
526
537
|
color: #8bc34a !important;
|
|
527
538
|
}
|
|
528
539
|
|
|
529
|
-
.light-
|
|
540
|
+
.light-green1 {
|
|
530
541
|
background-color: #f1f8e9 !important;
|
|
531
542
|
}
|
|
532
543
|
|
|
533
|
-
.light-
|
|
544
|
+
.light-green2 {
|
|
534
545
|
background-color: #dcedc8 !important;
|
|
535
546
|
}
|
|
536
547
|
|
|
537
|
-
.light-
|
|
548
|
+
.light-green3 {
|
|
538
549
|
background-color: #c5e1a5 !important;
|
|
539
550
|
}
|
|
540
551
|
|
|
541
|
-
.light-
|
|
552
|
+
.light-green4 {
|
|
542
553
|
background-color: #aed581 !important;
|
|
543
554
|
}
|
|
544
555
|
|
|
545
|
-
.light-
|
|
556
|
+
.light-green5 {
|
|
546
557
|
background-color: #9ccc65 !important;
|
|
547
558
|
}
|
|
548
559
|
|
|
549
|
-
.light-
|
|
560
|
+
.light-green7 {
|
|
550
561
|
background-color: #7cb342 !important;
|
|
551
562
|
}
|
|
552
563
|
|
|
553
|
-
.light-
|
|
564
|
+
.light-green8 {
|
|
554
565
|
background-color: #689f38 !important;
|
|
555
566
|
}
|
|
556
567
|
|
|
557
|
-
.light-
|
|
568
|
+
.light-green9 {
|
|
558
569
|
background-color: #558b2f !important;
|
|
559
570
|
}
|
|
560
571
|
|
|
561
|
-
.light-
|
|
572
|
+
.light-green10 {
|
|
562
573
|
background-color: #33691e !important;
|
|
563
574
|
}
|
|
564
575
|
|
|
565
|
-
.lime
|
|
576
|
+
.lime,
|
|
577
|
+
.lime6 {
|
|
566
578
|
background-color: #cddc39 !important;
|
|
567
579
|
}
|
|
568
580
|
|
|
@@ -574,43 +586,44 @@
|
|
|
574
586
|
color: #cddc39 !important;
|
|
575
587
|
}
|
|
576
588
|
|
|
577
|
-
.
|
|
589
|
+
.lime1 {
|
|
578
590
|
background-color: #f9fbe7 !important;
|
|
579
591
|
}
|
|
580
592
|
|
|
581
|
-
.
|
|
593
|
+
.lime2 {
|
|
582
594
|
background-color: #f0f4c3 !important;
|
|
583
595
|
}
|
|
584
596
|
|
|
585
|
-
.
|
|
597
|
+
.lime3 {
|
|
586
598
|
background-color: #e6ee9c !important;
|
|
587
599
|
}
|
|
588
600
|
|
|
589
|
-
.
|
|
601
|
+
.lime4 {
|
|
590
602
|
background-color: #dce775 !important;
|
|
591
603
|
}
|
|
592
604
|
|
|
593
|
-
.
|
|
605
|
+
.lime5 {
|
|
594
606
|
background-color: #d4e157 !important;
|
|
595
607
|
}
|
|
596
608
|
|
|
597
|
-
.
|
|
609
|
+
.lime7 {
|
|
598
610
|
background-color: #c0ca33 !important;
|
|
599
611
|
}
|
|
600
612
|
|
|
601
|
-
.
|
|
613
|
+
.lime8 {
|
|
602
614
|
background-color: #afb42b !important;
|
|
603
615
|
}
|
|
604
616
|
|
|
605
|
-
.
|
|
617
|
+
.lime9 {
|
|
606
618
|
background-color: #9e9d24 !important;
|
|
607
619
|
}
|
|
608
620
|
|
|
609
|
-
.
|
|
621
|
+
.lime10 {
|
|
610
622
|
background-color: #827717 !important;
|
|
611
623
|
}
|
|
612
624
|
|
|
613
|
-
.yellow
|
|
625
|
+
.yellow,
|
|
626
|
+
.yellow6 {
|
|
614
627
|
background-color: #ffeb3b !important;
|
|
615
628
|
}
|
|
616
629
|
|
|
@@ -622,43 +635,44 @@
|
|
|
622
635
|
color: #ffeb3b !important;
|
|
623
636
|
}
|
|
624
637
|
|
|
625
|
-
.
|
|
638
|
+
.yellow1 {
|
|
626
639
|
background-color: #fffde7 !important;
|
|
627
640
|
}
|
|
628
641
|
|
|
629
|
-
.
|
|
642
|
+
.yellow2 {
|
|
630
643
|
background-color: #fff9c4 !important;
|
|
631
644
|
}
|
|
632
645
|
|
|
633
|
-
.
|
|
646
|
+
.yellow3 {
|
|
634
647
|
background-color: #fff59d !important;
|
|
635
648
|
}
|
|
636
649
|
|
|
637
|
-
.
|
|
650
|
+
.yellow4 {
|
|
638
651
|
background-color: #fff176 !important;
|
|
639
652
|
}
|
|
640
653
|
|
|
641
|
-
.
|
|
654
|
+
.yellow5 {
|
|
642
655
|
background-color: #ffee58 !important;
|
|
643
656
|
}
|
|
644
657
|
|
|
645
|
-
.
|
|
658
|
+
.yellow7 {
|
|
646
659
|
background-color: #fdd835 !important;
|
|
647
660
|
}
|
|
648
661
|
|
|
649
|
-
.
|
|
662
|
+
.yellow8 {
|
|
650
663
|
background-color: #fbc02d !important;
|
|
651
664
|
}
|
|
652
665
|
|
|
653
|
-
.
|
|
666
|
+
.yellow9 {
|
|
654
667
|
background-color: #f9a825 !important;
|
|
655
668
|
}
|
|
656
669
|
|
|
657
|
-
.
|
|
670
|
+
.yellow10 {
|
|
658
671
|
background-color: #f57f17 !important;
|
|
659
672
|
}
|
|
660
673
|
|
|
661
|
-
.amber
|
|
674
|
+
.amber,
|
|
675
|
+
.amber6 {
|
|
662
676
|
background-color: #ffc107 !important;
|
|
663
677
|
}
|
|
664
678
|
|
|
@@ -670,43 +684,44 @@
|
|
|
670
684
|
color: #ffc107 !important;
|
|
671
685
|
}
|
|
672
686
|
|
|
673
|
-
.
|
|
687
|
+
.amber1 {
|
|
674
688
|
background-color: #fff8e1 !important;
|
|
675
689
|
}
|
|
676
690
|
|
|
677
|
-
.
|
|
691
|
+
.amber2 {
|
|
678
692
|
background-color: #ffecb3 !important;
|
|
679
693
|
}
|
|
680
694
|
|
|
681
|
-
.
|
|
695
|
+
.amber3 {
|
|
682
696
|
background-color: #ffe082 !important;
|
|
683
697
|
}
|
|
684
698
|
|
|
685
|
-
.
|
|
699
|
+
.amber4 {
|
|
686
700
|
background-color: #ffd54f !important;
|
|
687
701
|
}
|
|
688
702
|
|
|
689
|
-
.
|
|
703
|
+
.amber5 {
|
|
690
704
|
background-color: #ffca28 !important;
|
|
691
705
|
}
|
|
692
706
|
|
|
693
|
-
.
|
|
707
|
+
.amber7 {
|
|
694
708
|
background-color: #ffb300 !important;
|
|
695
709
|
}
|
|
696
710
|
|
|
697
|
-
.
|
|
711
|
+
.amber8 {
|
|
698
712
|
background-color: #ffa000 !important;
|
|
699
713
|
}
|
|
700
714
|
|
|
701
|
-
.
|
|
715
|
+
.amber9 {
|
|
702
716
|
background-color: #ff8f00 !important;
|
|
703
717
|
}
|
|
704
718
|
|
|
705
|
-
.
|
|
719
|
+
.amber10 {
|
|
706
720
|
background-color: #ff6f00 !important;
|
|
707
721
|
}
|
|
708
722
|
|
|
709
|
-
.orange
|
|
723
|
+
.orange,
|
|
724
|
+
.orange6 {
|
|
710
725
|
background-color: #ff9800 !important;
|
|
711
726
|
}
|
|
712
727
|
|
|
@@ -718,43 +733,44 @@
|
|
|
718
733
|
color: #ff9800 !important;
|
|
719
734
|
}
|
|
720
735
|
|
|
721
|
-
.
|
|
736
|
+
.orange1 {
|
|
722
737
|
background-color: #fff3e0 !important;
|
|
723
738
|
}
|
|
724
739
|
|
|
725
|
-
.
|
|
740
|
+
.orange2 {
|
|
726
741
|
background-color: #ffe0b2 !important;
|
|
727
742
|
}
|
|
728
743
|
|
|
729
|
-
.
|
|
744
|
+
.orange3 {
|
|
730
745
|
background-color: #ffcc80 !important;
|
|
731
746
|
}
|
|
732
747
|
|
|
733
|
-
.
|
|
748
|
+
.orange4 {
|
|
734
749
|
background-color: #ffb74d !important;
|
|
735
750
|
}
|
|
736
751
|
|
|
737
|
-
.
|
|
752
|
+
.orange5 {
|
|
738
753
|
background-color: #ffa726 !important;
|
|
739
754
|
}
|
|
740
755
|
|
|
741
|
-
.
|
|
756
|
+
.orange7 {
|
|
742
757
|
background-color: #fb8c00 !important;
|
|
743
758
|
}
|
|
744
759
|
|
|
745
|
-
.
|
|
760
|
+
.orange8 {
|
|
746
761
|
background-color: #f57c00 !important;
|
|
747
762
|
}
|
|
748
763
|
|
|
749
|
-
.
|
|
764
|
+
.orange9 {
|
|
750
765
|
background-color: #ef6c00 !important;
|
|
751
766
|
}
|
|
752
767
|
|
|
753
|
-
.
|
|
768
|
+
.orange10 {
|
|
754
769
|
background-color: #e65100 !important;
|
|
755
770
|
}
|
|
756
771
|
|
|
757
|
-
.deep-orange
|
|
772
|
+
.deep-orange,
|
|
773
|
+
.deep-orange6 {
|
|
758
774
|
background-color: #ff5722 !important;
|
|
759
775
|
}
|
|
760
776
|
|
|
@@ -766,43 +782,44 @@
|
|
|
766
782
|
color: #ff5722 !important;
|
|
767
783
|
}
|
|
768
784
|
|
|
769
|
-
.deep-
|
|
785
|
+
.deep-orange1 {
|
|
770
786
|
background-color: #fbe9e7 !important;
|
|
771
787
|
}
|
|
772
788
|
|
|
773
|
-
.deep-
|
|
789
|
+
.deep-orange2 {
|
|
774
790
|
background-color: #ffccbc !important;
|
|
775
791
|
}
|
|
776
792
|
|
|
777
|
-
.deep-
|
|
793
|
+
.deep-orange3 {
|
|
778
794
|
background-color: #ffab91 !important;
|
|
779
795
|
}
|
|
780
796
|
|
|
781
|
-
.deep-
|
|
797
|
+
.deep-orange4 {
|
|
782
798
|
background-color: #ff8a65 !important;
|
|
783
799
|
}
|
|
784
800
|
|
|
785
|
-
.deep-
|
|
801
|
+
.deep-orange5 {
|
|
786
802
|
background-color: #ff7043 !important;
|
|
787
803
|
}
|
|
788
804
|
|
|
789
|
-
.deep-
|
|
805
|
+
.deep-orange7 {
|
|
790
806
|
background-color: #f4511e !important;
|
|
791
807
|
}
|
|
792
808
|
|
|
793
|
-
.deep-
|
|
809
|
+
.deep-orange8 {
|
|
794
810
|
background-color: #e64a19 !important;
|
|
795
811
|
}
|
|
796
812
|
|
|
797
|
-
.deep-
|
|
813
|
+
.deep-orange9 {
|
|
798
814
|
background-color: #d84315 !important;
|
|
799
815
|
}
|
|
800
816
|
|
|
801
|
-
.deep-
|
|
817
|
+
.deep-orange10 {
|
|
802
818
|
background-color: #bf360c !important;
|
|
803
819
|
}
|
|
804
820
|
|
|
805
|
-
.brown
|
|
821
|
+
.brown,
|
|
822
|
+
.brown6 {
|
|
806
823
|
background-color: #795548 !important;
|
|
807
824
|
}
|
|
808
825
|
|
|
@@ -814,43 +831,44 @@
|
|
|
814
831
|
color: #795548 !important;
|
|
815
832
|
}
|
|
816
833
|
|
|
817
|
-
.
|
|
834
|
+
.brown1 {
|
|
818
835
|
background-color: #efebe9 !important;
|
|
819
836
|
}
|
|
820
837
|
|
|
821
|
-
.
|
|
838
|
+
.brown2 {
|
|
822
839
|
background-color: #d7ccc8 !important;
|
|
823
840
|
}
|
|
824
841
|
|
|
825
|
-
.
|
|
842
|
+
.brown3 {
|
|
826
843
|
background-color: #bcaaa4 !important;
|
|
827
844
|
}
|
|
828
845
|
|
|
829
|
-
.
|
|
846
|
+
.brown4 {
|
|
830
847
|
background-color: #a1887f !important;
|
|
831
848
|
}
|
|
832
849
|
|
|
833
|
-
.
|
|
850
|
+
.brown5 {
|
|
834
851
|
background-color: #8d6e63 !important;
|
|
835
852
|
}
|
|
836
853
|
|
|
837
|
-
.
|
|
854
|
+
.brown7 {
|
|
838
855
|
background-color: #6d4c41 !important;
|
|
839
856
|
}
|
|
840
857
|
|
|
841
|
-
.
|
|
858
|
+
.brown8 {
|
|
842
859
|
background-color: #5d4037 !important;
|
|
843
860
|
}
|
|
844
861
|
|
|
845
|
-
.
|
|
862
|
+
.brown9 {
|
|
846
863
|
background-color: #4e342e !important;
|
|
847
864
|
}
|
|
848
865
|
|
|
849
|
-
.
|
|
866
|
+
.brown10 {
|
|
850
867
|
background-color: #3e2723 !important;
|
|
851
868
|
}
|
|
852
869
|
|
|
853
|
-
.blue-grey
|
|
870
|
+
.blue-grey,
|
|
871
|
+
.blue-grey6 {
|
|
854
872
|
background-color: #607d8b !important;
|
|
855
873
|
}
|
|
856
874
|
|
|
@@ -862,43 +880,44 @@
|
|
|
862
880
|
color: #607d8b !important;
|
|
863
881
|
}
|
|
864
882
|
|
|
865
|
-
.blue-
|
|
883
|
+
.blue-grey1 {
|
|
866
884
|
background-color: #eceff1 !important;
|
|
867
885
|
}
|
|
868
886
|
|
|
869
|
-
.blue-
|
|
887
|
+
.blue-grey2 {
|
|
870
888
|
background-color: #cfd8dc !important;
|
|
871
889
|
}
|
|
872
890
|
|
|
873
|
-
.blue-
|
|
891
|
+
.blue-grey3 {
|
|
874
892
|
background-color: #b0bec5 !important;
|
|
875
893
|
}
|
|
876
894
|
|
|
877
|
-
.blue-
|
|
895
|
+
.blue-grey4 {
|
|
878
896
|
background-color: #90a4ae !important;
|
|
879
897
|
}
|
|
880
898
|
|
|
881
|
-
.blue-
|
|
899
|
+
.blue-grey5 {
|
|
882
900
|
background-color: #78909c !important;
|
|
883
901
|
}
|
|
884
902
|
|
|
885
|
-
.blue-
|
|
903
|
+
.blue-grey7 {
|
|
886
904
|
background-color: #546e7a !important;
|
|
887
905
|
}
|
|
888
906
|
|
|
889
|
-
.blue-
|
|
907
|
+
.blue-grey8 {
|
|
890
908
|
background-color: #455a64 !important;
|
|
891
909
|
}
|
|
892
910
|
|
|
893
|
-
.blue-
|
|
911
|
+
.blue-grey9 {
|
|
894
912
|
background-color: #37474f !important;
|
|
895
913
|
}
|
|
896
914
|
|
|
897
|
-
.blue-
|
|
915
|
+
.blue-grey10 {
|
|
898
916
|
background-color: #263238 !important;
|
|
899
917
|
}
|
|
900
918
|
|
|
901
|
-
.grey
|
|
919
|
+
.grey,
|
|
920
|
+
.grey6 {
|
|
902
921
|
background-color: #9e9e9e !important;
|
|
903
922
|
}
|
|
904
923
|
|
|
@@ -910,98 +929,98 @@
|
|
|
910
929
|
color: #9e9e9e !important;
|
|
911
930
|
}
|
|
912
931
|
|
|
913
|
-
.
|
|
932
|
+
.grey1 {
|
|
914
933
|
background-color: #fafafa !important;
|
|
915
934
|
}
|
|
916
935
|
|
|
917
|
-
.
|
|
936
|
+
.grey2 {
|
|
918
937
|
background-color: #f5f5f5 !important;
|
|
919
938
|
}
|
|
920
939
|
|
|
921
|
-
.
|
|
940
|
+
.grey3 {
|
|
922
941
|
background-color: #eeeeee !important;
|
|
923
942
|
}
|
|
924
943
|
|
|
925
|
-
.
|
|
944
|
+
.grey4 {
|
|
926
945
|
background-color: #e0e0e0 !important;
|
|
927
946
|
}
|
|
928
947
|
|
|
929
|
-
.
|
|
948
|
+
.grey5 {
|
|
930
949
|
background-color: #bdbdbd !important;
|
|
931
950
|
}
|
|
932
951
|
|
|
933
|
-
.
|
|
952
|
+
.grey7 {
|
|
934
953
|
background-color: #757575 !important;
|
|
935
954
|
}
|
|
936
955
|
|
|
937
|
-
.
|
|
956
|
+
.grey8 {
|
|
938
957
|
background-color: #616161 !important;
|
|
939
958
|
}
|
|
940
959
|
|
|
941
|
-
.
|
|
960
|
+
.grey9 {
|
|
942
961
|
background-color: #424242 !important;
|
|
943
962
|
}
|
|
944
963
|
|
|
945
|
-
.
|
|
964
|
+
.grey10 {
|
|
946
965
|
background-color: #212121 !important;
|
|
947
966
|
}
|
|
948
967
|
|
|
949
|
-
.
|
|
950
|
-
background-color: var(--
|
|
968
|
+
.primary {
|
|
969
|
+
background-color: var(--primary)!important;
|
|
970
|
+
color: var(--on-primary)!important;
|
|
951
971
|
}
|
|
952
972
|
|
|
953
|
-
.
|
|
954
|
-
color: var(--
|
|
973
|
+
.primary-container {
|
|
974
|
+
background-color: var(--primary-container)!important;
|
|
975
|
+
color: var(--on-primary-container)!important;
|
|
955
976
|
}
|
|
956
977
|
|
|
957
|
-
.
|
|
958
|
-
|
|
978
|
+
.secondary {
|
|
979
|
+
background-color: var(--secondary)!important;
|
|
980
|
+
color: var(--on-secondary)!important;
|
|
959
981
|
}
|
|
960
982
|
|
|
961
|
-
.
|
|
962
|
-
background-color: var(--
|
|
983
|
+
.secondary-container {
|
|
984
|
+
background-color: var(--secondary-container)!important;
|
|
985
|
+
color: var(--on-secondary-container)!important;
|
|
963
986
|
}
|
|
964
987
|
|
|
965
|
-
.
|
|
966
|
-
color: var(--
|
|
988
|
+
.tertiary {
|
|
989
|
+
background-color: var(--tertiary)!important;
|
|
990
|
+
color: var(--on-tertiary)!important;
|
|
967
991
|
}
|
|
968
992
|
|
|
969
|
-
.
|
|
970
|
-
|
|
993
|
+
.tertiary-container {
|
|
994
|
+
background-color: var(--tertiary-container)!important;
|
|
995
|
+
color: var(--on-tertiary-container)!important;
|
|
971
996
|
}
|
|
972
997
|
|
|
973
|
-
.
|
|
974
|
-
background-color: var(--
|
|
998
|
+
.error {
|
|
999
|
+
background-color: var(--error)!important;
|
|
1000
|
+
color: var(--on-error)!important;
|
|
975
1001
|
}
|
|
976
1002
|
|
|
977
|
-
.
|
|
978
|
-
color: var(--
|
|
1003
|
+
.error-container {
|
|
1004
|
+
background-color: var(--error-container)!important;
|
|
1005
|
+
color: var(--on-error-container)!important;
|
|
979
1006
|
}
|
|
980
1007
|
|
|
981
|
-
.
|
|
982
|
-
|
|
1008
|
+
.background {
|
|
1009
|
+
background-color: var(--background)!important;
|
|
1010
|
+
color: var(--on-background)!important;
|
|
983
1011
|
}
|
|
984
1012
|
|
|
985
|
-
.
|
|
986
|
-
background-color: var(--
|
|
1013
|
+
.surface {
|
|
1014
|
+
background-color: var(--surface)!important;
|
|
1015
|
+
color: var(--on-surface)!important;
|
|
987
1016
|
}
|
|
988
1017
|
|
|
989
|
-
.
|
|
990
|
-
color: var(--
|
|
1018
|
+
.surface-variant {
|
|
1019
|
+
background-color: var(--surface-variant)!important;
|
|
1020
|
+
color: var(--on-surface-variant)!important;
|
|
991
1021
|
}
|
|
992
1022
|
|
|
993
|
-
.
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
.color-5 {
|
|
998
|
-
background-color: var(--color-5) !important;
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
|
-
.color-5-text {
|
|
1002
|
-
color: var(--color-5) !important;
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
.color-5-border {
|
|
1006
|
-
border-color: var(--color-5) !important;
|
|
1023
|
+
.inverse-surface {
|
|
1024
|
+
background-color: var(--inverse-surface);
|
|
1025
|
+
color: var(--inverse-on-surface);
|
|
1007
1026
|
}
|