@patternfly/react-styles 4.74.7 → 4.74.10

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.
@@ -58,31 +58,24 @@
58
58
  .pf-u-font-size-xs-on-sm {
59
59
  font-size: var(--pf-global--FontSize--xs) !important;
60
60
  }
61
-
62
61
  .pf-u-font-size-sm-on-sm {
63
62
  font-size: var(--pf-global--FontSize--sm) !important;
64
63
  }
65
-
66
64
  .pf-u-font-size-md-on-sm {
67
65
  font-size: var(--pf-global--FontSize--md) !important;
68
66
  }
69
-
70
67
  .pf-u-font-size-lg-on-sm {
71
68
  font-size: var(--pf-global--FontSize--lg) !important;
72
69
  }
73
-
74
70
  .pf-u-font-size-xl-on-sm {
75
71
  font-size: var(--pf-global--FontSize--xl) !important;
76
72
  }
77
-
78
73
  .pf-u-font-size-2xl-on-sm {
79
74
  font-size: var(--pf-global--FontSize--2xl) !important;
80
75
  }
81
-
82
76
  .pf-u-font-size-3xl-on-sm {
83
77
  font-size: var(--pf-global--FontSize--3xl) !important;
84
78
  }
85
-
86
79
  .pf-u-font-size-4xl-on-sm {
87
80
  font-size: var(--pf-global--FontSize--4xl) !important;
88
81
  }
@@ -91,31 +84,24 @@
91
84
  .pf-u-font-size-xs-on-md {
92
85
  font-size: var(--pf-global--FontSize--xs) !important;
93
86
  }
94
-
95
87
  .pf-u-font-size-sm-on-md {
96
88
  font-size: var(--pf-global--FontSize--sm) !important;
97
89
  }
98
-
99
90
  .pf-u-font-size-md-on-md {
100
91
  font-size: var(--pf-global--FontSize--md) !important;
101
92
  }
102
-
103
93
  .pf-u-font-size-lg-on-md {
104
94
  font-size: var(--pf-global--FontSize--lg) !important;
105
95
  }
106
-
107
96
  .pf-u-font-size-xl-on-md {
108
97
  font-size: var(--pf-global--FontSize--xl) !important;
109
98
  }
110
-
111
99
  .pf-u-font-size-2xl-on-md {
112
100
  font-size: var(--pf-global--FontSize--2xl) !important;
113
101
  }
114
-
115
102
  .pf-u-font-size-3xl-on-md {
116
103
  font-size: var(--pf-global--FontSize--3xl) !important;
117
104
  }
118
-
119
105
  .pf-u-font-size-4xl-on-md {
120
106
  font-size: var(--pf-global--FontSize--4xl) !important;
121
107
  }
@@ -124,31 +110,24 @@
124
110
  .pf-u-font-size-xs-on-lg {
125
111
  font-size: var(--pf-global--FontSize--xs) !important;
126
112
  }
127
-
128
113
  .pf-u-font-size-sm-on-lg {
129
114
  font-size: var(--pf-global--FontSize--sm) !important;
130
115
  }
131
-
132
116
  .pf-u-font-size-md-on-lg {
133
117
  font-size: var(--pf-global--FontSize--md) !important;
134
118
  }
135
-
136
119
  .pf-u-font-size-lg-on-lg {
137
120
  font-size: var(--pf-global--FontSize--lg) !important;
138
121
  }
139
-
140
122
  .pf-u-font-size-xl-on-lg {
141
123
  font-size: var(--pf-global--FontSize--xl) !important;
142
124
  }
143
-
144
125
  .pf-u-font-size-2xl-on-lg {
145
126
  font-size: var(--pf-global--FontSize--2xl) !important;
146
127
  }
147
-
148
128
  .pf-u-font-size-3xl-on-lg {
149
129
  font-size: var(--pf-global--FontSize--3xl) !important;
150
130
  }
151
-
152
131
  .pf-u-font-size-4xl-on-lg {
153
132
  font-size: var(--pf-global--FontSize--4xl) !important;
154
133
  }
@@ -157,31 +136,24 @@
157
136
  .pf-u-font-size-xs-on-xl {
158
137
  font-size: var(--pf-global--FontSize--xs) !important;
159
138
  }
160
-
161
139
  .pf-u-font-size-sm-on-xl {
162
140
  font-size: var(--pf-global--FontSize--sm) !important;
163
141
  }
164
-
165
142
  .pf-u-font-size-md-on-xl {
166
143
  font-size: var(--pf-global--FontSize--md) !important;
167
144
  }
