@prom-ui/core 0.0.5 → 0.0.6

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 (56) hide show
  1. package/Body/index.d.ts +3 -0
  2. package/Body/index.js +14 -0
  3. package/Body/package.json +9 -0
  4. package/Body/style.css +741 -0
  5. package/Box/index.d.ts +2 -0
  6. package/Box/index.js +20 -0
  7. package/Box/package.json +9 -0
  8. package/Box/style.css +9676 -0
  9. package/Button/index.d.ts +8 -0
  10. package/Button/index.js +87 -0
  11. package/Button/package.json +10 -0
  12. package/Button/style.css +3393 -0
  13. package/Flex/index.d.ts +2 -0
  14. package/Flex/index.js +25 -0
  15. package/Flex/package.json +9 -0
  16. package/Flex/style.css +786 -0
  17. package/Grid/index.d.ts +2 -0
  18. package/Grid/index.js +25 -0
  19. package/Grid/package.json +9 -0
  20. package/Grid/style.css +7350 -0
  21. package/Image/index.d.ts +2 -0
  22. package/Image/index.js +20 -0
  23. package/Image/package.json +9 -0
  24. package/Image/style.css +664 -0
  25. package/Line/index.d.ts +2 -0
  26. package/Line/index.js +20 -0
  27. package/Line/package.json +9 -0
  28. package/Line/style.css +138 -0
  29. package/Link/index.d.ts +2 -0
  30. package/Link/index.js +22 -0
  31. package/Link/package.json +9 -0
  32. package/Link/style.css +259 -0
  33. package/List/index.d.ts +2 -0
  34. package/List/index.js +25 -0
  35. package/List/package.json +9 -0
  36. package/List/style.css +312 -0
  37. package/Picture/index.d.ts +2 -0
  38. package/Picture/index.js +25 -0
  39. package/Picture/package.json +9 -0
  40. package/Picture/style.css +1426 -0
  41. package/Spinner/index.d.ts +8 -0
  42. package/Spinner/index.js +78 -0
  43. package/{Test2 → Spinner}/package.json +2 -2
  44. package/Spinner/style.css +80 -0
  45. package/Text/index.d.ts +2 -0
  46. package/Text/index.js +20 -0
  47. package/Text/package.json +9 -0
  48. package/Text/style.css +840 -0
  49. package/package.json +16 -3
  50. package/Test/index.d.ts +0 -1
  51. package/Test/index.js +0 -11
  52. package/Test/package.json +0 -6
  53. package/Test2/Components.d.ts +0 -2
  54. package/Test2/index.d.ts +0 -3
  55. package/Test2/index.js +0 -30
  56. package/Test2/style.css +0 -11
