@patternfly/react-styles 4.74.8 → 4.74.11
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/CHANGELOG.md +24 -0
- package/css/components/AlertGroup/alert-group.css +1 -1
- package/css/components/Button/button.css +1 -1
- package/css/components/Divider/divider.css +12 -12
- package/css/components/Drawer/drawer.css +2 -35
- package/css/components/JumpLinks/jump-links.css +1 -1
- package/css/components/MenuToggle/menu-toggle.css +1 -1
- package/css/components/ProgressStepper/progress-stepper.css +1 -1
- package/css/components/Sidebar/sidebar.css +0 -30
- package/css/components/Spinner/spinner.css +2 -2
- package/css/components/Table/table.css +5 -5
- package/css/components/Tabs/tabs.css +1 -1
- package/css/components/TreeView/tree-view.css +29 -1
- package/css/components/TreeView/tree-view.d.ts +1 -0
- package/css/components/TreeView/tree-view.js +1 -0
- package/css/components/TreeView/tree-view.mjs +1 -0
- package/css/utilities/Alignment/alignment.css +0 -15
- package/css/utilities/BackgroundColor/BackgroundColor.css +0 -75
- package/css/utilities/Display/display.css +0 -40
- package/css/utilities/Flex/flex.css +0 -140
- package/css/utilities/Float/float.css +0 -5
- package/css/utilities/Sizing/sizing.css +48 -198
- package/css/utilities/Text/text.css +0 -210
- package/package.json +4 -4
@@ -19,7 +19,7 @@
|
|
19
19
|
}
|
20
20
|
|
21
21
|
.pf-u-w-33 {
|
22
|
-
width:
|
22
|
+
width: 33.3333333333% !important;
|
23
23
|
}
|
24
24
|
|
25
25
|
.pf-u-w-50 {
|
@@ -27,7 +27,7 @@
|
|
27
27
|
}
|
28
28
|
|
29
29
|
.pf-u-w-66 {
|
30
|
-
width:
|
30
|
+
width: 66.6666666667% !important;
|
31
31
|
}
|
32
32
|
|
33
33
|
.pf-u-w-75 {
|
@@ -43,7 +43,7 @@
|
|
43
43
|
}
|
44
44
|
|
45
45
|
.pf-u-w-33vw {
|
46
|
-
width:
|
46
|
+
width: 33.3333333333vw !important;
|
47
47
|
}
|
48
48
|
|
49
49
|
.pf-u-w-50vw {
|
@@ -51,7 +51,7 @@
|
|
51
51
|
}
|
52
52
|
|
53
53
|
.pf-u-w-66vw {
|
54
|
-
width:
|
54
|
+
width: 66.6666666667vw !important;
|
55
55
|
}
|
56
56
|
|
57
57
|
.pf-u-w-75vw {
|
@@ -66,63 +66,48 @@
|
|
66
66
|
.pf-u-w-auto-on-sm {
|
67
67
|
width: auto !important;
|
68
68
|
}
|
69
|
-
|
70
69
|
.pf-u-w-initial-on-sm {
|
71
70
|
width: initial !important;
|
72
71
|
}
|
73
|
-
|
74
72
|
.pf-u-w-inherit-on-sm {
|
75
73
|
width: inherit !important;
|
76
74
|
}
|
77
|
-
|
78
75
|
.pf-u-w-0-on-sm {
|
79
76
|
width: 0% !important;
|
80
77
|
}
|
81
|
-
|
82
78
|
.pf-u-w-25-on-sm {
|
83
79
|
width: 25% !important;
|
84
80
|
}
|
85
|
-
|
86
81
|
.pf-u-w-33-on-sm {
|
87
|
-
width:
|
82
|
+
width: 33.3333333333% !important;
|
88
83
|
}
|
89
|
-
|
90
84
|
.pf-u-w-50-on-sm {
|
91
85
|
width: 50% !important;
|
92
86
|
}
|
93
|
-
|
94
87
|
.pf-u-w-66-on-sm {
|
95
|
-
width:
|
88
|
+
width: 66.6666666667% !important;
|
96
89
|
}
|
97
|
-
|
98
90
|
.pf-u-w-75-on-sm {
|
99
91
|
width: 75% !important;
|
100
92
|
}
|
101
|
-
|
102
93
|
.pf-u-w-100-on-sm {
|
103
94
|
width: 100% !important;
|
104
95
|
}
|
105
|
-
|
106
96
|
.pf-u-w-25vw-on-sm {
|
107
97
|
width: 25vw !important;
|
108
98
|
}
|
109
|
-
|
110
99
|
.pf-u-w-33vw-on-sm {
|
111
|
-
width:
|
100
|
+
width: 33.3333333333vw !important;
|
112
101
|
}
|
113
|
-
|
114
102
|
.pf-u-w-50vw-on-sm {
|
115
103
|
width: 50vw !important;
|
116
104
|
}
|
117
|
-
|
118
105
|
.pf-u-w-66vw-on-sm {
|
119
|
-
width:
|
106
|
+
width: 66.6666666667vw !important;
|
120
107
|
}
|
121
|
-
|
122
108
|
.pf-u-w-75vw-on-sm {
|
123
109
|
width: 75vw !important;
|
124
110
|
}
|
125
|
-
|
126
111
|
.pf-u-w-100vw-on-sm {
|
127
112
|
width: 100vw !important;
|
128
113
|
}
|
@@ -131,63 +116,48 @@
|
|
131
116
|
.pf-u-w-auto-on-md {
|
132
117
|
width: auto !important;
|
133
118
|
}
|
134
|
-
|
135
119
|
.pf-u-w-initial-on-md {
|
136
120
|
width: initial !important;
|
137
121
|
}
|
138
|
-
|
139
122
|
.pf-u-w-inherit-on-md {
|
140
123
|
width: inherit !important;
|
141
124
|
}
|
142
|
-
|
143
125
|
.pf-u-w-0-on-md {
|
144
126
|
width: 0% !important;
|
145
127
|
}
|
146
|
-
|
147
128
|
.pf-u-w-25-on-md {
|
148
129
|
width: 25% !important;
|
149
130
|
}
|
150
|
-
|
151
131
|
.pf-u-w-33-on-md {
|
152
|
-
width:
|
132
|
+
width: 33.3333333333% !important;
|
153
133
|
}
|
154
|
-
|
155
134
|
.pf-u-w-50-on-md {
|
156
135
|
width: 50% !important;
|
157
136
|
}
|
158
|
-
|
159
137
|
.pf-u-w-66-on-md {
|
160
|
-
width:
|
138
|
+
width: 66.6666666667% !important;
|
161
139
|
}
|
162
|
-
|
163
140
|
.pf-u-w-75-on-md {
|
164
141
|
width: 75% !important;
|
165
142
|
}
|
166
|
-
|
167
143
|
.pf-u-w-100-on-md {
|
168
144
|
width: 100% !important;
|
169
145
|
}
|
170
|
-
|
171
146
|
.pf-u-w-25vw-on-md {
|
172
147
|
width: 25vw !important;
|
173
148
|
}
|
174
|
-
|
175
149
|
.pf-u-w-33vw-on-md {
|
176
|
-
width:
|
150
|
+
width: 33.3333333333vw !important;
|
177
151
|
}
|
178
|
-
|
179
152
|
.pf-u-w-50vw-on-md {
|
180
153
|
width: 50vw !important;
|
181
154
|
}
|
182
|
-
|
183
155
|
.pf-u-w-66vw-on-md {
|
184
|
-
width:
|
156
|
+
width: 66.6666666667vw !important;
|
185
157
|
}
|
186
|
-
|
187
158
|
.pf-u-w-75vw-on-md {
|
188
159
|
width: 75vw !important;
|
189
160
|
}
|
190
|
-
|
191
161
|
.pf-u-w-100vw-on-md {
|
192
162
|
width: 100vw !important;
|
193
163
|
}
|
@@ -196,63 +166,48 @@
|
|
196
166
|
.pf-u-w-auto-on-lg {
|
197
167
|
width: auto !important;
|
198
168
|
}
|
199
|
-
|
200
169
|
.pf-u-w-initial-on-lg {
|
201
170
|
width: initial !important;
|
202
171
|
}
|
203
|
-
|
204
172
|
.pf-u-w-inherit-on-lg {
|
205
173
|
width: inherit !important;
|
206
174
|
}
|
207
|
-
|
208
175
|
.pf-u-w-0-on-lg {
|
209
176
|
width: 0% !important;
|
210
177
|
}
|
211
|
-
|
212
178
|
.pf-u-w-25-on-lg {
|
213
179
|
width: 25% !important;
|
214
180
|
}
|
215
|
-
|
216
181
|
.pf-u-w-33-on-lg {
|
217
|
-
width:
|
182
|
+
width: 33.3333333333% !important;
|
218
183
|
}
|
219
|
-
|
220
184
|
.pf-u-w-50-on-lg {
|
221
185
|
width: 50% !important;
|
222
186
|
}
|
223
|
-
|
224
187
|
.pf-u-w-66-on-lg {
|
225
|
-
width:
|
188
|
+
width: 66.6666666667% !important;
|
226
189
|
}
|
227
|
-
|
228
190
|
.pf-u-w-75-on-lg {
|
229
191
|
width: 75% !important;
|
230
192
|
}
|
231
|
-
|
232
193
|
.pf-u-w-100-on-lg {
|
233
194
|
width: 100% !important;
|
234
195
|
}
|
235
|
-
|
236
196
|
.pf-u-w-25vw-on-lg {
|
237
197
|
width: 25vw !important;
|
238
198
|
}
|
239
|
-
|
240
199
|
.pf-u-w-33vw-on-lg {
|
241
|
-
width:
|
200
|
+
width: 33.3333333333vw !important;
|
242
201
|
}
|
243
|
-
|
244
202
|
.pf-u-w-50vw-on-lg {
|
245
203
|
width: 50vw !important;
|
246
204
|
}
|
247
|
-
|
248
205
|
.pf-u-w-66vw-on-lg {
|
249
|
-
width:
|
206
|
+
width: 66.6666666667vw !important;
|
250
207
|
}
|
251
|
-
|
252
208
|
.pf-u-w-75vw-on-lg {
|
253
209
|
width: 75vw !important;
|
254
210
|
}
|
255
|
-
|
256
211
|
.pf-u-w-100vw-on-lg {
|
257
212
|
width: 100vw !important;
|
258
213
|
}
|
@@ -261,63 +216,48 @@
|
|
261
216
|
.pf-u-w-auto-on-xl {
|
262
217
|
width: auto !important;
|
263
218
|
}
|
264
|
-
|
265
219
|
.pf-u-w-initial-on-xl {
|
266
220
|
width: initial !important;
|
267
221
|
}
|
268
|
-
|
269
222
|
.pf-u-w-inherit-on-xl {
|
270
223
|
width: inherit !important;
|
271
224
|
}
|
272
|
-
|
273
225
|
.pf-u-w-0-on-xl {
|
274
226
|
width: 0% !important;
|
275
227
|
}
|
276
|
-
|
277
228
|
.pf-u-w-25-on-xl {
|
278
229
|
width: 25% !important;
|
279
230
|
}
|
280
|
-
|
281
231
|
.pf-u-w-33-on-xl {
|
282
|
-
width:
|
232
|
+
width: 33.3333333333% !important;
|
283
233
|
}
|
284
|
-
|
285
234
|
.pf-u-w-50-on-xl {
|
286
235
|
width: 50% !important;
|
287
236
|
}
|
288
|
-
|
289
237
|
.pf-u-w-66-on-xl {
|
290
|
-
width:
|
238
|
+
width: 66.6666666667% !important;
|
291
239
|
}
|
292
|
-
|
293
240
|
.pf-u-w-75-on-xl {
|
294
241
|
width: 75% !important;
|
295
242
|
}
|
296
|
-
|
297
243
|
.pf-u-w-100-on-xl {
|
298
244
|
width: 100% !important;
|
299
245
|
}
|
300
|
-
|
301
246
|
.pf-u-w-25vw-on-xl {
|
302
247
|
width: 25vw !important;
|
303
248
|
}
|
304
|
-
|
305
249
|
.pf-u-w-33vw-on-xl {
|
306
|
-
width:
|
250
|
+
width: 33.3333333333vw !important;
|
307
251
|
}
|
308
|
-
|
309
252
|
.pf-u-w-50vw-on-xl {
|
310
253
|
width: 50vw !important;
|
311
254
|
}
|
312
|
-
|
313
255
|
.pf-u-w-66vw-on-xl {
|
314
|
-
width:
|
256
|
+
width: 66.6666666667vw !important;
|
315
257
|
}
|
316
|
-
|
317
258
|
.pf-u-w-75vw-on-xl {
|
318
259
|
width: 75vw !important;
|
319
260
|
}
|
320
|
-
|
321
261
|
.pf-u-w-100vw-on-xl {
|
322
262
|
width: 100vw !important;
|
323
263
|
}
|
@@ -326,63 +266,48 @@
|
|
326
266
|
.pf-u-w-auto-on-2xl {
|
327
267
|
width: auto !important;
|
328
268
|
}
|
329
|
-
|
330
269
|
.pf-u-w-initial-on-2xl {
|
331
270
|
width: initial !important;
|
332
271
|
}
|
333
|
-
|
334
272
|
.pf-u-w-inherit-on-2xl {
|
335
273
|
width: inherit !important;
|
336
274
|
}
|
337
|
-
|
338
275
|
.pf-u-w-0-on-2xl {
|
339
276
|
width: 0% !important;
|
340
277
|
}
|
341
|
-
|
342
278
|
.pf-u-w-25-on-2xl {
|
343
279
|
width: 25% !important;
|
344
280
|
}
|
345
|
-
|
346
281
|
.pf-u-w-33-on-2xl {
|
347
|
-
width:
|
282
|
+
width: 33.3333333333% !important;
|
348
283
|
}
|
349
|
-
|
350
284
|
.pf-u-w-50-on-2xl {
|
351
285
|
width: 50% !important;
|
352
286
|
}
|
353
|
-
|
354
287
|
.pf-u-w-66-on-2xl {
|
355
|
-
width:
|
288
|
+
width: 66.6666666667% !important;
|
356
289
|
}
|
357
|
-
|
358
290
|
.pf-u-w-75-on-2xl {
|
359
291
|
width: 75% !important;
|
360
292
|
}
|
361
|
-
|
362
293
|
.pf-u-w-100-on-2xl {
|
363
294
|
width: 100% !important;
|
364
295
|
}
|
365
|
-
|
366
296
|
.pf-u-w-25vw-on-2xl {
|
367
297
|
width: 25vw !important;
|
368
298
|
}
|
369
|
-
|
370
299
|
.pf-u-w-33vw-on-2xl {
|
371
|
-
width:
|
300
|
+
width: 33.3333333333vw !important;
|
372
301
|
}
|
373
|
-
|
374
302
|
.pf-u-w-50vw-on-2xl {
|
375
303
|
width: 50vw !important;
|
376
304
|
}
|
377
|
-
|
378
305
|
.pf-u-w-66vw-on-2xl {
|
379
|
-
width:
|
306
|
+
width: 66.6666666667vw !important;
|
380
307
|
}
|
381
|
-
|
382
308
|
.pf-u-w-75vw-on-2xl {
|
383
309
|
width: 75vw !important;
|
384
310
|
}
|
385
|
-
|
386
311
|
.pf-u-w-100vw-on-2xl {
|
387
312
|
width: 100vw !important;
|
388
313
|
}
|
@@ -408,7 +333,7 @@
|
|
408
333
|
}
|
409
334
|
|
410
335
|
.pf-u-h-33 {
|
411
|
-
height:
|
336
|
+
height: 33.3333333333% !important;
|
412
337
|
}
|
413
338
|
|
414
339
|
.pf-u-h-50 {
|
@@ -416,7 +341,7 @@
|
|
416
341
|
}
|
417
342
|
|
418
343
|
.pf-u-h-66 {
|
419
|
-
height:
|
344
|
+
height: 66.6666666667% !important;
|
420
345
|
}
|
421
346
|
|
422
347
|
.pf-u-h-75 {
|
@@ -432,7 +357,7 @@
|
|
432
357
|
}
|
433
358
|
|
434
359
|
.pf-u-h-33vh {
|
435
|
-
height:
|
360
|
+
height: 33.3333333333vh !important;
|
436
361
|
}
|
437
362
|
|
438
363
|
.pf-u-h-50vh {
|
@@ -440,7 +365,7 @@
|
|
440
365
|
}
|
441
366
|
|
442
367
|
.pf-u-h-66vh {
|
443
|
-
height:
|
368
|
+
height: 66.6666666667vh !important;
|
444
369
|
}
|
445
370
|
|
446
371
|
.pf-u-h-75vh {
|
@@ -455,63 +380,48 @@
|
|
455
380
|
.pf-u-h-auto-on-sm {
|
456
381
|
height: auto !important;
|
457
382
|
}
|
458
|
-
|
459
383
|
.pf-u-h-initial-on-sm {
|
460
384
|
height: initial !important;
|
461
385
|
}
|
462
|
-
|
463
386
|
.pf-u-h-inherit-on-sm {
|
464
387
|
height: inherit !important;
|
465
388
|
}
|
466
|
-
|
467
389
|
.pf-u-h-0-on-sm {
|
468
390
|
height: 0% !important;
|
469
391
|
}
|
470
|
-
|
471
392
|
.pf-u-h-25-on-sm {
|
472
393
|
height: 25% !important;
|
473
394
|
}
|
474
|
-
|
475
395
|
.pf-u-h-33-on-sm {
|
476
|
-
height:
|
396
|
+
height: 33.3333333333% !important;
|
477
397
|
}
|
478
|
-
|
479
398
|
.pf-u-h-50-on-sm {
|
480
399
|
height: 50% !important;
|
481
400
|
}
|
482
|
-
|
483
401
|
.pf-u-h-66-on-sm {
|
484
|
-
height:
|
402
|
+
height: 66.6666666667% !important;
|
485
403
|
}
|
486
|
-
|
487
404
|
.pf-u-h-75-on-sm {
|
488
405
|
height: 75% !important;
|
489
406
|
}
|
490
|
-
|
491
407
|
.pf-u-h-100-on-sm {
|
492
408
|
height: 100% !important;
|
493
409
|
}
|
494
|
-
|
495
410
|
.pf-u-h-25vh-on-sm {
|
496
411
|
height: 25vh !important;
|
497
412
|
}
|
498
|
-
|
499
413
|
.pf-u-h-33vh-on-sm {
|
500
|
-
height:
|
414
|
+
height: 33.3333333333vh !important;
|
501
415
|
}
|
502
|
-
|
503
416
|
.pf-u-h-50vh-on-sm {
|
504
417
|
height: 50vh !important;
|
505
418
|
}
|
506
|
-
|
507
419
|
.pf-u-h-66vh-on-sm {
|
508
|
-
height:
|
420
|
+
height: 66.6666666667vh !important;
|
509
421
|
}
|
510
|
-
|
511
422
|
.pf-u-h-75vh-on-sm {
|
512
423
|
height: 75vh !important;
|
513
424
|
}
|
514
|
-
|
515
425
|
.pf-u-h-100vh-on-sm {
|
516
426
|
height: 100vh !important;
|
517
427
|
}
|
@@ -520,63 +430,48 @@
|
|
520
430
|
.pf-u-h-auto-on-md {
|
521
431
|
height: auto !important;
|
522
432
|
}
|
523
|
-
|
524
433
|
.pf-u-h-initial-on-md {
|
525
434
|
height: initial !important;
|
526
435
|
}
|
527
|
-
|
528
436
|
.pf-u-h-inherit-on-md {
|
529
437
|
height: inherit !important;
|
530
438
|
}
|
531
|
-
|
532
439
|
.pf-u-h-0-on-md {
|
533
440
|
height: 0% !important;
|
534
441
|
}
|
535
|
-
|
536
442
|
.pf-u-h-25-on-md {
|
537
443
|
height: 25% !important;
|
538
444
|
}
|
539
|
-
|
540
445
|
.pf-u-h-33-on-md {
|
541
|
-
height:
|
446
|
+
height: 33.3333333333% !important;
|
542
447
|
}
|
543
|
-
|
544
448
|
.pf-u-h-50-on-md {
|
545
449
|
height: 50% !important;
|
546
450
|
}
|
547
|
-
|
548
451
|
.pf-u-h-66-on-md {
|
549
|
-
height:
|
452
|
+
height: 66.6666666667% !important;
|
550
453
|
}
|
551
|
-
|
552
454
|
.pf-u-h-75-on-md {
|
553
455
|
height: 75% !important;
|
554
456
|
}
|
555
|
-
|
556
457
|
.pf-u-h-100-on-md {
|
557
458
|
height: 100% !important;
|
558
459
|
}
|
559
|
-
|
560
460
|
.pf-u-h-25vh-on-md {
|
561
461
|
height: 25vh !important;
|
562
462
|
}
|
563
|
-
|
564
463
|
.pf-u-h-33vh-on-md {
|
565
|
-
height:
|
464
|
+
height: 33.3333333333vh !important;
|
566
465
|
}
|
567
|
-
|
568
466
|
.pf-u-h-50vh-on-md {
|
569
467
|
height: 50vh !important;
|
570
468
|
}
|
571
|
-
|
572
469
|
.pf-u-h-66vh-on-md {
|
573
|
-
height:
|
470
|
+
height: 66.6666666667vh !important;
|
574
471
|
}
|
575
|
-
|
576
472
|
.pf-u-h-75vh-on-md {
|
577
473
|
height: 75vh !important;
|
578
474
|
}
|
579
|
-
|
580
475
|
.pf-u-h-100vh-on-md {
|
581
476
|
height: 100vh !important;
|
582
477
|
}
|
@@ -585,63 +480,48 @@
|
|
585
480
|
.pf-u-h-auto-on-lg {
|
586
481
|
height: auto !important;
|
587
482
|
}
|
588
|
-
|
589
483
|
.pf-u-h-initial-on-lg {
|
590
484
|
height: initial !important;
|
591
485
|
}
|
592
|
-
|
593
486
|
.pf-u-h-inherit-on-lg {
|
594
487
|
height: inherit !important;
|
595
488
|
}
|
596
|
-
|
597
489
|
.pf-u-h-0-on-lg {
|
598
490
|
height: 0% !important;
|
599
491
|
}
|
600
|
-
|
601
492
|
.pf-u-h-25-on-lg {
|
602
493
|
height: 25% !important;
|
603
494
|
}
|
604
|
-
|
605
495
|
.pf-u-h-33-on-lg {
|
606
|
-
height:
|
496
|
+
height: 33.3333333333% !important;
|
607
497
|
}
|
608
|
-
|
609
498
|
.pf-u-h-50-on-lg {
|
610
499
|
height: 50% !important;
|
611
500
|
}
|
612
|
-
|
613
501
|
.pf-u-h-66-on-lg {
|
614
|
-
height:
|
502
|
+
height: 66.6666666667% !important;
|
615
503
|
}
|
616
|
-
|
617
504
|
.pf-u-h-75-on-lg {
|
618
505
|
height: 75% !important;
|
619
506
|
}
|
620
|
-
|
621
507
|
.pf-u-h-100-on-lg {
|
622
508
|
height: 100% !important;
|
623
509
|
}
|
624
|
-
|
625
510
|
.pf-u-h-25vh-on-lg {
|
626
511
|
height: 25vh !important;
|
627
512
|
}
|
628
|
-
|
629
513
|
.pf-u-h-33vh-on-lg {
|
630
|
-
height:
|
514
|
+
height: 33.3333333333vh !important;
|
631
515
|
}
|
632
|
-
|
633
516
|
.pf-u-h-50vh-on-lg {
|
634
517
|
height: 50vh !important;
|
635
518
|
}
|
636
|
-
|
637
519
|
.pf-u-h-66vh-on-lg {
|
638
|
-
height:
|
520
|
+
height: 66.6666666667vh !important;
|
639
521
|
}
|
640
|
-
|
641
522
|
.pf-u-h-75vh-on-lg {
|
642
523
|
height: 75vh !important;
|
643
524
|
}
|
644
|
-
|
645
525
|
.pf-u-h-100vh-on-lg {
|
646
526
|
height: 100vh !important;
|
647
527
|
}
|
@@ -650,63 +530,48 @@
|
|
650
530
|
.pf-u-h-auto-on-xl {
|
651
531
|
height: auto !important;
|
652
532
|
}
|
653
|
-
|
654
533
|
.pf-u-h-initial-on-xl {
|
655
534
|
height: initial !important;
|
656
535
|
}
|
657
|
-
|
658
536
|
.pf-u-h-inherit-on-xl {
|
659
537
|
height: inherit !important;
|
660
538
|
}
|
661
|
-
|
662
539
|
.pf-u-h-0-on-xl {
|
663
540
|
height: 0% !important;
|
664
541
|
}
|
665
|
-
|
666
542
|
.pf-u-h-25-on-xl {
|
667
543
|
height: 25% !important;
|
668
544
|
}
|
669
|
-
|
670
545
|
.pf-u-h-33-on-xl {
|
671
|
-
height:
|
546
|
+
height: 33.3333333333% !important;
|
672
547
|
}
|
673
|
-
|
674
548
|
.pf-u-h-50-on-xl {
|
675
549
|
height: 50% !important;
|
676
550
|
}
|
677
|
-
|
678
551
|
.pf-u-h-66-on-xl {
|
679
|
-
height:
|
552
|
+
height: 66.6666666667% !important;
|
680
553
|
}
|
681
|
-
|
682
554
|
.pf-u-h-75-on-xl {
|
683
555
|
height: 75% !important;
|
684
556
|
}
|
685
|
-
|
686
557
|
.pf-u-h-100-on-xl {
|
687
558
|
height: 100% !important;
|
688
559
|
}
|
689
|
-
|
690
560
|
.pf-u-h-25vh-on-xl {
|
691
561
|
height: 25vh !important;
|
692
562
|
}
|
693
|
-
|
694
563
|
.pf-u-h-33vh-on-xl {
|
695
|
-
height:
|
564
|
+
height: 33.3333333333vh !important;
|
696
565
|
}
|
697
|
-
|
698
566
|
.pf-u-h-50vh-on-xl {
|
699
567
|
height: 50vh !important;
|
700
568
|
}
|
701
|
-
|
702
569
|
.pf-u-h-66vh-on-xl {
|
703
|
-
height:
|
570
|
+
height: 66.6666666667vh !important;
|
704
571
|
}
|
705
|
-
|
706
572
|
.pf-u-h-75vh-on-xl {
|
707
573
|
height: 75vh !important;
|
708
574
|
}
|
709
|
-
|
710
575
|
.pf-u-h-100vh-on-xl {
|
711
576
|
height: 100vh !important;
|
712
577
|
}
|
@@ -715,63 +580,48 @@
|
|
715
580
|
.pf-u-h-auto-on-2xl {
|
716
581
|
height: auto !important;
|
717
582
|
}
|
718
|
-
|
719
583
|
.pf-u-h-initial-on-2xl {
|
720
584
|
height: initial !important;
|
721
585
|
}
|
722
|
-
|
723
586
|
.pf-u-h-inherit-on-2xl {
|
724
587
|
height: inherit !important;
|
725
588
|
}
|
726
|
-
|
727
589
|
.pf-u-h-0-on-2xl {
|
728
590
|
height: 0% !important;
|
729
591
|
}
|
730
|
-
|
731
592
|
.pf-u-h-25-on-2xl {
|
732
593
|
height: 25% !important;
|
733
594
|
}
|
734
|
-
|
735
595
|
.pf-u-h-33-on-2xl {
|
736
|
-
height:
|
596
|
+
height: 33.3333333333% !important;
|
737
597
|
}
|
738
|
-
|
739
598
|
.pf-u-h-50-on-2xl {
|
740
599
|
height: 50% !important;
|
741
600
|
}
|
742
|
-
|
743
601
|
.pf-u-h-66-on-2xl {
|
744
|
-
height:
|
602
|
+
height: 66.6666666667% !important;
|
745
603
|
}
|
746
|
-
|
747
604
|
.pf-u-h-75-on-2xl {
|
748
605
|
height: 75% !important;
|
749
606
|
}
|
750
|
-
|
751
607
|
.pf-u-h-100-on-2xl {
|
752
608
|
height: 100% !important;
|
753
609
|
}
|
754
|
-
|
755
610
|
.pf-u-h-25vh-on-2xl {
|
756
611
|
height: 25vh !important;
|
757
612
|
}
|
758
|
-
|
759
613
|
.pf-u-h-33vh-on-2xl {
|
760
|
-
height:
|
614
|
+
height: 33.3333333333vh !important;
|
761
615
|
}
|
762
|
-
|
763
616
|
.pf-u-h-50vh-on-2xl {
|
764
617
|
height: 50vh !important;
|
765
618
|
}
|
766
|
-
|
767
619
|
.pf-u-h-66vh-on-2xl {
|
768
|
-
height:
|
620
|
+
height: 66.6666666667vh !important;
|
769
621
|
}
|
770
|
-
|
771
622
|
.pf-u-h-75vh-on-2xl {
|
772
623
|
height: 75vh !important;
|
773
624
|
}
|
774
|
-
|
775
625
|
.pf-u-h-100vh-on-2xl {
|
776
626
|
height: 100vh !important;
|
777
627
|
}
|