168
-
169
145
  .pf-u-font-size-lg-on-xl {
170
146
  font-size: var(--pf-global--FontSize--lg) !important;
171
147
  }
172
-
173
148
  .pf-u-font-size-xl-on-xl {
174
149
  font-size: var(--pf-global--FontSize--xl) !important;
175
150
  }
176
-
177
151
  .pf-u-font-size-2xl-on-xl {
178
152
  font-size: var(--pf-global--FontSize--2xl) !important;
179
153
  }
180
-
181
154
  .pf-u-font-size-3xl-on-xl {
182
155
  font-size: var(--pf-global--FontSize--3xl) !important;
183
156
  }
184
-
185
157
  .pf-u-font-size-4xl-on-xl {
186
158
  font-size: var(--pf-global--FontSize--4xl) !important;
187
159
  }
@@ -190,31 +162,24 @@
190
162
  .pf-u-font-size-xs-on-2xl {
191
163
  font-size: var(--pf-global--FontSize--xs) !important;
192
164
  }
193
-
194
165
  .pf-u-font-size-sm-on-2xl {
195
166
  font-size: var(--pf-global--FontSize--sm) !important;
196
167
  }
197
-
198
168
  .pf-u-font-size-md-on-2xl {
199
169
  font-size: var(--pf-global--FontSize--md) !important;
200
170
  }
201
-
202
171
  .pf-u-font-size-lg-on-2xl {
203
172
  font-size: var(--pf-global--FontSize--lg) !important;
204
173
  }
205
-
206
174
  .pf-u-font-size-xl-on-2xl {
207
175
  font-size: var(--pf-global--FontSize--xl) !important;
208
176
  }
209
-
210
177
  .pf-u-font-size-2xl-on-2xl {
211
178
  font-size: var(--pf-global--FontSize--2xl) !important;
212
179
  }
213
-
214
180
  .pf-u-font-size-3xl-on-2xl {
215
181
  font-size: var(--pf-global--FontSize--3xl) !important;
216
182
  }
217
-
218
183
  .pf-u-font-size-4xl-on-2xl {
219
184
  font-size: var(--pf-global--FontSize--4xl) !important;
220
185
  }
@@ -235,11 +200,9 @@
235
200
  .pf-u-font-weight-light-on-sm {
236
201
  font-weight: var(--pf-global--FontWeight--light) !important;
237
202
  }
238
-
239
203
  .pf-u-font-weight-normal-on-sm {
240
204
  font-weight: var(--pf-global--FontWeight--normal) !important;
241
205
  }
242
-
243
206
  .pf-u-font-weight-bold-on-sm {
244
207
  font-weight: var(--pf-global--FontWeight--bold) !important;
245
208
  }
@@ -248,11 +211,9 @@
248
211
  .pf-u-font-weight-light-on-md {
249
212
  font-weight: var(--pf-global--FontWeight--light) !important;
250
213
  }
251
-
252
214
  .pf-u-font-weight-normal-on-md {
253
215
  font-weight: var(--pf-global--FontWeight--normal) !important;
254
216
  }
255
-
256
217
  .pf-u-font-weight-bold-on-md {
257
218
  font-weight: var(--pf-global--FontWeight--bold) !important;
258
219
  }
@@ -261,11 +222,9 @@
261
222
  .pf-u-font-weight-light-on-lg {
262
223
  font-weight: var(--pf-global--FontWeight--light) !important;
263
224
  }
264
-
265
225
  .pf-u-font-weight-normal-on-lg {
266
226
  font-weight: var(--pf-global--FontWeight--normal) !important;
267
227
  }
268
-
269
228
  .pf-u-font-weight-bold-on-lg {
270
229
  font-weight: var(--pf-global--FontWeight--bold) !important;
271
230
  }
@@ -274,11 +233,9 @@
274
233
  .pf-u-font-weight-light-on-xl {
275
234
  font-weight: var(--pf-global--FontWeight--light) !important;
276
235
  }
277
-
278
236
  .pf-u-font-weight-normal-on-xl {
279
237
  font-weight: var(--pf-global--FontWeight--normal) !important;
280
238
  }
281
-
282
239
  .pf-u-font-weight-bold-on-xl {
283
240
  font-weight: var(--pf-global--FontWeight--bold) !important;
284
241
  }
@@ -287,11 +244,9 @@
287
244
  .pf-u-font-weight-light-on-2xl {
288
245
  font-weight: var(--pf-global--FontWeight--light) !important;
289
246
  }
