@flitsmeister/design-system 2.2.21 → 2.2.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flitsmeister/design-system",
3
- "version": "2.2.21",
3
+ "version": "2.2.22",
4
4
  "description": "Flitsmeister design system and demo site",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -67,6 +67,7 @@
67
67
  "index.js",
68
68
  "web/components/",
69
69
  "web/icons/",
70
+ "web/styles/",
70
71
  "tokens/schema_exports/",
71
72
  "package.json",
72
73
  "README.md"
@@ -0,0 +1,604 @@
1
+ [
2
+ {
3
+ "Primitives": {
4
+ "modes": {
5
+ "default": {
6
+ "color": {
7
+ "system": {
8
+ "utility 4": {
9
+ "$type": "color",
10
+ "$value": "#10ff7d"
11
+ },
12
+ "utility 3": {
13
+ "$type": "color",
14
+ "$value": "#ffbe17"
15
+ },
16
+ "utility 2": {
17
+ "$type": "color",
18
+ "$value": "#31daec"
19
+ },
20
+ "utility 01": {
21
+ "$type": "color",
22
+ "$value": "#ff2cac"
23
+ },
24
+ "black": {
25
+ "$type": "color",
26
+ "$value": "#000000"
27
+ },
28
+ "white": {
29
+ "$type": "color",
30
+ "$value": "#ffffff"
31
+ }
32
+ },
33
+ "gray": {
34
+ "Gray 50": {
35
+ "$type": "color",
36
+ "$value": "#f0f1f2"
37
+ },
38
+ "Gray 100": {
39
+ "$type": "color",
40
+ "$value": "#f0f1f2"
41
+ },
42
+ "Gray 200": {
43
+ "$type": "color",
44
+ "$value": "#e1e3e5"
45
+ },
46
+ "Gray 300": {
47
+ "$type": "color",
48
+ "$value": "#cbcfd2"
49
+ },
50
+ "Gray 400": {
51
+ "$type": "color",
52
+ "$value": "#aab1b6"
53
+ },
54
+ "Gray 500": {
55
+ "$type": "color",
56
+ "$value": "#6a747b"
57
+ },
58
+ "Gray 600": {
59
+ "$type": "color",
60
+ "$value": "#40464a"
61
+ },
62
+ "Gray 700": {
63
+ "$type": "color",
64
+ "$value": "#2b2f32"
65
+ },
66
+ "Gray 800": {
67
+ "$type": "color",
68
+ "$value": "#1d1f20"
69
+ },
70
+ "Gray 900": {
71
+ "$type": "color",
72
+ "$value": "#161616"
73
+ }
74
+ },
75
+ "red": {
76
+ "Red 50": {
77
+ "$type": "color",
78
+ "$value": "#fff5f5"
79
+ },
80
+ "Red 100": {
81
+ "$type": "color",
82
+ "$value": "#ffe3e3"
83
+ },
84
+ "Red 200": {
85
+ "$type": "color",
86
+ "$value": "#ffc9c9"
87
+ },
88
+ "Red 300": {
89
+ "$type": "color",
90
+ "$value": "#ffa8a8"
91
+ },
92
+ "Red 400": {
93
+ "$type": "color",
94
+ "$value": "#ff8787"
95
+ },
96
+ "Red 500": {
97
+ "$type": "color",
98
+ "$value": "#ff6b6b"
99
+ },
100
+ "Red 600": {
101
+ "$type": "color",
102
+ "$value": "#fa4848"
103
+ },
104
+ "Red 700": {
105
+ "$type": "color",
106
+ "$value": "#f24d4d"
107
+ },
108
+ "Red 800": {
109
+ "$type": "color",
110
+ "$value": "#e03131"
111
+ },
112
+ "Red 900": {
113
+ "$type": "color",
114
+ "$value": "#c92a2a"
115
+ },
116
+ "Red 950": {
117
+ "$type": "color",
118
+ "$value": "#492728"
119
+ }
120
+ },
121
+ "pink": {
122
+ "Pink 50": {
123
+ "$type": "color",
124
+ "$value": "#fff0f6"
125
+ },
126
+ "Pink 100": {
127
+ "$type": "color",
128
+ "$value": "#ffdeeb"
129
+ },
130
+ "Pink 200": {
131
+ "$type": "color",
132
+ "$value": "#fcc2d7"
133
+ },
134
+ "Pink 300": {
135
+ "$type": "color",
136
+ "$value": "#faa2c1"
137
+ },
138
+ "Pink 400": {
139
+ "$type": "color",
140
+ "$value": "#f783ac"
141
+ },
142
+ "Pink 500": {
143
+ "$type": "color",
144
+ "$value": "#f06595"
145
+ },
146
+ "Pink 600": {
147
+ "$type": "color",
148
+ "$value": "#e64980"
149
+ },
150
+ "Pink 700": {
151
+ "$type": "color",
152
+ "$value": "#d6336c"
153
+ },
154
+ "Pink 800": {
155
+ "$type": "color",
156
+ "$value": "#c2255c"
157
+ },
158
+ "Pink 900": {
159
+ "$type": "color",
160
+ "$value": "#a61e4d"
161
+ }
162
+ },
163
+ "grape": {
164
+ "Grape 50": {
165
+ "$type": "color",
166
+ "$value": "#f8f0fc"
167
+ },
168
+ "Grape 100": {
169
+ "$type": "color",
170
+ "$value": "#f3d9fa"
171
+ },
172
+ "Grape 200": {
173
+ "$type": "color",
174
+ "$value": "#eebefa"
175
+ },
176
+ "Grape 300": {
177
+ "$type": "color",
178
+ "$value": "#e599f7"
179
+ },
180
+ "Grape 400": {
181
+ "$type": "color",
182
+ "$value": "#d66bf2"
183
+ },
184
+ "Grape 500": {
185
+ "$type": "color",
186
+ "$value": "#ae61fa"
187
+ },
188
+ "Grape 600": {
189
+ "$type": "color",
190
+ "$value": "#c539eb"
191
+ },
192
+ "Grape 700 PRO": {
193
+ "$type": "color",
194
+ "$value": "#ae40f2"
195
+ },
196
+ "Grape 800": {
197
+ "$type": "color",
198
+ "$value": "#a738ff"
199
+ },
200
+ "Grape 900": {
201
+ "$type": "color",
202
+ "$value": "#862e9c"
203
+ },
204
+ "Grape 950": {
205
+ "$type": "color",
206
+ "$value": "#69197d"
207
+ }
208
+ },
209
+ "violet": {
210
+ "Violet 50": {
211
+ "$type": "color",
212
+ "$value": "#f3f0ff"
213
+ },
214
+ "Violet 100": {
215
+ "$type": "color",
216
+ "$value": "#e5dbff"
217
+ },
218
+ "Violet 200": {
219
+ "$type": "color",
220
+ "$value": "#c9b2dd"
221
+ },
222
+ "Violet 300": {
223
+ "$type": "color",
224
+ "$value": "#b197fc"
225
+ },
226
+ "Violet 400": {
227
+ "$type": "color",
228
+ "$value": "#9775fa"
229
+ },
230
+ "Violet 500": {
231
+ "$type": "color",
232
+ "$value": "#845ef7"
233
+ },
234
+ "Violet 600": {
235
+ "$type": "color",
236
+ "$value": "#7950f2"
237
+ },
238
+ "Violet 700 PRO": {
239
+ "$type": "color",
240
+ "$value": "#4f19e9"
241
+ },
242
+ "Violet 800": {
243
+ "$type": "color",
244
+ "$value": "#6741d9"
245
+ },
246
+ "Violet 900": {
247
+ "$type": "color",
248
+ "$value": "#5f3dc4"
249
+ },
250
+ "Violet 950": {
251
+ "$type": "color",
252
+ "$value": "#2b224e"
253
+ }
254
+ },
255
+ "indigo": {
256
+ "Indigo 50": {
257
+ "$type": "color",
258
+ "$value": "#edf2ff"
259
+ },
260
+ "Indigo 100": {
261
+ "$type": "color",
262
+ "$value": "#dbe4ff"
263
+ },
264
+ "Indigo 200": {
265
+ "$type": "color",
266
+ "$value": "#bac8ff"
267
+ },
268
+ "Indigo 300": {
269
+ "$type": "color",
270
+ "$value": "#91a7ff"
271
+ },
272
+ "Indigo 400": {
273
+ "$type": "color",
274
+ "$value": "#748ffc"
275
+ },
276
+ "Indigo 500": {
277
+ "$type": "color",
278
+ "$value": "#2e74ff"
279
+ },
280
+ "Indigo 600": {
281
+ "$type": "color",
282
+ "$value": "#386bff"
283
+ },
284
+ "Indigo 700": {
285
+ "$type": "color",
286
+ "$value": "#4263eb"
287
+ },
288
+ "Indigo 800": {
289
+ "$type": "color",
290
+ "$value": "#345cce"
291
+ },
292
+ "Indigo 900": {
293
+ "$type": "color",
294
+ "$value": "#364fc7"
295
+ }
296
+ },
297
+ "blue": {
298
+ "Blue 50": {
299
+ "$type": "color",
300
+ "$value": "#daecfc"
301
+ },
302
+ "Blue 100": {
303
+ "$type": "color",
304
+ "$value": "#d0ebff"
305
+ },
306
+ "Blue 200": {
307
+ "$type": "color",
308
+ "$value": "#adcbe4"
309
+ },
310
+ "Blue 300": {
311
+ "$type": "color",
312
+ "$value": "#93c5fd"
313
+ },
314
+ "Blue 400": {
315
+ "$type": "color",
316
+ "$value": "#4dabf7"
317
+ },
318
+ "Blue 500": {
319
+ "$type": "color",
320
+ "$value": "#0086f5"
321
+ },
322
+ "Blue 600": {
323
+ "$type": "color",
324
+ "$value": "#007fe8"
325
+ },
326
+ "Blue 700": {
327
+ "$type": "color",
328
+ "$value": "#1c7ed6"
329
+ },
330
+ "Blue 800": {
331
+ "$type": "color",
332
+ "$value": "#066cbf"
333
+ },
334
+ "Blue 900": {
335
+ "$type": "color",
336
+ "$value": "#0c469e"
337
+ },
338
+ "Blue 950": {
339
+ "$type": "color",
340
+ "$value": "#273744"
341
+ }
342
+ },
343
+ "cyan": {
344
+ "Cyan 50": {
345
+ "$type": "color",
346
+ "$value": "#e3fafc"
347
+ },
348
+ "Cyan 100": {
349
+ "$type": "color",
350
+ "$value": "#c5f6fa"
351
+ },
352
+ "Cyan 200": {
353
+ "$type": "color",
354
+ "$value": "#99e9f2"
355
+ },
356
+ "Cyan 300": {
357
+ "$type": "color",
358
+ "$value": "#66d9e8"
359
+ },
360
+ "Cyan 400": {
361
+ "$type": "color",
362
+ "$value": "#3bc9db"
363
+ },
364
+ "Cyan 500": {
365
+ "$type": "color",
366
+ "$value": "#22b8cf"
367
+ },
368
+ "Cyan 600": {
369
+ "$type": "color",
370
+ "$value": "#15aabf"
371
+ },
372
+ "Cyan 700": {
373
+ "$type": "color",
374
+ "$value": "#1098ad"
375
+ },
376
+ "Cyan 800": {
377
+ "$type": "color",
378
+ "$value": "#0c8599"
379
+ },
380
+ "Cyan 900": {
381
+ "$type": "color",
382
+ "$value": "#0b7285"
383
+ }
384
+ },
385
+ "teal": {
386
+ "Teal 50": {
387
+ "$type": "color",
388
+ "$value": "#e6fcf5"
389
+ },
390
+ "Teal 100": {
391
+ "$type": "color",
392
+ "$value": "#c3fae8"
393
+ },
394
+ "Teal 200": {
395
+ "$type": "color",
396
+ "$value": "#96f2d7"
397
+ },
398
+ "Teal 300": {
399
+ "$type": "color",
400
+ "$value": "#63e6be"
401
+ },
402
+ "Teal 400": {
403
+ "$type": "color",
404
+ "$value": "#38d9a9"
405
+ },
406
+ "Teal 500": {
407
+ "$type": "color",
408
+ "$value": "#20c997"
409
+ },
410
+ "Teal 600": {
411
+ "$type": "color",
412
+ "$value": "#12b886"
413
+ },
414
+ "Teal 700": {
415
+ "$type": "color",
416
+ "$value": "#0ca678"
417
+ },
418
+ "Teal 800": {
419
+ "$type": "color",
420
+ "$value": "#099268"
421
+ },
422
+ "Teal 900": {
423
+ "$type": "color",
424
+ "$value": "#087f5b"
425
+ }
426
+ },
427
+ "green": {
428
+ "Green 50": {
429
+ "$type": "color",
430
+ "$value": "#ebfbee"
431
+ },
432
+ "Green 100": {
433
+ "$type": "color",
434
+ "$value": "#d3f9d8"
435
+ },
436
+ "Green 200": {
437
+ "$type": "color",
438
+ "$value": "#b2f2bb"
439
+ },
440
+ "Green 300": {
441
+ "$type": "color",
442
+ "$value": "#8ce99a"
443
+ },
444
+ "Green 400": {
445
+ "$type": "color",
446
+ "$value": "#69db7c"
447
+ },
448
+ "Green 500": {
449
+ "$type": "color",
450
+ "$value": "#51cf66"
451
+ },
452
+ "Green 600": {
453
+ "$type": "color",
454
+ "$value": "#40c057"
455
+ },
456
+ "Green 700": {
457
+ "$type": "color",
458
+ "$value": "#38a849"
459
+ },
460
+ "Green 800": {
461
+ "$type": "color",
462
+ "$value": "#39a049"
463
+ },
464
+ "Green 900": {
465
+ "$type": "color",
466
+ "$value": "#2b8a3e"
467
+ },
468
+ "Green 950": {
469
+ "$type": "color",
470
+ "$value": "#17401d"
471
+ }
472
+ },
473
+ "lime": {
474
+ "Lime 50": {
475
+ "$type": "color",
476
+ "$value": "#f4fce3"
477
+ },
478
+ "Lime 100": {
479
+ "$type": "color",
480
+ "$value": "#e9fac8"
481
+ },
482
+ "Lime 200": {
483
+ "$type": "color",
484
+ "$value": "#d8f5a2"
485
+ },
486
+ "Lime 300": {
487
+ "$type": "color",
488
+ "$value": "#faff12"
489
+ },
490
+ "Lime 400": {
491
+ "$type": "color",
492
+ "$value": "#c2d84d"
493
+ },
494
+ "Lime 500": {
495
+ "$type": "color",
496
+ "$value": "#9fff53"
497
+ },
498
+ "Lime 600": {
499
+ "$type": "color",
500
+ "$value": "#82c91e"
501
+ },
502
+ "Lime 700": {
503
+ "$type": "color",
504
+ "$value": "#7db527"
505
+ },
506
+ "Lime 800": {
507
+ "$type": "color",
508
+ "$value": "#66a80f"
509
+ },
510
+ "Lime 900": {
511
+ "$type": "color",
512
+ "$value": "#5c940d"
513
+ }
514
+ },
515
+ "yellow": {
516
+ "Yellow 50": {
517
+ "$type": "color",
518
+ "$value": "#fff9db"
519
+ },
520
+ "Yellow 100": {
521
+ "$type": "color",
522
+ "$value": "#fff3bf"
523
+ },
524
+ "Yellow 200": {
525
+ "$type": "color",
526
+ "$value": "#ffec99"
527
+ },
528
+ "Yellow 300": {
529
+ "$type": "color",
530
+ "$value": "#ffeb12"
531
+ },
532
+ "Yellow 400": {
533
+ "$type": "color",
534
+ "$value": "#ffd60a"
535
+ },
536
+ "Yellow 500": {
537
+ "$type": "color",
538
+ "$value": "#ffcc00"
539
+ },
540
+ "Yellow 600": {
541
+ "$type": "color",
542
+ "$value": "#fab005"
543
+ },
544
+ "Yellow 700": {
545
+ "$type": "color",
546
+ "$value": "#f59f00"
547
+ },
548
+ "Yellow 800": {
549
+ "$type": "color",
550
+ "$value": "#f08c00"
551
+ },
552
+ "Yellow 900": {
553
+ "$type": "color",
554
+ "$value": "#e67700"
555
+ }
556
+ },
557
+ "orange": {
558
+ "Orange 50": {
559
+ "$type": "color",
560
+ "$value": "#fff4e6"
561
+ },
562
+ "Orange 100": {
563
+ "$type": "color",
564
+ "$value": "#ffe8cc"
565
+ },
566
+ "Orange 200": {
567
+ "$type": "color",
568
+ "$value": "#ffd8a8"
569
+ },
570
+ "Orange 300": {
571
+ "$type": "color",
572
+ "$value": "#ffc078"
573
+ },
574
+ "Orange 400": {
575
+ "$type": "color",
576
+ "$value": "#fe942a"
577
+ },
578
+ "Orange 500": {
579
+ "$type": "color",
580
+ "$value": "#ff8b17"
581
+ },
582
+ "Orange 600": {
583
+ "$type": "color",
584
+ "$value": "#fd7e14"
585
+ },
586
+ "Orange 700": {
587
+ "$type": "color",
588
+ "$value": "#f76707"
589
+ },
590
+ "Orange 800": {
591
+ "$type": "color",
592
+ "$value": "#e8590c"
593
+ },
594
+ "Orange 900": {
595
+ "$type": "color",
596
+ "$value": "#d9480f"
597
+ }
598
+ }
599
+ }
600
+ }
601
+ }
602
+ }
603
+ }
604
+ ]
@@ -0,0 +1,223 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <resources>
3
+ <!-- Main colors -->
4
+ <color name="fmx_green">#39A049</color>
5
+ <color name="fmx_red">#f24d4d</color>
6
+ <color name="fmx_orange">#ff8b17</color>
7
+ <color name="fmx_yellow">#ffbe17</color>
8
+ <color name="fmx_purple">#cf66eb</color>
9
+ <color name="fmx_blurple">#386bff</color>
10
+ <color name="fmx_lightblue">#1eb3ff</color>
11
+ <color name="fmx_blue">#007fe8</color>
12
+
13
+ <!-- Main dark mode colors -->
14
+ <color name="fmx_green_night">#38A849</color>
15
+ <color name="fmx_red_night">#FA4848</color>
16
+ <color name="fmx_orange_night">#FE942A</color>
17
+ <color name="fmx_yellow_night">#FFC60D</color>
18
+ <color name="fmx_purple_night">#D66BF2</color>
19
+ <color name="fmx_blurple_night">#2E74FF</color>
20
+ <color name="fmx_lightblue_night">#17B9FF</color>
21
+ <color name="fmx_blue_night">#0086F5</color>
22
+
23
+ <!-- Parking feature colors //-->
24
+ <color name="fmx_parking_blue">#066CBF</color>
25
+ <!-- color-foreground-contentAttention //-->
26
+ <color name="fmx_parking_licence_plate_background_nl">#FFCC00</color>
27
+ <!-- color-background-surfaceDefaultHigher //-->
28
+ <color name="fmx_parking_licence_plate_background_other">#F0F1F2</color>
29
+ <!-- color-outline-outlineDefault //-->
30
+ <color name="fmx_parking_licence_plate_border_nl">#1A000000</color>
31
+ <!-- color-special-firetruck //-->
32
+ <color name="fmx_parking_licence_plate_border_be">#C92A2A</color>
33
+ <!-- color-outline-outlineDanger //-->
34
+ <color name="fmx_parking_licence_plate_border_atdk">#F24D4D</color>
35
+ <!-- color-outline-outlineStrongest //-->
36
+ <color name="fmx_parking_licence_plate_border_other">#161616</color>
37
+ <!-- color-utility-systemBlack //-->
38
+ <color name="fmx_parking_licence_plate_text_nl">#000000</color>
39
+ <!-- color-special-firetruck //-->
40
+ <color name="fmx_parking_licence_plate_text_be">#C92A2A</color>
41
+ <!-- color-foreground-contentDefault //-->
42
+ <color name="fmx_parking_licence_plate_text_other">#161616</color>
43
+
44
+ <color name="fmx_whatsnew_blue_light">#0193EA</color>
45
+ <color name="fmx_whatsnew_blue">#0060D4</color>
46
+ <color name="fmx_whatsnew_orange_light">#FFA11B</color>
47
+ <color name="fmx_whatsnew_orange">#FF7C14</color>
48
+
49
+ <!-- Grays -->
50
+ <color name="fmx_white">#ffffff</color>
51
+ <color name="fmx_gray_100">#f0f1f2</color>
52
+ <color name="fmx_gray_200">#e1e3e5</color>
53
+ <color name="fmx_gray_300">#cbcfd2</color>
54
+ <color name="fmx_gray_400">#aab1b6</color>
55
+ <color name="fmx_gray_500">#6a747b</color>
56
+ <color name="fmx_gray_600">#40464a</color>
57
+ <color name="fmx_gray_700">#2B2F32</color>
58
+ <color name="fmx_gray_800">#1D1F20</color>
59
+ <color name="fmx_gray_900">#161616</color>
60
+ <color name="fmx_black">#000000</color>
61
+ <color name="fmx_lighter_blue">#CBE4FB</color>
62
+
63
+ <!-- Grays dark mode -->
64
+ <color name="fmx_white_to_fmx_black">@color/fmx_white</color>
65
+ <color name="fmx_white_to_fmx_gray_800">@color/fmx_white</color>
66
+ <color name="fmx_white_to_fmx_gray_900">@color/fmx_white</color>
67
+ <color name="fmx_black_to_fmx_gray_100">@color/fmx_black</color>
68
+ <color name="fmx_gray_900_to_fmx_gray_100">@color/fmx_gray_900</color>
69
+ <color name="fmx_gray_100_to_fmx_gray_900">@color/fmx_gray_100</color>
70
+ <color name="fmx_gray_100_to_fmx_black">@color/fmx_gray_100</color>
71
+ <color name="fmx_gray_100_to_fmx_gray_700">@color/fmx_gray_100</color>
72
+ <color name="fmx_gray_100_to_fmx_gray_800">@color/fmx_gray_100</color>
73
+ <color name="fmx_gray_200_to_fmx_gray_800">@color/fmx_gray_200</color>
74
+ <color name="fmx_gray_500_to_fmx_gray_400">@color/fmx_gray_500</color>
75
+
76
+ <!-- Feature colors -->
77
+ <color name="pro_purple_primary">#b638ed</color>
78
+ <color name="pro_purple_secondary">#601ad0</color>
79
+ <color name="pro_purple_tertiary">#c9b2dd</color>
80
+ <color name="pro_error_dialog_background">#2b224e</color>
81
+ <color name="start_gradient_start">#29007FE8</color>
82
+ <color name="start_gradient_end">#00007FE8</color>
83
+ <color name="pro_neutral_gradient_start">#FFFFFF</color>
84
+ <color name="pro_neutral_gradient_mid">#03FFFFFF</color>
85
+ <color name="pro_neutral_gradient_end">#03FFFFFF</color>
86
+ <color name="pro_neutral_gradient_subdued_start">#33FFFFFF</color>
87
+ <color name="pro_neutral_gradient_subdued_end">#01FFFFFF</color>
88
+ <color name="pro_standard_gradient_start">#AE40F2</color>
89
+ <color name="pro_standard_gradient_mid">#4F19E9</color>
90
+ <color name="pro_standard_gradient_end">#004F19E9</color>
91
+ <color name="pro_plus_gradient_start">#724899</color>
92
+ <color name="pro_plus_gradient_end">#004A345F</color>
93
+ <color name="pro_title_gradient_start">#386bff</color>
94
+ <color name="pro_title_gradient_end">#a738ff</color>
95
+ <color name="pro_label_color">#AE61FA</color>
96
+ <color name="fmx_green_signal">#9fff53</color>
97
+
98
+ <!-- Colors with alpha -->
99
+ <color name="fmx_red_15">#26F24D4D</color>
100
+ <color name="fmx_black_30">#4D000000</color>
101
+ <color name="fmx_white_40">#66FFFFFF</color>
102
+
103
+ <!-- Colors with alpha dark mode -->
104
+ <color name="fmx_black_30_to_fmx_white_40">@color/fmx_black_30</color>
105
+
106
+ <!-- Surface default colors - Light -->
107
+ <color name="surface_default_highest_light">#FFFFFF</color>
108
+ <color name="surface_default_higher_light">#F0F1F2</color>
109
+ <color name="surface_default_default_light">#E1E3E5</color>
110
+ <color name="surface_default_lower_light">#2B2F32</color>
111
+ <color name="surface_default_lowest_light">#161616</color>
112
+
113
+ <!-- Surface default colors - Dark -->
114
+ <color name="surface_default_highest_dark">#2B2F32</color>
115
+ <color name="surface_default_higher_dark">#1D1F20</color>
116
+ <color name="surface_default_default_dark">#161616</color>
117
+ <color name="surface_default_lower_dark">#0D0D0D</color>
118
+ <color name="surface_default_lowest_dark">#000000</color>
119
+
120
+ <!-- Surface brand colors - Light-->
121
+ <color name="surface_brand_light">#FF007FE8</color>
122
+ <color name="surface_brand_alt_light">#FFD0EBFF</color>
123
+ <color name="surface_pro_light">#AE61FA</color>
124
+ <color name="surface_pro_alt_light">#F3D9FA</color>
125
+ <color name="surface_pro_plus_light">#724899</color>
126
+
127
+ <!-- Surface brand colors - Dark-->
128
+ <color name="surface_brand_dark">#0086F5</color>
129
+ <color name="surface_brand_alt_dark">#273744</color>
130
+ <color name="surface_pro_dark">#AE61FA</color>
131
+ <color name="surface_pro_alt_dark">#862E9C</color>
132
+ <color name="surface_pro_plus_dark">#724899</color>
133
+
134
+ <!-- Surface functional colors - Light-->
135
+ <color name="surface_danger_light">#F24D4D</color>
136
+ <color name="surface_danger_alt_light">#FFE3E3</color>
137
+ <color name="surface_warning_light">#FF8B17</color>
138
+ <color name="surface_warning_alt_light">#FFBE17</color>
139
+ <color name="surface_attention_light">#FFCC00</color>
140
+ <color name="surface_info_light">#386BFF</color>
141
+ <color name="surface_info_alt_light">#DBE4FF</color>
142
+ <color name="surface_success_light">#39A049</color>
143
+ <color name="surface_success_alt_light">#D3F9D8</color>
144
+
145
+ <!-- Surface functional colors - Dark-->
146
+ <color name="surface_danger_dark">#FA4848</color>
147
+ <color name="surface_danger_alt_dark">#492728</color>
148
+ <color name="surface_warning_dark">#FD7E14</color>
149
+ <color name="surface_warning_alt_dark">#D9480F</color>
150
+ <color name="surface_attention_dark">#FFCC00</color>
151
+ <color name="surface_info_dark">#2E74FF</color>
152
+ <color name="surface_info_alt_dark">#364FC7</color>
153
+ <color name="surface_success_dark">#38A849</color>
154
+ <color name="surface_success_alt_dark">#2B8A3E</color>
155
+
156
+ <!-- Surface Decorative colors - Light -->
157
+ <color name="surface_parking_light">#066CBF</color>
158
+ <color name="surface_police_light">#0C469E</color>
159
+ <color name="surface_firetruck_light">#C92A2A</color>
160
+ <color name="surface_signal_light">#9FFF53</color>
161
+ <color name="surface_speedcam_light">#1EB3FF</color>
162
+ <color name="surface_ambulance_light">#FFEB12</color>
163
+ <color name="surface_emergency_light">#FAFF12</color>
164
+ <color name="surface_nWeg_light">#FFCC00</color>
165
+ <color name="surface_scrim_light">#A8000000</color>
166
+ <color name="surface_gradient_gerrit_start_light">#C2D84D</color>
167
+ <color name="surface_gradient_gerrit_end_light">#7DB527</color>
168
+ <color name="surface_gradient_pro_start_light">#AE40F2</color>
169
+ <color name="surface_gradient_pro_end_light">#4F19E9</color>
170
+
171
+ <!-- Surface Decorative colors - Dark -->
172
+ <color name="surface_parking_dark">#066CBF</color>
173
+ <color name="surface_police_dark">#0C469E</color>
174
+ <color name="surface_firetruck_dark">#C92A2A</color>
175
+ <color name="surface_signal_dark">#9FFF53</color>
176
+ <color name="surface_speedcam_dark">#1EB3FF</color>
177
+ <color name="surface_ambulance_dark">#FFEB12</color>
178
+ <color name="surface_emergency_dark">#FAFF12</color>
179
+ <color name="surface_nWeg_dark">#FFEB12</color>
180
+ <color name="surface_scrim_dark">#A8000000</color>
181
+ <color name="surface_gradient_gerrit_start_dark">#C2D84D</color>
182
+ <color name="surface_gradient_gerrit_end_dark">#7DB527</color>
183
+ <color name="surface_gradient_pro_start_dark">#AE40F2</color>
184
+ <color name="surface_gradient_pro_end_dark">#4F19E9</color>
185
+
186
+ <!-- foreground neutral colors - Light-->
187
+ <color name="foreground_default_disabled_light">#161616</color>
188
+ <color name="foreground_default_light">#161616</color>
189
+ <color name="foreground_alt_light">#6A747B</color>
190
+ <color name="foreground_weak_light">#CBCFD2</color>
191
+ <color name="foreground_label_light">#FFFFFF</color>
192
+
193
+ <!-- foreground neutral colors - Dark-->
194
+ <color name="foreground_default_disabled_dark">#F0F1F2</color>
195
+ <color name="foreground_default_dark">#F0F1F2</color>
196
+ <color name="foreground_alt_dark">#AAB1B6</color>
197
+ <color name="foreground_weak_dark">#6A747B</color>
198
+ <color name="foreground_label_dark">#F0F1F2</color>
199
+
200
+ <!-- foreground brand colors - Light-->
201
+ <color name="foreground_content_brand_light">#007FE8</color>
202
+ <color name="foreground_content_pro_light">#AE61FA</color>
203
+
204
+ <!-- foreground brand colors - Dark-->
205
+ <color name="foreground_content_brand_dark">#0086F5</color>
206
+ <color name="foreground_content_pro_dark">#AE61FA</color>
207
+
208
+ <!-- foreground functional colors - Light-->
209
+ <color name="foreground_content_danger_light">#F24D4D</color>
210
+ <color name="foreground_content_warning_light">#FF8B17</color>
211
+ <color name="foreground_content_info_light">#345CCE</color>
212
+ <color name="foreground_content_success_light">#39A049</color>
213
+
214
+ <!-- foreground functional colors - Dark-->
215
+ <color name="foreground_content_danger_dark">#FA4848</color>
216
+ <color name="foreground_content_warning_dark">#FE942A</color>
217
+ <color name="foreground_content_info_dark">#2E74FF</color>
218
+ <color name="foreground_content_success_dark">#38A849</color>
219
+
220
+ <!-- outlines outline colors - Light-->
221
+ <color name="foreground_outline_default_light">#1A000000</color>
222
+ <color name="foreground_outline_alt_light">#A8000000</color>
223
+ </resources>
@@ -0,0 +1,265 @@
1
+ {
2
+ "contentAttention": {
3
+ "light": "#FFCC00"
4
+ },
5
+ "contentBrand": {
6
+ "dark": "#0086F5",
7
+ "light": "#007FE8"
8
+ },
9
+ "contentDanger": {
10
+ "dark": "#FA4848",
11
+ "light": "#F24D4D"
12
+ },
13
+ "contentDefault": {
14
+ "dark": "#F0F1F2",
15
+ "light": "#161616"
16
+ },
17
+ "contentDefaultAlt": {
18
+ "dark": "#AAB1B6",
19
+ "light": "#6A747B"
20
+ },
21
+ "contentInfo": {
22
+ "dark": "#2E74FF",
23
+ "light": "#345CCE"
24
+ },
25
+ "contentLabel": {
26
+ "dark": "#F0F1F2",
27
+ "light": "#FFFFFF"
28
+ },
29
+ "contentPro": {
30
+ "light": "#AE61FA"
31
+ },
32
+ "contentProPlus": {
33
+ "light": "#724899"
34
+ },
35
+ "contentSuccess": {
36
+ "dark": "#38A849",
37
+ "light": "#39A049"
38
+ },
39
+ "contentWarning": {
40
+ "dark": "#FE942A",
41
+ "light": "#FF8B17"
42
+ },
43
+ "contentWeak": {
44
+ "dark": "#6A747B",
45
+ "light": "#CBCFD2"
46
+ },
47
+ "featureAmbulance": {
48
+ "light": "#FFEB12"
49
+ },
50
+ "featureAvgSpeedCheck": {
51
+ "dark": "#2E74FF",
52
+ "light": "#386BFF"
53
+ },
54
+ "featureEmergency": {
55
+ "light": "#FAFF12"
56
+ },
57
+ "featureFiretruck": {
58
+ "light": "#C92A2A"
59
+ },
60
+ "featureParking": {
61
+ "light": "#066CBF"
62
+ },
63
+ "featurePolice": {
64
+ "light": "#0C469E"
65
+ },
66
+ "featureSignal": {
67
+ "light": "#9FFF53"
68
+ },
69
+ "featureSpeedCam": {
70
+ "light": "#1EB3FF"
71
+ },
72
+ "gradientGerritEnd": {
73
+ "light": "#7DB527"
74
+ },
75
+ "gradientGerritStart": {
76
+ "light": "#C2D84D"
77
+ },
78
+ "gradientProEnd": {
79
+ "light": "#4F19E9"
80
+ },
81
+ "gradientProStart": {
82
+ "light": "#AE40F2"
83
+ },
84
+ "gray_100": {
85
+ "light": "#F0F1F2"
86
+ },
87
+ "gray_200": {
88
+ "light": "#E1E3E5"
89
+ },
90
+ "gray_300": {
91
+ "light": "#CBCFD2"
92
+ },
93
+ "gray_400": {
94
+ "light": "#AAB1B6"
95
+ },
96
+ "gray_500": {
97
+ "light": "#6A747B"
98
+ },
99
+ "gray_600": {
100
+ "light": "#40464A"
101
+ },
102
+ "gray_700": {
103
+ "light": "#2B2F32"
104
+ },
105
+ "gray_800": {
106
+ "light": "#1D1F20"
107
+ },
108
+ "gray_900": {
109
+ "light": "#161616"
110
+ },
111
+ "outlineAlt": {
112
+ "dark": "#AAB1B6",
113
+ "light": "#6A747B"
114
+ },
115
+ "outlineAvgSpeedCheck": {
116
+ "light": "#364FC7"
117
+ },
118
+ "outlineBrand": {
119
+ "dark": "#0086F5",
120
+ "light": "#007FE8"
121
+ },
122
+ "outlineDanger": {
123
+ "dark": "#FA4848",
124
+ "light": "#F24D4D"
125
+ },
126
+ "outlineDangerAlt": {
127
+ "light": "#C92A2A"
128
+ },
129
+ "outlineDefault": {
130
+ "dark": "#F0F1F2",
131
+ "light": "#161616"
132
+ },
133
+ "outlineInfo": {
134
+ "dark": "#2E74FF",
135
+ "light": "#345CCE"
136
+ },
137
+ "outlineInverted": {
138
+ "dark": "#F0F1F2",
139
+ "light": "#FFFFFF"
140
+ },
141
+ "outlineStronger": {
142
+ "dark": "#6A747B",
143
+ "light": "#CBCFD2"
144
+ },
145
+ "outlineStrongest": {
146
+ "dark": "#F0F1F2",
147
+ "light": "#FFFFFF"
148
+ },
149
+ "outlineSuccess": {
150
+ "dark": "#38A849",
151
+ "light": "#39A049"
152
+ },
153
+ "outlineWarning": {
154
+ "dark": "#FE942A",
155
+ "light": "#FF8B17"
156
+ },
157
+ "outlineWarningAlt": {
158
+ "light": "#E8590C"
159
+ },
160
+ "shadowDefault": {
161
+ "dark": "#000000",
162
+ "light": "#00000026"
163
+ },
164
+ "specialRoadDefault": {
165
+ "dark": "#6A747B",
166
+ "light": "#40464A"
167
+ },
168
+ "surfaceAttention": {
169
+ "light": "#FFCC00"
170
+ },
171
+ "surfaceBrand": {
172
+ "dark": "#0086F5",
173
+ "light": "#007FE8"
174
+ },
175
+ "surfaceBrandAlt": {
176
+ "dark": "#273744",
177
+ "light": "#D0EBFF"
178
+ },
179
+ "surfaceDanger": {
180
+ "dark": "#FA4848",
181
+ "light": "#F24D4D"
182
+ },
183
+ "surfaceDangerAlt": {
184
+ "dark": "#492728",
185
+ "light": "#FFE3E3"
186
+ },
187
+ "surfaceDefault": {
188
+ "dark": "#161616",
189
+ "light": "#E1E3E5"
190
+ },
191
+ "surfaceDefaultHigher": {
192
+ "dark": "#1D1F20",
193
+ "light": "#F0F1F2"
194
+ },
195
+ "surfaceDefaultHighest": {
196
+ "dark": "#2B2F32",
197
+ "light": "#FFFFFF"
198
+ },
199
+ "surfaceDefaultLower": {
200
+ "dark": "#1D1F20",
201
+ "light": "#40464A"
202
+ },
203
+ "surfaceDefaultLowest": {
204
+ "dark": "#000000",
205
+ "light": "#161616"
206
+ },
207
+ "surfaceInfo": {
208
+ "dark": "#2E74FF",
209
+ "light": "#386BFF"
210
+ },
211
+ "surfaceInfoAlt": {
212
+ "dark": "#364FC7",
213
+ "light": "#DBE4FF"
214
+ },
215
+ "surfacePro": {
216
+ "light": "#AE61FA"
217
+ },
218
+ "surfaceProAlt": {
219
+ "dark": "#862E9C",
220
+ "light": "#F3D9FA"
221
+ },
222
+ "surfaceProPlus": {
223
+ "light": "#724899"
224
+ },
225
+ "surfaceScrim": {
226
+ "light": "#000000A8"
227
+ },
228
+ "surfaceScrimDarker": {
229
+ "dark": "#000000A8",
230
+ "light": "#000000D9"
231
+ },
232
+ "surfaceScrimDefaultOpac30": {
233
+ "dark": "#0000004C",
234
+ "light": "#FFFFFF4C"
235
+ },
236
+ "surfaceScrimDefaultOpac75": {
237
+ "dark": "#000000BF",
238
+ "light": "#FFFFFFBF"
239
+ },
240
+ "surfaceScrimLighter": {
241
+ "light": "#0000001A"
242
+ },
243
+ "surfaceSuccess": {
244
+ "dark": "#38A849",
245
+ "light": "#39A049"
246
+ },
247
+ "surfaceSuccessAlt": {
248
+ "dark": "#2B8A3E",
249
+ "light": "#D3F9D8"
250
+ },
251
+ "surfaceWarning": {
252
+ "dark": "#FD7E14",
253
+ "light": "#FF8B17"
254
+ },
255
+ "surfaceWarningAlt": {
256
+ "dark": "#D9480F",
257
+ "light": "#FFBE17"
258
+ },
259
+ "systemBlack": {
260
+ "light": "#000"
261
+ },
262
+ "systemWhite": {
263
+ "light": "#FFF"
264
+ }
265
+ }
@@ -0,0 +1,21 @@
1
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
2
+
3
+ $font-family-base: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
4
+
5
+
6
+ html,
7
+ body {
8
+ width: 100%;
9
+ height: 100%;
10
+ margin: 0;
11
+ padding: 0;
12
+
13
+ font-family: $font-family-base;
14
+ -webkit-font-smoothing: antialiased;
15
+ -moz-osx-font-smoothing: grayscale;
16
+ text-rendering: optimizeLegibility;
17
+ }
18
+
19
+ select {
20
+ background-color: #fff;
21
+ }
@@ -0,0 +1,143 @@
1
+ @import "tailwindcss";
2
+ @import "./flashmaster.scss";
3
+ @import "../../tokens/schema_exports/fm-design-system/fm-design-system.css";
4
+ @source inline("{bg-,text-}{surface-utility-scrim,surface-utility-default-higher-opac0,surface-brand-brand-alt,surface-neutral-default-highest,surface-functional-info,surface-functional-danger,surface-functional-success-alt,surface-functional-info-alt,surface-functional-warning-alt,surface-neutral-default-higher,surface-functional-warning,surface-functional-success,surface-brand-pro,surface-brand-brand,surface-brand-pro-alt,surface-neutral-default,surface-functional-danger-alt,surface-brand-pro-plus,surface-neutral-default-lowest,surface-neutral-default-lower,surface-utility-default-opac75,surface-utility-scrim-darker,surface-utility-scrim-lighter,surface-functional-attention,surface-utility-default-opac30,content-brand-brand,content-functional-danger,content-brand-pro-plus,content-neutral-default,content-functional-success,content-functional-attention,content-neutral-label,content-functional-info,content-neutral-weak,content-neutral-default-alt,content-brand-pro,content-functional-warning,outline-functional-warning-alt,outline-functional-avg-speed-check,outline-neutral-inverted,outline-functional-danger,outline-functional-warning,outline-neutral-stronger,outline-neutral-default-alt,outline-functional-success,outline-functional-informative,outline-functional-danger-alt,outline-neutral-default,outline-brand-brand,outline-neutral-strongest}");
5
+
6
+
7
+
8
+
9
+ @layer utilities {
10
+ .type-display-lg {
11
+ font-weight: 900;
12
+ font-size: 6.5rem;
13
+ line-height: 1.05;
14
+ }
15
+ .type-display, .type-display-md {
16
+ font-weight: 800;
17
+ font-size: 5rem;
18
+ line-height: 1.2;
19
+ }
20
+ .type-display-sm {
21
+ font-weight: 700;
22
+ font-size: 4.5rem;
23
+ line-height: normal;
24
+ }
25
+ .type-headline-lg {
26
+ font-weight: 900;
27
+ font-size: 2.5rem;
28
+ line-height: 1.2;
29
+ }
30
+ .type-headline, .type-headline-md {
31
+ font-weight: 800;
32
+ font-size: 2rem;
33
+ line-height: 1.3;
34
+ }
35
+ .type-title-lg {
36
+ font-size: 1.5rem; /* text-2xl */
37
+ font-weight: 600;
38
+ line-height: 1.3;
39
+ }
40
+ .type-title, .type-title-md {
41
+ font-size: 1.25rem; /* text-xl */
42
+ font-weight: 600;
43
+ line-height: 1.3;
44
+ }
45
+ .type-body-lg {
46
+ line-height: 1.5; /* leading-6 */
47
+ font-weight: 500;
48
+ }
49
+ .type-body, .type-body-md {
50
+ line-height: 1.5; /* leading-6 */
51
+ font-weight: 500;
52
+ }
53
+ .type-body-sm {
54
+ font-size: 0.875rem; /* text-sm */
55
+ line-height: 1.5; /* leading-6 */
56
+ font-weight: 400;
57
+ }
58
+ body .type-special {
59
+ font-weight: 800;
60
+ font-style: italic;
61
+ }
62
+ body .type-prominent {
63
+ font-weight: 700;
64
+ }
65
+ }
66
+
67
+ @theme {
68
+ /* legacy fallback: the old version skipped the type namespace, eg "neutral" */
69
+ --color-surface-defaulthighest: var(--token-color-surface-neutral-default-highest);
70
+ --color-surface-defaulthigher: var(--token-color-surface-neutral-default-higher);
71
+ --color-surface-default: var(--token-color-surface-neutral-default);
72
+ --color-surface-defaultlower: var(--token-color-surface-neutral-default-lower);
73
+ --color-surface-defaultlowest: var(--token-color-surface-neutral-default-lowest);
74
+ --color-surface-brand: var(--token-color-surface-brand-brand);
75
+ --color-surface-brandalt: var(--token-color-surface-brand-brand-alt);
76
+ --color-surface-brandalt: var(--token-color-surface-brand-brand-alt);
77
+ --color-surface-pro: var(--token-color-surface-brand-pro);
78
+ --color-surface-proalt: var(--token-color-surface-brand-pro-alt);
79
+ --color-surface-pro-plus: var(--token-color-surface-brand-pro-plus);
80
+ --color-surface-danger: var(--token-color-surface-functional-danger);
81
+ --color-surface-dangeralt: var(--token-color-surface-functional-danger-alt);
82
+ --color-surface-dangeralt: var(--token-color-surface-functional-danger-alt);
83
+ --color-surface-warning: var(--token-color-surface-functional-warning);
84
+ --color-surface-warningalt: var(--token-color-surface-functional-warning-alt);
85
+ --color-surface-attention: var(--token-color-surface-functional-attention);
86
+ --color-surface-info: var(--token-color-surface-functional-info);
87
+ --color-surface-infoalt: var(--token-color-surface-functional-info-alt);
88
+ --color-surface-success: var(--token-color-surface-functional-success);
89
+ --color-surface-succesalt: var(--token-color-surface-functional-succes-alt);
90
+ --color-content-default: var(--token-color-content-neutral-default);
91
+ --color-content-defaultalt: var(--token-color-content-neutral-default-alt);
92
+ --color-content-weak: var(--token-color-content-neutral-weak);
93
+ --color-content-label: var(--token-color-content-neutral-label);
94
+ --color-content-brand: var(--token-color-content-brand-brand);
95
+ --color-content-pro: var(--token-color-content-brand-pro);
96
+ --color-content-proplus: var(--token-color-content-brand-pro-plus);
97
+ --color-content-warning: var(--token-color-content-functional-warning);
98
+ --color-content-info: var(--token-color-content-functional-info);
99
+ --color-content-success: var(--token-color-content-functional-success);
100
+ --color-content-danger: var(--token-color-content-functional-danger);
101
+ --color-content-attention: var(--token-color-content-functional-attention);
102
+ --color-outline-default: var(--token-color-outline-neutral-default);
103
+ --color-outline-defaultalt: var(--token-color-outline-neutral-default-alt);
104
+ --color-outline-defaultalt: var(--token-color-outline-neutral-default-alt);
105
+ --color-outline-stronger: var(--token-color-outline-neutral-stronger);
106
+ --color-outline-strongest: var(--token-color-outline-neutral-strongest);
107
+ --color-outline-inverted: var(--token-color-outline-neutral-inverted);
108
+ --color-outline-brand: var(--token-color-outline-brand-brand);
109
+ --color-outline-danger: var(--token-color-outline-functional-danger);
110
+ --color-outline-dangeralt: var(--token-color-outline-functional-danger-alt);
111
+ --color-outline-warning: var(--token-color-outline-functional-warning);
112
+ --color-outline-warningalt: var(--token-color-outline-functional-warning-alt);
113
+ --color-outline-success: var(--token-color-outline-functional-success);
114
+ --color-outline-informative: var(--token-color-outline-functional-informative);
115
+ --color-outline-avg-speed-check: var(--token-color-outline-functional-avg-speed-check);
116
+ --color-special-speedcam: var(--token-color-special-feature-speedcam);
117
+ --color-special-avg-speed-check: var(--token-color-special-feature-avg-speed-check);
118
+ --color-special-parking: var(--token-color-special-feature-parking);
119
+ --color-special-parking-alt: var(--token-color-special-feature-parking-alt);
120
+ --color-special-police: var(--token-color-special-feature-police);
121
+ --color-special-firetruck: var(--token-color-special-feature-firetruck);
122
+ --color-special-ambulance: var(--token-color-special-feature-ambulance);
123
+ --color-special-emergency: var(--token-color-special-feature-emergency);
124
+ --color-special-signal: var(--token-color-special-feature-signal);
125
+
126
+ /* Spacing tokens: ideally, these should also come from export-tokens.js output */
127
+ --spacing-xxxl: calc(var(--token-shape-padding-padding-xxxl, 64) * 1px);
128
+ --spacing-xxl: calc(var(--token-shape-padding-padding-xxl, 48) * 1px);
129
+ --spacing-xl: calc(var(--token-shape-padding-padding-xl, 32) * 1px);
130
+ --spacing-lg: calc(var(--token-shape-padding-padding-lg, 24) * 1px);
131
+ --spacing-md: calc(var(--token-shape-padding-padding-md, 16) * 1px);
132
+ --spacing-sm: calc(var(--token-shape-padding-padding-sm, 12) * 1px);
133
+ --spacing-xs: calc(var(--token-shape-padding-padding-xs, 8) * 1px);
134
+ --spacing-xxs: calc(var(--token-shape-padding-padding-xxs, 4) * 1px);
135
+ --spacing-xxxs: calc(var(--token-shape-padding-padding-xxxs, 2) * 1px);
136
+ --spacing-nudge: calc(var(--token-shape-padding-padding-nudge, 1) * 1px);
137
+ --spacing-none: calc(var(--token-shape-padding-padding-none, 0) * 1px);
138
+ }
139
+
140
+ .container {
141
+ margin-left: auto;
142
+ margin-right: auto;
143
+ }