package/Flex/style.css ADDED
@@ -0,0 +1,786 @@
1
+ /* stylelint-disable comment-empty-line-before */
2
+ .Flex__ek-flex___Ekgwv {
3
+ display: flex;
4
+ flex-wrap: wrap;
5
+ align-content: flex-start;
6
+ align-items: flex-start;
7
+ min-width: 0
8
+ }
9
+ .Flex__ek-flex__item___s97UX {
10
+ display: block;
11
+ box-sizing: border-box;
12
+ min-width: 0;
13
+ min-height: 0
14
+ }
15
+ /**
16
+ * Item display:
17
+ *
18
+ * - flex__item_display_block
19
+ * - flex__item_display_none
20
+ *
21
+ * */
22
+ .Flex__ek-flex__item_display_block___Rgs0P {
23
+ display: block
24
+ }
25
+ .Flex__ek-flex__item_display_none___0zVpN {
26
+ display: none
27
+ }
28
+ /**
29
+ * Item align:
30
+ *
31
+ * - flex__item_align_start
32
+ * - flex__item_align_end
33
+ * - flex__item_align_center
34
+ * - flex__item_align_baseline
35
+ * - flex__item_align_stretch
36
+ *
37
+ * */
38
+ .Flex__ek-flex__item_align_start___u67AK {
39
+ align-self: flex-start
40
+ }
41
+ .Flex__ek-flex__item_align_end___K7fVg {
42
+ align-self: flex-end
43
+ }
44
+ .Flex__ek-flex__item_align_center___meKKt {
45
+ align-self: center
46
+ }
47
+ .Flex__ek-flex__item_align_baseline___kZcLY {
48
+ align-self: baseline
49
+ }
50
+ .Flex__ek-flex__item_align_stretch___oC0kP {
51
+ align-self: stretch
52
+ }
53
+ /**
54
+ * Item order:
55
+ *
56
+ * - flex__item_order_*
57
+ *
58
+ * */
59
+ .Flex__ek-flex__item_order_0___9ROY0 {
60
+ order: 0
61
+ }
62
+ .Flex__ek-flex__item_order_1___oMPDD {
63
+ order: 1
64
+ }
65
+ .Flex__ek-flex__item_order_2___OHTuw {
66
+ order: 2
67
+ }
68
+ .Flex__ek-flex__item_order_3___tkTgx {
69
+ order: 3
70
+ }
71
+ .Flex__ek-flex__item_order_4___iVbXB {
72
+ order: 4
73
+ }
74
+ .Flex__ek-flex__item_order_5___Lxonp {
75
+ order: 5
76
+ }
77
+ .Flex__ek-flex__item_order_6___JOKUh {
78
+ order: 6
79
+ }
80
+ .Flex__ek-flex__item_order_7___-Flnq {
81
+ order: 7
82
+ }
83
+ .Flex__ek-flex__item_order_8___V-f-C {
84
+ order: 8
85
+ }
86
+ .Flex__ek-flex__item_order_9___gmeNu {
87
+ order: 9
88
+ }
89
+ .Flex__ek-flex__item_order_10___qQ8I3 {
90
+ order: 10
91
+ }
92
+ /**
93
+ * Item empty:
94
+ *
95
+ * - flex__item_empty_hidden
96
+ *
97
+ * */
98
+ .Flex__ek-flex__item_empty_hidden___c7RIN:empty {
99
+ display: none
100
+ }
101
+ /**
102
+ * Display:
103
+ *
104
+ * - flex_display_flex
105
+ * - flex_display_inline-flex
106
+ * - flex_display_none
107
+ *
108
+ * */
109
+ .Flex__ek-flex_display_flex___VHsXs {
110
+ display: flex
111
+ }
112
+ .Flex__ek-flex_display_inline-flex___afsWs {
113
+ display: inline-flex
114
+ }
115
+ .Flex__ek-flex_display_none___11fAI {
116
+ display: none
117
+ }
118
+ /**
119
+ * Content aligment:
120
+ *
121
+ * - flex_content_*
122
+ * - flex_content-align_*
123
+ * - flex_content-justify_*
124
+ *
125
+ * */
126
+ .Flex__ek-flex_content_start___0ZDma {
127
+ align-content: flex-start;
128
+ justify-content: flex-start
129
+ }
130
+ .Flex__ek-flex_content-align_start___RVq99 {
131
+ align-content: flex-start
132
+ }
133
+ .Flex__ek-flex_content-justify_start___PAy6n {
134
+ justify-content: flex-start
135
+ }
136
+ .Flex__ek-flex_content_end___O7wqF {
137
+ align-content: flex-end;
138
+ justify-content: flex-end
139
+ }
140
+ .Flex__ek-flex_content-align_end___Wb2Y- {
141
+ align-content: flex-end
142
+ }
143
+ .Flex__ek-flex_content-justify_end___Eu-Ok {
144
+ justify-content: flex-end
145
+ }
146
+ .Flex__ek-flex_content_center___8Z7vT {
147
+ align-content: center;
148
+ justify-content: center
149
+ }
150
+ .Flex__ek-flex_content-align_center___vTTwi {
151
+ align-content: center
152
+ }
153
+ .Flex__ek-flex_content-justify_center___Ar-yr {
154
+ justify-content: center
155
+ }
156
+ .Flex__ek-flex_content_between___SFgsk {
157
+ align-content: space-between;
158
+ justify-content: space-between
159
+ }
160
+ .Flex__ek-flex_content-align_between___gm2py {
161
+ align-content: space-between
162
+ }
163
+ .Flex__ek-flex_content-justify_between___GFMnf {
164
+ justify-content: space-between
165
+ }
166
+ .Flex__ek-flex_content_around___GOUeJ {
167
+ align-content: space-around;
168
+ justify-content: space-around
169
+ }
170
+ .Flex__ek-flex_content-align_around___axBC0 {
171
+ align-content: space-around
172
+ }
173
+ .Flex__ek-flex_content-justify_around___t4FVV {
174
+ justify-content: space-around
175
+ }
176
+ .Flex__ek-flex_content_stretch___2g2sA {
177
+ align-content: stretch;
178
+ justify-content: stretch
179
+ }
180
+ .Flex__ek-flex_content-align_stretch___OxWlV {
181
+ align-content: stretch
182
+ }
183
+ .Flex__ek-flex_content-justify_stretch___tgNuU {
184
+ justify-content: stretch
185
+ }
186
+ /**
187
+ * Items aligment:
188
+ *
189
+ * - flex_items_start
190
+ * - flex_items_end
191
+ * - flex_items_center
192
+ * - flex_items_baseline
193
+ * - flex_items_stretch
194
+ *
195
+ * */
196
+ .Flex__ek-flex_items_start___8hixr {
197
+ align-items: flex-start
198
+ }
199
+ .Flex__ek-flex_items_end___UZCez {
200
+ align-items: flex-end
201
+ }
202
+ .Flex__ek-flex_items_center___CSxkQ {
203
+ align-items: center
204
+ }
205
+ .Flex__ek-flex_items_baseline___uulaD {
206
+ align-items: baseline
207
+ }
208
+ .Flex__ek-flex_items_stretch___78TDd {
209
+ align-items: stretch
210
+ }
211
+ /**
212
+ * Direction:
213
+ *
214
+ * - flex_direction_row
215
+ * - flex_direction_row-reverse
216
+ * - flex_direction_column
217
+ * - flex_direction_column-reverse
218
+ *
219
+ * */
220
+ .Flex__ek-flex_direction_row___0Cdl5 {
221
+ flex-direction: row
222
+ }
223
+ .Flex__ek-flex_direction_row-reverse___-4b05 {
224
+ flex-direction: row-reverse
225
+ }
226
+ .Flex__ek-flex_direction_column___BrJgz {
227
+ flex-direction: column
228
+ }
229
+ .Flex__ek-flex_direction_column-reverse___PrAzv {
230
+ flex-direction: column-reverse
231
+ }
232
+ /**
233
+ * Wrap:
234
+ *
235
+ * - flex_wrap_nowrap
236
+ * - flex_wrap_wrap
237
+ * - flex_wrap_wrap-reverse
238
+ *
239
+ * */
240
+ .Flex__ek-flex_wrap_nowrap___df3jW {
241
+ flex-wrap: nowrap
242
+ }
243
+ .Flex__ek-flex_wrap_wrap___EDmnC {
244
+ flex-wrap: wrap
245
+ }
246
+ .Flex__ek-flex_wrap_wrap-reverse___z7Nop {
247
+ flex-wrap: wrap-reverse
248
+ }
249
+ /**
250
+ * Height:
251
+ *
252
+ * - flex_height_auto
253
+ * - flex_height_inherit
254
+ * - flex_height_1-1
255
+ *
256
+ * */
257
+ .Flex__ek-flex_height_auto___cLU-q {
258
+ height: auto
259
+ }
260
+ .Flex__ek-flex_height_inherit___trSbN {
261
+ height: inherit
262
+ }
263
+ .Flex__ek-flex_height_1-1___7olBc {
264
+ height: 100%
265
+ }
266
+ /* @import 'evokit-flex/style@wide.css'; */
267
+ /* @import 'evokit-flex/style@huge.css'; */
268
+ @media only screen and (min-width: 480px) {
269
+ .Flex__ek-flex__item_display_block--small___O2otV {
270
+ display: block
271
+ }
272
+ .Flex__ek-flex__item_display_none--small___wWV2y {
273
+ display: none
274
+ }
275
+ .Flex__ek-flex__item_align_start--small___9tir2 {
276
+ align-self: flex-start
277
+ }
278
+ .Flex__ek-flex__item_align_end--small___OAWVk {
279
+ align-self: flex-end
280
+ }
281
+ .Flex__ek-flex__item_align_center--small___z6o1V {
282
+ align-self: center
283
+ }
284
+ .Flex__ek-flex__item_align_baseline--small___shWs- {
285
+ align-self: baseline
286
+ }
287
+ .Flex__ek-flex__item_align_stretch--small___Bml-z {
288
+ align-self: stretch
289
+ }
290
+ .Flex__ek-flex__item_order_0--small___Dkv2s {
291
+ order: 0
292
+ }
293
+ .Flex__ek-flex__item_order_1--small___iPvn0 {
294
+ order: 1
295
+ }
296
+ .Flex__ek-flex__item_order_2--small___xg5uR {
297
+ order: 2
298
+ }
299
+ .Flex__ek-flex__item_order_3--small___5CzCg {
300
+ order: 3
301
+ }
302
+ .Flex__ek-flex__item_order_4--small___USXxd {
303
+ order: 4
304
+ }
305
+ .Flex__ek-flex__item_order_5--small___yB9Ez {
306
+ order: 5
307
+ }
308
+ .Flex__ek-flex__item_order_6--small___-9DaY {
309
+ order: 6
310
+ }
311
+ .Flex__ek-flex__item_order_7--small___eG6TW {
312
+ order: 7
313
+ }
314
+ .Flex__ek-flex__item_order_8--small___Ic7u4 {
315
+ order: 8
316
+ }
317
+ .Flex__ek-flex__item_order_9--small___0klgH {
318
+ order: 9
319
+ }
320
+ .Flex__ek-flex__item_order_10--small___p1l3f {
321
+ order: 10
322
+ }
323
+ .Flex__ek-flex__item_empty_hidden--small___IMLfb:empty {
324
+ display: none
325
+ }
326
+ .Flex__ek-flex_display_flex--small___y1K5X {
327
+ display: flex
328
+ }
329
+ .Flex__ek-flex_display_inline-flex--small___arayJ {
330
+ display: inline-flex
331
+ }
332
+ .Flex__ek-flex_display_none--small___h0GoR {
333
+ display: none
334
+ }
335
+ .Flex__ek-flex_content_start--small___haLV9 {
336
+ align-content: flex-start;
337
+ justify-content: flex-start
338
+ }
339
+ .Flex__ek-flex_content-align_start--small___RFcr2 {
340
+ align-content: flex-start
341
+ }
342
+ .Flex__ek-flex_content-justify_start--small___-0zHa {
343
+ justify-content: flex-start
344
+ }
345
+ .Flex__ek-flex_content_end--small___rJcNV {
346
+ align-content: flex-end;
347
+ justify-content: flex-end
348
+ }
349
+ .Flex__ek-flex_content-align_end--small___4BTcT {
350
+ align-content: flex-end
351
+ }
352
+ .Flex__ek-flex_content-justify_end--small___lwPTY {
353
+ justify-content: flex-end
354
+ }
355
+ .Flex__ek-flex_content_center--small___gJkEW {
356
+ align-content: center;
357
+ justify-content: center
358
+ }
359
+ .Flex__ek-flex_content-align_center--small___pf4FC {
360
+ align-content: center
361
+ }
362
+ .Flex__ek-flex_content-justify_center--small___3lgW5 {
363
+ justify-content: center
364
+ }
365
+ .Flex__ek-flex_content_between--small___9dxmH {
366
+ align-content: space-between;
367
+ justify-content: space-between
368
+ }
369
+ .Flex__ek-flex_content-align_between--small___M-oqH {
370
+ align-content: space-between
371
+ }
372
+ .Flex__ek-flex_content-justify_between--small___pHyeo {
373
+ justify-content: space-between
374
+ }
375
+ .Flex__ek-flex_content_around--small___S9lqT {
376
+ align-content: space-around;
377
+ justify-content: space-around
378
+ }
379
+ .Flex__ek-flex_content-align_around--small___UQ2CB {
380
+ align-content: space-around
381
+ }
382
+ .Flex__ek-flex_content-justify_around--small___JThPg {
383
+ justify-content: space-around
384
+ }
385
+ .Flex__ek-flex_content_stretch--small___yJDe7 {
386
+ align-content: stretch;
387
+ justify-content: stretch
388
+ }
389
+ .Flex__ek-flex_content-align_stretch--small___ykoOL {
390
+ align-content: stretch
391
+ }
392
+ .Flex__ek-flex_content-justify_stretch--small___JPvN0 {
393
+ justify-content: stretch
394
+ }
395
+ .Flex__ek-flex_items_start--small___mEp0Z {
396
+ align-items: flex-start
397
+ }
398
+ .Flex__ek-flex_items_end--small___t15jw {
399
+ align-items: flex-end
400
+ }
401
+ .Flex__ek-flex_items_center--small___gAFEO {
402
+ align-items: center
403
+ }
404
+ .Flex__ek-flex_items_baseline--small___r6Q24 {
405
+ align-items: baseline
406
+ }
407
+ .Flex__ek-flex_items_stretch--small___Ro8dh {
408
+ align-items: stretch
409
+ }
410
+ .Flex__ek-flex_direction_row--small___kwOMV {
411
+ flex-direction: row
412
+ }
413
+ .Flex__ek-flex_direction_row-reverse--small___auY-N {
414
+ flex-direction: row-reverse
415
+ }
416
+ .Flex__ek-flex_direction_column--small___v733a {
417
+ flex-direction: column
418
+ }
419
+ .Flex__ek-flex_direction_column-reverse--small___Z62s8 {
420
+ flex-direction: column-reverse
421
+ }
422
+ .Flex__ek-flex_wrap_nowrap--small___dTdfs {
423
+ flex-wrap: nowrap
424
+ }
425
+ .Flex__ek-flex_wrap_wrap--small___f-dpo {
426
+ flex-wrap: wrap
427
+ }
428
+ .Flex__ek-flex_wrap_wrap-reverse--small___bbf4E {
429
+ flex-wrap: wrap-reverse
430
+ }
431
+ .Flex__ek-flex_height_auto--small___8jj7X {
432
+ height: auto
433
+ }
434
+ .Flex__ek-flex_height_inherit--small___lj-1b {
435
+ height: inherit
436
+ }
437
+ .Flex__ek-flex_height_1-1--small___gN00n {
438
+ height: 100%
439
+ }
440
+ }
441
+ @media only screen and (min-width: 768px) {
442
+ .Flex__ek-flex__item_display_block--medium___tE3ph {
443
+ display: block
444
+ }
445
+ .Flex__ek-flex__item_display_none--medium___1AORx {
446
+ display: none
447
+ }
448
+ .Flex__ek-flex__item_align_start--medium___OJnb6 {
449
+ align-self: flex-start
450
+ }
451
+ .Flex__ek-flex__item_align_end--medium___PXld6 {
452
+ align-self: flex-end
453
+ }
454
+ .Flex__ek-flex__item_align_center--medium___DP6wi {
455
+ align-self: center
456
+ }
457
+ .Flex__ek-flex__item_align_baseline--medium___iqGRt {
458
+ align-self: baseline
459
+ }
460
+ .Flex__ek-flex__item_align_stretch--medium___HS3A- {
461
+ align-self: stretch
462
+ }
463
+ .Flex__ek-flex__item_order_0--medium___OEHum {
464
+ order: 0
465
+ }
466
+ .Flex__ek-flex__item_order_1--medium___SjBQ3 {
467
+ order: 1
468
+ }
469
+ .Flex__ek-flex__item_order_2--medium___mauDx {
470
+ order: 2
471
+ }
472
+ .Flex__ek-flex__item_order_3--medium___gwAc3 {
473
+ order: 3
474
+ }
475
+ .Flex__ek-flex__item_order_4--medium___u52Wb {
476
+ order: 4
477
+ }
478
+ .Flex__ek-flex__item_order_5--medium___A5aa1 {
479
+ order: 5
480
+ }
481
+ .Flex__ek-flex__item_order_6--medium___ZqzPj {
482
+ order: 6
483
+ }
484
+ .Flex__ek-flex__item_order_7--medium___HZ-1n {
485
+ order: 7
486
+ }
487
+ .Flex__ek-flex__item_order_8--medium___W7kAu {
488
+ order: 8
489
+ }
490
+ .Flex__ek-flex__item_order_9--medium___WIgMJ {
491
+ order: 9
492
+ }
493
+ .Flex__ek-flex__item_order_10--medium___MW6-p {
494
+ order: 10
495
+ }
496
+ .Flex__ek-flex__item_empty_hidden--medium___whUtb:empty {
497
+ display: none
498
+ }
499
+ .Flex__ek-flex_display_flex--medium___zVu-k {
500
+ display: flex
501
+ }
502
+ .Flex__ek-flex_display_inline-flex--medium___SSrzU {
503
+ display: inline-flex
504
+ }
505
+ .Flex__ek-flex_display_none--medium___pBzQW {
506
+ display: none
507
+ }
508
+ .Flex__ek-flex_content_start--medium___W5VT9 {
509
+ align-content: flex-start;
510
+ justify-content: flex-start
511
+ }
512
+ .Flex__ek-flex_content-align_start--medium___OKV1N {
513
+ align-content: flex-start
514
+ }
515
+ .Flex__ek-flex_content-justify_start--medium___DAS0V {
516
+ justify-content: flex-start
517
+ }
518
+ .Flex__ek-flex_content_end--medium___x374T {
519
+ align-content: flex-end;
520
+ justify-content: flex-end
521
+ }
522
+ .Flex__ek-flex_content-align_end--medium___LwNv8 {
523
+ align-content: flex-end
524
+ }
525
+ .Flex__ek-flex_content-justify_end--medium___iqCxW {
526
+ justify-content: flex-end
527
+ }
528
+ .Flex__ek-flex_content_center--medium___H0jQH {
529
+ align-content: center;
530
+ justify-content: center
531
+ }
532
+ .Flex__ek-flex_content-align_center--medium___BBium {
533
+ align-content: center
534
+ }
535
+ .Flex__ek-flex_content-justify_center--medium___53yKG {
536
+ justify-content: center
537
+ }
538
+ .Flex__ek-flex_content_between--medium___WmEI9 {
539
+ align-content: space-between;
540
+ justify-content: space-between
541
+ }
542
+ .Flex__ek-flex_content-align_between--medium___93LNI {
543
+ align-content: space-between
544
+ }
545
+ .Flex__ek-flex_content-justify_between--medium___t-ePT {
546
+ justify-content: space-between
547
+ }
548
+ .Flex__ek-flex_content_around--medium___dRYXw {
549
+ align-content: space-around;
550
+ justify-content: space-around
551
+ }
552
+ .Flex__ek-flex_content-align_around--medium___dgopR {
553
+ align-content: space-around
554
+ }
555
+ .Flex__ek-flex_content-justify_around--medium___blA1z {
556
+ justify-content: space-around
557
+ }
558
+ .Flex__ek-flex_content_stretch--medium___BbXir {
559
+ align-content: stretch;
560
+ justify-content: stretch
561
+ }
562
+ .Flex__ek-flex_content-align_stretch--medium___AggRB {
563
+ align-content: stretch
564
+ }
565
+ .Flex__ek-flex_content-justify_stretch--medium___FdeBE {
566
+ justify-content: stretch
567
+ }
568
+ .Flex__ek-flex_items_start--medium___5ksg4 {
569
+ align-items: flex-start
570
+ }
571
+ .Flex__ek-flex_items_end--medium___Vycqb {
572
+ align-items: flex-end
573
+ }
574
+ .Flex__ek-flex_items_center--medium___UNtsX {
575
+ align-items: center
576
+ }
577
+ .Flex__ek-flex_items_baseline--medium___TKBt- {
578
+ align-items: baseline
579
+ }
580
+ .Flex__ek-flex_items_stretch--medium___m4e3S {
581
+ align-items: stretch
582
+ }
583
+ .Flex__ek-flex_direction_row--medium___4RHMd {
584
+ flex-direction: row
585
+ }
586
+ .Flex__ek-flex_direction_row-reverse--medium___ogp2I {
587
+ flex-direction: row-reverse
588
+ }
589
+ .Flex__ek-flex_direction_column--medium___r6hJj {
590
+ flex-direction: column
591
+ }
592
+ .Flex__ek-flex_direction_column-reverse--medium___l3-L- {
593
+ flex-direction: column-reverse
594
+ }
595
+ .Flex__ek-flex_wrap_nowrap--medium___TtLAa {
596
+ flex-wrap: nowrap
597
+ }
598
+ .Flex__ek-flex_wrap_wrap--medium___uZcW5 {
599
+ flex-wrap: wrap
600
+ }
601
+ .Flex__ek-flex_wrap_wrap-reverse--medium___h8dBc {
602
+ flex-wrap: wrap-reverse
603
+ }
604
+ .Flex__ek-flex_height_auto--medium___WLmSR {
605
+ height: auto
606
+ }
607
+ .Flex__ek-flex_height_inherit--medium___qHWje {
608
+ height: inherit
609
+ }
610
+ .Flex__ek-flex_height_1-1--medium___8ElT- {
611
+ height: 100%
612
+ }
613
+ }
614
+ @media only screen and (min-width: 960px) {
615
+ .Flex__ek-flex__item_display_block--large___0YYUO {
616
+ display: block
617
+ }
618
+ .Flex__ek-flex__item_display_none--large___ulwYD {
619
+ display: none
620
+ }
621
+ .Flex__ek-flex__item_align_start--large___PLhAn {
622
+ align-self: flex-start
623
+ }
624
+ .Flex__ek-flex__item_align_end--large___q73ch {
625
+ align-self: flex-end
626
+ }
627
+ .Flex__ek-flex__item_align_center--large___SVumf {
628
+ align-self: center
629
+ }
630
+ .Flex__ek-flex__item_align_baseline--large___25qMv {
631
+ align-self: baseline
632
+ }
633
+ .Flex__ek-flex__item_align_stretch--large___2PT0C {
634
+ align-self: stretch
635
+ }
636
+ .Flex__ek-flex__item_order_0--large___hTzvY {
637
+ order: 0
638
+ }
639
+ .Flex__ek-flex__item_order_1--large___CmLGR {
640
+ order: 1
641
+ }
642
+ .Flex__ek-flex__item_order_2--large___H9PaM {
643
+ order: 2
644
+ }
645
+ .Flex__ek-flex__item_order_3--large___lK2dk {
646
+ order: 3
647
+ }
648
+ .Flex__ek-flex__item_order_4--large___8HAcv {
649
+ order: 4
650
+ }
651
+ .Flex__ek-flex__item_order_5--large___aqiC8 {
652
+ order: 5
653
+ }
654
+ .Flex__ek-flex__item_order_6--large___pj2tR {
655
+ order: 6
656
+ }
657
+ .Flex__ek-flex__item_order_7--large___PDD42 {
658
+ order: 7
659
+ }
660
+ .Flex__ek-flex__item_order_8--large___h0V8p {
661
+ order: 8
662
+ }
663
+ .Flex__ek-flex__item_order_9--large___IzzhZ {
664
+ order: 9
665
+ }
666
+ .Flex__ek-flex__item_order_10--large___kDdwy {
667
+ order: 10
668
+ }
669
+ .Flex__ek-flex__item_empty_hidden--large___QqfKH:empty {
670
+ display: none
671
+ }
672
+ .Flex__ek-flex_display_flex--large___yeKsG {
673
+ display: flex
674
+ }
675
+ .Flex__ek-flex_display_inline-flex--large___UnoXn {
676
+ display: inline-flex
677
+ }
678
+ .Flex__ek-flex_display_none--large___C3wO- {
679
+ display: none
680
+ }
681
+ .Flex__ek-flex_content_start--large___PJbRs {
682
+ align-content: flex-start;
683
+ justify-content: flex-start
684
+ }
685
+ .Flex__ek-flex_content-align_start--large___FHHns {
686
+ align-content: flex-start
687
+ }
688
+ .Flex__ek-flex_content-justify_start--large___6uxvn {
689
+ justify-content: flex-start
690
+ }
691
+ .Flex__ek-flex_content_end--large___AW2iT {
692
+ align-content: flex-end;
693
+ justify-content: flex-end
694
+ }
695
+ .Flex__ek-flex_content-align_end--large___t0ytb {
696
+ align-content: flex-end
697
+ }
698
+ .Flex__ek-flex_content-justify_end--large___tI9QF {
699
+ justify-content: flex-end
700
+ }
701
+ .Flex__ek-flex_content_center--large___NtwPc {
702
+ align-content: center;
703
+ justify-content: center
704
+ }
705
+ .Flex__ek-flex_content-align_center--large___1dkcu {
706
+ align-content: center
707
+ }
708
+ .Flex__ek-flex_content-justify_center--large___N4UyT {
709
+ justify-content: center
710
+ }
711
+ .Flex__ek-flex_content_between--large___LvU8g {
712
+ align-content: space-between;
713
+ justify-content: space-between
714
+ }
715
+ .Flex__ek-flex_content-align_between--large___0uUSf {
716
+ align-content: space-between
717
+ }
718
+ .Flex__ek-flex_content-justify_between--large___ybZf1 {
719
+ justify-content: space-between
720
+ }
721
+ .Flex__ek-flex_content_around--large___LqG4K {
722
+ align-content: space-around;
723
+ justify-content: space-around
724
+ }
725
+ .Flex__ek-flex_content-align_around--large___7MjpW {
726
+ align-content: space-around
727
+ }
728
+ .Flex__ek-flex_content-justify_around--large___1jpHy {
729
+ justify-content: space-around
730
+ }
731
+ .Flex__ek-flex_content_stretch--large___oSGCv {
732
+ align-content: stretch;
733
+ justify-content: stretch
734
+ }
735
+ .Flex__ek-flex_content-align_stretch--large___EJd1M {
736
+ align-content: stretch
737
+ }
738
+ .Flex__ek-flex_content-justify_stretch--large___xiO99 {
739
+ justify-content: stretch
740
+ }
741
+ .Flex__ek-flex_items_start--large___Jo-HX {
742
+ align-items: flex-start
743
+ }
744
+ .Flex__ek-flex_items_end--large___lumaU {
745
+ align-items: flex-end
746
+ }
747
+ .Flex__ek-flex_items_center--large___Fjzu3 {
748
+ align-items: center
749
+ }
750
+ .Flex__ek-flex_items_baseline--large___m9DaV {
751
+ align-items: baseline
752
+ }
753
+ .Flex__ek-flex_items_stretch--large___-VU-k {
754
+ align-items: stretch
755
+ }
756
+ .Flex__ek-flex_direction_row--large___dD4DB {
757
+ flex-direction: row
758
+ }
759
+ .Flex__ek-flex_direction_row-reverse--large___14DJ5 {
760
+ flex-direction: row-reverse
761
+ }
762
+ .Flex__ek-flex_direction_column--large___mFM7l {
763
+ flex-direction: column
764
+ }
765
+ .Flex__ek-flex_direction_column-reverse--large___xH3dk {
766
+ flex-direction: column-reverse
767
+ }
768
+ .Flex__ek-flex_wrap_nowrap--large___Gyen6 {
769
+ flex-wrap: nowrap
770
+ }
771
+ .Flex__ek-flex_wrap_wrap--large___QoA6P {
772
+ flex-wrap: wrap
773
+ }
774
+ .Flex__ek-flex_wrap_wrap-reverse--large___gBHir {
775
+ flex-wrap: wrap-reverse
776
+ }
777
+ .Flex__ek-flex_height_auto--large___zEhpy {
778
+ height: auto
779
+ }
780
+ .Flex__ek-flex_height_inherit--large___gRq8f {
781
+ height: inherit
782
+ }
783
+ .Flex__ek-flex_height_1-1--large___26-gt {
784
+ height: 100%
785
+ }
786
+ }