290
-
291
247
  .pf-u-font-weight-normal-on-2xl {
292
248
  font-weight: var(--pf-global--FontWeight--normal) !important;
293
249
  }
294
-
295
250
  .pf-u-font-weight-bold-on-2xl {
296
251
  font-weight: var(--pf-global--FontWeight--bold) !important;
297
252
  }
@@ -428,127 +383,96 @@
428
383
  .pf-u-color-100-on-sm {
429
384
  color: var(--pf-global--Color--100) !important;
430
385
  }
431
-
432
386
  .pf-u-color-200-on-sm {
433
387
  color: var(--pf-global--Color--200) !important;
434
388
  }
435
-
436
389
  .pf-u-color-300-on-sm {
437
390
  color: var(--pf-global--Color--300) !important;
438
391
  }
439
-
440
392
  .pf-u-color-400-on-sm {
441
393
  color: var(--pf-global--Color--400) !important;
442
394
  }
443
-
444
395
  .pf-u-active-color-100-on-sm {
445
396
  color: var(--pf-global--active-color--100) !important;
446
397
  }
447
-
448
398
  .pf-u-active-color-400-on-sm {
449
399
  color: var(--pf-global--active-color--400) !important;
450
400
  }
451
-
452
401
  .pf-u-primary-color-100-on-sm {
453
402
  color: var(--pf-global--primary-color--100) !important;
454
403
  }
455
-
456
404
  .pf-u-color-light-100-on-sm {
457
405
  color: var(--pf-global--Color--light-100) !important;
458
406
  }
459
-
460
407
  .pf-u-color-light-200-on-sm {
461
408
  color: var(--pf-global--Color--light-200) !important;
462
409
  }
463
-
464
410
  .pf-u-link-color-on-sm {
465
411
  color: var(--pf-global--link--Color) !important;
466
412
  }
467
-
468
413
  .pf-u-link-color-hover-on-sm {
469
414
  color: var(--pf-global--link--Color--hover) !important;
470
415
  }
471
-
472
416
  .pf-u-link-color-light-on-sm {
473
417
  color: var(--pf-global--link--Color--light) !important;
474
418
  }
475
-
476
419
  .pf-u-link-color-light-hover-on-sm {
477
420
  color: var(--pf-global--link--Color--light--hover) !important;
478
421
  }
479
-
480
422
  .pf-u-link-color-dark-on-sm {
481
423
  color: var(--pf-global--link--Color--dark) !important;
482
424
  }
483
-
484
425
  .pf-u-link-color-dark-hover-on-sm {
485
426
  color: var(--pf-global--link--Color--dark--hover) !important;
486
427
  }
487
-
488
428
  .pf-u-link-color-visited-on-sm {
489
429
  color: var(--pf-global--link--Color--visited) !important;
490
430
  }
491
-
492
431
  .pf-u-default-color-100-on-sm {
493
432
  color: var(--pf-global--default-color--100) !important;
494
433
  }
495
-
496
434
  .pf-u-default-color-200-on-sm {
497
435
  color: var(--pf-global--default-color--200) !important;
498
436
  }
499
-
500
437
  .pf-u-default-color-300-on-sm {
501
438
  color: var(--pf-global--default-color--300) !important;
502
439
  }
503
-
504
440
  .pf-u-success-color-100-on-sm {
505
441
  color: var(--pf-global--success-color--100) !important;
506
442
  }
507
-
508
443
  .pf-u-success-color-200-on-sm {
509
444
  color: var(--pf-global--success-color--200) !important;
510
445
  }
511
-
512
446
  .pf-u-info-color-100-on-sm {
513
447
  color: var(--pf-global--info-color--100) !important;
514
448
  }
515
-
516
449
  .pf-u-info-color-200-on-sm {
517
450
  color: var(--pf-global--info-color--200) !important;
518
451
  }
519
-
520
452
  .pf-u-warning-color-100-on-sm {
521
453
  color: var(--pf-global--warning-color--100) !important;
522
454
  }
523
-
524
455
  .pf-u-warning-color-200-on-sm {
525
456
  color: var(--pf-global--warning-color--200) !important;
526
457
  }
527
-
528
458
  .pf-u-danger-color-100-on-sm {
529
459
  color: var(--pf-global--danger-color--100) !important;
530
460
  }
531
-
532
461
  .pf-u-danger-color-200-on-sm {
533
462
  color: var(--pf-global--danger-color--200) !important;
534
463
  }
535
-
536
464
  .pf-u-danger-color-300-on-sm {
537
465
  color: var(--pf-global--danger-color--300) !important;
538
466
  }
