@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.
- 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
@@ -18,15 +18,12 @@
|
|
18
18
|
.pf-u-text-align-left-on-sm {
|
19
19
|
text-align: left !important;
|
20
20
|
}
|
21
|
-
|
22
21
|
.pf-u-text-align-center-on-sm {
|
23
22
|
text-align: center !important;
|
24
23
|
}
|
25
|
-
|
26
24
|
.pf-u-text-align-right-on-sm {
|
27
25
|
text-align: right !important;
|
28
26
|
}
|
29
|
-
|
30
27
|
.pf-u-text-align-justify-on-sm {
|
31
28
|
text-align: justify !important;
|
32
29
|
}
|
@@ -35,15 +32,12 @@
|
|
35
32
|
.pf-u-text-align-left-on-md {
|
36
33
|
text-align: left !important;
|
37
34
|
}
|
38
|
-
|
39
35
|
.pf-u-text-align-center-on-md {
|
40
36
|
text-align: center !important;
|
41
37
|
}
|
42
|
-
|
43
38
|
.pf-u-text-align-right-on-md {
|
44
39
|
text-align: right !important;
|
45
40
|
}
|
46
|
-
|
47
41
|
.pf-u-text-align-justify-on-md {
|
48
42
|
text-align: justify !important;
|
49
43
|
}
|
@@ -52,15 +46,12 @@
|
|
52
46
|
.pf-u-text-align-left-on-lg {
|
53
47
|
text-align: left !important;
|
54
48
|
}
|
55
|
-
|
56
49
|
.pf-u-text-align-center-on-lg {
|
57
50
|
text-align: center !important;
|
58
51
|
}
|
59
|
-
|
60
52
|
.pf-u-text-align-right-on-lg {
|
61
53
|
text-align: right !important;
|
62
54
|
}
|
63
|
-
|
64
55
|
.pf-u-text-align-justify-on-lg {
|
65
56
|
text-align: justify !important;
|
66
57
|
}
|
@@ -69,15 +60,12 @@
|
|
69
60
|
.pf-u-text-align-left-on-xl {
|
70
61
|
text-align: left !important;
|
71
62
|
}
|
72
|
-
|
73
63
|
.pf-u-text-align-center-on-xl {
|
74
64
|
text-align: center !important;
|
75
65
|
}
|
76
|
-
|
77
66
|
.pf-u-text-align-right-on-xl {
|
78
67
|
text-align: right !important;
|
79
68
|
}
|
80
|
-
|
81
69
|
.pf-u-text-align-justify-on-xl {
|
82
70
|
text-align: justify !important;
|
83
71
|
}
|
@@ -86,15 +74,12 @@
|
|
86
74
|
.pf-u-text-align-left-on-2xl {
|
87
75
|
text-align: left !important;
|
88
76
|
}
|
89
|
-
|
90
77
|
.pf-u-text-align-center-on-2xl {
|
91
78
|
text-align: center !important;
|
92
79
|
}
|
93
|
-
|
94
80
|
.pf-u-text-align-right-on-2xl {
|
95
81
|
text-align: right !important;
|
96
82
|
}
|
97
|
-
|
98
83
|
.pf-u-text-align-justify-on-2xl {
|
99
84
|
text-align: justify !important;
|
100
85
|
}
|
@@ -66,63 +66,48 @@
|
|
66
66
|
.pf-u-background-color-100-on-sm {
|
67
67
|
background-color: var(--pf-global--BackgroundColor--100) !important;
|
68
68
|
}
|
69
|
-
|
70
69
|
.pf-u-background-color-200-on-sm {
|
71
70
|
background-color: var(--pf-global--BackgroundColor--200) !important;
|
72
71
|
}
|
73
|
-
|
74
72
|
.pf-u-background-color-active-color-100-on-sm {
|
75
73
|
background-color: var(--pf-global--active-color--100) !important;
|
76
74
|
}
|
77
|
-
|
78
75
|
.pf-u-background-color-active-color-300-on-sm {
|
79
76
|
background-color: var(--pf-global--active-color--300) !important;
|
80
77
|
}
|
81
|
-
|
82
78
|
.pf-u-background-color-primary-color-200-on-sm {
|
83
79
|
background-color: var(--pf-global--primary-color--200) !important;
|
84
80
|
}
|
85
|
-
|
86
81
|
.pf-u-background-color-dark-100-on-sm {
|
87
82
|
background-color: var(--pf-global--BackgroundColor--dark-100) !important;
|
88
83
|
}
|
89
|
-
|
90
84
|
.pf-u-background-color-dark-200-on-sm {
|
91
85
|
background-color: var(--pf-global--BackgroundColor--dark-200) !important;
|
92
86
|
}
|
93
|
-
|
94
87
|
.pf-u-background-color-dark-300-on-sm {
|
95
88
|
background-color: var(--pf-global--BackgroundColor--dark-300) !important;
|
96
89
|
}
|
97
|
-
|
98
90
|
.pf-u-background-color-dark-400-on-sm {
|
99
91
|
background-color: var(--pf-global--BackgroundColor--dark-400) !important;
|
100
92
|
}
|
101
|
-
|
102
93
|
.pf-u-background-color-disabled-color-200-on-sm {
|
103
94
|
background-color: var(--pf-global--disabled-color--200) !important;
|
104
95
|
}
|
105
|
-
|
106
96
|
.pf-u-background-color-disabled-color-300-on-sm {
|
107
97
|
background-color: var(--pf-global--disabled-color--300) !important;
|
108
98
|
}
|
109
|
-
|
110
99
|
.pf-u-background-color-default-on-sm {
|
111
100
|
background-color: var(--pf-global--palette--cyan-50) !important;
|
112
101
|
}
|
113
|
-
|
114
102
|
.pf-u-background-color-success-on-sm {
|
115
103
|
background-color: var(--pf-global--palette--green-50) !important;
|
116
104
|
}
|
117
|
-
|
118
105
|
.pf-u-background-color-info-on-sm {
|
119
106
|
background-color: var(--pf-global--palette--blue-50) !important;
|
120
107
|
}
|
121
|
-
|
122
108
|
.pf-u-background-color-warning-on-sm {
|
123
109
|
background-color: var(--pf-global--palette--gold-50) !important;
|
124
110
|
}
|
125
|
-
|
126
111
|
.pf-u-background-color-danger-on-sm {
|
127
112
|
background-color: var(--pf-global--palette--red-50) !important;
|
128
113
|
}
|
@@ -131,63 +116,48 @@
|
|
131
116
|
.pf-u-background-color-100-on-md {
|
132
117
|
background-color: var(--pf-global--BackgroundColor--100) !important;
|
133
118
|
}
|
134
|
-
|
135
119
|
.pf-u-background-color-200-on-md {
|
136
120
|
background-color: var(--pf-global--BackgroundColor--200) !important;
|
137
121
|
}
|
138
|
-
|
139
122
|
.pf-u-background-color-active-color-100-on-md {
|
140
123
|
background-color: var(--pf-global--active-color--100) !important;
|
141
124
|
}
|
142
|
-
|
143
125
|
.pf-u-background-color-active-color-300-on-md {
|
144
126
|
background-color: var(--pf-global--active-color--300) !important;
|
145
127
|
}
|
146
|
-
|
147
128
|
.pf-u-background-color-primary-color-200-on-md {
|
148
129
|
background-color: var(--pf-global--primary-color--200) !important;
|
149
130
|
}
|
150
|
-
|
151
131
|
.pf-u-background-color-dark-100-on-md {
|
152
132
|
background-color: var(--pf-global--BackgroundColor--dark-100) !important;
|
153
133
|
}
|
154
|
-
|
155
134
|
.pf-u-background-color-dark-200-on-md {
|
156
135
|
background-color: var(--pf-global--BackgroundColor--dark-200) !important;
|
157
136
|
}
|
158
|
-
|
159
137
|
.pf-u-background-color-dark-300-on-md {
|
160
138
|
background-color: var(--pf-global--BackgroundColor--dark-300) !important;
|
161
139
|
}
|
162
|
-
|
163
140
|
.pf-u-background-color-dark-400-on-md {
|
164
141
|
background-color: var(--pf-global--BackgroundColor--dark-400) !important;
|
165
142
|
}
|
166
|
-
|
167
143
|
.pf-u-background-color-disabled-color-200-on-md {
|
168
144
|
background-color: var(--pf-global--disabled-color--200) !important;
|
169
145
|
}
|
170
|
-
|
171
146
|
.pf-u-background-color-disabled-color-300-on-md {
|
172
147
|
background-color: var(--pf-global--disabled-color--300) !important;
|
173
148
|
}
|
174
|
-
|
175
149
|
.pf-u-background-color-default-on-md {
|
176
150
|
background-color: var(--pf-global--palette--cyan-50) !important;
|
177
151
|
}
|
178
|
-
|
179
152
|
.pf-u-background-color-success-on-md {
|
180
153
|
background-color: var(--pf-global--palette--green-50) !important;
|
181
154
|
}
|
182
|
-
|
183
155
|
.pf-u-background-color-info-on-md {
|
184
156
|
background-color: var(--pf-global--palette--blue-50) !important;
|
185
157
|
}
|
186
|
-
|
187
158
|
.pf-u-background-color-warning-on-md {
|
188
159
|
background-color: var(--pf-global--palette--gold-50) !important;
|
189
160
|
}
|
190
|
-
|
191
161
|
.pf-u-background-color-danger-on-md {
|
192
162
|
background-color: var(--pf-global--palette--red-50) !important;
|
193
163
|
}
|
@@ -196,63 +166,48 @@
|
|
196
166
|
.pf-u-background-color-100-on-lg {
|
197
167
|
background-color: var(--pf-global--BackgroundColor--100) !important;
|
198
168
|
}
|
199
|
-
|
200
169
|
.pf-u-background-color-200-on-lg {
|
201
170
|
background-color: var(--pf-global--BackgroundColor--200) !important;
|
202
171
|
}
|
203
|
-
|
204
172
|
.pf-u-background-color-active-color-100-on-lg {
|
205
173
|
background-color: var(--pf-global--active-color--100) !important;
|
206
174
|
}
|
207
|
-
|
208
175
|
.pf-u-background-color-active-color-300-on-lg {
|
209
176
|
background-color: var(--pf-global--active-color--300) !important;
|
210
177
|
}
|
211
|
-
|
212
178
|
.pf-u-background-color-primary-color-200-on-lg {
|
213
179
|
background-color: var(--pf-global--primary-color--200) !important;
|
214
180
|
}
|
215
|
-
|
216
181
|
.pf-u-background-color-dark-100-on-lg {
|
217
182
|
background-color: var(--pf-global--BackgroundColor--dark-100) !important;
|
218
183
|
}
|
219
|
-
|
220
184
|
.pf-u-background-color-dark-200-on-lg {
|
221
185
|
background-color: var(--pf-global--BackgroundColor--dark-200) !important;
|
222
186
|
}
|
223
|
-
|
224
187
|
.pf-u-background-color-dark-300-on-lg {
|
225
188
|
background-color: var(--pf-global--BackgroundColor--dark-300) !important;
|
226
189
|
}
|
227
|
-
|
228
190
|
.pf-u-background-color-dark-400-on-lg {
|
229
191
|
background-color: var(--pf-global--BackgroundColor--dark-400) !important;
|
230
192
|
}
|
231
|
-
|
232
193
|
.pf-u-background-color-disabled-color-200-on-lg {
|
233
194
|
background-color: var(--pf-global--disabled-color--200) !important;
|
234
195
|
}
|
235
|
-
|
236
196
|
.pf-u-background-color-disabled-color-300-on-lg {
|
237
197
|
background-color: var(--pf-global--disabled-color--300) !important;
|
238
198
|
}
|
239
|
-
|
240
199
|
.pf-u-background-color-default-on-lg {
|
241
200
|
background-color: var(--pf-global--palette--cyan-50) !important;
|
242
201
|
}
|
243
|
-
|
244
202
|
.pf-u-background-color-success-on-lg {
|
245
203
|
background-color: var(--pf-global--palette--green-50) !important;
|
246
204
|
}
|
247
|
-
|
248
205
|
.pf-u-background-color-info-on-lg {
|
249
206
|
background-color: var(--pf-global--palette--blue-50) !important;
|
250
207
|
}
|
251
|
-
|
252
208
|
.pf-u-background-color-warning-on-lg {
|
253
209
|
background-color: var(--pf-global--palette--gold-50) !important;
|
254
210
|
}
|
255
|
-
|
256
211
|
.pf-u-background-color-danger-on-lg {
|
257
212
|
background-color: var(--pf-global--palette--red-50) !important;
|
258
213
|
}
|
@@ -261,63 +216,48 @@
|
|
261
216
|
.pf-u-background-color-100-on-xl {
|
262
217
|
background-color: var(--pf-global--BackgroundColor--100) !important;
|
263
218
|
}
|
264
|
-
|
265
219
|
.pf-u-background-color-200-on-xl {
|
266
220
|
background-color: var(--pf-global--BackgroundColor--200) !important;
|
267
221
|
}
|
268
|
-
|
269
222
|
.pf-u-background-color-active-color-100-on-xl {
|
270
223
|
background-color: var(--pf-global--active-color--100) !important;
|
271
224
|
}
|
272
|
-
|
273
225
|
.pf-u-background-color-active-color-300-on-xl {
|
274
226
|
background-color: var(--pf-global--active-color--300) !important;
|
275
227
|
}
|
276
|
-
|
277
228
|
.pf-u-background-color-primary-color-200-on-xl {
|
278
229
|
background-color: var(--pf-global--primary-color--200) !important;
|
279
230
|
}
|
280
|
-
|
281
231
|
.pf-u-background-color-dark-100-on-xl {
|
282
232
|
background-color: var(--pf-global--BackgroundColor--dark-100) !important;
|
283
233
|
}
|
284
|
-
|
285
234
|
.pf-u-background-color-dark-200-on-xl {
|
286
235
|
background-color: var(--pf-global--BackgroundColor--dark-200) !important;
|
287
236
|
}
|
288
|
-
|
289
237
|
.pf-u-background-color-dark-300-on-xl {
|
290
238
|
background-color: var(--pf-global--BackgroundColor--dark-300) !important;
|
291
239
|
}
|
292
|
-
|
293
240
|
.pf-u-background-color-dark-400-on-xl {
|
294
241
|
background-color: var(--pf-global--BackgroundColor--dark-400) !important;
|
295
242
|
}
|
296
|
-
|
297
243
|
.pf-u-background-color-disabled-color-200-on-xl {
|
298
244
|
background-color: var(--pf-global--disabled-color--200) !important;
|
299
245
|
}
|
300
|
-
|
301
246
|
.pf-u-background-color-disabled-color-300-on-xl {
|
302
247
|
background-color: var(--pf-global--disabled-color--300) !important;
|
303
248
|
}
|
304
|
-
|
305
249
|
.pf-u-background-color-default-on-xl {
|
306
250
|
background-color: var(--pf-global--palette--cyan-50) !important;
|
307
251
|
}
|
308
|
-
|
309
252
|
.pf-u-background-color-success-on-xl {
|
310
253
|
background-color: var(--pf-global--palette--green-50) !important;
|
311
254
|
}
|
312
|
-
|
313
255
|
.pf-u-background-color-info-on-xl {
|
314
256
|
background-color: var(--pf-global--palette--blue-50) !important;
|
315
257
|
}
|
316
|
-
|
317
258
|
.pf-u-background-color-warning-on-xl {
|
318
259
|
background-color: var(--pf-global--palette--gold-50) !important;
|
319
260
|
}
|
320
|
-
|
321
261
|
.pf-u-background-color-danger-on-xl {
|
322
262
|
background-color: var(--pf-global--palette--red-50) !important;
|
323
263
|
}
|
@@ -326,63 +266,48 @@
|
|
326
266
|
.pf-u-background-color-100-on-2xl {
|
327
267
|
background-color: var(--pf-global--BackgroundColor--100) !important;
|
328
268
|
}
|
329
|
-
|
330
269
|
.pf-u-background-color-200-on-2xl {
|
331
270
|
background-color: var(--pf-global--BackgroundColor--200) !important;
|
332
271
|
}
|
333
|
-
|
334
272
|
.pf-u-background-color-active-color-100-on-2xl {
|
335
273
|
background-color: var(--pf-global--active-color--100) !important;
|
336
274
|
}
|
337
|
-
|
338
275
|
.pf-u-background-color-active-color-300-on-2xl {
|
339
276
|
background-color: var(--pf-global--active-color--300) !important;
|
340
277
|
}
|
341
|
-
|
342
278
|
.pf-u-background-color-primary-color-200-on-2xl {
|
343
279
|
background-color: var(--pf-global--primary-color--200) !important;
|
344
280
|
}
|
345
|
-
|
346
281
|
.pf-u-background-color-dark-100-on-2xl {
|
347
282
|
background-color: var(--pf-global--BackgroundColor--dark-100) !important;
|
348
283
|
}
|
349
|
-
|
350
284
|
.pf-u-background-color-dark-200-on-2xl {
|
351
285
|
background-color: var(--pf-global--BackgroundColor--dark-200) !important;
|
352
286
|
}
|
353
|
-
|
354
287
|
.pf-u-background-color-dark-300-on-2xl {
|
355
288
|
background-color: var(--pf-global--BackgroundColor--dark-300) !important;
|
356
289
|
}
|
357
|
-
|
358
290
|
.pf-u-background-color-dark-400-on-2xl {
|
359
291
|
background-color: var(--pf-global--BackgroundColor--dark-400) !important;
|
360
292
|
}
|
361
|
-
|
362
293
|
.pf-u-background-color-disabled-color-200-on-2xl {
|
363
294
|
background-color: var(--pf-global--disabled-color--200) !important;
|
364
295
|
}
|
365
|
-
|
366
296
|
.pf-u-background-color-disabled-color-300-on-2xl {
|
367
297
|
background-color: var(--pf-global--disabled-color--300) !important;
|
368
298
|
}
|
369
|
-
|
370
299
|
.pf-u-background-color-default-on-2xl {
|
371
300
|
background-color: var(--pf-global--palette--cyan-50) !important;
|
372
301
|
}
|
373
|
-
|
374
302
|
.pf-u-background-color-success-on-2xl {
|
375
303
|
background-color: var(--pf-global--palette--green-50) !important;
|
376
304
|
}
|
377
|
-
|
378
305
|
.pf-u-background-color-info-on-2xl {
|
379
306
|
background-color: var(--pf-global--palette--blue-50) !important;
|
380
307
|
}
|
381
|
-
|
382
308
|
.pf-u-background-color-warning-on-2xl {
|
383
309
|
background-color: var(--pf-global--palette--gold-50) !important;
|
384
310
|
}
|
385
|
-
|
386
311
|
.pf-u-background-color-danger-on-2xl {
|
387
312
|
background-color: var(--pf-global--palette--red-50) !important;
|
388
313
|
}
|
@@ -38,35 +38,27 @@
|
|
38
38
|
.pf-u-display-none-on-sm {
|
39
39
|
display: none !important;
|
40
40
|
}
|
41
|
-
|
42
41
|
.pf-u-display-inline-block-on-sm {
|
43
42
|
display: inline-block !important;
|
44
43
|
}
|
45
|
-
|
46
44
|
.pf-u-display-block-on-sm {
|
47
45
|
display: block !important;
|
48
46
|
}
|
49
|
-
|
50
47
|
.pf-u-display-inline-on-sm {
|
51
48
|
display: inline !important;
|
52
49
|
}
|
53
|
-
|
54
50
|
.pf-u-display-table-on-sm {
|
55
51
|
display: table !important;
|
56
52
|
}
|
57
|
-
|
58
53
|
.pf-u-display-table-cell-on-sm {
|
59
54
|
display: table-cell !important;
|
60
55
|
}
|
61
|
-
|
62
56
|
.pf-u-display-table-row-on-sm {
|
63
57
|
display: table-row !important;
|
64
58
|
}
|
65
|
-
|
66
59
|
.pf-u-display-flex-on-sm {
|
67
60
|
display: flex !important;
|
68
61
|
}
|
69
|
-
|
70
62
|
.pf-u-display-inline-flex-on-sm {
|
71
63
|
display: inline-flex !important;
|
72
64
|
}
|
@@ -75,35 +67,27 @@
|
|
75
67
|
.pf-u-display-none-on-md {
|
76
68
|
display: none !important;
|
77
69
|
}
|
78
|
-
|
79
70
|
.pf-u-display-inline-block-on-md {
|
80
71
|
display: inline-block !important;
|
81
72
|
}
|
82
|
-
|
83
73
|
.pf-u-display-block-on-md {
|
84
74
|
display: block !important;
|
85
75
|
}
|
86
|
-
|
87
76
|
.pf-u-display-inline-on-md {
|
88
77
|
display: inline !important;
|
89
78
|
}
|
90
|
-
|
91
79
|
.pf-u-display-table-on-md {
|
92
80
|
display: table !important;
|
93
81
|
}
|
94
|
-
|
95
82
|
.pf-u-display-table-cell-on-md {
|
96
83
|
display: table-cell !important;
|
97
84
|
}
|
98
|
-
|
99
85
|
.pf-u-display-table-row-on-md {
|
100
86
|
display: table-row !important;
|
101
87
|
}
|
102
|
-
|
103
88
|
.pf-u-display-flex-on-md {
|
104
89
|
display: flex !important;
|
105
90
|
}
|
106
|
-
|
107
91
|
.pf-u-display-inline-flex-on-md {
|
108
92
|
display: inline-flex !important;
|
109
93
|
}
|
@@ -112,35 +96,27 @@
|
|
112
96
|
.pf-u-display-none-on-lg {
|
113
97
|
display: none !important;
|
114
98
|
}
|
115
|
-
|
116
99
|
.pf-u-display-inline-block-on-lg {
|
117
100
|
display: inline-block !important;
|
118
101
|
}
|
119
|
-
|
120
102
|
.pf-u-display-block-on-lg {
|
121
103
|
display: block !important;
|
122
104
|
}
|
123
|
-
|
124
105
|
.pf-u-display-inline-on-lg {
|
125
106
|
display: inline !important;
|
126
107
|
}
|
127
|
-
|
128
108
|
.pf-u-display-table-on-lg {
|
129
109
|
display: table !important;
|
130
110
|
}
|
131
|
-
|
132
111
|
.pf-u-display-table-cell-on-lg {
|
133
112
|
display: table-cell !important;
|
134
113
|
}
|
135
|
-
|
136
114
|
.pf-u-display-table-row-on-lg {
|
137
115
|
display: table-row !important;
|
138
116
|
}
|
139
|
-
|
140
117
|
.pf-u-display-flex-on-lg {
|
141
118
|
display: flex !important;
|
142
119
|
}
|
143
|
-
|
144
120
|
.pf-u-display-inline-flex-on-lg {
|
145
121
|
display: inline-flex !important;
|
146
122
|
}
|
@@ -149,35 +125,27 @@
|
|
149
125
|
.pf-u-display-none-on-xl {
|
150
126
|
display: none !important;
|
151
127
|
}
|
152
|
-
|
153
128
|
.pf-u-display-inline-block-on-xl {
|
154
129
|
display: inline-block !important;
|
155
130
|
}
|
156
|
-
|
157
131
|
.pf-u-display-block-on-xl {
|
158
132
|
display: block !important;
|
159
133
|
}
|
160
|
-
|
161
134
|
.pf-u-display-inline-on-xl {
|
162
135
|
display: inline !important;
|
163
136
|
}
|
164
|
-
|
165
137
|
.pf-u-display-table-on-xl {
|
166
138
|
display: table !important;
|
167
139
|
}
|
168
|
-
|
169
140
|
.pf-u-display-table-cell-on-xl {
|
170
141
|
display: table-cell !important;
|
171
142
|
}
|
172
|
-
|
173
143
|
.pf-u-display-table-row-on-xl {
|
174
144
|
display: table-row !important;
|
175
145
|
}
|
176
|
-
|
177
146
|
.pf-u-display-flex-on-xl {
|
178
147
|
display: flex !important;
|
179
148
|
}
|
180
|
-
|
181
149
|
.pf-u-display-inline-flex-on-xl {
|
182
150
|
display: inline-flex !important;
|
183
151
|
}
|
@@ -186,35 +154,27 @@
|
|
186
154
|
.pf-u-display-none-on-2xl {
|
187
155
|
display: none !important;
|
188
156
|
}
|
189
|
-
|
190
157
|
.pf-u-display-inline-block-on-2xl {
|
191
158
|
display: inline-block !important;
|
192
159
|
}
|
193
|
-
|
194
160
|
.pf-u-display-block-on-2xl {
|
195
161
|
display: block !important;
|
196
162
|
}
|
197
|
-
|
198
163
|
.pf-u-display-inline-on-2xl {
|
199
164
|
display: inline !important;
|
200
165
|
}
|
201
|
-
|
202
166
|
.pf-u-display-table-on-2xl {
|
203
167
|
display: table !important;
|
204
168
|
}
|
205
|
-
|
206
169
|
.pf-u-display-table-cell-on-2xl {
|
207
170
|
display: table-cell !important;
|
208
171
|
}
|
209
|
-
|
210
172
|
.pf-u-display-table-row-on-2xl {
|
211
173
|
display: table-row !important;
|
212
174
|
}
|
213
|
-
|
214
175
|
.pf-u-display-flex-on-2xl {
|
215
176
|
display: flex !important;
|
216
177
|
}
|
217
|
-
|
218
178
|
.pf-u-display-inline-flex-on-2xl {
|
219
179
|
display: inline-flex !important;
|
220
180
|
}
|