@patternfly/patternfly 4.202.0 → 4.203.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/RELEASE-NOTES.md +28 -1
- package/base/_fonts.scss +10 -10
- package/base/_shield-inheritable.scss +1 -1
- package/base/patternfly-fonts.css +10 -10
- package/base/patternfly-shield-inheritable.css +1 -1
- package/components/AlertGroup/alert-group.css +1 -1
- package/components/Button/button.css +1 -1
- package/components/Button/button.scss +1 -1
- package/components/Divider/divider.css +12 -12
- package/components/Drawer/drawer.css +0 -33
- package/components/JumpLinks/jump-links.css +1 -1
- package/components/JumpLinks/jump-links.scss +1 -1
- package/components/MenuToggle/menu-toggle.css +1 -1
- package/components/MenuToggle/menu-toggle.scss +1 -1
- package/components/ProgressStepper/progress-stepper.css +1 -1
- package/components/Sidebar/sidebar.css +0 -30
- package/components/Spinner/spinner.css +2 -2
- package/components/Table/table.css +5 -5
- package/components/Table/table.scss +5 -5
- package/components/Tabs/tabs.css +1 -1
- package/components/Tabs/tabs.scss +1 -1
- package/components/TreeView/tree-view.css +29 -1
- package/components/TreeView/tree-view.scss +36 -2
- package/docs/components/Table/examples/Table.md +10 -4
- package/docs/components/TreeView/examples/TreeView.md +1077 -677
- package/package.json +6 -6
- package/patternfly-addons.css +48 -683
- package/patternfly-base-no-reset.css +10 -10
- package/patternfly-base.css +10 -10
- package/patternfly-no-reset.css +64 -99
- package/patternfly.css +64 -99
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/utilities/Alignment/alignment.css +0 -15
- package/utilities/BackgroundColor/BackgroundColor.css +0 -75
- package/utilities/Display/display.css +0 -40
- package/utilities/Flex/flex.css +0 -140
- package/utilities/Float/float.css +0 -5
- package/utilities/Sizing/sizing.css +48 -198
- package/utilities/Text/text.css +0 -210
- package/docs/pages/accessibility-guide.md +0 -161
- package/docs/pages/contribution.md +0 -109
- package/docs/pages/guidelines.md +0 -367
- package/docs/pages/icons.md +0 -129
- package/docs/pages/index.js +0 -13
- package/docs/pages/reference-docs/PF-quick-ref.key +0 -0
- package/docs/pages/reference-docs/PF-quick-ref.pdf +0 -0
- package/docs/pages/upgrade-guide.md +0 -188
package/patternfly-addons.css
CHANGED
|
@@ -180,15 +180,12 @@
|
|
|
180
180
|
.pf-u-text-align-left-on-sm {
|
|
181
181
|
text-align: left !important;
|
|
182
182
|
}
|
|
183
|
-
|
|
184
183
|
.pf-u-text-align-center-on-sm {
|
|
185
184
|
text-align: center !important;
|
|
186
185
|
}
|
|
187
|
-
|
|
188
186
|
.pf-u-text-align-right-on-sm {
|
|
189
187
|
text-align: right !important;
|
|
190
188
|
}
|
|
191
|
-
|
|
192
189
|
.pf-u-text-align-justify-on-sm {
|
|
193
190
|
text-align: justify !important;
|
|
194
191
|
}
|
|
@@ -197,15 +194,12 @@
|
|
|
197
194
|
.pf-u-text-align-left-on-md {
|
|
198
195
|
text-align: left !important;
|
|
199
196
|
}
|
|
200
|
-
|
|
201
197
|
.pf-u-text-align-center-on-md {
|
|
202
198
|
text-align: center !important;
|
|
203
199
|
}
|
|
204
|
-
|
|
205
200
|
.pf-u-text-align-right-on-md {
|
|
206
201
|
text-align: right !important;
|
|
207
202
|
}
|
|
208
|
-
|
|
209
203
|
.pf-u-text-align-justify-on-md {
|
|
210
204
|
text-align: justify !important;
|
|
211
205
|
}
|
|
@@ -214,15 +208,12 @@
|
|
|
214
208
|
.pf-u-text-align-left-on-lg {
|
|
215
209
|
text-align: left !important;
|
|
216
210
|
}
|
|
217
|
-
|
|
218
211
|
.pf-u-text-align-center-on-lg {
|
|
219
212
|
text-align: center !important;
|
|
220
213
|
}
|
|
221
|
-
|
|
222
214
|
.pf-u-text-align-right-on-lg {
|
|
223
215
|
text-align: right !important;
|
|
224
216
|
}
|
|
225
|
-
|
|
226
217
|
.pf-u-text-align-justify-on-lg {
|
|
227
218
|
text-align: justify !important;
|
|
228
219
|
}
|
|
@@ -231,15 +222,12 @@
|
|
|
231
222
|
.pf-u-text-align-left-on-xl {
|
|
232
223
|
text-align: left !important;
|
|
233
224
|
}
|
|
234
|
-
|
|
235
225
|
.pf-u-text-align-center-on-xl {
|
|
236
226
|
text-align: center !important;
|
|
237
227
|
}
|
|
238
|
-
|
|
239
228
|
.pf-u-text-align-right-on-xl {
|
|
240
229
|
text-align: right !important;
|
|
241
230
|
}
|
|
242
|
-
|
|
243
231
|
.pf-u-text-align-justify-on-xl {
|
|
244
232
|
text-align: justify !important;
|
|
245
233
|
}
|
|
@@ -248,15 +236,12 @@
|
|
|
248
236
|
.pf-u-text-align-left-on-2xl {
|
|
249
237
|
text-align: left !important;
|
|
250
238
|
}
|
|
251
|
-
|
|
252
239
|
.pf-u-text-align-center-on-2xl {
|
|
253
240
|
text-align: center !important;
|
|
254
241
|
}
|
|
255
|
-
|
|
256
242
|
.pf-u-text-align-right-on-2xl {
|
|
257
243
|
text-align: right !important;
|
|
258
244
|
}
|
|
259
|
-
|
|
260
245
|
.pf-u-text-align-justify-on-2xl {
|
|
261
246
|
text-align: justify !important;
|
|
262
247
|
}
|
|
@@ -329,63 +314,48 @@
|
|
|
329
314
|
.pf-u-background-color-100-on-sm {
|
|
330
315
|
background-color: var(--pf-global--BackgroundColor--100) !important;
|
|
331
316
|
}
|
|
332
|
-
|
|
333
317
|
.pf-u-background-color-200-on-sm {
|
|
334
318
|
background-color: var(--pf-global--BackgroundColor--200) !important;
|
|
335
319
|
}
|
|
336
|
-
|
|
337
320
|
.pf-u-background-color-active-color-100-on-sm {
|
|
338
321
|
background-color: var(--pf-global--active-color--100) !important;
|
|
339
322
|
}
|
|
340
|
-
|
|
341
323
|
.pf-u-background-color-active-color-300-on-sm {
|
|
342
324
|
background-color: var(--pf-global--active-color--300) !important;
|
|
343
325
|
}
|
|
344
|
-
|
|
345
326
|
.pf-u-background-color-primary-color-200-on-sm {
|
|
346
327
|
background-color: var(--pf-global--primary-color--200) !important;
|
|
347
328
|
}
|
|
348
|
-
|
|
349
329
|
.pf-u-background-color-dark-100-on-sm {
|
|
350
330
|
background-color: var(--pf-global--BackgroundColor--dark-100) !important;
|
|
351
331
|
}
|
|
352
|
-
|
|
353
332
|
.pf-u-background-color-dark-200-on-sm {
|
|
354
333
|
background-color: var(--pf-global--BackgroundColor--dark-200) !important;
|
|
355
334
|
}
|
|
356
|
-
|
|
357
335
|
.pf-u-background-color-dark-300-on-sm {
|
|
358
336
|
background-color: var(--pf-global--BackgroundColor--dark-300) !important;
|
|
359
337
|
}
|
|
360
|
-
|
|
361
338
|
.pf-u-background-color-dark-400-on-sm {
|
|
362
339
|
background-color: var(--pf-global--BackgroundColor--dark-400) !important;
|
|
363
340
|
}
|
|
364
|
-
|
|
365
341
|
.pf-u-background-color-disabled-color-200-on-sm {
|
|
366
342
|
background-color: var(--pf-global--disabled-color--200) !important;
|
|
367
343
|
}
|
|
368
|
-
|
|
369
344
|
.pf-u-background-color-disabled-color-300-on-sm {
|
|
370
345
|
background-color: var(--pf-global--disabled-color--300) !important;
|
|
371
346
|
}
|
|
372
|
-
|
|
373
347
|
.pf-u-background-color-default-on-sm {
|
|
374
348
|
background-color: var(--pf-global--palette--cyan-50) !important;
|
|
375
349
|
}
|
|
376
|
-
|
|
377
350
|
.pf-u-background-color-success-on-sm {
|
|
378
351
|
background-color: var(--pf-global--palette--green-50) !important;
|
|
379
352
|
}
|
|
380
|
-
|
|
381
353
|
.pf-u-background-color-info-on-sm {
|
|
382
354
|
background-color: var(--pf-global--palette--blue-50) !important;
|
|
383
355
|
}
|
|
384
|
-
|
|
385
356
|
.pf-u-background-color-warning-on-sm {
|
|
386
357
|
background-color: var(--pf-global--palette--gold-50) !important;
|
|
387
358
|
}
|
|
388
|
-
|
|
389
359
|
.pf-u-background-color-danger-on-sm {
|
|
390
360
|
background-color: var(--pf-global--palette--red-50) !important;
|
|
391
361
|
}
|
|
@@ -394,63 +364,48 @@
|
|
|
394
364
|
.pf-u-background-color-100-on-md {
|
|
395
365
|
background-color: var(--pf-global--BackgroundColor--100) !important;
|
|
396
366
|
}
|
|
397
|
-
|
|
398
367
|
.pf-u-background-color-200-on-md {
|
|
399
368
|
background-color: var(--pf-global--BackgroundColor--200) !important;
|
|
400
369
|
}
|
|
401
|
-
|
|
402
370
|
.pf-u-background-color-active-color-100-on-md {
|
|
403
371
|
background-color: var(--pf-global--active-color--100) !important;
|
|
404
372
|
}
|
|
405
|
-
|
|
406
373
|
.pf-u-background-color-active-color-300-on-md {
|
|
407
374
|
background-color: var(--pf-global--active-color--300) !important;
|
|
408
375
|
}
|
|
409
|
-
|
|
410
376
|
.pf-u-background-color-primary-color-200-on-md {
|
|
411
377
|
background-color: var(--pf-global--primary-color--200) !important;
|
|
412
378
|
}
|
|
413
|
-
|
|
414
379
|
.pf-u-background-color-dark-100-on-md {
|
|
415
380
|
background-color: var(--pf-global--BackgroundColor--dark-100) !important;
|
|
416
381
|
}
|
|
417
|
-
|
|
418
382
|
.pf-u-background-color-dark-200-on-md {
|
|
419
383
|
background-color: var(--pf-global--BackgroundColor--dark-200) !important;
|
|
420
384
|
}
|
|
421
|
-
|
|
422
385
|
.pf-u-background-color-dark-300-on-md {
|
|
423
386
|
background-color: var(--pf-global--BackgroundColor--dark-300) !important;
|
|
424
387
|
}
|
|
425
|
-
|
|
426
388
|
.pf-u-background-color-dark-400-on-md {
|
|
427
389
|
background-color: var(--pf-global--BackgroundColor--dark-400) !important;
|
|
428
390
|
}
|
|
429
|
-
|
|
430
391
|
.pf-u-background-color-disabled-color-200-on-md {
|
|
431
392
|
background-color: var(--pf-global--disabled-color--200) !important;
|
|
432
393
|
}
|
|
433
|
-
|
|
434
394
|
.pf-u-background-color-disabled-color-300-on-md {
|
|
435
395
|
background-color: var(--pf-global--disabled-color--300) !important;
|
|
436
396
|
}
|
|
437
|
-
|
|
438
397
|
.pf-u-background-color-default-on-md {
|
|
439
398
|
background-color: var(--pf-global--palette--cyan-50) !important;
|
|
440
399
|
}
|
|
441
|
-
|
|
442
400
|
.pf-u-background-color-success-on-md {
|
|
443
401
|
background-color: var(--pf-global--palette--green-50) !important;
|
|
444
402
|
}
|
|
445
|
-
|
|
446
403
|
.pf-u-background-color-info-on-md {
|
|
447
404
|
background-color: var(--pf-global--palette--blue-50) !important;
|
|
448
405
|
}
|
|
449
|
-
|
|
450
406
|
.pf-u-background-color-warning-on-md {
|
|
451
407
|
background-color: var(--pf-global--palette--gold-50) !important;
|
|
452
408
|
}
|
|
453
|
-
|
|
454
409
|
.pf-u-background-color-danger-on-md {
|
|
455
410
|
background-color: var(--pf-global--palette--red-50) !important;
|
|
456
411
|
}
|
|
@@ -459,63 +414,48 @@
|
|
|
459
414
|
.pf-u-background-color-100-on-lg {
|
|
460
415
|
background-color: var(--pf-global--BackgroundColor--100) !important;
|
|
461
416
|
}
|
|
462
|
-
|
|
463
417
|
.pf-u-background-color-200-on-lg {
|
|
464
418
|
background-color: var(--pf-global--BackgroundColor--200) !important;
|
|
465
419
|
}
|
|
466
|
-
|
|
467
420
|
.pf-u-background-color-active-color-100-on-lg {
|
|
468
421
|
background-color: var(--pf-global--active-color--100) !important;
|
|
469
422
|
}
|
|
470
|
-
|
|
471
423
|
.pf-u-background-color-active-color-300-on-lg {
|
|
472
424
|
background-color: var(--pf-global--active-color--300) !important;
|
|
473
425
|
}
|
|
474
|
-
|
|
475
426
|
.pf-u-background-color-primary-color-200-on-lg {
|
|
476
427
|
background-color: var(--pf-global--primary-color--200) !important;
|
|
477
428
|
}
|
|
478
|
-
|
|
479
429
|
.pf-u-background-color-dark-100-on-lg {
|
|
480
430
|
background-color: var(--pf-global--BackgroundColor--dark-100) !important;
|
|
481
431
|
}
|
|
482
|
-
|
|
483
432
|
.pf-u-background-color-dark-200-on-lg {
|
|
484
433
|
background-color: var(--pf-global--BackgroundColor--dark-200) !important;
|
|
485
434
|
}
|
|
486
|
-
|
|
487
435
|
.pf-u-background-color-dark-300-on-lg {
|
|
488
436
|
background-color: var(--pf-global--BackgroundColor--dark-300) !important;
|
|
489
437
|
}
|
|
490
|
-
|
|
491
438
|
.pf-u-background-color-dark-400-on-lg {
|
|
492
439
|
background-color: var(--pf-global--BackgroundColor--dark-400) !important;
|
|
493
440
|
}
|
|
494
|
-
|
|
495
441
|
.pf-u-background-color-disabled-color-200-on-lg {
|
|
496
442
|
background-color: var(--pf-global--disabled-color--200) !important;
|
|
497
443
|
}
|
|
498
|
-
|
|
499
444
|
.pf-u-background-color-disabled-color-300-on-lg {
|
|
500
445
|
background-color: var(--pf-global--disabled-color--300) !important;
|
|
501
446
|
}
|
|
502
|
-
|
|
503
447
|
.pf-u-background-color-default-on-lg {
|
|
504
448
|
background-color: var(--pf-global--palette--cyan-50) !important;
|
|
505
449
|
}
|
|
506
|
-
|
|
507
450
|
.pf-u-background-color-success-on-lg {
|
|
508
451
|
background-color: var(--pf-global--palette--green-50) !important;
|
|
509
452
|
}
|
|
510
|
-
|
|
511
453
|
.pf-u-background-color-info-on-lg {
|
|
512
454
|
background-color: var(--pf-global--palette--blue-50) !important;
|
|
513
455
|
}
|
|
514
|
-
|
|
515
456
|
.pf-u-background-color-warning-on-lg {
|
|
516
457
|
background-color: var(--pf-global--palette--gold-50) !important;
|
|
517
458
|
}
|
|
518
|
-
|
|
519
459
|
.pf-u-background-color-danger-on-lg {
|
|
520
460
|
background-color: var(--pf-global--palette--red-50) !important;
|
|
521
461
|
}
|
|
@@ -524,63 +464,48 @@
|
|
|
524
464
|
.pf-u-background-color-100-on-xl {
|
|
525
465
|
background-color: var(--pf-global--BackgroundColor--100) !important;
|
|
526
466
|
}
|
|
527
|
-
|
|
528
467
|
.pf-u-background-color-200-on-xl {
|
|
529
468
|
background-color: var(--pf-global--BackgroundColor--200) !important;
|
|
530
469
|
}
|
|
531
|
-
|
|
532
470
|
.pf-u-background-color-active-color-100-on-xl {
|
|
533
471
|
background-color: var(--pf-global--active-color--100) !important;
|
|
534
472
|
}
|
|
535
|
-
|
|
536
473
|
.pf-u-background-color-active-color-300-on-xl {
|
|
537
474
|
background-color: var(--pf-global--active-color--300) !important;
|
|
538
475
|
}
|
|
539
|
-
|
|
540
476
|
.pf-u-background-color-primary-color-200-on-xl {
|
|
541
477
|
background-color: var(--pf-global--primary-color--200) !important;
|
|
542
478
|
}
|
|
543
|
-
|
|
544
479
|
.pf-u-background-color-dark-100-on-xl {
|
|
545
480
|
background-color: var(--pf-global--BackgroundColor--dark-100) !important;
|
|
546
481
|
}
|
|
547
|
-
|
|
548
482
|
.pf-u-background-color-dark-200-on-xl {
|
|
549
483
|
background-color: var(--pf-global--BackgroundColor--dark-200) !important;
|
|
550
484
|
}
|
|
551
|
-
|
|
552
485
|
.pf-u-background-color-dark-300-on-xl {
|
|
553
486
|
background-color: var(--pf-global--BackgroundColor--dark-300) !important;
|
|
554
487
|
}
|
|
555
|
-
|
|
556
488
|
.pf-u-background-color-dark-400-on-xl {
|
|
557
489
|
background-color: var(--pf-global--BackgroundColor--dark-400) !important;
|
|
558
490
|
}
|
|
559
|
-
|
|
560
491
|
.pf-u-background-color-disabled-color-200-on-xl {
|
|
561
492
|
background-color: var(--pf-global--disabled-color--200) !important;
|
|
562
493
|
}
|
|
563
|
-
|
|
564
494
|
.pf-u-background-color-disabled-color-300-on-xl {
|
|
565
495
|
background-color: var(--pf-global--disabled-color--300) !important;
|
|
566
496
|
}
|
|
567
|
-
|
|
568
497
|
.pf-u-background-color-default-on-xl {
|
|
569
498
|
background-color: var(--pf-global--palette--cyan-50) !important;
|
|
570
499
|
}
|
|
571
|
-
|
|
572
500
|
.pf-u-background-color-success-on-xl {
|
|
573
501
|
background-color: var(--pf-global--palette--green-50) !important;
|
|
574
502
|
}
|
|
575
|
-
|
|
576
503
|
.pf-u-background-color-info-on-xl {
|
|
577
504
|
background-color: var(--pf-global--palette--blue-50) !important;
|
|
578
505
|
}
|
|
579
|
-
|
|
580
506
|
.pf-u-background-color-warning-on-xl {
|
|
581
507
|
background-color: var(--pf-global--palette--gold-50) !important;
|
|
582
508
|
}
|
|
583
|
-
|
|
584
509
|
.pf-u-background-color-danger-on-xl {
|
|
585
510
|
background-color: var(--pf-global--palette--red-50) !important;
|
|
586
511
|
}
|
|
@@ -589,63 +514,48 @@
|
|
|
589
514
|
.pf-u-background-color-100-on-2xl {
|
|
590
515
|
background-color: var(--pf-global--BackgroundColor--100) !important;
|
|
591
516
|
}
|
|
592
|
-
|
|
593
517
|
.pf-u-background-color-200-on-2xl {
|
|
594
518
|
background-color: var(--pf-global--BackgroundColor--200) !important;
|
|
595
519
|
}
|
|
596
|
-
|
|
597
520
|
.pf-u-background-color-active-color-100-on-2xl {
|
|
598
521
|
background-color: var(--pf-global--active-color--100) !important;
|
|
599
522
|
}
|
|
600
|
-
|
|
601
523
|
.pf-u-background-color-active-color-300-on-2xl {
|
|
602
524
|
background-color: var(--pf-global--active-color--300) !important;
|
|
603
525
|
}
|
|
604
|
-
|
|
605
526
|
.pf-u-background-color-primary-color-200-on-2xl {
|
|
606
527
|
background-color: var(--pf-global--primary-color--200) !important;
|
|
607
528
|
}
|
|
608
|
-
|
|
609
529
|
.pf-u-background-color-dark-100-on-2xl {
|
|
610
530
|
background-color: var(--pf-global--BackgroundColor--dark-100) !important;
|
|
611
531
|
}
|
|
612
|
-
|
|
613
532
|
.pf-u-background-color-dark-200-on-2xl {
|
|
614
533
|
background-color: var(--pf-global--BackgroundColor--dark-200) !important;
|
|
615
534
|
}
|
|
616
|
-
|
|
617
535
|
.pf-u-background-color-dark-300-on-2xl {
|
|
618
536
|
background-color: var(--pf-global--BackgroundColor--dark-300) !important;
|
|
619
537
|
}
|
|
620
|
-
|
|
621
538
|
.pf-u-background-color-dark-400-on-2xl {
|
|
622
539
|
background-color: var(--pf-global--BackgroundColor--dark-400) !important;
|
|
623
540
|
}
|
|
624
|
-
|
|
625
541
|
.pf-u-background-color-disabled-color-200-on-2xl {
|
|
626
542
|
background-color: var(--pf-global--disabled-color--200) !important;
|
|
627
543
|
}
|
|
628
|
-
|
|
629
544
|
.pf-u-background-color-disabled-color-300-on-2xl {
|
|
630
545
|
background-color: var(--pf-global--disabled-color--300) !important;
|
|
631
546
|
}
|
|
632
|
-
|
|
633
547
|
.pf-u-background-color-default-on-2xl {
|
|
634
548
|
background-color: var(--pf-global--palette--cyan-50) !important;
|
|
635
549
|
}
|
|
636
|
-
|
|
637
550
|
.pf-u-background-color-success-on-2xl {
|
|
638
551
|
background-color: var(--pf-global--palette--green-50) !important;
|
|
639
552
|
}
|
|
640
|
-
|
|
641
553
|
.pf-u-background-color-info-on-2xl {
|
|
642
554
|
background-color: var(--pf-global--palette--blue-50) !important;
|
|
643
555
|
}
|
|
644
|
-
|
|
645
556
|
.pf-u-background-color-warning-on-2xl {
|
|
646
557
|
background-color: var(--pf-global--palette--gold-50) !important;
|
|
647
558
|
}
|
|
648
|
-
|
|
649
559
|
.pf-u-background-color-danger-on-2xl {
|
|
650
560
|
background-color: var(--pf-global--palette--red-50) !important;
|
|
651
561
|
}
|
|
@@ -774,35 +684,27 @@
|
|
|
774
684
|
.pf-u-display-none-on-sm {
|
|
775
685
|
display: none !important;
|
|
776
686
|
}
|
|
777
|
-
|
|
778
687
|
.pf-u-display-inline-block-on-sm {
|
|
779
688
|
display: inline-block !important;
|
|
780
689
|
}
|
|
781
|
-
|
|
782
690
|
.pf-u-display-block-on-sm {
|
|
783
691
|
display: block !important;
|
|
784
692
|
}
|
|
785
|
-
|
|
786
693
|
.pf-u-display-inline-on-sm {
|
|
787
694
|
display: inline !important;
|
|
788
695
|
}
|
|
789
|
-
|
|
790
696
|
.pf-u-display-table-on-sm {
|
|
791
697
|
display: table !important;
|
|
792
698
|
}
|
|
793
|
-
|
|
794
699
|
.pf-u-display-table-cell-on-sm {
|
|
795
700
|
display: table-cell !important;
|
|
796
701
|
}
|
|
797
|
-
|
|
798
702
|
.pf-u-display-table-row-on-sm {
|
|
799
703
|
display: table-row !important;
|
|
800
704
|
}
|
|
801
|
-
|
|
802
705
|
.pf-u-display-flex-on-sm {
|
|
803
706
|
display: flex !important;
|
|
804
707
|
}
|
|
805
|
-
|
|
806
708
|
.pf-u-display-inline-flex-on-sm {
|
|
807
709
|
display: inline-flex !important;
|
|
808
710
|
}
|
|
@@ -811,35 +713,27 @@
|
|
|
811
713
|
.pf-u-display-none-on-md {
|
|
812
714
|
display: none !important;
|
|
813
715
|
}
|
|
814
|
-
|
|
815
716
|
.pf-u-display-inline-block-on-md {
|
|
816
717
|
display: inline-block !important;
|
|
817
718
|
}
|
|
818
|
-
|
|
819
719
|
.pf-u-display-block-on-md {
|
|
820
720
|
display: block !important;
|
|
821
721
|
}
|
|
822
|
-
|
|
823
722
|
.pf-u-display-inline-on-md {
|
|
824
723
|
display: inline !important;
|
|
825
724
|
}
|
|
826
|
-
|
|
827
725
|
.pf-u-display-table-on-md {
|
|
828
726
|
display: table !important;
|
|
829
727
|
}
|
|
830
|
-
|
|
831
728
|
.pf-u-display-table-cell-on-md {
|
|
832
729
|
display: table-cell !important;
|
|
833
730
|
}
|
|
834
|
-
|
|
835
731
|
.pf-u-display-table-row-on-md {
|
|
836
732
|
display: table-row !important;
|
|
837
733
|
}
|
|
838
|
-
|
|
839
734
|
.pf-u-display-flex-on-md {
|
|
840
735
|
display: flex !important;
|
|
841
736
|
}
|
|
842
|
-
|
|
843
737
|
.pf-u-display-inline-flex-on-md {
|
|
844
738
|
display: inline-flex !important;
|
|
845
739
|
}
|
|
@@ -848,35 +742,27 @@
|
|
|
848
742
|
.pf-u-display-none-on-lg {
|
|
849
743
|
display: none !important;
|
|
850
744
|
}
|
|
851
|
-
|
|
852
745
|
.pf-u-display-inline-block-on-lg {
|
|
853
746
|
display: inline-block !important;
|
|
854
747
|
}
|
|
855
|
-
|
|
856
748
|
.pf-u-display-block-on-lg {
|
|
857
749
|
display: block !important;
|
|
858
750
|
}
|
|
859
|
-
|
|
860
751
|
.pf-u-display-inline-on-lg {
|
|
861
752
|
display: inline !important;
|
|
862
753
|
}
|
|
863
|
-
|
|
864
754
|
.pf-u-display-table-on-lg {
|
|
865
755
|
display: table !important;
|
|
866
756
|
}
|
|
867
|
-
|
|
868
757
|
.pf-u-display-table-cell-on-lg {
|
|
869
758
|
display: table-cell !important;
|
|
870
759
|
}
|
|
871
|
-
|
|
872
760
|
.pf-u-display-table-row-on-lg {
|
|
873
761
|
display: table-row !important;
|
|
874
762
|
}
|
|
875
|
-
|
|
876
763
|
.pf-u-display-flex-on-lg {
|
|
877
764
|
display: flex !important;
|
|
878
765
|
}
|
|
879
|
-
|
|
880
766
|
.pf-u-display-inline-flex-on-lg {
|
|
881
767
|
display: inline-flex !important;
|
|
882
768
|
}
|
|
@@ -885,35 +771,27 @@
|
|
|
885
771
|
.pf-u-display-none-on-xl {
|
|
886
772
|
display: none !important;
|
|
887
773
|
}
|
|
888
|
-
|
|
889
774
|
.pf-u-display-inline-block-on-xl {
|
|
890
775
|
display: inline-block !important;
|
|
891
776
|
}
|
|
892
|
-
|
|
893
777
|
.pf-u-display-block-on-xl {
|
|
894
778
|
display: block !important;
|
|
895
779
|
}
|
|
896
|
-
|
|
897
780
|
.pf-u-display-inline-on-xl {
|
|
898
781
|
display: inline !important;
|
|
899
782
|
}
|
|
900
|
-
|
|
901
783
|
.pf-u-display-table-on-xl {
|
|
902
784
|
display: table !important;
|
|
903
785
|
}
|
|
904
|
-
|
|
905
786
|
.pf-u-display-table-cell-on-xl {
|
|
906
787
|
display: table-cell !important;
|
|
907
788
|
}
|
|
908
|
-
|
|
909
789
|
.pf-u-display-table-row-on-xl {
|
|
910
790
|
display: table-row !important;
|
|
911
791
|
}
|
|
912
|
-
|
|
913
792
|
.pf-u-display-flex-on-xl {
|
|
914
793
|
display: flex !important;
|
|
915
794
|
}
|
|
916
|
-
|
|
917
795
|
.pf-u-display-inline-flex-on-xl {
|
|
918
796
|
display: inline-flex !important;
|
|
919
797
|
}
|
|
@@ -922,35 +800,27 @@
|
|
|
922
800
|
.pf-u-display-none-on-2xl {
|
|
923
801
|
display: none !important;
|
|
924
802
|
}
|
|
925
|
-
|
|
926
803
|
.pf-u-display-inline-block-on-2xl {
|
|
927
804
|
display: inline-block !important;
|
|
928
805
|
}
|
|
929
|
-
|
|
930
806
|
.pf-u-display-block-on-2xl {
|
|
931
807
|
display: block !important;
|
|
932
808
|
}
|
|
933
|
-
|
|
934
809
|
.pf-u-display-inline-on-2xl {
|
|
935
810
|
display: inline !important;
|
|
936
811
|
}
|
|
937
|
-
|
|
938
812
|
.pf-u-display-table-on-2xl {
|
|
939
813
|
display: table !important;
|
|
940
814
|
}
|
|
941
|
-
|
|
942
815
|
.pf-u-display-table-cell-on-2xl {
|
|
943
816
|
display: table-cell !important;
|
|
944
817
|
}
|
|
945
|
-
|
|
946
818
|
.pf-u-display-table-row-on-2xl {
|
|
947
819
|
display: table-row !important;
|
|
948
820
|
}
|
|
949
|
-
|
|
950
821
|
.pf-u-display-flex-on-2xl {
|
|
951
822
|
display: flex !important;
|
|
952
823
|
}
|
|
953
|
-
|
|
954
824
|
.pf-u-display-inline-flex-on-2xl {
|
|
955
825
|
display: inline-flex !important;
|
|
956
826
|
}
|
|
@@ -975,15 +845,12 @@
|
|
|
975
845
|
.pf-u-flex-direction-column-on-sm {
|
|
976
846
|
flex-direction: column !important;
|
|
977
847
|
}
|
|
978
|
-
|
|
979
848
|
.pf-u-flex-direction-column-reverse-on-sm {
|
|
980
849
|
flex-direction: column-reverse !important;
|
|
981
850
|
}
|
|
982
|
-
|
|
983
851
|
.pf-u-flex-direction-row-on-sm {
|
|
984
852
|
flex-direction: row !important;
|
|
985
853
|
}
|
|
986
|
-
|
|
987
854
|
.pf-u-flex-direction-row-reverse-on-sm {
|
|
988
855
|
flex-direction: row-reverse !important;
|
|
989
856
|
}
|
|
@@ -992,15 +859,12 @@
|
|
|
992
859
|
.pf-u-flex-direction-column-on-md {
|
|
993
860
|
flex-direction: column !important;
|
|
994
861
|
}
|
|
995
|
-
|
|
996
862
|
.pf-u-flex-direction-column-reverse-on-md {
|
|
997
863
|
flex-direction: column-reverse !important;
|
|
998
864
|
}
|
|
999
|
-
|
|
1000
865
|
.pf-u-flex-direction-row-on-md {
|
|
1001
866
|
flex-direction: row !important;
|
|
1002
867
|
}
|
|
1003
|
-
|
|
1004
868
|
.pf-u-flex-direction-row-reverse-on-md {
|
|
1005
869
|
flex-direction: row-reverse !important;
|
|
1006
870
|
}
|
|
@@ -1009,15 +873,12 @@
|
|
|
1009
873
|
.pf-u-flex-direction-column-on-lg {
|
|
1010
874
|
flex-direction: column !important;
|
|
1011
875
|
}
|
|
1012
|
-
|
|
1013
876
|
.pf-u-flex-direction-column-reverse-on-lg {
|
|
1014
877
|
flex-direction: column-reverse !important;
|
|
1015
878
|
}
|
|
1016
|
-
|
|
1017
879
|
.pf-u-flex-direction-row-on-lg {
|
|
1018
880
|
flex-direction: row !important;
|
|
1019
881
|
}
|
|
1020
|
-
|
|
1021
882
|
.pf-u-flex-direction-row-reverse-on-lg {
|
|
1022
883
|
flex-direction: row-reverse !important;
|
|
1023
884
|
}
|
|
@@ -1026,15 +887,12 @@
|
|
|
1026
887
|
.pf-u-flex-direction-column-on-xl {
|
|
1027
888
|
flex-direction: column !important;
|
|
1028
889
|
}
|
|
1029
|
-
|
|
1030
890
|
.pf-u-flex-direction-column-reverse-on-xl {
|
|
1031
891
|
flex-direction: column-reverse !important;
|
|
1032
892
|
}
|
|
1033
|
-
|
|
1034
893
|
.pf-u-flex-direction-row-on-xl {
|
|
1035
894
|
flex-direction: row !important;
|
|
1036
895
|
}
|
|
1037
|
-
|
|
1038
896
|
.pf-u-flex-direction-row-reverse-on-xl {
|
|
1039
897
|
flex-direction: row-reverse !important;
|
|
1040
898
|
}
|
|
@@ -1043,15 +901,12 @@
|
|
|
1043
901
|
.pf-u-flex-direction-column-on-2xl {
|
|
1044
902
|
flex-direction: column !important;
|
|
1045
903
|
}
|
|
1046
|
-
|
|
1047
904
|
.pf-u-flex-direction-column-reverse-on-2xl {
|
|
1048
905
|
flex-direction: column-reverse !important;
|
|
1049
906
|
}
|
|
1050
|
-
|
|
1051
907
|
.pf-u-flex-direction-row-on-2xl {
|
|
1052
908
|
flex-direction: row !important;
|
|
1053
909
|
}
|
|
1054
|
-
|
|
1055
910
|
.pf-u-flex-direction-row-reverse-on-2xl {
|
|
1056
911
|
flex-direction: row-reverse !important;
|
|
1057
912
|
}
|
|
@@ -1072,11 +927,9 @@
|
|
|
1072
927
|
.pf-u-flex-wrap-on-sm {
|
|
1073
928
|
flex-wrap: wrap !important;
|
|
1074
929
|
}
|
|
1075
|
-
|
|
1076
930
|
.pf-u-flex-nowrap-on-sm {
|
|
1077
931
|
flex-wrap: nowrap !important;
|
|
1078
932
|
}
|
|
1079
|
-
|
|
1080
933
|
.pf-u-flex-wrap-reverse-on-sm {
|
|
1081
934
|
flex-wrap: wrap-reverse !important;
|
|
1082
935
|
}
|
|
@@ -1085,11 +938,9 @@
|
|
|
1085
938
|
.pf-u-flex-wrap-on-md {
|
|
1086
939
|
flex-wrap: wrap !important;
|
|
1087
940
|
}
|
|
1088
|
-
|
|
1089
941
|
.pf-u-flex-nowrap-on-md {
|
|
1090
942
|
flex-wrap: nowrap !important;
|
|
1091
943
|
}
|
|
1092
|
-
|
|
1093
944
|
.pf-u-flex-wrap-reverse-on-md {
|
|
1094
945
|
flex-wrap: wrap-reverse !important;
|
|
1095
946
|
}
|
|
@@ -1098,11 +949,9 @@
|
|
|
1098
949
|
.pf-u-flex-wrap-on-lg {
|
|
1099
950
|
flex-wrap: wrap !important;
|
|
1100
951
|
}
|
|
1101
|
-
|
|
1102
952
|
.pf-u-flex-nowrap-on-lg {
|
|
1103
953
|
flex-wrap: nowrap !important;
|
|
1104
954
|
}
|
|
1105
|
-
|
|
1106
955
|
.pf-u-flex-wrap-reverse-on-lg {
|
|
1107
956
|
flex-wrap: wrap-reverse !important;
|
|
1108
957
|
}
|
|
@@ -1111,11 +960,9 @@
|
|
|
1111
960
|
.pf-u-flex-wrap-on-xl {
|
|
1112
961
|
flex-wrap: wrap !important;
|
|
1113
962
|
}
|
|
1114
|
-
|
|
1115
963
|
.pf-u-flex-nowrap-on-xl {
|
|
1116
964
|
flex-wrap: nowrap !important;
|
|
1117
965
|
}
|
|
1118
|
-
|
|
1119
966
|
.pf-u-flex-wrap-reverse-on-xl {
|
|
1120
967
|
flex-wrap: wrap-reverse !important;
|
|
1121
968
|
}
|
|
@@ -1124,11 +971,9 @@
|
|
|
1124
971
|
.pf-u-flex-wrap-on-2xl {
|
|
1125
972
|
flex-wrap: wrap !important;
|
|
1126
973
|
}
|
|
1127
|
-
|
|
1128
974
|
.pf-u-flex-nowrap-on-2xl {
|
|
1129
975
|
flex-wrap: nowrap !important;
|
|
1130
976
|
}
|
|
1131
|
-
|
|
1132
977
|
.pf-u-flex-wrap-reverse-on-2xl {
|
|
1133
978
|
flex-wrap: wrap-reverse !important;
|
|
1134
979
|
}
|
|
@@ -1157,19 +1002,15 @@
|
|
|
1157
1002
|
.pf-u-align-items-flex-start-on-sm {
|
|
1158
1003
|
align-items: flex-start !important;
|
|
1159
1004
|
}
|
|
1160
|
-
|
|
1161
1005
|
.pf-u-align-items-flex-end-on-sm {
|
|
1162
1006
|
align-items: flex-end !important;
|
|
1163
1007
|
}
|
|
1164
|
-
|
|
1165
1008
|
.pf-u-align-items-center-on-sm {
|
|
1166
1009
|
align-items: center !important;
|
|
1167
1010
|
}
|
|
1168
|
-
|
|
1169
1011
|
.pf-u-align-items-baseline-on-sm {
|
|
1170
1012
|
align-items: baseline !important;
|
|
1171
1013
|
}
|
|
1172
|
-
|
|
1173
1014
|
.pf-u-align-items-stretch-on-sm {
|
|
1174
1015
|
align-items: stretch !important;
|
|
1175
1016
|
}
|
|
@@ -1178,19 +1019,15 @@
|
|
|
1178
1019
|
.pf-u-align-items-flex-start-on-md {
|
|
1179
1020
|
align-items: flex-start !important;
|
|
1180
1021
|
}
|
|
1181
|
-
|
|
1182
1022
|
.pf-u-align-items-flex-end-on-md {
|
|
1183
1023
|
align-items: flex-end !important;
|
|
1184
1024
|
}
|
|
1185
|
-
|
|
1186
1025
|
.pf-u-align-items-center-on-md {
|
|
1187
1026
|
align-items: center !important;
|
|
1188
1027
|
}
|
|
1189
|
-
|
|
1190
1028
|
.pf-u-align-items-baseline-on-md {
|
|
1191
1029
|
align-items: baseline !important;
|
|
1192
1030
|
}
|
|
1193
|
-
|
|
1194
1031
|
.pf-u-align-items-stretch-on-md {
|
|
1195
1032
|
align-items: stretch !important;
|
|
1196
1033
|
}
|
|
@@ -1199,19 +1036,15 @@
|
|
|
1199
1036
|
.pf-u-align-items-flex-start-on-lg {
|
|
1200
1037
|
align-items: flex-start !important;
|
|
1201
1038
|
}
|
|
1202
|
-
|
|
1203
1039
|
.pf-u-align-items-flex-end-on-lg {
|
|
1204
1040
|
align-items: flex-end !important;
|
|
1205
1041
|
}
|
|
1206
|
-
|
|
1207
1042
|
.pf-u-align-items-center-on-lg {
|
|
1208
1043
|
align-items: center !important;
|
|
1209
1044
|
}
|
|
1210
|
-
|
|
1211
1045
|
.pf-u-align-items-baseline-on-lg {
|
|
1212
1046
|
align-items: baseline !important;
|
|
1213
1047
|
}
|
|
1214
|
-
|
|
1215
1048
|
.pf-u-align-items-stretch-on-lg {
|
|
1216
1049
|
align-items: stretch !important;
|
|
1217
1050
|
}
|
|
@@ -1220,19 +1053,15 @@
|
|
|
1220
1053
|
.pf-u-align-items-flex-start-on-xl {
|
|
1221
1054
|
align-items: flex-start !important;
|
|
1222
1055
|
}
|
|
1223
|
-
|
|
1224
1056
|
.pf-u-align-items-flex-end-on-xl {
|
|
1225
1057
|
align-items: flex-end !important;
|
|
1226
1058
|
}
|
|
1227
|
-
|
|
1228
1059
|
.pf-u-align-items-center-on-xl {
|
|
1229
1060
|
align-items: center !important;
|
|
1230
1061
|
}
|
|
1231
|
-
|
|
1232
1062
|
.pf-u-align-items-baseline-on-xl {
|
|
1233
1063
|
align-items: baseline !important;
|
|
1234
1064
|
}
|
|
1235
|
-
|
|
1236
1065
|
.pf-u-align-items-stretch-on-xl {
|
|
1237
1066
|
align-items: stretch !important;
|
|
1238
1067
|
}
|
|
@@ -1241,19 +1070,15 @@
|
|
|
1241
1070
|
.pf-u-align-items-flex-start-on-2xl {
|
|
1242
1071
|
align-items: flex-start !important;
|
|
1243
1072
|
}
|
|
1244
|
-
|
|
1245
1073
|
.pf-u-align-items-flex-end-on-2xl {
|
|
1246
1074
|
align-items: flex-end !important;
|
|
1247
1075
|
}
|
|
1248
|
-
|
|
1249
1076
|
.pf-u-align-items-center-on-2xl {
|
|
1250
1077
|
align-items: center !important;
|
|
1251
1078
|
}
|
|
1252
|
-
|
|
1253
1079
|
.pf-u-align-items-baseline-on-2xl {
|
|
1254
1080
|
align-items: baseline !important;
|
|
1255
1081
|
}
|
|
1256
|
-
|
|
1257
1082
|
.pf-u-align-items-stretch-on-2xl {
|
|
1258
1083
|
align-items: stretch !important;
|
|
1259
1084
|
}
|
|
@@ -1282,19 +1107,15 @@
|
|
|
1282
1107
|
.pf-u-align-self-flex-start-on-sm {
|
|
1283
1108
|
align-self: flex-start !important;
|
|
1284
1109
|
}
|
|
1285
|
-
|
|
1286
1110
|
.pf-u-align-self-flex-end-on-sm {
|
|
1287
1111
|
align-self: flex-end !important;
|
|
1288
1112
|
}
|
|
1289
|
-
|
|
1290
1113
|
.pf-u-align-self-center-on-sm {
|
|
1291
1114
|
align-self: center !important;
|
|
1292
1115
|
}
|
|
1293
|
-
|
|
1294
1116
|
.pf-u-align-self-baseline-on-sm {
|
|
1295
1117
|
align-self: baseline !important;
|
|
1296
1118
|
}
|
|
1297
|
-
|
|
1298
1119
|
.pf-u-align-self-stretch-on-sm {
|
|
1299
1120
|
align-self: stretch !important;
|
|
1300
1121
|
}
|
|
@@ -1303,19 +1124,15 @@
|
|
|
1303
1124
|
.pf-u-align-self-flex-start-on-md {
|
|
1304
1125
|
align-self: flex-start !important;
|
|
1305
1126
|
}
|
|
1306
|
-
|
|
1307
1127
|
.pf-u-align-self-flex-end-on-md {
|
|
1308
1128
|
align-self: flex-end !important;
|
|
1309
1129
|
}
|
|
1310
|
-
|
|
1311
1130
|
.pf-u-align-self-center-on-md {
|
|
1312
1131
|
align-self: center !important;
|
|
1313
1132
|
}
|
|
1314
|
-
|
|
1315
1133
|
.pf-u-align-self-baseline-on-md {
|
|
1316
1134
|
align-self: baseline !important;
|
|
1317
1135
|
}
|
|
1318
|
-
|
|
1319
1136
|
.pf-u-align-self-stretch-on-md {
|
|
1320
1137
|
align-self: stretch !important;
|
|
1321
1138
|
}
|
|
@@ -1324,19 +1141,15 @@
|
|
|
1324
1141
|
.pf-u-align-self-flex-start-on-lg {
|
|
1325
1142
|
align-self: flex-start !important;
|
|
1326
1143
|
}
|
|
1327
|
-
|
|
1328
1144
|
.pf-u-align-self-flex-end-on-lg {
|
|
1329
1145
|
align-self: flex-end !important;
|
|
1330
1146
|
}
|
|
1331
|
-
|
|
1332
1147
|
.pf-u-align-self-center-on-lg {
|
|
1333
1148
|
align-self: center !important;
|
|
1334
1149
|
}
|
|
1335
|
-
|
|
1336
1150
|
.pf-u-align-self-baseline-on-lg {
|
|
1337
1151
|
align-self: baseline !important;
|
|
1338
1152
|
}
|
|
1339
|
-
|
|
1340
1153
|
.pf-u-align-self-stretch-on-lg {
|
|
1341
1154
|
align-self: stretch !important;
|
|
1342
1155
|
}
|
|
@@ -1345,19 +1158,15 @@
|
|
|
1345
1158
|
.pf-u-align-self-flex-start-on-xl {
|
|
1346
1159
|
align-self: flex-start !important;
|
|
1347
1160
|
}
|
|
1348
|
-
|
|
1349
1161
|
.pf-u-align-self-flex-end-on-xl {
|
|
1350
1162
|
align-self: flex-end !important;
|
|
1351
1163
|
}
|
|
1352
|
-
|
|
1353
1164
|
.pf-u-align-self-center-on-xl {
|
|
1354
1165
|
align-self: center !important;
|
|
1355
1166
|
}
|
|
1356
|
-
|
|
1357
1167
|
.pf-u-align-self-baseline-on-xl {
|
|
1358
1168
|
align-self: baseline !important;
|
|
1359
1169
|
}
|
|
1360
|
-
|
|
1361
1170
|
.pf-u-align-self-stretch-on-xl {
|
|
1362
1171
|
align-self: stretch !important;
|
|
1363
1172
|
}
|
|
@@ -1366,19 +1175,15 @@
|
|
|
1366
1175
|
.pf-u-align-self-flex-start-on-2xl {
|
|
1367
1176
|
align-self: flex-start !important;
|
|
1368
1177
|
}
|
|
1369
|
-
|
|
1370
1178
|
.pf-u-align-self-flex-end-on-2xl {
|
|
1371
1179
|
align-self: flex-end !important;
|
|
1372
1180
|
}
|
|
1373
|
-
|
|
1374
1181
|
.pf-u-align-self-center-on-2xl {
|
|
1375
1182
|
align-self: center !important;
|
|
1376
1183
|
}
|
|
1377
|
-
|
|
1378
1184
|
.pf-u-align-self-baseline-on-2xl {
|
|
1379
1185
|
align-self: baseline !important;
|
|
1380
1186
|
}
|
|
1381
|
-
|
|
1382
1187
|
.pf-u-align-self-stretch-on-2xl {
|
|
1383
1188
|
align-self: stretch !important;
|
|
1384
1189
|
}
|
|
@@ -1411,23 +1216,18 @@
|
|
|
1411
1216
|
.pf-u-align-content-flex-start-on-sm {
|
|
1412
1217
|
align-content: flex-start !important;
|
|
1413
1218
|
}
|
|
1414
|
-
|
|
1415
1219
|
.pf-u-align-content-flex-end-on-sm {
|
|
1416
1220
|
align-content: flex-end !important;
|
|
1417
1221
|
}
|
|
1418
|
-
|
|
1419
1222
|
.pf-u-align-content-center-on-sm {
|
|
1420
1223
|
align-content: center !important;
|
|
1421
1224
|
}
|
|
1422
|
-
|
|
1423
1225
|
.pf-u-align-content-space-between-on-sm {
|
|
1424
1226
|
align-content: space-between !important;
|
|
1425
1227
|
}
|
|
1426
|
-
|
|
1427
1228
|
.pf-u-align-content-space-around-on-sm {
|
|
1428
1229
|
align-content: space-around !important;
|
|
1429
1230
|
}
|
|
1430
|
-
|
|
1431
1231
|
.pf-u-align-content-stretch-on-sm {
|
|
1432
1232
|
align-content: stretch !important;
|
|
1433
1233
|
}
|
|
@@ -1436,23 +1236,18 @@
|
|
|
1436
1236
|
.pf-u-align-content-flex-start-on-md {
|
|
1437
1237
|
align-content: flex-start !important;
|
|
1438
1238
|
}
|
|
1439
|
-
|
|
1440
1239
|
.pf-u-align-content-flex-end-on-md {
|
|
1441
1240
|
align-content: flex-end !important;
|
|
1442
1241
|
}
|
|
1443
|
-
|
|
1444
1242
|
.pf-u-align-content-center-on-md {
|
|
1445
1243
|
align-content: center !important;
|
|
1446
1244
|
}
|
|
1447
|
-
|
|
1448
1245
|
.pf-u-align-content-space-between-on-md {
|
|
1449
1246
|
align-content: space-between !important;
|
|
1450
1247
|
}
|
|
1451
|
-
|
|
1452
1248
|
.pf-u-align-content-space-around-on-md {
|
|
1453
1249
|
align-content: space-around !important;
|
|
1454
1250
|
}
|
|
1455
|
-
|
|
1456
1251
|
.pf-u-align-content-stretch-on-md {
|
|
1457
1252
|
align-content: stretch !important;
|
|
1458
1253
|
}
|
|
@@ -1461,23 +1256,18 @@
|
|
|
1461
1256
|
.pf-u-align-content-flex-start-on-lg {
|
|
1462
1257
|
align-content: flex-start !important;
|
|
1463
1258
|
}
|
|
1464
|
-
|
|
1465
1259
|
.pf-u-align-content-flex-end-on-lg {
|
|
1466
1260
|
align-content: flex-end !important;
|
|
1467
1261
|
}
|
|
1468
|
-
|
|
1469
1262
|
.pf-u-align-content-center-on-lg {
|
|
1470
1263
|
align-content: center !important;
|
|
1471
1264
|
}
|
|
1472
|
-
|
|
1473
1265
|
.pf-u-align-content-space-between-on-lg {
|
|
1474
1266
|
align-content: space-between !important;
|
|
1475
1267
|
}
|
|
1476
|
-
|
|
1477
1268
|
.pf-u-align-content-space-around-on-lg {
|
|
1478
1269
|
align-content: space-around !important;
|
|
1479
1270
|
}
|
|
1480
|
-
|
|
1481
1271
|
.pf-u-align-content-stretch-on-lg {
|
|
1482
1272
|
align-content: stretch !important;
|
|
1483
1273
|
}
|
|
@@ -1486,23 +1276,18 @@
|
|
|
1486
1276
|
.pf-u-align-content-flex-start-on-xl {
|
|
1487
1277
|
align-content: flex-start !important;
|
|
1488
1278
|
}
|
|
1489
|
-
|
|
1490
1279
|
.pf-u-align-content-flex-end-on-xl {
|
|
1491
1280
|
align-content: flex-end !important;
|
|
1492
1281
|
}
|
|
1493
|
-
|
|
1494
1282
|
.pf-u-align-content-center-on-xl {
|
|
1495
1283
|
align-content: center !important;
|
|
1496
1284
|
}
|
|
1497
|
-
|
|
1498
1285
|
.pf-u-align-content-space-between-on-xl {
|
|
1499
1286
|
align-content: space-between !important;
|
|
1500
1287
|
}
|
|
1501
|
-
|
|
1502
1288
|
.pf-u-align-content-space-around-on-xl {
|
|
1503
1289
|
align-content: space-around !important;
|
|
1504
1290
|
}
|
|
1505
|
-
|
|
1506
1291
|
.pf-u-align-content-stretch-on-xl {
|
|
1507
1292
|
align-content: stretch !important;
|
|
1508
1293
|
}
|
|
@@ -1511,23 +1296,18 @@
|
|
|
1511
1296
|
.pf-u-align-content-flex-start-on-2xl {
|
|
1512
1297
|
align-content: flex-start !important;
|
|
1513
1298
|
}
|
|
1514
|
-
|
|
1515
1299
|
.pf-u-align-content-flex-end-on-2xl {
|
|
1516
1300
|
align-content: flex-end !important;
|
|
1517
1301
|
}
|
|
1518
|
-
|
|
1519
1302
|
.pf-u-align-content-center-on-2xl {
|
|
1520
1303
|
align-content: center !important;
|
|
1521
1304
|
}
|
|
1522
|
-
|
|
1523
1305
|
.pf-u-align-content-space-between-on-2xl {
|
|
1524
1306
|
align-content: space-between !important;
|
|
1525
1307
|
}
|
|
1526
|
-
|
|
1527
1308
|
.pf-u-align-content-space-around-on-2xl {
|
|
1528
1309
|
align-content: space-around !important;
|
|
1529
1310
|
}
|
|
1530
|
-
|
|
1531
1311
|
.pf-u-align-content-stretch-on-2xl {
|
|
1532
1312
|
align-content: stretch !important;
|
|
1533
1313
|
}
|
|
@@ -1560,23 +1340,18 @@
|
|
|
1560
1340
|
.pf-u-justify-content-flex-start-on-sm {
|
|
1561
1341
|
justify-content: flex-start !important;
|
|
1562
1342
|
}
|
|
1563
|
-
|
|
1564
1343
|
.pf-u-justify-content-flex-end-on-sm {
|
|
1565
1344
|
justify-content: flex-end !important;
|
|
1566
1345
|
}
|
|
1567
|
-
|
|
1568
1346
|
.pf-u-justify-content-center-on-sm {
|
|
1569
1347
|
justify-content: center !important;
|
|
1570
1348
|
}
|
|
1571
|
-
|
|
1572
1349
|
.pf-u-justify-content-space-between-on-sm {
|
|
1573
1350
|
justify-content: space-between !important;
|
|
1574
1351
|
}
|
|
1575
|
-
|
|
1576
1352
|
.pf-u-justify-content-space-around-on-sm {
|
|
1577
1353
|
justify-content: space-around !important;
|
|
1578
1354
|
}
|
|
1579
|
-
|
|
1580
1355
|
.pf-u-justify-content-stretch-on-sm {
|
|
1581
1356
|
justify-content: stretch !important;
|
|
1582
1357
|
}
|
|
@@ -1585,23 +1360,18 @@
|
|
|
1585
1360
|
.pf-u-justify-content-flex-start-on-md {
|
|
1586
1361
|
justify-content: flex-start !important;
|
|
1587
1362
|
}
|
|
1588
|
-
|
|
1589
1363
|
.pf-u-justify-content-flex-end-on-md {
|
|
1590
1364
|
justify-content: flex-end !important;
|
|
1591
1365
|
}
|
|
1592
|
-
|
|
1593
1366
|
.pf-u-justify-content-center-on-md {
|
|
1594
1367
|
justify-content: center !important;
|
|
1595
1368
|
}
|
|
1596
|
-
|
|
1597
1369
|
.pf-u-justify-content-space-between-on-md {
|
|
1598
1370
|
justify-content: space-between !important;
|
|
1599
1371
|
}
|
|
1600
|
-
|
|
1601
1372
|
.pf-u-justify-content-space-around-on-md {
|
|
1602
1373
|
justify-content: space-around !important;
|
|
1603
1374
|
}
|
|
1604
|
-
|
|
1605
1375
|
.pf-u-justify-content-stretch-on-md {
|
|
1606
1376
|
justify-content: stretch !important;
|
|
1607
1377
|
}
|
|
@@ -1610,23 +1380,18 @@
|
|
|
1610
1380
|
.pf-u-justify-content-flex-start-on-lg {
|
|
1611
1381
|
justify-content: flex-start !important;
|
|
1612
1382
|
}
|
|
1613
|
-
|
|
1614
1383
|
.pf-u-justify-content-flex-end-on-lg {
|
|
1615
1384
|
justify-content: flex-end !important;
|
|
1616
1385
|
}
|
|
1617
|
-
|
|
1618
1386
|
.pf-u-justify-content-center-on-lg {
|
|
1619
1387
|
justify-content: center !important;
|
|
1620
1388
|
}
|
|
1621
|
-
|
|
1622
1389
|
.pf-u-justify-content-space-between-on-lg {
|
|
1623
1390
|
justify-content: space-between !important;
|
|
1624
1391
|
}
|
|
1625
|
-
|
|
1626
1392
|
.pf-u-justify-content-space-around-on-lg {
|
|
1627
1393
|
justify-content: space-around !important;
|
|
1628
1394
|
}
|
|
1629
|
-
|
|
1630
1395
|
.pf-u-justify-content-stretch-on-lg {
|
|
1631
1396
|
justify-content: stretch !important;
|
|
1632
1397
|
}
|
|
@@ -1635,23 +1400,18 @@
|
|
|
1635
1400
|
.pf-u-justify-content-flex-start-on-xl {
|
|
1636
1401
|
justify-content: flex-start !important;
|
|
1637
1402
|
}
|
|
1638
|
-
|
|
1639
1403
|
.pf-u-justify-content-flex-end-on-xl {
|
|
1640
1404
|
justify-content: flex-end !important;
|
|
1641
1405
|
}
|
|
1642
|
-
|
|
1643
1406
|
.pf-u-justify-content-center-on-xl {
|
|
1644
1407
|
justify-content: center !important;
|
|
1645
1408
|
}
|
|
1646
|
-
|
|
1647
1409
|
.pf-u-justify-content-space-between-on-xl {
|
|
1648
1410
|
justify-content: space-between !important;
|
|
1649
1411
|
}
|
|
1650
|
-
|
|
1651
1412
|
.pf-u-justify-content-space-around-on-xl {
|
|
1652
1413
|
justify-content: space-around !important;
|
|
1653
1414
|
}
|
|
1654
|
-
|
|
1655
1415
|
.pf-u-justify-content-stretch-on-xl {
|
|
1656
1416
|
justify-content: stretch !important;
|
|
1657
1417
|
}
|
|
@@ -1660,23 +1420,18 @@
|
|
|
1660
1420
|
.pf-u-justify-content-flex-start-on-2xl {
|
|
1661
1421
|
justify-content: flex-start !important;
|
|
1662
1422
|
}
|
|
1663
|
-
|
|
1664
1423
|
.pf-u-justify-content-flex-end-on-2xl {
|
|
1665
1424
|
justify-content: flex-end !important;
|
|
1666
1425
|
}
|
|
1667
|
-
|
|
1668
1426
|
.pf-u-justify-content-center-on-2xl {
|
|
1669
1427
|
justify-content: center !important;
|
|
1670
1428
|
}
|
|
1671
|
-
|
|
1672
1429
|
.pf-u-justify-content-space-between-on-2xl {
|
|
1673
1430
|
justify-content: space-between !important;
|
|
1674
1431
|
}
|
|
1675
|
-
|
|
1676
1432
|
.pf-u-justify-content-space-around-on-2xl {
|
|
1677
1433
|
justify-content: space-around !important;
|
|
1678
1434
|
}
|
|
1679
|
-
|
|
1680
1435
|
.pf-u-justify-content-stretch-on-2xl {
|
|
1681
1436
|
justify-content: stretch !important;
|
|
1682
1437
|
}
|
|
@@ -1701,15 +1456,12 @@
|
|
|
1701
1456
|
.pf-u-flex-shrink-1-on-sm {
|
|
1702
1457
|
flex-shrink: 1 !important;
|
|
1703
1458
|
}
|
|
1704
|
-
|
|
1705
1459
|
.pf-u-flex-grow-1-on-sm {
|
|
1706
1460
|
flex-grow: 1 !important;
|
|
1707
1461
|
}
|
|
1708
|
-
|
|
1709
1462
|
.pf-u-flex-shrink-0-on-sm {
|
|
1710
1463
|
flex-shrink: 0 !important;
|
|
1711
1464
|
}
|
|
1712
|
-
|
|
1713
1465
|
.pf-u-flex-grow-0-on-sm {
|
|
1714
1466
|
flex-grow: 0 !important;
|
|
1715
1467
|
}
|
|
@@ -1718,15 +1470,12 @@
|
|
|
1718
1470
|
.pf-u-flex-shrink-1-on-md {
|
|
1719
1471
|
flex-shrink: 1 !important;
|
|
1720
1472
|
}
|
|
1721
|
-
|
|
1722
1473
|
.pf-u-flex-grow-1-on-md {
|
|
1723
1474
|
flex-grow: 1 !important;
|
|
1724
1475
|
}
|
|
1725
|
-
|
|
1726
1476
|
.pf-u-flex-shrink-0-on-md {
|
|
1727
1477
|
flex-shrink: 0 !important;
|
|
1728
1478
|
}
|
|
1729
|
-
|
|
1730
1479
|
.pf-u-flex-grow-0-on-md {
|
|
1731
1480
|
flex-grow: 0 !important;
|
|
1732
1481
|
}
|
|
@@ -1735,15 +1484,12 @@
|
|
|
1735
1484
|
.pf-u-flex-shrink-1-on-lg {
|
|
1736
1485
|
flex-shrink: 1 !important;
|
|
1737
1486
|
}
|
|
1738
|
-
|
|
1739
1487
|
.pf-u-flex-grow-1-on-lg {
|
|
1740
1488
|
flex-grow: 1 !important;
|
|
1741
1489
|
}
|
|
1742
|
-
|
|
1743
1490
|
.pf-u-flex-shrink-0-on-lg {
|
|
1744
1491
|
flex-shrink: 0 !important;
|
|
1745
1492
|
}
|
|
1746
|
-
|
|
1747
1493
|
.pf-u-flex-grow-0-on-lg {
|
|
1748
1494
|
flex-grow: 0 !important;
|
|
1749
1495
|
}
|
|
@@ -1752,15 +1498,12 @@
|
|
|
1752
1498
|
.pf-u-flex-shrink-1-on-xl {
|
|
1753
1499
|
flex-shrink: 1 !important;
|
|
1754
1500
|
}
|
|
1755
|
-
|
|
1756
1501
|
.pf-u-flex-grow-1-on-xl {
|
|
1757
1502
|
flex-grow: 1 !important;
|
|
1758
1503
|
}
|
|
1759
|
-
|
|
1760
1504
|
.pf-u-flex-shrink-0-on-xl {
|
|
1761
1505
|
flex-shrink: 0 !important;
|
|
1762
1506
|
}
|
|
1763
|
-
|
|
1764
1507
|
.pf-u-flex-grow-0-on-xl {
|
|
1765
1508
|
flex-grow: 0 !important;
|
|
1766
1509
|
}
|
|
@@ -1769,15 +1512,12 @@
|
|
|
1769
1512
|
.pf-u-flex-shrink-1-on-2xl {
|
|
1770
1513
|
flex-shrink: 1 !important;
|
|
1771
1514
|
}
|
|
1772
|
-
|
|
1773
1515
|
.pf-u-flex-grow-1-on-2xl {
|
|
1774
1516
|
flex-grow: 1 !important;
|
|
1775
1517
|
}
|
|
1776
|
-
|
|
1777
1518
|
.pf-u-flex-shrink-0-on-2xl {
|
|
1778
1519
|
flex-shrink: 0 !important;
|
|
1779
1520
|
}
|
|
1780
|
-
|
|
1781
1521
|
.pf-u-flex-grow-0-on-2xl {
|
|
1782
1522
|
flex-grow: 0 !important;
|
|
1783
1523
|
}
|
|
@@ -1794,7 +1534,6 @@
|
|
|
1794
1534
|
.pf-u-flex-basis-0-on-sm {
|
|
1795
1535
|
flex-basis: 0 !important;
|
|
1796
1536
|
}
|
|
1797
|
-
|
|
1798
1537
|
.pf-u-flex-basis-auto-on-sm {
|
|
1799
1538
|
flex-basis: auto !important;
|
|
1800
1539
|
}
|
|
@@ -1803,7 +1542,6 @@
|
|
|
1803
1542
|
.pf-u-flex-basis-0-on-md {
|
|
1804
1543
|
flex-basis: 0 !important;
|
|
1805
1544
|
}
|
|
1806
|
-
|
|
1807
1545
|
.pf-u-flex-basis-auto-on-md {
|
|
1808
1546
|
flex-basis: auto !important;
|
|
1809
1547
|
}
|
|
@@ -1812,7 +1550,6 @@
|
|
|
1812
1550
|
.pf-u-flex-basis-0-on-lg {
|
|
1813
1551
|
flex-basis: 0 !important;
|
|
1814
1552
|
}
|
|
1815
|
-
|
|
1816
1553
|
.pf-u-flex-basis-auto-on-lg {
|
|
1817
1554
|
flex-basis: auto !important;
|
|
1818
1555
|
}
|
|
@@ -1821,7 +1558,6 @@
|
|
|
1821
1558
|
.pf-u-flex-basis-0-on-xl {
|
|
1822
1559
|
flex-basis: 0 !important;
|
|
1823
1560
|
}
|
|
1824
|
-
|
|
1825
1561
|
.pf-u-flex-basis-auto-on-xl {
|
|
1826
1562
|
flex-basis: auto !important;
|
|
1827
1563
|
}
|
|
@@ -1830,7 +1566,6 @@
|
|
|
1830
1566
|
.pf-u-flex-basis-0-on-2xl {
|
|
1831
1567
|
flex-basis: 0 !important;
|
|
1832
1568
|
}
|
|
1833
|
-
|
|
1834
1569
|
.pf-u-flex-basis-auto-on-2xl {
|
|
1835
1570
|
flex-basis: auto !important;
|
|
1836
1571
|
}
|
|
@@ -1847,7 +1582,6 @@
|
|
|
1847
1582
|
.pf-u-flex-none-on-sm {
|
|
1848
1583
|
flex: none !important;
|
|
1849
1584
|
}
|
|
1850
|
-
|
|
1851
1585
|
.pf-u-flex-1-on-sm {
|
|
1852
1586
|
flex: 1 !important;
|
|
1853
1587
|
}
|
|
@@ -1856,7 +1590,6 @@
|
|
|
1856
1590
|
.pf-u-flex-none-on-md {
|
|
1857
1591
|
flex: none !important;
|
|
1858
1592
|
}
|
|
1859
|
-
|
|
1860
1593
|
.pf-u-flex-1-on-md {
|
|
1861
1594
|
flex: 1 !important;
|
|
1862
1595
|
}
|
|
@@ -1865,7 +1598,6 @@
|
|
|
1865
1598
|
.pf-u-flex-none-on-lg {
|
|
1866
1599
|
flex: none !important;
|
|
1867
1600
|
}
|
|
1868
|
-
|
|
1869
1601
|
.pf-u-flex-1-on-lg {
|
|
1870
1602
|
flex: 1 !important;
|
|
1871
1603
|
}
|
|
@@ -1874,7 +1606,6 @@
|
|
|
1874
1606
|
.pf-u-flex-none-on-xl {
|
|
1875
1607
|
flex: none !important;
|
|
1876
1608
|
}
|
|
1877
|
-
|
|
1878
1609
|
.pf-u-flex-1-on-xl {
|
|
1879
1610
|
flex: 1 !important;
|
|
1880
1611
|
}
|
|
@@ -1883,7 +1614,6 @@
|
|
|
1883
1614
|
.pf-u-flex-none-on-2xl {
|
|
1884
1615
|
flex: none !important;
|
|
1885
1616
|
}
|
|
1886
|
-
|
|
1887
1617
|
.pf-u-flex-1-on-2xl {
|
|
1888
1618
|
flex: 1 !important;
|
|
1889
1619
|
}
|
|
@@ -1934,7 +1664,6 @@
|
|
|
1934
1664
|
.pf-u-float-left-on-sm {
|
|
1935
1665
|
float: left !important;
|
|
1936
1666
|
}
|
|
1937
|
-
|
|
1938
1667
|
.pf-u-float-right-on-sm {
|
|
1939
1668
|
float: right !important;
|
|
1940
1669
|
}
|
|
@@ -1943,7 +1672,6 @@
|
|
|
1943
1672
|
.pf-u-float-left-on-md {
|
|
1944
1673
|
float: left !important;
|
|
1945
1674
|
}
|
|
1946
|
-
|
|
1947
1675
|
.pf-u-float-right-on-md {
|
|
1948
1676
|
float: right !important;
|
|
1949
1677
|
}
|
|
@@ -1952,7 +1680,6 @@
|
|
|
1952
1680
|
.pf-u-float-left-on-lg {
|
|
1953
1681
|
float: left !important;
|
|
1954
1682
|
}
|
|
1955
|
-
|
|
1956
1683
|
.pf-u-float-right-on-lg {
|
|
1957
1684
|
float: right !important;
|
|
1958
1685
|
}
|
|
@@ -1961,7 +1688,6 @@
|
|
|
1961
1688
|
.pf-u-float-left-on-xl {
|
|
1962
1689
|
float: left !important;
|
|
1963
1690
|
}
|
|
1964
|
-
|
|
1965
1691
|
.pf-u-float-right-on-xl {
|
|
1966
1692
|
float: right !important;
|
|
1967
1693
|
}
|
|
@@ -1970,7 +1696,6 @@
|
|
|
1970
1696
|
.pf-u-float-left-on-2xl {
|
|
1971
1697
|
float: left !important;
|
|
1972
1698
|
}
|
|
1973
|
-
|
|
1974
1699
|
.pf-u-float-right-on-2xl {
|
|
1975
1700
|
float: right !important;
|
|
1976
1701
|
}
|
|
@@ -1996,7 +1721,7 @@
|
|
|
1996
1721
|
}
|
|
1997
1722
|
|
|
1998
1723
|
.pf-u-w-33 {
|
|
1999
|
-
width:
|
|
1724
|
+
width: 33.3333333333% !important;
|
|
2000
1725
|
}
|
|
2001
1726
|
|
|
2002
1727
|
.pf-u-w-50 {
|
|
@@ -2004,7 +1729,7 @@
|
|
|
2004
1729
|
}
|
|
2005
1730
|
|
|
2006
1731
|
.pf-u-w-66 {
|
|
2007
|
-
width:
|
|
1732
|
+
width: 66.6666666667% !important;
|
|
2008
1733
|
}
|
|
2009
1734
|
|
|
2010
1735
|
.pf-u-w-75 {
|
|
@@ -2020,7 +1745,7 @@
|
|
|
2020
1745
|
}
|
|
2021
1746
|
|
|
2022
1747
|
.pf-u-w-33vw {
|
|
2023
|
-
width:
|
|
1748
|
+
width: 33.3333333333vw !important;
|
|
2024
1749
|
}
|
|
2025
1750
|
|
|
2026
1751
|
.pf-u-w-50vw {
|
|
@@ -2028,7 +1753,7 @@
|
|
|
2028
1753
|
}
|
|
2029
1754
|
|
|
2030
1755
|
.pf-u-w-66vw {
|
|
2031
|
-
width:
|
|
1756
|
+
width: 66.6666666667vw !important;
|
|
2032
1757
|
}
|
|
2033
1758
|
|
|
2034
1759
|
.pf-u-w-75vw {
|
|
@@ -2043,63 +1768,48 @@
|
|
|
2043
1768
|
.pf-u-w-auto-on-sm {
|
|
2044
1769
|
width: auto !important;
|
|
2045
1770
|
}
|
|
2046
|
-
|
|
2047
1771
|
.pf-u-w-initial-on-sm {
|
|
2048
1772
|
width: initial !important;
|
|
2049
1773
|
}
|
|
2050
|
-
|
|
2051
1774
|
.pf-u-w-inherit-on-sm {
|
|
2052
1775
|
width: inherit !important;
|
|
2053
1776
|
}
|
|
2054
|
-
|
|
2055
1777
|
.pf-u-w-0-on-sm {
|
|
2056
1778
|
width: 0% !important;
|
|
2057
1779
|
}
|
|
2058
|
-
|
|
2059
1780
|
.pf-u-w-25-on-sm {
|
|
2060
1781
|
width: 25% !important;
|
|
2061
1782
|
}
|
|
2062
|
-
|
|
2063
1783
|
.pf-u-w-33-on-sm {
|
|
2064
|
-
width:
|
|
1784
|
+
width: 33.3333333333% !important;
|
|
2065
1785
|
}
|
|
2066
|
-
|
|
2067
1786
|
.pf-u-w-50-on-sm {
|
|
2068
1787
|
width: 50% !important;
|
|
2069
1788
|
}
|
|
2070
|
-
|
|
2071
1789
|
.pf-u-w-66-on-sm {
|
|
2072
|
-
width:
|
|
1790
|
+
width: 66.6666666667% !important;
|
|
2073
1791
|
}
|
|
2074
|
-
|
|
2075
1792
|
.pf-u-w-75-on-sm {
|
|
2076
1793
|
width: 75% !important;
|
|
2077
1794
|
}
|
|
2078
|
-
|
|
2079
1795
|
.pf-u-w-100-on-sm {
|
|
2080
1796
|
width: 100% !important;
|
|
2081
1797
|
}
|
|
2082
|
-
|
|
2083
1798
|
.pf-u-w-25vw-on-sm {
|
|
2084
1799
|
width: 25vw !important;
|
|
2085
1800
|
}
|
|
2086
|
-
|
|
2087
1801
|
.pf-u-w-33vw-on-sm {
|
|
2088
|
-
width:
|
|
1802
|
+
width: 33.3333333333vw !important;
|
|
2089
1803
|
}
|
|
2090
|
-
|
|
2091
1804
|
.pf-u-w-50vw-on-sm {
|
|
2092
1805
|
width: 50vw !important;
|
|
2093
1806
|
}
|
|
2094
|
-
|
|
2095
1807
|
.pf-u-w-66vw-on-sm {
|
|
2096
|
-
width:
|
|
1808
|
+
width: 66.6666666667vw !important;
|
|
2097
1809
|
}
|
|
2098
|
-
|
|
2099
1810
|
.pf-u-w-75vw-on-sm {
|
|
2100
1811
|
width: 75vw !important;
|
|
2101
1812
|
}
|
|
2102
|
-
|
|
2103
1813
|
.pf-u-w-100vw-on-sm {
|
|
2104
1814
|
width: 100vw !important;
|
|
2105
1815
|
}
|
|
@@ -2108,63 +1818,48 @@
|
|
|
2108
1818
|
.pf-u-w-auto-on-md {
|
|
2109
1819
|
width: auto !important;
|
|
2110
1820
|
}
|
|
2111
|
-
|
|
2112
1821
|
.pf-u-w-initial-on-md {
|
|
2113
1822
|
width: initial !important;
|
|
2114
1823
|
}
|
|
2115
|
-
|
|
2116
1824
|
.pf-u-w-inherit-on-md {
|
|
2117
1825
|
width: inherit !important;
|
|
2118
1826
|
}
|
|
2119
|
-
|
|
2120
1827
|
.pf-u-w-0-on-md {
|
|
2121
1828
|
width: 0% !important;
|
|
2122
1829
|
}
|
|
2123
|
-
|
|
2124
1830
|
.pf-u-w-25-on-md {
|
|
2125
1831
|
width: 25% !important;
|
|
2126
1832
|
}
|
|
2127
|
-
|
|
2128
1833
|
.pf-u-w-33-on-md {
|
|
2129
|
-
width:
|
|
1834
|
+
width: 33.3333333333% !important;
|
|
2130
1835
|
}
|
|
2131
|
-
|
|
2132
1836
|
.pf-u-w-50-on-md {
|
|
2133
1837
|
width: 50% !important;
|
|
2134
1838
|
}
|
|
2135
|
-
|
|
2136
1839
|
.pf-u-w-66-on-md {
|
|
2137
|
-
width:
|
|
1840
|
+
width: 66.6666666667% !important;
|
|
2138
1841
|
}
|
|
2139
|
-
|
|
2140
1842
|
.pf-u-w-75-on-md {
|
|
2141
1843
|
width: 75% !important;
|
|
2142
1844
|
}
|
|
2143
|
-
|
|
2144
1845
|
.pf-u-w-100-on-md {
|
|
2145
1846
|
width: 100% !important;
|
|
2146
1847
|
}
|
|
2147
|
-
|
|
2148
1848
|
.pf-u-w-25vw-on-md {
|
|
2149
1849
|
width: 25vw !important;
|
|
2150
1850
|
}
|
|
2151
|
-
|
|
2152
1851
|
.pf-u-w-33vw-on-md {
|
|
2153
|
-
width:
|
|
1852
|
+
width: 33.3333333333vw !important;
|
|
2154
1853
|
}
|
|
2155
|
-
|
|
2156
1854
|
.pf-u-w-50vw-on-md {
|
|
2157
1855
|
width: 50vw !important;
|
|
2158
1856
|
}
|
|
2159
|
-
|
|
2160
1857
|
.pf-u-w-66vw-on-md {
|
|
2161
|
-
width:
|
|
1858
|
+
width: 66.6666666667vw !important;
|
|
2162
1859
|
}
|
|
2163
|
-
|
|
2164
1860
|
.pf-u-w-75vw-on-md {
|
|
2165
1861
|
width: 75vw !important;
|
|
2166
1862
|
}
|
|
2167
|
-
|
|
2168
1863
|
.pf-u-w-100vw-on-md {
|
|
2169
1864
|
width: 100vw !important;
|
|
2170
1865
|
}
|
|
@@ -2173,63 +1868,48 @@
|
|
|
2173
1868
|
.pf-u-w-auto-on-lg {
|
|
2174
1869
|
width: auto !important;
|
|
2175
1870
|
}
|
|
2176
|
-
|
|
2177
1871
|
.pf-u-w-initial-on-lg {
|
|
2178
1872
|
width: initial !important;
|
|
2179
1873
|
}
|
|
2180
|
-
|
|
2181
1874
|
.pf-u-w-inherit-on-lg {
|
|
2182
1875
|
width: inherit !important;
|
|
2183
1876
|
}
|
|
2184
|
-
|
|
2185
1877
|
.pf-u-w-0-on-lg {
|
|
2186
1878
|
width: 0% !important;
|
|
2187
1879
|
}
|
|
2188
|
-
|
|
2189
1880
|
.pf-u-w-25-on-lg {
|
|
2190
1881
|
width: 25% !important;
|
|
2191
1882
|
}
|
|
2192
|
-
|
|
2193
1883
|
.pf-u-w-33-on-lg {
|
|
2194
|
-
width:
|
|
1884
|
+
width: 33.3333333333% !important;
|
|
2195
1885
|
}
|
|
2196
|
-
|
|
2197
1886
|
.pf-u-w-50-on-lg {
|
|
2198
1887
|
width: 50% !important;
|
|
2199
1888
|
}
|
|
2200
|
-
|
|
2201
1889
|
.pf-u-w-66-on-lg {
|
|
2202
|
-
width:
|
|
1890
|
+
width: 66.6666666667% !important;
|
|
2203
1891
|
}
|
|
2204
|
-
|
|
2205
1892
|
.pf-u-w-75-on-lg {
|
|
2206
1893
|
width: 75% !important;
|
|
2207
1894
|
}
|
|
2208
|
-
|
|
2209
1895
|
.pf-u-w-100-on-lg {
|
|
2210
1896
|
width: 100% !important;
|
|
2211
1897
|
}
|
|
2212
|
-
|
|
2213
1898
|
.pf-u-w-25vw-on-lg {
|
|
2214
1899
|
width: 25vw !important;
|
|
2215
1900
|
}
|
|
2216
|
-
|
|
2217
1901
|
.pf-u-w-33vw-on-lg {
|
|
2218
|
-
width:
|
|
1902
|
+
width: 33.3333333333vw !important;
|
|
2219
1903
|
}
|
|
2220
|
-
|
|
2221
1904
|
.pf-u-w-50vw-on-lg {
|
|
2222
1905
|
width: 50vw !important;
|
|
2223
1906
|
}
|
|
2224
|
-
|
|
2225
1907
|
.pf-u-w-66vw-on-lg {
|
|
2226
|
-
width:
|
|
1908
|
+
width: 66.6666666667vw !important;
|
|
2227
1909
|
}
|
|
2228
|
-
|
|
2229
1910
|
.pf-u-w-75vw-on-lg {
|
|
2230
1911
|
width: 75vw !important;
|
|
2231
1912
|
}
|
|
2232
|
-
|
|
2233
1913
|
.pf-u-w-100vw-on-lg {
|
|
2234
1914
|
width: 100vw !important;
|
|
2235
1915
|
}
|
|
@@ -2238,63 +1918,48 @@
|
|
|
2238
1918
|
.pf-u-w-auto-on-xl {
|
|
2239
1919
|
width: auto !important;
|
|
2240
1920
|
}
|
|
2241
|
-
|
|
2242
1921
|
.pf-u-w-initial-on-xl {
|
|
2243
1922
|
width: initial !important;
|
|
2244
1923
|
}
|
|
2245
|
-
|
|
2246
1924
|
.pf-u-w-inherit-on-xl {
|
|
2247
1925
|
width: inherit !important;
|
|
2248
1926
|
}
|
|
2249
|
-
|
|
2250
1927
|
.pf-u-w-0-on-xl {
|
|
2251
1928
|
width: 0% !important;
|
|
2252
1929
|
}
|
|
2253
|
-
|
|
2254
1930
|
.pf-u-w-25-on-xl {
|
|
2255
1931
|
width: 25% !important;
|
|
2256
1932
|
}
|
|
2257
|
-
|
|
2258
1933
|
.pf-u-w-33-on-xl {
|
|
2259
|
-
width:
|
|
1934
|
+
width: 33.3333333333% !important;
|
|
2260
1935
|
}
|
|
2261
|
-
|
|
2262
1936
|
.pf-u-w-50-on-xl {
|
|
2263
1937
|
width: 50% !important;
|
|
2264
1938
|
}
|
|
2265
|
-
|
|
2266
1939
|
.pf-u-w-66-on-xl {
|
|
2267
|
-
width:
|
|
1940
|
+
width: 66.6666666667% !important;
|
|
2268
1941
|
}
|
|
2269
|
-
|
|
2270
1942
|
.pf-u-w-75-on-xl {
|
|
2271
1943
|
width: 75% !important;
|
|
2272
1944
|
}
|
|
2273
|
-
|
|
2274
1945
|
.pf-u-w-100-on-xl {
|
|
2275
1946
|
width: 100% !important;
|
|
2276
1947
|
}
|
|
2277
|
-
|
|
2278
1948
|
.pf-u-w-25vw-on-xl {
|
|
2279
1949
|
width: 25vw !important;
|
|
2280
1950
|
}
|
|
2281
|
-
|
|
2282
1951
|
.pf-u-w-33vw-on-xl {
|
|
2283
|
-
width:
|
|
1952
|
+
width: 33.3333333333vw !important;
|
|
2284
1953
|
}
|
|
2285
|
-
|
|
2286
1954
|
.pf-u-w-50vw-on-xl {
|
|
2287
1955
|
width: 50vw !important;
|
|
2288
1956
|
}
|
|
2289
|
-
|
|
2290
1957
|
.pf-u-w-66vw-on-xl {
|
|
2291
|
-
width:
|
|
1958
|
+
width: 66.6666666667vw !important;
|
|
2292
1959
|
}
|
|
2293
|
-
|
|
2294
1960
|
.pf-u-w-75vw-on-xl {
|
|
2295
1961
|
width: 75vw !important;
|
|
2296
1962
|
}
|
|
2297
|
-
|
|
2298
1963
|
.pf-u-w-100vw-on-xl {
|
|
2299
1964
|
width: 100vw !important;
|
|
2300
1965
|
}
|
|
@@ -2303,63 +1968,48 @@
|
|
|
2303
1968
|
.pf-u-w-auto-on-2xl {
|
|
2304
1969
|
width: auto !important;
|
|
2305
1970
|
}
|
|
2306
|
-
|
|
2307
1971
|
.pf-u-w-initial-on-2xl {
|
|
2308
1972
|
width: initial !important;
|
|
2309
1973
|
}
|
|
2310
|
-
|
|
2311
1974
|
.pf-u-w-inherit-on-2xl {
|
|
2312
1975
|
width: inherit !important;
|
|
2313
1976
|
}
|
|
2314
|
-
|
|
2315
1977
|
.pf-u-w-0-on-2xl {
|
|
2316
1978
|
width: 0% !important;
|
|
2317
1979
|
}
|
|
2318
|
-
|
|
2319
1980
|
.pf-u-w-25-on-2xl {
|
|
2320
1981
|
width: 25% !important;
|
|
2321
1982
|
}
|
|
2322
|
-
|
|
2323
1983
|
.pf-u-w-33-on-2xl {
|
|
2324
|
-
width:
|
|
1984
|
+
width: 33.3333333333% !important;
|
|
2325
1985
|
}
|
|
2326
|
-
|
|
2327
1986
|
.pf-u-w-50-on-2xl {
|
|
2328
1987
|
width: 50% !important;
|
|
2329
1988
|
}
|
|
2330
|
-
|
|
2331
1989
|
.pf-u-w-66-on-2xl {
|
|
2332
|
-
width:
|
|
1990
|
+
width: 66.6666666667% !important;
|
|
2333
1991
|
}
|
|
2334
|
-
|
|
2335
1992
|
.pf-u-w-75-on-2xl {
|
|
2336
1993
|
width: 75% !important;
|
|
2337
1994
|
}
|
|
2338
|
-
|
|
2339
1995
|
.pf-u-w-100-on-2xl {
|
|
2340
1996
|
width: 100% !important;
|
|
2341
1997
|
}
|
|
2342
|
-
|
|
2343
1998
|
.pf-u-w-25vw-on-2xl {
|
|
2344
1999
|
width: 25vw !important;
|
|
2345
2000
|
}
|
|
2346
|
-
|
|
2347
2001
|
.pf-u-w-33vw-on-2xl {
|
|
2348
|
-
width:
|
|
2002
|
+
width: 33.3333333333vw !important;
|
|
2349
2003
|
}
|
|
2350
|
-
|
|
2351
2004
|
.pf-u-w-50vw-on-2xl {
|
|
2352
2005
|
width: 50vw !important;
|
|
2353
2006
|
}
|
|
2354
|
-
|
|
2355
2007
|
.pf-u-w-66vw-on-2xl {
|
|
2356
|
-
width:
|
|
2008
|
+
width: 66.6666666667vw !important;
|
|
2357
2009
|
}
|
|
2358
|
-
|
|
2359
2010
|
.pf-u-w-75vw-on-2xl {
|
|
2360
2011
|
width: 75vw !important;
|
|
2361
2012
|
}
|
|
2362
|
-
|
|
2363
2013
|
.pf-u-w-100vw-on-2xl {
|
|
2364
2014
|
width: 100vw !important;
|
|
2365
2015
|
}
|
|
@@ -2385,7 +2035,7 @@
|
|
|
2385
2035
|
}
|
|
2386
2036
|
|
|
2387
2037
|
.pf-u-h-33 {
|
|
2388
|
-
height:
|
|
2038
|
+
height: 33.3333333333% !important;
|
|
2389
2039
|
}
|
|
2390
2040
|
|
|
2391
2041
|
.pf-u-h-50 {
|
|
@@ -2393,7 +2043,7 @@
|
|
|
2393
2043
|
}
|
|
2394
2044
|
|
|
2395
2045
|
.pf-u-h-66 {
|
|
2396
|
-
height:
|
|
2046
|
+
height: 66.6666666667% !important;
|
|
2397
2047
|
}
|
|
2398
2048
|
|
|
2399
2049
|
.pf-u-h-75 {
|
|
@@ -2409,7 +2059,7 @@
|
|
|
2409
2059
|
}
|
|
2410
2060
|
|
|
2411
2061
|
.pf-u-h-33vh {
|
|
2412
|
-
height:
|
|
2062
|
+
height: 33.3333333333vh !important;
|
|
2413
2063
|
}
|
|
2414
2064
|
|
|
2415
2065
|
.pf-u-h-50vh {
|
|
@@ -2417,7 +2067,7 @@
|
|
|
2417
2067
|
}
|
|
2418
2068
|
|
|
2419
2069
|
.pf-u-h-66vh {
|
|
2420
|
-
height:
|
|
2070
|
+
height: 66.6666666667vh !important;
|
|
2421
2071
|
}
|
|
2422
2072
|
|
|
2423
2073
|
.pf-u-h-75vh {
|
|
@@ -2432,63 +2082,48 @@
|
|
|
2432
2082
|
.pf-u-h-auto-on-sm {
|
|
2433
2083
|
height: auto !important;
|
|
2434
2084
|
}
|
|
2435
|
-
|
|
2436
2085
|
.pf-u-h-initial-on-sm {
|
|
2437
2086
|
height: initial !important;
|
|
2438
2087
|
}
|
|
2439
|
-
|
|
2440
2088
|
.pf-u-h-inherit-on-sm {
|
|
2441
2089
|
height: inherit !important;
|
|
2442
2090
|
}
|
|
2443
|
-
|
|
2444
2091
|
.pf-u-h-0-on-sm {
|
|
2445
2092
|
height: 0% !important;
|
|
2446
2093
|
}
|
|
2447
|
-
|
|
2448
2094
|
.pf-u-h-25-on-sm {
|
|
2449
2095
|
height: 25% !important;
|
|
2450
2096
|
}
|
|
2451
|
-
|
|
2452
2097
|
.pf-u-h-33-on-sm {
|
|
2453
|
-
height:
|
|
2098
|
+
height: 33.3333333333% !important;
|
|
2454
2099
|
}
|
|
2455
|
-
|
|
2456
2100
|
.pf-u-h-50-on-sm {
|
|
2457
2101
|
height: 50% !important;
|
|
2458
2102
|
}
|
|
2459
|
-
|
|
2460
2103
|
.pf-u-h-66-on-sm {
|
|
2461
|
-
height:
|
|
2104
|
+
height: 66.6666666667% !important;
|
|
2462
2105
|
}
|
|
2463
|
-
|
|
2464
2106
|
.pf-u-h-75-on-sm {
|
|
2465
2107
|
height: 75% !important;
|
|
2466
2108
|
}
|
|
2467
|
-
|
|
2468
2109
|
.pf-u-h-100-on-sm {
|
|
2469
2110
|
height: 100% !important;
|
|
2470
2111
|
}
|
|
2471
|
-
|
|
2472
2112
|
.pf-u-h-25vh-on-sm {
|
|
2473
2113
|
height: 25vh !important;
|
|
2474
2114
|
}
|
|
2475
|
-
|
|
2476
2115
|
.pf-u-h-33vh-on-sm {
|
|
2477
|
-
height:
|
|
2116
|
+
height: 33.3333333333vh !important;
|
|
2478
2117
|
}
|
|
2479
|
-
|
|
2480
2118
|
.pf-u-h-50vh-on-sm {
|
|
2481
2119
|
height: 50vh !important;
|
|
2482
2120
|
}
|
|
2483
|
-
|
|
2484
2121
|
.pf-u-h-66vh-on-sm {
|
|
2485
|
-
height:
|
|
2122
|
+
height: 66.6666666667vh !important;
|
|
2486
2123
|
}
|
|
2487
|
-
|
|
2488
2124
|
.pf-u-h-75vh-on-sm {
|
|
2489
2125
|
height: 75vh !important;
|
|
2490
2126
|
}
|
|
2491
|
-
|
|
2492
2127
|
.pf-u-h-100vh-on-sm {
|
|
2493
2128
|
height: 100vh !important;
|
|
2494
2129
|
}
|
|
@@ -2497,63 +2132,48 @@
|
|
|
2497
2132
|
.pf-u-h-auto-on-md {
|
|
2498
2133
|
height: auto !important;
|
|
2499
2134
|
}
|
|
2500
|
-
|
|
2501
2135
|
.pf-u-h-initial-on-md {
|
|
2502
2136
|
height: initial !important;
|
|
2503
2137
|
}
|
|
2504
|
-
|
|
2505
2138
|
.pf-u-h-inherit-on-md {
|
|
2506
2139
|
height: inherit !important;
|
|
2507
2140
|
}
|
|
2508
|
-
|
|
2509
2141
|
.pf-u-h-0-on-md {
|
|
2510
2142
|
height: 0% !important;
|
|
2511
2143
|
}
|
|
2512
|
-
|
|
2513
2144
|
.pf-u-h-25-on-md {
|
|
2514
2145
|
height: 25% !important;
|
|
2515
2146
|
}
|
|
2516
|
-
|
|
2517
2147
|
.pf-u-h-33-on-md {
|
|
2518
|
-
height:
|
|
2148
|
+
height: 33.3333333333% !important;
|
|
2519
2149
|
}
|
|
2520
|
-
|
|
2521
2150
|
.pf-u-h-50-on-md {
|
|
2522
2151
|
height: 50% !important;
|
|
2523
2152
|
}
|
|
2524
|
-
|
|
2525
2153
|
.pf-u-h-66-on-md {
|
|
2526
|
-
height:
|
|
2154
|
+
height: 66.6666666667% !important;
|
|
2527
2155
|
}
|
|
2528
|
-
|
|
2529
2156
|
.pf-u-h-75-on-md {
|
|
2530
2157
|
height: 75% !important;
|
|
2531
2158
|
}
|
|
2532
|
-
|
|
2533
2159
|
.pf-u-h-100-on-md {
|
|
2534
2160
|
height: 100% !important;
|
|
2535
2161
|
}
|
|
2536
|
-
|
|
2537
2162
|
.pf-u-h-25vh-on-md {
|
|
2538
2163
|
height: 25vh !important;
|
|
2539
2164
|
}
|
|
2540
|
-
|
|
2541
2165
|
.pf-u-h-33vh-on-md {
|
|
2542
|
-
height:
|
|
2166
|
+
height: 33.3333333333vh !important;
|
|
2543
2167
|
}
|
|
2544
|
-
|
|
2545
2168
|
.pf-u-h-50vh-on-md {
|
|
2546
2169
|
height: 50vh !important;
|
|
2547
2170
|
}
|
|
2548
|
-
|
|
2549
2171
|
.pf-u-h-66vh-on-md {
|
|
2550
|
-
height:
|
|
2172
|
+
height: 66.6666666667vh !important;
|
|
2551
2173
|
}
|
|
2552
|
-
|
|
2553
2174
|
.pf-u-h-75vh-on-md {
|
|
2554
2175
|
height: 75vh !important;
|
|
2555
2176
|
}
|
|
2556
|
-
|
|
2557
2177
|
.pf-u-h-100vh-on-md {
|
|
2558
2178
|
height: 100vh !important;
|
|
2559
2179
|
}
|
|
@@ -2562,63 +2182,48 @@
|
|
|
2562
2182
|
.pf-u-h-auto-on-lg {
|
|
2563
2183
|
height: auto !important;
|
|
2564
2184
|
}
|
|
2565
|
-
|
|
2566
2185
|
.pf-u-h-initial-on-lg {
|
|
2567
2186
|
height: initial !important;
|
|
2568
2187
|
}
|
|
2569
|
-
|
|
2570
2188
|
.pf-u-h-inherit-on-lg {
|
|
2571
2189
|
height: inherit !important;
|
|
2572
2190
|
}
|
|
2573
|
-
|
|
2574
2191
|
.pf-u-h-0-on-lg {
|
|
2575
2192
|
height: 0% !important;
|
|
2576
2193
|
}
|
|
2577
|
-
|
|
2578
2194
|
.pf-u-h-25-on-lg {
|
|
2579
2195
|
height: 25% !important;
|
|
2580
2196
|
}
|
|
2581
|
-
|
|
2582
2197
|
.pf-u-h-33-on-lg {
|
|
2583
|
-
height:
|
|
2198
|
+
height: 33.3333333333% !important;
|
|
2584
2199
|
}
|
|
2585
|
-
|
|
2586
2200
|
.pf-u-h-50-on-lg {
|
|
2587
2201
|
height: 50% !important;
|
|
2588
2202
|
}
|
|
2589
|
-
|
|
2590
2203
|
.pf-u-h-66-on-lg {
|
|
2591
|
-
height:
|
|
2204
|
+
height: 66.6666666667% !important;
|
|
2592
2205
|
}
|
|
2593
|
-
|
|
2594
2206
|
.pf-u-h-75-on-lg {
|
|
2595
2207
|
height: 75% !important;
|
|
2596
2208
|
}
|
|
2597
|
-
|
|
2598
2209
|
.pf-u-h-100-on-lg {
|
|
2599
2210
|
height: 100% !important;
|
|
2600
2211
|
}
|
|
2601
|
-
|
|
2602
2212
|
.pf-u-h-25vh-on-lg {
|
|
2603
2213
|
height: 25vh !important;
|
|
2604
2214
|
}
|
|
2605
|
-
|
|
2606
2215
|
.pf-u-h-33vh-on-lg {
|
|
2607
|
-
height:
|
|
2216
|
+
height: 33.3333333333vh !important;
|
|
2608
2217
|
}
|
|
2609
|
-
|
|
2610
2218
|
.pf-u-h-50vh-on-lg {
|
|
2611
2219
|
height: 50vh !important;
|
|
2612
2220
|
}
|
|
2613
|
-
|
|
2614
2221
|
.pf-u-h-66vh-on-lg {
|
|
2615
|
-
height:
|
|
2222
|
+
height: 66.6666666667vh !important;
|
|
2616
2223
|
}
|
|
2617
|
-
|
|
2618
2224
|
.pf-u-h-75vh-on-lg {
|
|
2619
2225
|
height: 75vh !important;
|
|
2620
2226
|
}
|
|
2621
|
-
|
|
2622
2227
|
.pf-u-h-100vh-on-lg {
|
|
2623
2228
|
height: 100vh !important;
|
|
2624
2229
|
}
|
|
@@ -2627,63 +2232,48 @@
|
|
|
2627
2232
|
.pf-u-h-auto-on-xl {
|
|
2628
2233
|
height: auto !important;
|
|
2629
2234
|
}
|
|
2630
|
-
|
|
2631
2235
|
.pf-u-h-initial-on-xl {
|
|
2632
2236
|
height: initial !important;
|
|
2633
2237
|
}
|
|
2634
|
-
|
|
2635
2238
|
.pf-u-h-inherit-on-xl {
|
|
2636
2239
|
height: inherit !important;
|
|
2637
2240
|
}
|
|
2638
|
-
|
|
2639
2241
|
.pf-u-h-0-on-xl {
|
|
2640
2242
|
height: 0% !important;
|
|
2641
2243
|
}
|
|
2642
|
-
|
|
2643
2244
|
.pf-u-h-25-on-xl {
|
|
2644
2245
|
height: 25% !important;
|
|
2645
2246
|
}
|
|
2646
|
-
|
|
2647
2247
|
.pf-u-h-33-on-xl {
|
|
2648
|
-
height:
|
|
2248
|
+
height: 33.3333333333% !important;
|
|
2649
2249
|
}
|
|
2650
|
-
|
|
2651
2250
|
.pf-u-h-50-on-xl {
|
|
2652
2251
|
height: 50% !important;
|
|
2653
2252
|
}
|
|
2654
|
-
|
|
2655
2253
|
.pf-u-h-66-on-xl {
|
|
2656
|
-
height:
|
|
2254
|
+
height: 66.6666666667% !important;
|
|
2657
2255
|
}
|
|
2658
|
-
|
|
2659
2256
|
.pf-u-h-75-on-xl {
|
|
2660
2257
|
height: 75% !important;
|
|
2661
2258
|
}
|
|
2662
|
-
|
|
2663
2259
|
.pf-u-h-100-on-xl {
|
|
2664
2260
|
height: 100% !important;
|
|
2665
2261
|
}
|
|
2666
|
-
|
|
2667
2262
|
.pf-u-h-25vh-on-xl {
|
|
2668
2263
|
height: 25vh !important;
|
|
2669
2264
|
}
|
|
2670
|
-
|
|
2671
2265
|
.pf-u-h-33vh-on-xl {
|
|
2672
|
-
height:
|
|
2266
|
+
height: 33.3333333333vh !important;
|
|
2673
2267
|
}
|
|
2674
|
-
|
|
2675
2268
|
.pf-u-h-50vh-on-xl {
|
|
2676
2269
|
height: 50vh !important;
|
|
2677
2270
|
}
|
|
2678
|
-
|
|
2679
2271
|
.pf-u-h-66vh-on-xl {
|
|
2680
|
-
height:
|
|
2272
|
+
height: 66.6666666667vh !important;
|
|
2681
2273
|
}
|
|
2682
|
-
|
|
2683
2274
|
.pf-u-h-75vh-on-xl {
|
|
2684
2275
|
height: 75vh !important;
|
|
2685
2276
|
}
|
|
2686
|
-
|
|
2687
2277
|
.pf-u-h-100vh-on-xl {
|
|
2688
2278
|
height: 100vh !important;
|
|
2689
2279
|
}
|
|
@@ -2692,63 +2282,48 @@
|
|
|
2692
2282
|
.pf-u-h-auto-on-2xl {
|
|
2693
2283
|
height: auto !important;
|
|
2694
2284
|
}
|
|
2695
|
-
|
|
2696
2285
|
.pf-u-h-initial-on-2xl {
|
|
2697
2286
|
height: initial !important;
|
|
2698
2287
|
}
|
|
2699
|
-
|
|
2700
2288
|
.pf-u-h-inherit-on-2xl {
|
|
2701
2289
|
height: inherit !important;
|
|
2702
2290
|
}
|
|
2703
|
-
|
|
2704
2291
|
.pf-u-h-0-on-2xl {
|
|
2705
2292
|
height: 0% !important;
|
|
2706
2293
|
}
|
|
2707
|
-
|
|
2708
2294
|
.pf-u-h-25-on-2xl {
|
|
2709
2295
|
height: 25% !important;
|
|
2710
2296
|
}
|
|
2711
|
-
|
|
2712
2297
|
.pf-u-h-33-on-2xl {
|
|
2713
|
-
height:
|
|
2298
|
+
height: 33.3333333333% !important;
|
|
2714
2299
|
}
|
|
2715
|
-
|
|
2716
2300
|
.pf-u-h-50-on-2xl {
|
|
2717
2301
|
height: 50% !important;
|
|
2718
2302
|
}
|
|
2719
|
-
|
|
2720
2303
|
.pf-u-h-66-on-2xl {
|
|
2721
|
-
height:
|
|
2304
|
+
height: 66.6666666667% !important;
|
|
2722
2305
|
}
|
|
2723
|
-
|
|
2724
2306
|
.pf-u-h-75-on-2xl {
|
|
2725
2307
|
height: 75% !important;
|
|
2726
2308
|
}
|
|
2727
|
-
|
|
2728
2309
|
.pf-u-h-100-on-2xl {
|
|
2729
2310
|
height: 100% !important;
|
|
2730
2311
|
}
|
|
2731
|
-
|
|
2732
2312
|
.pf-u-h-25vh-on-2xl {
|
|
2733
2313
|
height: 25vh !important;
|
|
2734
2314
|
}
|
|
2735
|
-
|
|
2736
2315
|
.pf-u-h-33vh-on-2xl {
|
|
2737
|
-
height:
|
|
2316
|
+
height: 33.3333333333vh !important;
|
|
2738
2317
|
}
|
|
2739
|
-
|
|
2740
2318
|
.pf-u-h-50vh-on-2xl {
|
|
2741
2319
|
height: 50vh !important;
|
|
2742
2320
|
}
|
|
2743
|
-
|
|
2744
2321
|
.pf-u-h-66vh-on-2xl {
|
|
2745
|
-
height:
|
|
2322
|
+
height: 66.6666666667vh !important;
|
|
2746
2323
|
}
|
|
2747
|
-
|
|
2748
2324
|
.pf-u-h-75vh-on-2xl {
|
|
2749
2325
|
height: 75vh !important;
|
|
2750
2326
|
}
|
|
2751
|
-
|
|
2752
2327
|
.pf-u-h-100vh-on-2xl {
|
|
2753
2328
|
height: 100vh !important;
|
|
2754
2329
|
}
|
|
@@ -7933,31 +7508,24 @@
|
|
|
7933
7508
|
.pf-u-font-size-xs-on-sm {
|
|
7934
7509
|
font-size: var(--pf-global--FontSize--xs) !important;
|
|
7935
7510
|
}
|
|
7936
|
-
|
|
7937
7511
|
.pf-u-font-size-sm-on-sm {
|
|
7938
7512
|
font-size: var(--pf-global--FontSize--sm) !important;
|
|
7939
7513
|
}
|
|
7940
|
-
|
|
7941
7514
|
.pf-u-font-size-md-on-sm {
|
|
7942
7515
|
font-size: var(--pf-global--FontSize--md) !important;
|
|
7943
7516
|
}
|
|
7944
|
-
|
|
7945
7517
|
.pf-u-font-size-lg-on-sm {
|
|
7946
7518
|
font-size: var(--pf-global--FontSize--lg) !important;
|
|
7947
7519
|
}
|
|
7948
|
-
|
|
7949
7520
|
.pf-u-font-size-xl-on-sm {
|
|
7950
7521
|
font-size: var(--pf-global--FontSize--xl) !important;
|
|
7951
7522
|
}
|
|
7952
|
-
|
|
7953
7523
|
.pf-u-font-size-2xl-on-sm {
|
|
7954
7524
|
font-size: var(--pf-global--FontSize--2xl) !important;
|
|
7955
7525
|
}
|
|
7956
|
-
|
|
7957
7526
|
.pf-u-font-size-3xl-on-sm {
|
|
7958
7527
|
font-size: var(--pf-global--FontSize--3xl) !important;
|
|
7959
7528
|
}
|
|
7960
|
-
|
|
7961
7529
|
.pf-u-font-size-4xl-on-sm {
|
|
7962
7530
|
font-size: var(--pf-global--FontSize--4xl) !important;
|
|
7963
7531
|
}
|
|
@@ -7966,31 +7534,24 @@
|
|
|
7966
7534
|
.pf-u-font-size-xs-on-md {
|
|
7967
7535
|
font-size: var(--pf-global--FontSize--xs) !important;
|
|
7968
7536
|
}
|
|
7969
|
-
|
|
7970
7537
|
.pf-u-font-size-sm-on-md {
|
|
7971
7538
|
font-size: var(--pf-global--FontSize--sm) !important;
|
|
7972
7539
|
}
|
|
7973
|
-
|
|
7974
7540
|
.pf-u-font-size-md-on-md {
|
|
7975
7541
|
font-size: var(--pf-global--FontSize--md) !important;
|
|
7976
7542
|
}
|
|
7977
|
-
|
|
7978
7543
|
.pf-u-font-size-lg-on-md {
|
|
7979
7544
|
font-size: var(--pf-global--FontSize--lg) !important;
|
|
7980
7545
|
}
|
|
7981
|
-
|
|
7982
7546
|
.pf-u-font-size-xl-on-md {
|
|
7983
7547
|
font-size: var(--pf-global--FontSize--xl) !important;
|
|
7984
7548
|
}
|
|
7985
|
-
|
|
7986
7549
|
.pf-u-font-size-2xl-on-md {
|
|
7987
7550
|
font-size: var(--pf-global--FontSize--2xl) !important;
|
|
7988
7551
|
}
|
|
7989
|
-
|
|
7990
7552
|
.pf-u-font-size-3xl-on-md {
|
|
7991
7553
|
font-size: var(--pf-global--FontSize--3xl) !important;
|
|
7992
7554
|
}
|
|
7993
|
-
|
|
7994
7555
|
.pf-u-font-size-4xl-on-md {
|
|
7995
7556
|
font-size: var(--pf-global--FontSize--4xl) !important;
|
|
7996
7557
|
}
|
|
@@ -7999,31 +7560,24 @@
|
|
|
7999
7560
|
.pf-u-font-size-xs-on-lg {
|
|
8000
7561
|
font-size: var(--pf-global--FontSize--xs) !important;
|
|
8001
7562
|
}
|
|
8002
|
-
|
|
8003
7563
|
.pf-u-font-size-sm-on-lg {
|
|
8004
7564
|
font-size: var(--pf-global--FontSize--sm) !important;
|
|
8005
7565
|
}
|
|
8006
|
-
|
|
8007
7566
|
.pf-u-font-size-md-on-lg {
|
|
8008
7567
|
font-size: var(--pf-global--FontSize--md) !important;
|
|
8009
7568
|
}
|
|
8010
|
-
|
|
8011
7569
|
.pf-u-font-size-lg-on-lg {
|
|
8012
7570
|
font-size: var(--pf-global--FontSize--lg) !important;
|
|
8013
7571
|
}
|
|
8014
|
-
|
|
8015
7572
|
.pf-u-font-size-xl-on-lg {
|
|
8016
7573
|
font-size: var(--pf-global--FontSize--xl) !important;
|
|
8017
7574
|
}
|
|
8018
|
-
|
|
8019
7575
|
.pf-u-font-size-2xl-on-lg {
|
|
8020
7576
|
font-size: var(--pf-global--FontSize--2xl) !important;
|
|
8021
7577
|
}
|
|
8022
|
-
|
|
8023
7578
|
.pf-u-font-size-3xl-on-lg {
|
|
8024
7579
|
font-size: var(--pf-global--FontSize--3xl) !important;
|
|
8025
7580
|
}
|
|
8026
|
-
|
|
8027
7581
|
.pf-u-font-size-4xl-on-lg {
|
|
8028
7582
|
font-size: var(--pf-global--FontSize--4xl) !important;
|
|
8029
7583
|
}
|
|
@@ -8032,31 +7586,24 @@
|
|
|
8032
7586
|
.pf-u-font-size-xs-on-xl {
|
|
8033
7587
|
font-size: var(--pf-global--FontSize--xs) !important;
|
|
8034
7588
|
}
|
|
8035
|
-
|
|
8036
7589
|
.pf-u-font-size-sm-on-xl {
|
|
8037
7590
|
font-size: var(--pf-global--FontSize--sm) !important;
|
|
8038
7591
|
}
|
|
8039
|
-
|
|
8040
7592
|
.pf-u-font-size-md-on-xl {
|
|
8041
7593
|
font-size: var(--pf-global--FontSize--md) !important;
|
|
8042
7594
|
}
|
|
8043
|
-
|
|
8044
7595
|
.pf-u-font-size-lg-on-xl {
|
|
8045
7596
|
font-size: var(--pf-global--FontSize--lg) !important;
|
|
8046
7597
|
}
|
|
8047
|
-
|
|
8048
7598
|
.pf-u-font-size-xl-on-xl {
|
|
8049
7599
|
font-size: var(--pf-global--FontSize--xl) !important;
|
|
8050
7600
|
}
|
|
8051
|
-
|
|
8052
7601
|
.pf-u-font-size-2xl-on-xl {
|
|
8053
7602
|
font-size: var(--pf-global--FontSize--2xl) !important;
|
|
8054
7603
|
}
|
|
8055
|
-
|
|
8056
7604
|
.pf-u-font-size-3xl-on-xl {
|
|
8057
7605
|
font-size: var(--pf-global--FontSize--3xl) !important;
|
|
8058
7606
|
}
|
|
8059
|
-
|
|
8060
7607
|
.pf-u-font-size-4xl-on-xl {
|
|
8061
7608
|
font-size: var(--pf-global--FontSize--4xl) !important;
|
|
8062
7609
|
}
|
|
@@ -8065,31 +7612,24 @@
|
|
|
8065
7612
|
.pf-u-font-size-xs-on-2xl {
|
|
8066
7613
|
font-size: var(--pf-global--FontSize--xs) !important;
|
|
8067
7614
|
}
|
|
8068
|
-
|
|
8069
7615
|
.pf-u-font-size-sm-on-2xl {
|
|
8070
7616
|
font-size: var(--pf-global--FontSize--sm) !important;
|
|
8071
7617
|
}
|
|
8072
|
-
|
|
8073
7618
|
.pf-u-font-size-md-on-2xl {
|
|
8074
7619
|
font-size: var(--pf-global--FontSize--md) !important;
|
|
8075
7620
|
}
|
|
8076
|
-
|
|
8077
7621
|
.pf-u-font-size-lg-on-2xl {
|
|
8078
7622
|
font-size: var(--pf-global--FontSize--lg) !important;
|
|
8079
7623
|
}
|
|
8080
|
-
|
|
8081
7624
|
.pf-u-font-size-xl-on-2xl {
|
|
8082
7625
|
font-size: var(--pf-global--FontSize--xl) !important;
|
|
8083
7626
|
}
|
|
8084
|
-
|
|
8085
7627
|
.pf-u-font-size-2xl-on-2xl {
|
|
8086
7628
|
font-size: var(--pf-global--FontSize--2xl) !important;
|
|
8087
7629
|
}
|
|
8088
|
-
|
|
8089
7630
|
.pf-u-font-size-3xl-on-2xl {
|
|
8090
7631
|
font-size: var(--pf-global--FontSize--3xl) !important;
|
|
8091
7632
|
}
|
|
8092
|
-
|
|
8093
7633
|
.pf-u-font-size-4xl-on-2xl {
|
|
8094
7634
|
font-size: var(--pf-global--FontSize--4xl) !important;
|
|
8095
7635
|
}
|
|
@@ -8110,11 +7650,9 @@
|
|
|
8110
7650
|
.pf-u-font-weight-light-on-sm {
|
|
8111
7651
|
font-weight: var(--pf-global--FontWeight--light) !important;
|
|
8112
7652
|
}
|
|
8113
|
-
|
|
8114
7653
|
.pf-u-font-weight-normal-on-sm {
|
|
8115
7654
|
font-weight: var(--pf-global--FontWeight--normal) !important;
|
|
8116
7655
|
}
|
|
8117
|
-
|
|
8118
7656
|
.pf-u-font-weight-bold-on-sm {
|
|
8119
7657
|
font-weight: var(--pf-global--FontWeight--bold) !important;
|
|
8120
7658
|
}
|
|
@@ -8123,11 +7661,9 @@
|
|
|
8123
7661
|
.pf-u-font-weight-light-on-md {
|
|
8124
7662
|
font-weight: var(--pf-global--FontWeight--light) !important;
|
|
8125
7663
|
}
|
|
8126
|
-
|
|
8127
7664
|
.pf-u-font-weight-normal-on-md {
|
|
8128
7665
|
font-weight: var(--pf-global--FontWeight--normal) !important;
|
|
8129
7666
|
}
|
|
8130
|
-
|
|
8131
7667
|
.pf-u-font-weight-bold-on-md {
|
|
8132
7668
|
font-weight: var(--pf-global--FontWeight--bold) !important;
|
|
8133
7669
|
}
|
|
@@ -8136,11 +7672,9 @@
|
|
|
8136
7672
|
.pf-u-font-weight-light-on-lg {
|
|
8137
7673
|
font-weight: var(--pf-global--FontWeight--light) !important;
|
|
8138
7674
|
}
|
|
8139
|
-
|
|
8140
7675
|
.pf-u-font-weight-normal-on-lg {
|
|
8141
7676
|
font-weight: var(--pf-global--FontWeight--normal) !important;
|
|
8142
7677
|
}
|
|
8143
|
-
|
|
8144
7678
|
.pf-u-font-weight-bold-on-lg {
|
|
8145
7679
|
font-weight: var(--pf-global--FontWeight--bold) !important;
|
|
8146
7680
|
}
|
|
@@ -8149,11 +7683,9 @@
|
|
|
8149
7683
|
.pf-u-font-weight-light-on-xl {
|
|
8150
7684
|
font-weight: var(--pf-global--FontWeight--light) !important;
|
|
8151
7685
|
}
|
|
8152
|
-
|
|
8153
7686
|
.pf-u-font-weight-normal-on-xl {
|
|
8154
7687
|
font-weight: var(--pf-global--FontWeight--normal) !important;
|
|
8155
7688
|
}
|
|
8156
|
-
|
|
8157
7689
|
.pf-u-font-weight-bold-on-xl {
|
|
8158
7690
|
font-weight: var(--pf-global--FontWeight--bold) !important;
|
|
8159
7691
|
}
|
|
@@ -8162,11 +7694,9 @@
|
|
|
8162
7694
|
.pf-u-font-weight-light-on-2xl {
|
|
8163
7695
|
font-weight: var(--pf-global--FontWeight--light) !important;
|
|
8164
7696
|
}
|
|
8165
|
-
|
|
8166
7697
|
.pf-u-font-weight-normal-on-2xl {
|
|
8167
7698
|
font-weight: var(--pf-global--FontWeight--normal) !important;
|
|
8168
7699
|
}
|
|
8169
|
-
|
|
8170
7700
|
.pf-u-font-weight-bold-on-2xl {
|
|
8171
7701
|
font-weight: var(--pf-global--FontWeight--bold) !important;
|
|
8172
7702
|
}
|
|
@@ -8303,127 +7833,96 @@
|
|
|
8303
7833
|
.pf-u-color-100-on-sm {
|
|
8304
7834
|
color: var(--pf-global--Color--100) !important;
|
|
8305
7835
|
}
|
|
8306
|
-
|
|
8307
7836
|
.pf-u-color-200-on-sm {
|
|
8308
7837
|
color: var(--pf-global--Color--200) !important;
|
|
8309
7838
|
}
|
|
8310
|
-
|
|
8311
7839
|
.pf-u-color-300-on-sm {
|
|
8312
7840
|
color: var(--pf-global--Color--300) !important;
|
|
8313
7841
|
}
|
|
8314
|
-
|
|
8315
7842
|
.pf-u-color-400-on-sm {
|
|
8316
7843
|
color: var(--pf-global--Color--400) !important;
|
|
8317
7844
|
}
|
|
8318
|
-
|
|
8319
7845
|
.pf-u-active-color-100-on-sm {
|
|
8320
7846
|
color: var(--pf-global--active-color--100) !important;
|
|
8321
7847
|
}
|
|
8322
|
-
|
|
8323
7848
|
.pf-u-active-color-400-on-sm {
|
|
8324
7849
|
color: var(--pf-global--active-color--400) !important;
|
|
8325
7850
|
}
|
|
8326
|
-
|
|
8327
7851
|
.pf-u-primary-color-100-on-sm {
|
|
8328
7852
|
color: var(--pf-global--primary-color--100) !important;
|
|
8329
7853
|
}
|
|
8330
|
-
|
|
8331
7854
|
.pf-u-color-light-100-on-sm {
|
|
8332
7855
|
color: var(--pf-global--Color--light-100) !important;
|
|
8333
7856
|
}
|
|
8334
|
-
|
|
8335
7857
|
.pf-u-color-light-200-on-sm {
|
|
8336
7858
|
color: var(--pf-global--Color--light-200) !important;
|
|
8337
7859
|
}
|
|
8338
|
-
|
|
8339
7860
|
.pf-u-link-color-on-sm {
|
|
8340
7861
|
color: var(--pf-global--link--Color) !important;
|
|
8341
7862
|
}
|
|
8342
|
-
|
|
8343
7863
|
.pf-u-link-color-hover-on-sm {
|
|
8344
7864
|
color: var(--pf-global--link--Color--hover) !important;
|
|
8345
7865
|
}
|
|
8346
|
-
|
|
8347
7866
|
.pf-u-link-color-light-on-sm {
|
|
8348
7867
|
color: var(--pf-global--link--Color--light) !important;
|
|
8349
7868
|
}
|
|
8350
|
-
|
|
8351
7869
|
.pf-u-link-color-light-hover-on-sm {
|
|
8352
7870
|
color: var(--pf-global--link--Color--light--hover) !important;
|
|
8353
7871
|
}
|
|
8354
|
-
|
|
8355
7872
|
.pf-u-link-color-dark-on-sm {
|
|
8356
7873
|
color: var(--pf-global--link--Color--dark) !important;
|
|
8357
7874
|
}
|
|
8358
|
-
|
|
8359
7875
|
.pf-u-link-color-dark-hover-on-sm {
|
|
8360
7876
|
color: var(--pf-global--link--Color--dark--hover) !important;
|
|
8361
7877
|
}
|
|
8362
|
-
|
|
8363
7878
|
.pf-u-link-color-visited-on-sm {
|
|
8364
7879
|
color: var(--pf-global--link--Color--visited) !important;
|
|
8365
7880
|
}
|
|
8366
|
-
|
|
8367
7881
|
.pf-u-default-color-100-on-sm {
|
|
8368
7882
|
color: var(--pf-global--default-color--100) !important;
|
|
8369
7883
|
}
|
|
8370
|
-
|
|
8371
7884
|
.pf-u-default-color-200-on-sm {
|
|
8372
7885
|
color: var(--pf-global--default-color--200) !important;
|
|
8373
7886
|
}
|
|
8374
|
-
|
|
8375
7887
|
.pf-u-default-color-300-on-sm {
|
|
8376
7888
|
color: var(--pf-global--default-color--300) !important;
|
|
8377
7889
|
}
|
|
8378
|
-
|
|
8379
7890
|
.pf-u-success-color-100-on-sm {
|
|
8380
7891
|
color: var(--pf-global--success-color--100) !important;
|
|
8381
7892
|
}
|
|
8382
|
-
|
|
8383
7893
|
.pf-u-success-color-200-on-sm {
|
|
8384
7894
|
color: var(--pf-global--success-color--200) !important;
|
|
8385
7895
|
}
|
|
8386
|
-
|
|
8387
7896
|
.pf-u-info-color-100-on-sm {
|
|
8388
7897
|
color: var(--pf-global--info-color--100) !important;
|
|
8389
7898
|
}
|
|
8390
|
-
|
|
8391
7899
|
.pf-u-info-color-200-on-sm {
|
|
8392
7900
|
color: var(--pf-global--info-color--200) !important;
|
|
8393
7901
|
}
|
|
8394
|
-
|
|
8395
7902
|
.pf-u-warning-color-100-on-sm {
|
|
8396
7903
|
color: var(--pf-global--warning-color--100) !important;
|
|
8397
7904
|
}
|
|
8398
|
-
|
|
8399
7905
|
.pf-u-warning-color-200-on-sm {
|
|
8400
7906
|
color: var(--pf-global--warning-color--200) !important;
|
|
8401
7907
|
}
|
|
8402
|
-
|
|
8403
7908
|
.pf-u-danger-color-100-on-sm {
|
|
8404
7909
|
color: var(--pf-global--danger-color--100) !important;
|
|
8405
7910
|
}
|
|
8406
|
-
|
|
8407
7911
|
.pf-u-danger-color-200-on-sm {
|
|
8408
7912
|
color: var(--pf-global--danger-color--200) !important;
|
|
8409
7913
|
}
|
|
8410
|
-
|
|
8411
7914
|
.pf-u-danger-color-300-on-sm {
|
|
8412
7915
|
color: var(--pf-global--danger-color--300) !important;
|
|
8413
7916
|
}
|
|
8414
|
-
|
|
8415
7917
|
.pf-u-disabled-color-100-on-sm {
|
|
8416
7918
|
color: var(--pf-global--disabled-color--100) !important;
|
|
8417
7919
|
}
|
|
8418
|
-
|
|
8419
7920
|
.pf-u-disabled-color-200-on-sm {
|
|
8420
7921
|
color: var(--pf-global--disabled-color--200) !important;
|
|
8421
7922
|
}
|
|
8422
|
-
|
|
8423
7923
|
.pf-u-icon-color-light-on-sm {
|
|
8424
7924
|
color: var(--pf-global--icon--Color--light) !important;
|
|
8425
7925
|
}
|
|
8426
|
-
|
|
8427
7926
|
.pf-u-icon-color-dark-on-sm {
|
|
8428
7927
|
color: var(--pf-global--icon--Color--dark) !important;
|
|
8429
7928
|
}
|
|
@@ -8432,127 +7931,96 @@
|
|
|
8432
7931
|
.pf-u-color-100-on-md {
|
|
8433
7932
|
color: var(--pf-global--Color--100) !important;
|
|
8434
7933
|
}
|
|
8435
|
-
|
|
8436
7934
|
.pf-u-color-200-on-md {
|
|
8437
7935
|
color: var(--pf-global--Color--200) !important;
|
|
8438
7936
|
}
|
|
8439
|
-
|
|
8440
7937
|
.pf-u-color-300-on-md {
|
|
8441
7938
|
color: var(--pf-global--Color--300) !important;
|
|
8442
7939
|
}
|
|
8443
|
-
|
|
8444
7940
|
.pf-u-color-400-on-md {
|
|
8445
7941
|
color: var(--pf-global--Color--400) !important;
|
|
8446
7942
|
}
|
|
8447
|
-
|
|
8448
7943
|
.pf-u-active-color-100-on-md {
|
|
8449
7944
|
color: var(--pf-global--active-color--100) !important;
|
|
8450
7945
|
}
|
|
8451
|
-
|
|
8452
7946
|
.pf-u-active-color-400-on-md {
|
|
8453
7947
|
color: var(--pf-global--active-color--400) !important;
|
|
8454
7948
|
}
|
|
8455
|
-
|
|
8456
7949
|
.pf-u-primary-color-100-on-md {
|
|
8457
7950
|
color: var(--pf-global--primary-color--100) !important;
|
|
8458
7951
|
}
|
|
8459
|
-
|
|
8460
7952
|
.pf-u-color-light-100-on-md {
|
|
8461
7953
|
color: var(--pf-global--Color--light-100) !important;
|
|
8462
7954
|
}
|
|
8463
|
-
|
|
8464
7955
|
.pf-u-color-light-200-on-md {
|
|
8465
7956
|
color: var(--pf-global--Color--light-200) !important;
|
|
8466
7957
|
}
|
|
8467
|
-
|
|
8468
7958
|
.pf-u-link-color-on-md {
|
|
8469
7959
|
color: var(--pf-global--link--Color) !important;
|
|
8470
7960
|
}
|
|
8471
|
-
|
|
8472
7961
|
.pf-u-link-color-hover-on-md {
|
|
8473
7962
|
color: var(--pf-global--link--Color--hover) !important;
|
|
8474
7963
|
}
|
|
8475
|
-
|
|
8476
7964
|
.pf-u-link-color-light-on-md {
|
|
8477
7965
|
color: var(--pf-global--link--Color--light) !important;
|
|
8478
7966
|
}
|
|
8479
|
-
|
|
8480
7967
|
.pf-u-link-color-light-hover-on-md {
|
|
8481
7968
|
color: var(--pf-global--link--Color--light--hover) !important;
|
|
8482
7969
|
}
|
|
8483
|
-
|
|
8484
7970
|
.pf-u-link-color-dark-on-md {
|
|
8485
7971
|
color: var(--pf-global--link--Color--dark) !important;
|
|
8486
7972
|
}
|
|
8487
|
-
|
|
8488
7973
|
.pf-u-link-color-dark-hover-on-md {
|
|
8489
7974
|
color: var(--pf-global--link--Color--dark--hover) !important;
|
|
8490
7975
|
}
|
|
8491
|
-
|
|
8492
7976
|
.pf-u-link-color-visited-on-md {
|
|
8493
7977
|
color: var(--pf-global--link--Color--visited) !important;
|
|
8494
7978
|
}
|
|
8495
|
-
|
|
8496
7979
|
.pf-u-default-color-100-on-md {
|
|
8497
7980
|
color: var(--pf-global--default-color--100) !important;
|
|
8498
7981
|
}
|
|
8499
|
-
|
|
8500
7982
|
.pf-u-default-color-200-on-md {
|
|
8501
7983
|
color: var(--pf-global--default-color--200) !important;
|
|
8502
7984
|
}
|
|
8503
|
-
|
|
8504
7985
|
.pf-u-default-color-300-on-md {
|
|
8505
7986
|
color: var(--pf-global--default-color--300) !important;
|
|
8506
7987
|
}
|
|
8507
|
-
|
|
8508
7988
|
.pf-u-success-color-100-on-md {
|
|
8509
7989
|
color: var(--pf-global--success-color--100) !important;
|
|
8510
7990
|
}
|
|
8511
|
-
|
|
8512
7991
|
.pf-u-success-color-200-on-md {
|
|
8513
7992
|
color: var(--pf-global--success-color--200) !important;
|
|
8514
7993
|
}
|
|
8515
|
-
|
|
8516
7994
|
.pf-u-info-color-100-on-md {
|
|
8517
7995
|
color: var(--pf-global--info-color--100) !important;
|
|
8518
7996
|
}
|
|
8519
|
-
|
|
8520
7997
|
.pf-u-info-color-200-on-md {
|
|
8521
7998
|
color: var(--pf-global--info-color--200) !important;
|
|
8522
7999
|
}
|
|
8523
|
-
|
|
8524
8000
|
.pf-u-warning-color-100-on-md {
|
|
8525
8001
|
color: var(--pf-global--warning-color--100) !important;
|
|
8526
8002
|
}
|
|
8527
|
-
|
|
8528
8003
|
.pf-u-warning-color-200-on-md {
|
|
8529
8004
|
color: var(--pf-global--warning-color--200) !important;
|
|
8530
8005
|
}
|
|
8531
|
-
|
|
8532
8006
|
.pf-u-danger-color-100-on-md {
|
|
8533
8007
|
color: var(--pf-global--danger-color--100) !important;
|
|
8534
8008
|
}
|
|
8535
|
-
|
|
8536
8009
|
.pf-u-danger-color-200-on-md {
|
|
8537
8010
|
color: var(--pf-global--danger-color--200) !important;
|
|
8538
8011
|
}
|
|
8539
|
-
|
|
8540
8012
|
.pf-u-danger-color-300-on-md {
|
|
8541
8013
|
color: var(--pf-global--danger-color--300) !important;
|
|
8542
8014
|
}
|
|
8543
|
-
|
|
8544
8015
|
.pf-u-disabled-color-100-on-md {
|
|
8545
8016
|
color: var(--pf-global--disabled-color--100) !important;
|
|
8546
8017
|
}
|
|
8547
|
-
|
|
8548
8018
|
.pf-u-disabled-color-200-on-md {
|
|
8549
8019
|
color: var(--pf-global--disabled-color--200) !important;
|
|
8550
8020
|
}
|
|
8551
|
-
|
|
8552
8021
|
.pf-u-icon-color-light-on-md {
|
|
8553
8022
|
color: var(--pf-global--icon--Color--light) !important;
|
|
8554
8023
|
}
|
|
8555
|
-
|
|
8556
8024
|
.pf-u-icon-color-dark-on-md {
|
|
8557
8025
|
color: var(--pf-global--icon--Color--dark) !important;
|
|
8558
8026
|
}
|
|
@@ -8561,127 +8029,96 @@
|
|
|
8561
8029
|
.pf-u-color-100-on-lg {
|
|
8562
8030
|
color: var(--pf-global--Color--100) !important;
|
|
8563
8031
|
}
|
|
8564
|
-
|
|
8565
8032
|
.pf-u-color-200-on-lg {
|
|
8566
8033
|
color: var(--pf-global--Color--200) !important;
|
|
8567
8034
|
}
|
|
8568
|
-
|
|
8569
8035
|
.pf-u-color-300-on-lg {
|
|
8570
8036
|
color: var(--pf-global--Color--300) !important;
|
|
8571
8037
|
}
|
|
8572
|
-
|
|
8573
8038
|
.pf-u-color-400-on-lg {
|
|
8574
8039
|
color: var(--pf-global--Color--400) !important;
|
|
8575
8040
|
}
|
|
8576
|
-
|
|
8577
8041
|
.pf-u-active-color-100-on-lg {
|
|
8578
8042
|
color: var(--pf-global--active-color--100) !important;
|
|
8579
8043
|
}
|
|
8580
|
-
|
|
8581
8044
|
.pf-u-active-color-400-on-lg {
|
|
8582
8045
|
color: var(--pf-global--active-color--400) !important;
|
|
8583
8046
|
}
|
|
8584
|
-
|
|
8585
8047
|
.pf-u-primary-color-100-on-lg {
|
|
8586
8048
|
color: var(--pf-global--primary-color--100) !important;
|
|
8587
8049
|
}
|
|
8588
|
-
|
|
8589
8050
|
.pf-u-color-light-100-on-lg {
|
|
8590
8051
|
color: var(--pf-global--Color--light-100) !important;
|
|
8591
8052
|
}
|
|
8592
|
-
|
|
8593
8053
|
.pf-u-color-light-200-on-lg {
|
|
8594
8054
|
color: var(--pf-global--Color--light-200) !important;
|
|
8595
8055
|
}
|
|
8596
|
-
|
|
8597
8056
|
.pf-u-link-color-on-lg {
|
|
8598
8057
|
color: var(--pf-global--link--Color) !important;
|
|
8599
8058
|
}
|
|
8600
|
-
|
|
8601
8059
|
.pf-u-link-color-hover-on-lg {
|
|
8602
8060
|
color: var(--pf-global--link--Color--hover) !important;
|
|
8603
8061
|
}
|
|
8604
|
-
|
|
8605
8062
|
.pf-u-link-color-light-on-lg {
|
|
8606
8063
|
color: var(--pf-global--link--Color--light) !important;
|
|
8607
8064
|
}
|
|
8608
|
-
|
|
8609
8065
|
.pf-u-link-color-light-hover-on-lg {
|
|
8610
8066
|
color: var(--pf-global--link--Color--light--hover) !important;
|
|
8611
8067
|
}
|
|
8612
|
-
|
|
8613
8068
|
.pf-u-link-color-dark-on-lg {
|
|
8614
8069
|
color: var(--pf-global--link--Color--dark) !important;
|
|
8615
8070
|
}
|
|
8616
|
-
|
|
8617
8071
|
.pf-u-link-color-dark-hover-on-lg {
|
|
8618
8072
|
color: var(--pf-global--link--Color--dark--hover) !important;
|
|
8619
8073
|
}
|
|
8620
|
-
|
|
8621
8074
|
.pf-u-link-color-visited-on-lg {
|
|
8622
8075
|
color: var(--pf-global--link--Color--visited) !important;
|
|
8623
8076
|
}
|
|
8624
|
-
|
|
8625
8077
|
.pf-u-default-color-100-on-lg {
|
|
8626
8078
|
color: var(--pf-global--default-color--100) !important;
|
|
8627
8079
|
}
|
|
8628
|
-
|
|
8629
8080
|
.pf-u-default-color-200-on-lg {
|
|
8630
8081
|
color: var(--pf-global--default-color--200) !important;
|
|
8631
8082
|
}
|
|
8632
|
-
|
|
8633
8083
|
.pf-u-default-color-300-on-lg {
|
|
8634
8084
|
color: var(--pf-global--default-color--300) !important;
|
|
8635
8085
|
}
|
|
8636
|
-
|
|
8637
8086
|
.pf-u-success-color-100-on-lg {
|
|
8638
8087
|
color: var(--pf-global--success-color--100) !important;
|
|
8639
8088
|
}
|
|
8640
|
-
|
|
8641
8089
|
.pf-u-success-color-200-on-lg {
|
|
8642
8090
|
color: var(--pf-global--success-color--200) !important;
|
|
8643
8091
|
}
|
|
8644
|
-
|
|
8645
8092
|
.pf-u-info-color-100-on-lg {
|
|
8646
8093
|
color: var(--pf-global--info-color--100) !important;
|
|
8647
8094
|
}
|
|
8648
|
-
|
|
8649
8095
|
.pf-u-info-color-200-on-lg {
|
|
8650
8096
|
color: var(--pf-global--info-color--200) !important;
|
|
8651
8097
|
}
|
|
8652
|
-
|
|
8653
8098
|
.pf-u-warning-color-100-on-lg {
|
|
8654
8099
|
color: var(--pf-global--warning-color--100) !important;
|
|
8655
8100
|
}
|
|
8656
|
-
|
|
8657
8101
|
.pf-u-warning-color-200-on-lg {
|
|
8658
8102
|
color: var(--pf-global--warning-color--200) !important;
|
|
8659
8103
|
}
|
|
8660
|
-
|
|
8661
8104
|
.pf-u-danger-color-100-on-lg {
|
|
8662
8105
|
color: var(--pf-global--danger-color--100) !important;
|
|
8663
8106
|
}
|
|
8664
|
-
|
|
8665
8107
|
.pf-u-danger-color-200-on-lg {
|
|
8666
8108
|
color: var(--pf-global--danger-color--200) !important;
|
|
8667
8109
|
}
|
|
8668
|
-
|
|
8669
8110
|
.pf-u-danger-color-300-on-lg {
|
|
8670
8111
|
color: var(--pf-global--danger-color--300) !important;
|
|
8671
8112
|
}
|
|
8672
|
-
|
|
8673
8113
|
.pf-u-disabled-color-100-on-lg {
|
|
8674
8114
|
color: var(--pf-global--disabled-color--100) !important;
|
|
8675
8115
|
}
|
|
8676
|
-
|
|
8677
8116
|
.pf-u-disabled-color-200-on-lg {
|
|
8678
8117
|
color: var(--pf-global--disabled-color--200) !important;
|
|
8679
8118
|
}
|
|
8680
|
-
|
|
8681
8119
|
.pf-u-icon-color-light-on-lg {
|
|
8682
8120
|
color: var(--pf-global--icon--Color--light) !important;
|
|
8683
8121
|
}
|
|
8684
|
-
|
|
8685
8122
|
.pf-u-icon-color-dark-on-lg {
|
|
8686
8123
|
color: var(--pf-global--icon--Color--dark) !important;
|
|
8687
8124
|
}
|
|
@@ -8690,127 +8127,96 @@
|
|
|
8690
8127
|
.pf-u-color-100-on-xl {
|
|
8691
8128
|
color: var(--pf-global--Color--100) !important;
|
|
8692
8129
|
}
|
|
8693
|
-
|
|
8694
8130
|
.pf-u-color-200-on-xl {
|
|
8695
8131
|
color: var(--pf-global--Color--200) !important;
|
|
8696
8132
|
}
|
|
8697
|
-
|
|
8698
8133
|
.pf-u-color-300-on-xl {
|
|
8699
8134
|
color: var(--pf-global--Color--300) !important;
|
|
8700
8135
|
}
|
|
8701
|
-
|
|
8702
8136
|
.pf-u-color-400-on-xl {
|
|
8703
8137
|
color: var(--pf-global--Color--400) !important;
|
|
8704
8138
|
}
|
|
8705
|
-
|
|
8706
8139
|
.pf-u-active-color-100-on-xl {
|
|
8707
8140
|
color: var(--pf-global--active-color--100) !important;
|
|
8708
8141
|
}
|
|
8709
|
-
|
|
8710
8142
|
.pf-u-active-color-400-on-xl {
|
|
8711
8143
|
color: var(--pf-global--active-color--400) !important;
|
|
8712
8144
|
}
|
|
8713
|
-
|
|
8714
8145
|
.pf-u-primary-color-100-on-xl {
|
|
8715
8146
|
color: var(--pf-global--primary-color--100) !important;
|
|
8716
8147
|
}
|
|
8717
|
-
|
|
8718
8148
|
.pf-u-color-light-100-on-xl {
|
|
8719
8149
|
color: var(--pf-global--Color--light-100) !important;
|
|
8720
8150
|
}
|
|
8721
|
-
|
|
8722
8151
|
.pf-u-color-light-200-on-xl {
|
|
8723
8152
|
color: var(--pf-global--Color--light-200) !important;
|
|
8724
8153
|
}
|
|
8725
|
-
|
|
8726
8154
|
.pf-u-link-color-on-xl {
|
|
8727
8155
|
color: var(--pf-global--link--Color) !important;
|
|
8728
8156
|
}
|
|
8729
|
-
|
|
8730
8157
|
.pf-u-link-color-hover-on-xl {
|
|
8731
8158
|
color: var(--pf-global--link--Color--hover) !important;
|
|
8732
8159
|
}
|
|
8733
|
-
|
|
8734
8160
|
.pf-u-link-color-light-on-xl {
|
|
8735
8161
|
color: var(--pf-global--link--Color--light) !important;
|
|
8736
8162
|
}
|
|
8737
|
-
|
|
8738
8163
|
.pf-u-link-color-light-hover-on-xl {
|
|
8739
8164
|
color: var(--pf-global--link--Color--light--hover) !important;
|
|
8740
8165
|
}
|
|
8741
|
-
|
|
8742
8166
|
.pf-u-link-color-dark-on-xl {
|
|
8743
8167
|
color: var(--pf-global--link--Color--dark) !important;
|
|
8744
8168
|
}
|
|
8745
|
-
|
|
8746
8169
|
.pf-u-link-color-dark-hover-on-xl {
|
|
8747
8170
|
color: var(--pf-global--link--Color--dark--hover) !important;
|
|
8748
8171
|
}
|
|
8749
|
-
|
|
8750
8172
|
.pf-u-link-color-visited-on-xl {
|
|
8751
8173
|
color: var(--pf-global--link--Color--visited) !important;
|
|
8752
8174
|
}
|
|
8753
|
-
|
|
8754
8175
|
.pf-u-default-color-100-on-xl {
|
|
8755
8176
|
color: var(--pf-global--default-color--100) !important;
|
|
8756
8177
|
}
|
|
8757
|
-
|
|
8758
8178
|
.pf-u-default-color-200-on-xl {
|
|
8759
8179
|
color: var(--pf-global--default-color--200) !important;
|
|
8760
8180
|
}
|
|
8761
|
-
|
|
8762
8181
|
.pf-u-default-color-300-on-xl {
|
|
8763
8182
|
color: var(--pf-global--default-color--300) !important;
|
|
8764
8183
|
}
|
|
8765
|
-
|
|
8766
8184
|
.pf-u-success-color-100-on-xl {
|
|
8767
8185
|
color: var(--pf-global--success-color--100) !important;
|
|
8768
8186
|
}
|
|
8769
|
-
|
|
8770
8187
|
.pf-u-success-color-200-on-xl {
|
|
8771
8188
|
color: var(--pf-global--success-color--200) !important;
|
|
8772
8189
|
}
|
|
8773
|
-
|
|
8774
8190
|
.pf-u-info-color-100-on-xl {
|
|
8775
8191
|
color: var(--pf-global--info-color--100) !important;
|
|
8776
8192
|
}
|
|
8777
|
-
|
|
8778
8193
|
.pf-u-info-color-200-on-xl {
|
|
8779
8194
|
color: var(--pf-global--info-color--200) !important;
|
|
8780
8195
|
}
|
|
8781
|
-
|
|
8782
8196
|
.pf-u-warning-color-100-on-xl {
|
|
8783
8197
|
color: var(--pf-global--warning-color--100) !important;
|
|
8784
8198
|
}
|
|
8785
|
-
|
|
8786
8199
|
.pf-u-warning-color-200-on-xl {
|
|
8787
8200
|
color: var(--pf-global--warning-color--200) !important;
|
|
8788
8201
|
}
|
|
8789
|
-
|
|
8790
8202
|
.pf-u-danger-color-100-on-xl {
|
|
8791
8203
|
color: var(--pf-global--danger-color--100) !important;
|
|
8792
8204
|
}
|
|
8793
|
-
|
|
8794
8205
|
.pf-u-danger-color-200-on-xl {
|
|
8795
8206
|
color: var(--pf-global--danger-color--200) !important;
|
|
8796
8207
|
}
|
|
8797
|
-
|
|
8798
8208
|
.pf-u-danger-color-300-on-xl {
|
|
8799
8209
|
color: var(--pf-global--danger-color--300) !important;
|
|
8800
8210
|
}
|
|
8801
|
-
|
|
8802
8211
|
.pf-u-disabled-color-100-on-xl {
|
|
8803
8212
|
color: var(--pf-global--disabled-color--100) !important;
|
|
8804
8213
|
}
|
|
8805
|
-
|
|
8806
8214
|
.pf-u-disabled-color-200-on-xl {
|
|
8807
8215
|
color: var(--pf-global--disabled-color--200) !important;
|
|
8808
8216
|
}
|
|
8809
|
-
|
|
8810
8217
|
.pf-u-icon-color-light-on-xl {
|
|
8811
8218
|
color: var(--pf-global--icon--Color--light) !important;
|
|
8812
8219
|
}
|
|
8813
|
-
|
|
8814
8220
|
.pf-u-icon-color-dark-on-xl {
|
|
8815
8221
|
color: var(--pf-global--icon--Color--dark) !important;
|
|
8816
8222
|
}
|
|
@@ -8819,127 +8225,96 @@
|
|
|
8819
8225
|
.pf-u-color-100-on-2xl {
|
|
8820
8226
|
color: var(--pf-global--Color--100) !important;
|
|
8821
8227
|
}
|
|
8822
|
-
|
|
8823
8228
|
.pf-u-color-200-on-2xl {
|
|
8824
8229
|
color: var(--pf-global--Color--200) !important;
|
|
8825
8230
|
}
|
|
8826
|
-
|
|
8827
8231
|
.pf-u-color-300-on-2xl {
|
|
8828
8232
|
color: var(--pf-global--Color--300) !important;
|
|
8829
8233
|
}
|
|
8830
|
-
|
|
8831
8234
|
.pf-u-color-400-on-2xl {
|
|
8832
8235
|
color: var(--pf-global--Color--400) !important;
|
|
8833
8236
|
}
|
|
8834
|
-
|
|
8835
8237
|
.pf-u-active-color-100-on-2xl {
|
|
8836
8238
|
color: var(--pf-global--active-color--100) !important;
|
|
8837
8239
|
}
|
|
8838
|
-
|
|
8839
8240
|
.pf-u-active-color-400-on-2xl {
|
|
8840
8241
|
color: var(--pf-global--active-color--400) !important;
|
|
8841
8242
|
}
|
|
8842
|
-
|
|
8843
8243
|
.pf-u-primary-color-100-on-2xl {
|
|
8844
8244
|
color: var(--pf-global--primary-color--100) !important;
|
|
8845
8245
|
}
|
|
8846
|
-
|
|
8847
8246
|
.pf-u-color-light-100-on-2xl {
|
|
8848
8247
|
color: var(--pf-global--Color--light-100) !important;
|
|
8849
8248
|
}
|
|
8850
|
-
|
|
8851
8249
|
.pf-u-color-light-200-on-2xl {
|
|
8852
8250
|
color: var(--pf-global--Color--light-200) !important;
|
|
8853
8251
|
}
|
|
8854
|
-
|
|
8855
8252
|
.pf-u-link-color-on-2xl {
|
|
8856
8253
|
color: var(--pf-global--link--Color) !important;
|
|
8857
8254
|
}
|
|
8858
|
-
|
|
8859
8255
|
.pf-u-link-color-hover-on-2xl {
|
|
8860
8256
|
color: var(--pf-global--link--Color--hover) !important;
|
|
8861
8257
|
}
|
|
8862
|
-
|
|
8863
8258
|
.pf-u-link-color-light-on-2xl {
|
|
8864
8259
|
color: var(--pf-global--link--Color--light) !important;
|
|
8865
8260
|
}
|
|
8866
|
-
|
|
8867
8261
|
.pf-u-link-color-light-hover-on-2xl {
|
|
8868
8262
|
color: var(--pf-global--link--Color--light--hover) !important;
|
|
8869
8263
|
}
|
|
8870
|
-
|
|
8871
8264
|
.pf-u-link-color-dark-on-2xl {
|
|
8872
8265
|
color: var(--pf-global--link--Color--dark) !important;
|
|
8873
8266
|
}
|
|
8874
|
-
|
|
8875
8267
|
.pf-u-link-color-dark-hover-on-2xl {
|
|
8876
8268
|
color: var(--pf-global--link--Color--dark--hover) !important;
|
|
8877
8269
|
}
|
|
8878
|
-
|
|
8879
8270
|
.pf-u-link-color-visited-on-2xl {
|
|
8880
8271
|
color: var(--pf-global--link--Color--visited) !important;
|
|
8881
8272
|
}
|
|
8882
|
-
|
|
8883
8273
|
.pf-u-default-color-100-on-2xl {
|
|
8884
8274
|
color: var(--pf-global--default-color--100) !important;
|
|
8885
8275
|
}
|
|
8886
|
-
|
|
8887
8276
|
.pf-u-default-color-200-on-2xl {
|
|
8888
8277
|
color: var(--pf-global--default-color--200) !important;
|
|
8889
8278
|
}
|
|
8890
|
-
|
|
8891
8279
|
.pf-u-default-color-300-on-2xl {
|
|
8892
8280
|
color: var(--pf-global--default-color--300) !important;
|
|
8893
8281
|
}
|
|
8894
|
-
|
|
8895
8282
|
.pf-u-success-color-100-on-2xl {
|
|
8896
8283
|
color: var(--pf-global--success-color--100) !important;
|
|
8897
8284
|
}
|
|
8898
|
-
|
|
8899
8285
|
.pf-u-success-color-200-on-2xl {
|
|
8900
8286
|
color: var(--pf-global--success-color--200) !important;
|
|
8901
8287
|
}
|
|
8902
|
-
|
|
8903
8288
|
.pf-u-info-color-100-on-2xl {
|
|
8904
8289
|
color: var(--pf-global--info-color--100) !important;
|
|
8905
8290
|
}
|
|
8906
|
-
|
|
8907
8291
|
.pf-u-info-color-200-on-2xl {
|
|
8908
8292
|
color: var(--pf-global--info-color--200) !important;
|
|
8909
8293
|
}
|
|
8910
|
-
|
|
8911
8294
|
.pf-u-warning-color-100-on-2xl {
|
|
8912
8295
|
color: var(--pf-global--warning-color--100) !important;
|
|
8913
8296
|
}
|
|
8914
|
-
|
|
8915
8297
|
.pf-u-warning-color-200-on-2xl {
|
|
8916
8298
|
color: var(--pf-global--warning-color--200) !important;
|
|
8917
8299
|
}
|
|
8918
|
-
|
|
8919
8300
|
.pf-u-danger-color-100-on-2xl {
|
|
8920
8301
|
color: var(--pf-global--danger-color--100) !important;
|
|
8921
8302
|
}
|
|
8922
|
-
|
|
8923
8303
|
.pf-u-danger-color-200-on-2xl {
|
|
8924
8304
|
color: var(--pf-global--danger-color--200) !important;
|
|
8925
8305
|
}
|
|
8926
|
-
|
|
8927
8306
|
.pf-u-danger-color-300-on-2xl {
|
|
8928
8307
|
color: var(--pf-global--danger-color--300) !important;
|
|
8929
8308
|
}
|
|
8930
|
-
|
|
8931
8309
|
.pf-u-disabled-color-100-on-2xl {
|
|
8932
8310
|
color: var(--pf-global--disabled-color--100) !important;
|
|
8933
8311
|
}
|
|
8934
|
-
|
|
8935
8312
|
.pf-u-disabled-color-200-on-2xl {
|
|
8936
8313
|
color: var(--pf-global--disabled-color--200) !important;
|
|
8937
8314
|
}
|
|
8938
|
-
|
|
8939
8315
|
.pf-u-icon-color-light-on-2xl {
|
|
8940
8316
|
color: var(--pf-global--icon--Color--light) !important;
|
|
8941
8317
|
}
|
|
8942
|
-
|
|
8943
8318
|
.pf-u-icon-color-dark-on-2xl {
|
|
8944
8319
|
color: var(--pf-global--icon--Color--dark) !important;
|
|
8945
8320
|
}
|
|
@@ -8960,11 +8335,9 @@
|
|
|
8960
8335
|
.pf-u-text-break-word-on-sm {
|
|
8961
8336
|
word-break: break-word !important;
|
|
8962
8337
|
}
|
|
8963
|
-
|
|
8964
8338
|
.pf-u-text-nowrap-on-sm {
|
|
8965
8339
|
white-space: nowrap !important;
|
|
8966
8340
|
}
|
|
8967
|
-
|
|
8968
8341
|
.pf-u-text-wrap-on-sm {
|
|
8969
8342
|
white-space: normal !important;
|
|
8970
8343
|
}
|
|
@@ -8973,11 +8346,9 @@
|
|
|
8973
8346
|
.pf-u-text-break-word-on-md {
|
|
8974
8347
|
word-break: break-word !important;
|
|
8975
8348
|
}
|
|
8976
|
-
|
|
8977
8349
|
.pf-u-text-nowrap-on-md {
|
|
8978
8350
|
white-space: nowrap !important;
|
|
8979
8351
|
}
|
|
8980
|
-
|
|
8981
8352
|
.pf-u-text-wrap-on-md {
|
|
8982
8353
|
white-space: normal !important;
|
|
8983
8354
|
}
|
|
@@ -8986,11 +8357,9 @@
|
|
|
8986
8357
|
.pf-u-text-break-word-on-lg {
|
|
8987
8358
|
word-break: break-word !important;
|
|
8988
8359
|
}
|
|
8989
|
-
|
|
8990
8360
|
.pf-u-text-nowrap-on-lg {
|
|
8991
8361
|
white-space: nowrap !important;
|
|
8992
8362
|
}
|
|
8993
|
-
|
|
8994
8363
|
.pf-u-text-wrap-on-lg {
|
|
8995
8364
|
white-space: normal !important;
|
|
8996
8365
|
}
|
|
@@ -8999,11 +8368,9 @@
|
|
|
8999
8368
|
.pf-u-text-break-word-on-xl {
|
|
9000
8369
|
word-break: break-word !important;
|
|
9001
8370
|
}
|
|
9002
|
-
|
|
9003
8371
|
.pf-u-text-nowrap-on-xl {
|
|
9004
8372
|
white-space: nowrap !important;
|
|
9005
8373
|
}
|
|
9006
|
-
|
|
9007
8374
|
.pf-u-text-wrap-on-xl {
|
|
9008
8375
|
white-space: normal !important;
|
|
9009
8376
|
}
|
|
@@ -9012,11 +8379,9 @@
|
|
|
9012
8379
|
.pf-u-text-break-word-on-2xl {
|
|
9013
8380
|
word-break: break-word !important;
|
|
9014
8381
|
}
|
|
9015
|
-
|
|
9016
8382
|
.pf-u-text-nowrap-on-2xl {
|
|
9017
8383
|
white-space: nowrap !important;
|
|
9018
8384
|
}
|
|
9019
|
-
|
|
9020
8385
|
.pf-u-text-wrap-on-2xl {
|
|
9021
8386
|
white-space: normal !important;
|
|
9022
8387
|
}
|