539
-
540
467
  .pf-u-disabled-color-100-on-sm {
541
468
  color: var(--pf-global--disabled-color--100) !important;
542
469
  }
543
-
544
470
  .pf-u-disabled-color-200-on-sm {
545
471
  color: var(--pf-global--disabled-color--200) !important;
546
472
  }
547
-
548
473
  .pf-u-icon-color-light-on-sm {
549
474
  color: var(--pf-global--icon--Color--light) !important;
550
475
  }
551
-
552
476
  .pf-u-icon-color-dark-on-sm {
553
477
  color: var(--pf-global--icon--Color--dark) !important;
554
478
  }
@@ -557,127 +481,96 @@
557
481
  .pf-u-color-100-on-md {
558
482
  color: var(--pf-global--Color--100) !important;
559
483
  }
560
-
561
484
  .pf-u-color-200-on-md {
562
485
  color: var(--pf-global--Color--200) !important;
563
486
  }
564
-
565
487
  .pf-u-color-300-on-md {
566
488
  color: var(--pf-global--Color--300) !important;
567
489
  }
568
-
569
490
  .pf-u-color-400-on-md {
570
491
  color: var(--pf-global--Color--400) !important;
571
492
  }
572
-
573
493
  .pf-u-active-color-100-on-md {
574
494
  color: var(--pf-global--active-color--100) !important;
575
495
  }
576
-
577
496
  .pf-u-active-color-400-on-md {
578
497
  color: var(--pf-global--active-color--400) !important;
579
498
  }
580
-
581
499
  .pf-u-primary-color-100-on-md {
582
500
  color: var(--pf-global--primary-color--100) !important;
583
501
  }
584
-
585
502
  .pf-u-color-light-100-on-md {
586
503
  color: var(--pf-global--Color--light-100) !important;
587
504
  }
588
-
589
505
  .pf-u-color-light-200-on-md {
590
506
  color: var(--pf-global--Color--light-200) !important;
591
507
  }
592
-
593
508
  .pf-u-link-color-on-md {
594
509
  color: var(--pf-global--link--Color) !important;
595
510
  }
596
-
597
511
  .pf-u-link-color-hover-on-md {
598
512
  color: var(--pf-global--link--Color--hover) !important;
599
513
  }
600
-
601
514
  .pf-u-link-color-light-on-md {
602
515
  color: var(--pf-global--link--Color--light) !important;
603
516
  }
604
-
605
517
  .pf-u-link-color-light-hover-on-md {
606
518
  color: var(--pf-global--link--Color--light--hover) !important;
607
519
  }
608
-
609
520
  .pf-u-link-color-dark-on-md {
610
521
  color: var(--pf-global--link--Color--dark) !important;
611
522
  }
612
-
613
523
  .pf-u-link-color-dark-hover-on-md {
614
524
  color: var(--pf-global--link--Color--dark--hover) !important;
615
525
  }
616
-
617
526
  .pf-u-link-color-visited-on-md {
618
527
  color: var(--pf-global--link--Color--visited) !important;
619
528
  }
620
-
621
529
  .pf-u-default-color-100-on-md {
622
530
  color: var(--pf-global--default-color--100) !important;
623
531
  }
624
-
625
532
  .pf-u-default-color-200-on-md {
626
533
  color: var(--pf-global--default-color--200) !important;
627
534
  }
628
-
629
535
  .pf-u-default-color-300-on-md {
630
536
  color: var(--pf-global--default-color--300) !important;
631
537
  }
632
-
633
538
  .pf-u-success-color-100-on-md {
634
539
  color: var(--pf-global--success-color--100) !important;
635
540
  }
636
-
637
541
  .pf-u-success-color-200-on-md {
638
542
  color: var(--pf-global--success-color--200) !important;
639
543
  }
640
-
641
544
  .pf-u-info-color-100-on-md {
642
545
  color: var(--pf-global--info-color--100) !important;
643
546
  }
644
-
645
547
  .pf-u-info-color-200-on-md {
646
548
  color: var(--pf-global--info-color--200) !important;
647
549
  }
648
-
649
550
  .pf-u-warning-color-100-on-md {
650
551
  color: var(--pf-global--warning-color--100) !important;
651
552
  }
652
-
653
553
  .pf-u-warning-color-200-on-md {
654
554
  color: var(--pf-global--warning-color--200) !important;
655
555
  }
656
-
657
556
  .pf-u-danger-color-100-on-md {
658
557
  color: var(--pf-global--danger-color--100) !important;
659
558
  }
660
-
661
559
  .pf-u-danger-color-200-on-md {
662
560
  color: var(--pf-global--danger-color--200) !important;
663
561
  }
664
-
665
562
  .pf-u-danger-color-300-on-md {
666
563
  color: var(--pf-global--danger-color--300) !important;
667
564
  }
668
-
669
565
  .pf-u-disabled-color-100-on-md {
670
566
  color: var(--pf-global--disabled-color--100) !important;
671
567
  }
672
-
673
568
  .pf-u-disabled-color-200-on-md {
674
569
  color: var(--pf-global--disabled-color--200) !important;
675
570
  }
676
-
677
571
  .pf-u-icon-color-light-on-md {
678
572
  color: var(--pf-global--icon--Color--light) !important;
679
573
  }
680
-
681
574
  .pf-u-icon-color-dark-on-md {
682
575
  color: var(--pf-global--icon--Color--dark) !important;
683
576
  }
@@ -686,127 +579,96 @@
686
579
  .pf-u-color-100-on-lg {
687
580
  color: var(--pf-global--Color--100) !important;
688
581
  }
689
-
690
582
  .pf-u-color-200-on-lg {
691
583
  color: var(--pf-global--Color--200) !important;
692
584
  }
693
-
694
585
  .pf-u-color-300-on-lg {
695
586
  color: var(--pf-global--Color--300) !important;
696
587
  }
697
-
698
588
  .pf-u-color-400-on-lg {
699
589
  color: var(--pf-global--Color--400) !important;
700
590
  }
701
-
702
591
  .pf-u-active-color-100-on-lg {
703
592
  color: var(--pf-global--active-color--100) !important;
704
593
  }
705
-
706
594
  .pf-u-active-color-400-on-lg {
707
595
  color: var(--pf-global--active-color--400) !important;
708
596
  }
709
-
710
597
  .pf-u-primary-color-100-on-lg {
711
598
  color: var(--pf-global--primary-color--100) !important;
712
599
  }
713
-
714
600
  .pf-u-color-light-100-on-lg {
715
601
  color: var(--pf-global--Color--light-100) !important;
716
602
  }
717
-
718
603
  .pf-u-color-light-200-on-lg {
719
604
  color: var(--pf-global--Color--light-200) !important;
720
605
  }
721
-
722
606
  .pf-u-link-color-on-lg {
723
607
  color: var(--pf-global--link--Color) !important;
724
608
  }
725
-
726
609
  .pf-u-link-color-hover-on-lg {
727
610
  color: var(--pf-global--link--Color--hover) !important;
728
611
  }
729
-
730
612
  .pf-u-link-color-light-on-lg {
731
613
  color: var(--pf-global--link--Color--light) !important;
732
614
  }
733
-
734
615
  .pf-u-link-color-light-hover-on-lg {
735
616
  color: var(--pf-global--link--Color--light--hover) !important;
736
617
  }
737
-
738
618
  .pf-u-link-color-dark-on-lg {
739
619
  color: var(--pf-global--link--Color--dark) !important;
740
620
  }
741
-
742
621
  .pf-u-link-color-dark-hover-on-lg {
743
622
  color: var(--pf-global--link--Color--dark--hover) !important;
744
623
  }
745
-
746
624
  .pf-u-link-color-visited-on-lg {
747
625
  color: var(--pf-global--link--Color--visited) !important;
748
626
  }
749
-
750
627
  .pf-u-default-color-100-on-lg {
751
628
  color: var(--pf-global--default-color--100) !important;
752
629
  }
753
-
754
630
  .pf-u-default-color-200-on-lg {
755
631
  color: var(--pf-global--default-color--200) !important;
756
632
  }
757
-
758
633
  .pf-u-default-color-300-on-lg {
759
634
  color: var(--pf-global--default-color--300) !important;
760
635
  }
761
-
762
636
  .pf-u-success-color-100-on-lg {
763
637
  color: var(--pf-global--success-color--100) !important;
764
638
  }
765
-
766
639
  .pf-u-success-color-200-on-lg {
767
640
  color: var(--pf-global--success-color--200) !important;
768
641
  }
769
-
770
642
  .pf-u-info-color-100-on-lg {
771
643
  color: var(--pf-global--info-color--100) !important;
772
644
  }
773
-
774
645
  .pf-u-info-color-200-on-lg {
775
646
  color: var(--pf-global--info-color--200) !important;
776
647
  }
777
-
778
648
  .pf-u-warning-color-100-on-lg {
779
649
  color: var(--pf-global--warning-color--100) !important;
780
650
  }
781
-
782
651
  .pf-u-warning-color-200-on-lg {
783
652
  color: var(--pf-global--warning-color--200) !important;
784
653
  }
785
-
786
654
  .pf-u-danger-color-100-on-lg {
787
655
  color: var(--pf-global--danger-color--100) !important;
788
656
  }
789
-
790
657
  .pf-u-danger-color-200-on-lg {
791
658
  color: var(--pf-global--danger-color--200) !important;
792
659
  }
793
-
794
660
  .pf-u-danger-color-300-on-lg {
795
661
  color: var(--pf-global--danger-color--300) !important;
796
662
  }
797
-
798
663
  .pf-u-disabled-color-100-on-lg {
799
664
  color: var(--pf-global--disabled-color--100) !important;
800
665
  }
801
-
802
666
  .pf-u-disabled-color-200-on-lg {
803
667
  color: var(--pf-global--disabled-color--200) !important;
804
668
  }
805
-
806
669
  .pf-u-icon-color-light-on-lg {
807
670
  color: var(--pf-global--icon--Color--light) !important;
808
671
  }
809
-
810
672
  .pf-u-icon-color-dark-on-lg {
811
673
  color: var(--pf-global--icon--Color--dark) !important;
812
674
  }
@@ -815,127 +677,96 @@
815
677
  .pf-u-color-100-on-xl {
816
678
  color: var(--pf-global--Color--100) !important;
817
679
  }
818
-
819
680
  .pf-u-color-200-on-xl {
820
681
  color: var(--pf-global--Color--200) !important;
821
682
  }
822
-
823
683
  .pf-u-color-300-on-xl {
824
684
  color: var(--pf-global--Color--300) !important;
825
685
  }
826
-
827
686
  .pf-u-color-400-on-xl {
828
687
  color: var(--pf-global--Color--400) !important;
829
688
  }
830
-
831
689
  .pf-u-active-color-100-on-xl {
832
690
  color: var(--pf-global--active-color--100) !important;
833
691
  }
834
-
835
692
  .pf-u-active-color-400-on-xl {
836
693
  color: var(--pf-global--active-color--400) !important;
837
694
  }
838
-
839
695
  .pf-u-primary-color-100-on-xl {
840
696
  color: var(--pf-global--primary-color--100) !important;
841
697
  }
842
-
843
698
  .pf-u-color-light-100-on-xl {
844
699
  color: var(--pf-global--Color--light-100) !important;
845
700
  }
846
-
847
701
  .pf-u-color-light-200-on-xl {
848
702
  color: var(--pf-global--Color--light-200) !important;
849
703
  }
850
-
851
704
  .pf-u-link-color-on-xl {
852
705
  color: var(--pf-global--link--Color) !important;
853
706
  }
854
-
855
707
  .pf-u-link-color-hover-on-xl {
856
708
  color: var(--pf-global--link--Color--hover) !important;
857
709
  }
858
-
859
710
  .pf-u-link-color-light-on-xl {
860
711
  color: var(--pf-global--link--Color--light) !important;
861
712
  }
862
-
863
713
  .pf-u-link-color-light-hover-on-xl {
864
714
  color: var(--pf-global--link--Color--light--hover) !important;
865
715
  }
866
-
867
716
  .pf-u-link-color-dark-on-xl {
868
717
  color: var(--pf-global--link--Color--dark) !important;
869
718
  }
870
-
871
719
  .pf-u-link-color-dark-hover-on-xl {
872
720
  color: var(--pf-global--link--Color--dark--hover) !important;
873
721
  }
874
-
875
722
  .pf-u-link-color-visited-on-xl {
876
723
  color: var(--pf-global--link--Color--visited) !important;
877
724
  }
878
-
879
725
  .pf-u-default-color-100-on-xl {
880
726
  color: var(--pf-global--default-color--100) !important;
881
727
  }
882
-
883
728
  .pf-u-default-color-200-on-xl {
884
729
  color: var(--pf-global--default-color--200) !important;
885
730
  }
886
-
887
731
  .pf-u-default-color-300-on-xl {
888
732
  color: var(--pf-global--default-color--300) !important;
889
733
  }
890
-
891
734
  .pf-u-success-color-100-on-xl {
892
735
  color: var(--pf-global--success-color--100) !important;
893
736
  }
894
-
895
737
  .pf-u-success-color-200-on-xl {
896
738
  color: var(--pf-global--success-color--200) !important;
897
739
  }
898
-
899
740
  .pf-u-info-color-100-on-xl {
900
741
  color: var(--pf-global--info-color--100) !important;
901
742
  }
902
-
903
743
  .pf-u-info-color-200-on-xl {
904
744
  color: var(--pf-global--info-color--200) !important;
905
745
  }
906
-
907
746
  .pf-u-warning-color-100-on-xl {
908
747
  color: var(--pf-global--warning-color--100) !important;
909
748
  }
910
-
911
749
  .pf-u-warning-color-200-on-xl {
912
750
  color: var(--pf-global--warning-color--200) !important;
913
751
  }
914
-
915
752
  .pf-u-danger-color-100-on-xl {
916
753
  color: var(--pf-global--danger-color--100) !important;
917
754
  }
918
-
919
755
  .pf-u-danger-color-200-on-xl {
920
756
  color: var(--pf-global--danger-color--200) !important;
921
757
  }
922
-
923
758
  .pf-u-danger-color-300-on-xl {
924
759
  color: var(--pf-global--danger-color--300) !important;
925
760
  }
926
-
927
761
  .pf-u-disabled-color-100-on-xl {
928
762
  color: var(--pf-global--disabled-color--100) !important;
929
763
  }
930
-
931
764
  .pf-u-disabled-color-200-on-xl {
932
765
  color: var(--pf-global--disabled-color--200) !important;
933
766
  }
934
-
935
767
  .pf-u-icon-color-light-on-xl {
936
768
  color: var(--pf-global--icon--Color--light) !important;
937
769
  }
938
-
939
770
  .pf-u-icon-color-dark-on-xl {
940
771
  color: var(--pf-global--icon--Color--dark) !important;
941
772
  }
@@ -944,127 +775,96 @@
944
775
  .pf-u-color-100-on-2xl {
945
776
  color: var(--pf-global--Color--100) !important;
946
777
  }
947
-
948
778
  .pf-u-color-200-on-2xl {
949
779
  color: var(--pf-global--Color--200) !important;
950
780
  }
951
-
952
781
  .pf-u-color-300-on-2xl {
953
782
  color: var(--pf-global--Color--300) !important;
954
783
  }
955
-
956
784
  .pf-u-color-400-on-2xl {
957
785
  color: var(--pf-global--Color--400) !important;
958
786
  }
959
-
960
787
  .pf-u-active-color-100-on-2xl {
961
788
  color: var(--pf-global--active-color--100) !important;
962
789
  }
963
-
964
790
  .pf-u-active-color-400-on-2xl {
965
791
  color: var(--pf-global--active-color--400) !important;
966
792
  }
967
-
968
793
  .pf-u-primary-color-100-on-2xl {
969
794
  color: var(--pf-global--primary-color--100) !important;
970
795
  }
971
-
972
796
  .pf-u-color-light-100-on-2xl {
973
797
  color: var(--pf-global--Color--light-100) !important;
974
798
  }
975
-
976
799
  .pf-u-color-light-200-on-2xl {
977
800
  color: var(--pf-global--Color--light-200) !important;
978
801
  }
979
-
980
802
  .pf-u-link-color-on-2xl {
981
803
  color: var(--pf-global--link--Color) !important;
982
804
  }
983
-
984
805
  .pf-u-link-color-hover-on-2xl {
985
806
  color: var(--pf-global--link--Color--hover) !important;
986
807
  }
987
-
988
808
  .pf-u-link-color-light-on-2xl {
989
809
  color: var(--pf-global--link--Color--light) !important;
990
810
  }
991
-
992
811
  .pf-u-link-color-light-hover-on-2xl {
993
812
  color: var(--pf-global--link--Color--light--hover) !important;
994
813
  }
995
-
996
814
  .pf-u-link-color-dark-on-2xl {
997
815
  color: var(--pf-global--link--Color--dark) !important;
998
816
  }
999
-
1000
817
  .pf-u-link-color-dark-hover-on-2xl {
1001
818
  color: var(--pf-global--link--Color--dark--hover) !important;
1002
819
  }
1003
-
1004
820
  .pf-u-link-color-visited-on-2xl {
1005
821
  color: var(--pf-global--link--Color--visited) !important;
1006
822
  }
1007
-
1008
823
  .pf-u-default-color-100-on-2xl {
1009
824
  color: var(--pf-global--default-color--100) !important;
1010
825
  }
1011
-
1012
826
  .pf-u-default-color-200-on-2xl {
1013
827
  color: var(--pf-global--default-color--200) !important;
1014
828
  }
1015
-
1016
829
  .pf-u-default-color-300-on-2xl {
1017
830
  color: var(--pf-global--default-color--300) !important;
1018
831
  }
1019
-
1020
832
  .pf-u-success-color-100-on-2xl {
1021
833
  color: var(--pf-global--success-color--100) !important;
1022
834
  }
1023
-
1024
835
  .pf-u-success-color-200-on-2xl {
1025
836
  color: var(--pf-global--success-color--200) !important;
1026
837
  }
1027
-
1028
838
  .pf-u-info-color-100-on-2xl {
1029
839
  color: var(--pf-global--info-color--100) !important;
1030
840
  }
1031
-
1032
841
  .pf-u-info-color-200-on-2xl {
1033
842
  color: var(--pf-global--info-color--200) !important;
1034
843
  }
1035
-
1036
844
  .pf-u-warning-color-100-on-2xl {
1037
845
  color: var(--pf-global--warning-color--100) !important;
1038
846
  }
1039
-
1040
847
  .pf-u-warning-color-200-on-2xl {
1041
848
  color: var(--pf-global--warning-color--200) !important;
1042
849
  }
1043
-
1044
850
  .pf-u-danger-color-100-on-2xl {
1045
851
  color: var(--pf-global--danger-color--100) !important;
1046
852
  }
1047
-
1048
853
  .pf-u-danger-color-200-on-2xl {
1049
854
  color: var(--pf-global--danger-color--200) !important;
1050
855
  }
1051
-
1052
856
  .pf-u-danger-color-300-on-2xl {
1053
857
  color: var(--pf-global--danger-color--300) !important;
1054
858
  }
1055
-
1056
859
  .pf-u-disabled-color-100-on-2xl {
1057
860
  color: var(--pf-global--disabled-color--100) !important;
1058
861
  }
1059
-
1060
862
  .pf-u-disabled-color-200-on-2xl {
1061
863
  color: var(--pf-global--disabled-color--200) !important;
1062
864
  }
1063
-
1064
865
  .pf-u-icon-color-light-on-2xl {
1065
866
  color: var(--pf-global--icon--Color--light) !important;
1066
867
  }
1067
-
1068
868
  .pf-u-icon-color-dark-on-2xl {
1069
869
  color: var(--pf-global--icon--Color--dark) !important;
1070
870
  }
@@ -1085,11 +885,9 @@
1085
885
  .pf-u-text-break-word-on-sm {
1086
886
  word-break: break-word !important;
1087
887
  }
1088
-
1089
888
  .pf-u-text-nowrap-on-sm {
1090
889
  white-space: nowrap !important;
1091
890
  }
1092
-
1093
891
  .pf-u-text-wrap-on-sm {
1094
892
  white-space: normal !important;
1095
893
  }
@@ -1098,11 +896,9 @@
1098
896
  .pf-u-text-break-word-on-md {
1099
897
  word-break: break-word !important;
1100
898
  }
1101
-
1102
899
  .pf-u-text-nowrap-on-md {
1103
900
  white-space: nowrap !important;
1104
901
  }
1105
-
1106
902
  .pf-u-text-wrap-on-md {
1107
903
  white-space: normal !important;
1108
904
  }
@@ -1111,11 +907,9 @@
1111
907
  .pf-u-text-break-word-on-lg {
1112
908
  word-break: break-word !important;
1113
909
  }
1114
-
1115
910
  .pf-u-text-nowrap-on-lg {
1116
911
  white-space: nowrap !important;
1117
912
  }
1118
-
1119
913
  .pf-u-text-wrap-on-lg {
1120
914
  white-space: normal !important;
1121
915
  }
@@ -1124,11 +918,9 @@
1124
918
  .pf-u-text-break-word-on-xl {
1125
919
  word-break: break-word !important;
1126
920
  }
1127
-
1128
921
  .pf-u-text-nowrap-on-xl {
1129
922
  white-space: nowrap !important;
1130
923
  }
1131
-
1132
924
  .pf-u-text-wrap-on-xl {
1133
925
  white-space: normal !important;
1134
926
  }
@@ -1137,11 +929,9 @@
1137
929
  .pf-u-text-break-word-on-2xl {
1138
930
  word-break: break-word !important;
1139
931
  }
1140
-
1141
932
  .pf-u-text-nowrap-on-2xl {
1142
933
  white-space: nowrap !important;
1143
934
  }
1144
-
1145
935
  .pf-u-text-wrap-on-2xl {
1146
936
  white-space: normal !important;
1147
937
  }