@patternfly/patternfly 6.0.0-alpha.190 → 6.0.0-alpha.192
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/base/patternfly-variables.css +11 -11
- package/base/tokens/tokens-charts-dark.scss +1 -1
- package/base/tokens/tokens-charts.scss +1 -1
- package/base/tokens/tokens-dark.scss +1 -1
- package/base/tokens/tokens-default.scss +7 -7
- package/base/tokens/tokens-palette.scss +6 -6
- package/components/AboutModalBox/about-modal-box.css +11 -11
- package/components/Avatar/avatar.css +40 -40
- package/components/BackToTop/back-to-top.css +1 -1
- package/components/Banner/banner.css +1 -1
- package/components/Brand/brand.css +10 -10
- package/components/Card/card.css +1 -1
- package/components/Card/card.scss +1 -1
- package/components/Content/content.css +4 -4
- package/components/DataList/data-list-grid.css +19 -19
- package/components/DataList/data-list.css +26 -26
- package/components/DescriptionList/description-list-order.css +5 -5
- package/components/DescriptionList/description-list.css +16 -16
- package/components/Divider/divider.css +20 -20
- package/components/Drawer/drawer.css +12 -12
- package/components/Form/form.css +6 -6
- package/components/JumpLinks/jump-links.css +5 -5
- package/components/Login/login.css +13 -13
- package/components/Masthead/masthead.css +6 -6
- package/components/Menu/menu.css +10 -10
- package/components/ModalBox/modal-box.css +2 -2
- package/components/Page/page.css +9 -9
- package/components/Pagination/pagination.css +8 -8
- package/components/ProgressStepper/progress-stepper.css +6 -6
- package/components/Sidebar/sidebar.css +8 -8
- package/components/TabContent/tab-content.css +1 -1
- package/components/Table/table-grid.css +13 -13
- package/components/Table/table-tree-view.css +4 -4
- package/components/Table/table.css +5 -5
- package/components/Tabs/tabs.css +10 -10
- package/components/Toolbar/toolbar.css +26 -26
- package/components/Wizard/wizard.css +6 -6
- package/components/_index.css +280 -280
- package/layouts/Flex/flex.css +35 -35
- package/layouts/Gallery/gallery.css +10 -10
- package/layouts/Grid/grid.css +15 -15
- package/layouts/_index.css +60 -60
- package/package.json +1 -1
- package/patternfly-addons.css +835 -835
- package/patternfly-base-no-globals.css +11 -11
- package/patternfly-base.css +11 -11
- package/patternfly-no-globals.css +351 -351
- package/patternfly.css +351 -351
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/scss-variables.scss +6 -6
- package/utilities/Accessibility/accessibility.css +15 -15
- package/utilities/Alignment/alignment.css +5 -5
- package/utilities/BackgroundColor/background-color.css +5 -5
- package/utilities/Display/display.css +5 -5
- package/utilities/Flex/flex.css +50 -50
- package/utilities/Float/float.css +5 -5
- package/utilities/Sizing/sizing.css +30 -30
- package/utilities/Spacing/spacing.css +700 -700
- package/utilities/Text/text.css +20 -20
- package/utilities/_index.css +835 -835
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@media screen and (min-width:
|
|
1
|
+
@media screen and (min-width: 48rem) {
|
|
2
2
|
.pf-v6-c-data-list:not([class*=pf-m-grid]) {
|
|
3
3
|
--pf-v6-c-data-list__cell--cell--PaddingBlockStart: var(--pf-v6-c-data-list__cell--cell--md--PaddingBlockStart);
|
|
4
4
|
--pf-v6-c-data-list__cell--PaddingBlockEnd: var(--pf-v6-c-data-list__cell--md--PaddingBlockEnd);
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
@media screen and (min-width:
|
|
13
|
+
@media screen and (min-width: 48rem) and (min-width: 75rem) {
|
|
14
14
|
.pf-v6-c-data-list:not([class*=pf-m-grid]) {
|
|
15
15
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
16
16
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
--pf-v6-c-data-list__expandable-content-body--PaddingInlineStart: var(--pf-v6-c-data-list__expandable-content-body--xl--PaddingInlineStart);
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
@media screen and (min-width:
|
|
21
|
+
@media screen and (min-width: 48rem) {
|
|
22
22
|
.pf-v6-c-data-list:not([class*=pf-m-grid]) .pf-v6-c-data-list__item-content {
|
|
23
23
|
display: flex;
|
|
24
24
|
flex-grow: 1;
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
|
-
@media screen and (min-width: 0) and (min-width:
|
|
71
|
+
@media screen and (min-width: 0) and (min-width: 75rem) {
|
|
72
72
|
.pf-v6-c-data-list.pf-m-grid-none {
|
|
73
73
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
74
74
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
@media screen and (min-width:
|
|
117
|
+
@media screen and (min-width: 36rem) {
|
|
118
118
|
.pf-v6-c-data-list.pf-m-grid-sm {
|
|
119
119
|
--pf-v6-c-data-list__cell--cell--PaddingBlockStart: var(--pf-v6-c-data-list__cell--cell--md--PaddingBlockStart);
|
|
120
120
|
--pf-v6-c-data-list__cell--PaddingBlockEnd: var(--pf-v6-c-data-list__cell--md--PaddingBlockEnd);
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
|
-
@media screen and (min-width:
|
|
129
|
+
@media screen and (min-width: 36rem) and (min-width: 75rem) {
|
|
130
130
|
.pf-v6-c-data-list.pf-m-grid-sm {
|
|
131
131
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
132
132
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
--pf-v6-c-data-list__expandable-content-body--PaddingInlineStart: var(--pf-v6-c-data-list__expandable-content-body--xl--PaddingInlineStart);
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
|
-
@media screen and (min-width:
|
|
137
|
+
@media screen and (min-width: 36rem) {
|
|
138
138
|
.pf-v6-c-data-list.pf-m-grid-sm .pf-v6-c-data-list__item-content {
|
|
139
139
|
display: flex;
|
|
140
140
|
flex-grow: 1;
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
@media screen and (min-width:
|
|
175
|
+
@media screen and (min-width: 48rem) {
|
|
176
176
|
.pf-v6-c-data-list.pf-m-grid-md {
|
|
177
177
|
--pf-v6-c-data-list__cell--cell--PaddingBlockStart: var(--pf-v6-c-data-list__cell--cell--md--PaddingBlockStart);
|
|
178
178
|
--pf-v6-c-data-list__cell--PaddingBlockEnd: var(--pf-v6-c-data-list__cell--md--PaddingBlockEnd);
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
|
-
@media screen and (min-width:
|
|
187
|
+
@media screen and (min-width: 48rem) and (min-width: 75rem) {
|
|
188
188
|
.pf-v6-c-data-list.pf-m-grid-md {
|
|
189
189
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
190
190
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
--pf-v6-c-data-list__expandable-content-body--PaddingInlineStart: var(--pf-v6-c-data-list__expandable-content-body--xl--PaddingInlineStart);
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
|
-
@media screen and (min-width:
|
|
195
|
+
@media screen and (min-width: 48rem) {
|
|
196
196
|
.pf-v6-c-data-list.pf-m-grid-md .pf-v6-c-data-list__item-content {
|
|
197
197
|
display: flex;
|
|
198
198
|
flex-grow: 1;
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
-
@media screen and (min-width:
|
|
233
|
+
@media screen and (min-width: 62rem) {
|
|
234
234
|
.pf-v6-c-data-list.pf-m-grid-lg {
|
|
235
235
|
--pf-v6-c-data-list__cell--cell--PaddingBlockStart: var(--pf-v6-c-data-list__cell--cell--md--PaddingBlockStart);
|
|
236
236
|
--pf-v6-c-data-list__cell--PaddingBlockEnd: var(--pf-v6-c-data-list__cell--md--PaddingBlockEnd);
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
|
-
@media screen and (min-width:
|
|
245
|
+
@media screen and (min-width: 62rem) and (min-width: 75rem) {
|
|
246
246
|
.pf-v6-c-data-list.pf-m-grid-lg {
|
|
247
247
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
248
248
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
--pf-v6-c-data-list__expandable-content-body--PaddingInlineStart: var(--pf-v6-c-data-list__expandable-content-body--xl--PaddingInlineStart);
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
|
-
@media screen and (min-width:
|
|
253
|
+
@media screen and (min-width: 62rem) {
|
|
254
254
|
.pf-v6-c-data-list.pf-m-grid-lg .pf-v6-c-data-list__item-content {
|
|
255
255
|
display: flex;
|
|
256
256
|
flex-grow: 1;
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
}
|
|
289
289
|
}
|
|
290
290
|
|
|
291
|
-
@media screen and (min-width:
|
|
291
|
+
@media screen and (min-width: 75rem) {
|
|
292
292
|
.pf-v6-c-data-list.pf-m-grid-xl {
|
|
293
293
|
--pf-v6-c-data-list__cell--cell--PaddingBlockStart: var(--pf-v6-c-data-list__cell--cell--md--PaddingBlockStart);
|
|
294
294
|
--pf-v6-c-data-list__cell--PaddingBlockEnd: var(--pf-v6-c-data-list__cell--md--PaddingBlockEnd);
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
|
-
@media screen and (min-width:
|
|
303
|
+
@media screen and (min-width: 75rem) and (min-width: 75rem) {
|
|
304
304
|
.pf-v6-c-data-list.pf-m-grid-xl {
|
|
305
305
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
306
306
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
--pf-v6-c-data-list__expandable-content-body--PaddingInlineStart: var(--pf-v6-c-data-list__expandable-content-body--xl--PaddingInlineStart);
|
|
309
309
|
}
|
|
310
310
|
}
|
|
311
|
-
@media screen and (min-width:
|
|
311
|
+
@media screen and (min-width: 75rem) {
|
|
312
312
|
.pf-v6-c-data-list.pf-m-grid-xl .pf-v6-c-data-list__item-content {
|
|
313
313
|
display: flex;
|
|
314
314
|
flex-grow: 1;
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
348
|
|
|
349
|
-
@media screen and (min-width:
|
|
349
|
+
@media screen and (min-width: 90.625rem) {
|
|
350
350
|
.pf-v6-c-data-list.pf-m-grid-2xl {
|
|
351
351
|
--pf-v6-c-data-list__cell--cell--PaddingBlockStart: var(--pf-v6-c-data-list__cell--cell--md--PaddingBlockStart);
|
|
352
352
|
--pf-v6-c-data-list__cell--PaddingBlockEnd: var(--pf-v6-c-data-list__cell--md--PaddingBlockEnd);
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
359
359
|
}
|
|
360
360
|
}
|
|
361
|
-
@media screen and (min-width:
|
|
361
|
+
@media screen and (min-width: 90.625rem) and (min-width: 75rem) {
|
|
362
362
|
.pf-v6-c-data-list.pf-m-grid-2xl {
|
|
363
363
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
364
364
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
--pf-v6-c-data-list__expandable-content-body--PaddingInlineStart: var(--pf-v6-c-data-list__expandable-content-body--xl--PaddingInlineStart);
|
|
367
367
|
}
|
|
368
368
|
}
|
|
369
|
-
@media screen and (min-width:
|
|
369
|
+
@media screen and (min-width: 90.625rem) {
|
|
370
370
|
.pf-v6-c-data-list.pf-m-grid-2xl .pf-v6-c-data-list__item-content {
|
|
371
371
|
display: flex;
|
|
372
372
|
flex-grow: 1;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@media screen and (min-width:
|
|
1
|
+
@media screen and (min-width: 48rem) {
|
|
2
2
|
.pf-v6-c-data-list:not([class*=pf-m-grid]) {
|
|
3
3
|
--pf-v6-c-data-list__cell--cell--PaddingBlockStart: var(--pf-v6-c-data-list__cell--cell--md--PaddingBlockStart);
|
|
4
4
|
--pf-v6-c-data-list__cell--PaddingBlockEnd: var(--pf-v6-c-data-list__cell--md--PaddingBlockEnd);
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
@media screen and (min-width:
|
|
13
|
+
@media screen and (min-width: 48rem) and (min-width: 75rem) {
|
|
14
14
|
.pf-v6-c-data-list:not([class*=pf-m-grid]) {
|
|
15
15
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
16
16
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
--pf-v6-c-data-list__expandable-content-body--PaddingInlineStart: var(--pf-v6-c-data-list__expandable-content-body--xl--PaddingInlineStart);
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
@media screen and (min-width:
|
|
21
|
+
@media screen and (min-width: 48rem) {
|
|
22
22
|
.pf-v6-c-data-list:not([class*=pf-m-grid]) .pf-v6-c-data-list__item-content {
|
|
23
23
|
display: flex;
|
|
24
24
|
flex-grow: 1;
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
|
-
@media screen and (min-width: 0) and (min-width:
|
|
71
|
+
@media screen and (min-width: 0) and (min-width: 75rem) {
|
|
72
72
|
.pf-v6-c-data-list.pf-m-grid-none {
|
|
73
73
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
74
74
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
@media screen and (min-width:
|
|
117
|
+
@media screen and (min-width: 36rem) {
|
|
118
118
|
.pf-v6-c-data-list.pf-m-grid-sm {
|
|
119
119
|
--pf-v6-c-data-list__cell--cell--PaddingBlockStart: var(--pf-v6-c-data-list__cell--cell--md--PaddingBlockStart);
|
|
120
120
|
--pf-v6-c-data-list__cell--PaddingBlockEnd: var(--pf-v6-c-data-list__cell--md--PaddingBlockEnd);
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
|
-
@media screen and (min-width:
|
|
129
|
+
@media screen and (min-width: 36rem) and (min-width: 75rem) {
|
|
130
130
|
.pf-v6-c-data-list.pf-m-grid-sm {
|
|
131
131
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
132
132
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
--pf-v6-c-data-list__expandable-content-body--PaddingInlineStart: var(--pf-v6-c-data-list__expandable-content-body--xl--PaddingInlineStart);
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
|
-
@media screen and (min-width:
|
|
137
|
+
@media screen and (min-width: 36rem) {
|
|
138
138
|
.pf-v6-c-data-list.pf-m-grid-sm .pf-v6-c-data-list__item-content {
|
|
139
139
|
display: flex;
|
|
140
140
|
flex-grow: 1;
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
@media screen and (min-width:
|
|
175
|
+
@media screen and (min-width: 48rem) {
|
|
176
176
|
.pf-v6-c-data-list.pf-m-grid-md {
|
|
177
177
|
--pf-v6-c-data-list__cell--cell--PaddingBlockStart: var(--pf-v6-c-data-list__cell--cell--md--PaddingBlockStart);
|
|
178
178
|
--pf-v6-c-data-list__cell--PaddingBlockEnd: var(--pf-v6-c-data-list__cell--md--PaddingBlockEnd);
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
|
-
@media screen and (min-width:
|
|
187
|
+
@media screen and (min-width: 48rem) and (min-width: 75rem) {
|
|
188
188
|
.pf-v6-c-data-list.pf-m-grid-md {
|
|
189
189
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
190
190
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
--pf-v6-c-data-list__expandable-content-body--PaddingInlineStart: var(--pf-v6-c-data-list__expandable-content-body--xl--PaddingInlineStart);
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
|
-
@media screen and (min-width:
|
|
195
|
+
@media screen and (min-width: 48rem) {
|
|
196
196
|
.pf-v6-c-data-list.pf-m-grid-md .pf-v6-c-data-list__item-content {
|
|
197
197
|
display: flex;
|
|
198
198
|
flex-grow: 1;
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
-
@media screen and (min-width:
|
|
233
|
+
@media screen and (min-width: 62rem) {
|
|
234
234
|
.pf-v6-c-data-list.pf-m-grid-lg {
|
|
235
235
|
--pf-v6-c-data-list__cell--cell--PaddingBlockStart: var(--pf-v6-c-data-list__cell--cell--md--PaddingBlockStart);
|
|
236
236
|
--pf-v6-c-data-list__cell--PaddingBlockEnd: var(--pf-v6-c-data-list__cell--md--PaddingBlockEnd);
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
|
-
@media screen and (min-width:
|
|
245
|
+
@media screen and (min-width: 62rem) and (min-width: 75rem) {
|
|
246
246
|
.pf-v6-c-data-list.pf-m-grid-lg {
|
|
247
247
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
248
248
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
--pf-v6-c-data-list__expandable-content-body--PaddingInlineStart: var(--pf-v6-c-data-list__expandable-content-body--xl--PaddingInlineStart);
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
|
-
@media screen and (min-width:
|
|
253
|
+
@media screen and (min-width: 62rem) {
|
|
254
254
|
.pf-v6-c-data-list.pf-m-grid-lg .pf-v6-c-data-list__item-content {
|
|
255
255
|
display: flex;
|
|
256
256
|
flex-grow: 1;
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
}
|
|
289
289
|
}
|
|
290
290
|
|
|
291
|
-
@media screen and (min-width:
|
|
291
|
+
@media screen and (min-width: 75rem) {
|
|
292
292
|
.pf-v6-c-data-list.pf-m-grid-xl {
|
|
293
293
|
--pf-v6-c-data-list__cell--cell--PaddingBlockStart: var(--pf-v6-c-data-list__cell--cell--md--PaddingBlockStart);
|
|
294
294
|
--pf-v6-c-data-list__cell--PaddingBlockEnd: var(--pf-v6-c-data-list__cell--md--PaddingBlockEnd);
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
|
-
@media screen and (min-width:
|
|
303
|
+
@media screen and (min-width: 75rem) and (min-width: 75rem) {
|
|
304
304
|
.pf-v6-c-data-list.pf-m-grid-xl {
|
|
305
305
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
306
306
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
--pf-v6-c-data-list__expandable-content-body--PaddingInlineStart: var(--pf-v6-c-data-list__expandable-content-body--xl--PaddingInlineStart);
|
|
309
309
|
}
|
|
310
310
|
}
|
|
311
|
-
@media screen and (min-width:
|
|
311
|
+
@media screen and (min-width: 75rem) {
|
|
312
312
|
.pf-v6-c-data-list.pf-m-grid-xl .pf-v6-c-data-list__item-content {
|
|
313
313
|
display: flex;
|
|
314
314
|
flex-grow: 1;
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
348
|
|
|
349
|
-
@media screen and (min-width:
|
|
349
|
+
@media screen and (min-width: 90.625rem) {
|
|
350
350
|
.pf-v6-c-data-list.pf-m-grid-2xl {
|
|
351
351
|
--pf-v6-c-data-list__cell--cell--PaddingBlockStart: var(--pf-v6-c-data-list__cell--cell--md--PaddingBlockStart);
|
|
352
352
|
--pf-v6-c-data-list__cell--PaddingBlockEnd: var(--pf-v6-c-data-list__cell--md--PaddingBlockEnd);
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
359
359
|
}
|
|
360
360
|
}
|
|
361
|
-
@media screen and (min-width:
|
|
361
|
+
@media screen and (min-width: 90.625rem) and (min-width: 75rem) {
|
|
362
362
|
.pf-v6-c-data-list.pf-m-grid-2xl {
|
|
363
363
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
364
364
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
--pf-v6-c-data-list__expandable-content-body--PaddingInlineStart: var(--pf-v6-c-data-list__expandable-content-body--xl--PaddingInlineStart);
|
|
367
367
|
}
|
|
368
368
|
}
|
|
369
|
-
@media screen and (min-width:
|
|
369
|
+
@media screen and (min-width: 90.625rem) {
|
|
370
370
|
.pf-v6-c-data-list.pf-m-grid-2xl .pf-v6-c-data-list__item-content {
|
|
371
371
|
display: flex;
|
|
372
372
|
flex-grow: 1;
|
|
@@ -515,13 +515,13 @@
|
|
|
515
515
|
--pf-v6-c-data-list--m-compact__item-draggable-button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
516
516
|
--pf-v6-c-data-list--m-compact__cell--m-icon--cell--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
517
517
|
}
|
|
518
|
-
@media screen and (min-width:
|
|
518
|
+
@media screen and (min-width: 36rem) {
|
|
519
519
|
:where(:root, .pf-v6-c-data-list) {
|
|
520
520
|
--pf-v6-c-data-list--BorderBlockStartColor: var(--pf-v6-c-data-list--sm--BorderBlockStartColor);
|
|
521
521
|
--pf-v6-c-data-list--BorderBlockStartWidth: var(--pf-v6-c-data-list--sm--BorderBlockStartWidth);
|
|
522
522
|
}
|
|
523
523
|
}
|
|
524
|
-
@media screen and (min-width:
|
|
524
|
+
@media screen and (min-width: 36rem) {
|
|
525
525
|
:where(:root, .pf-v6-c-data-list) {
|
|
526
526
|
--pf-v6-c-data-list__item--BorderBlockEndWidth: var(--pf-v6-c-data-list__item--sm--BorderBlockEndWidth);
|
|
527
527
|
--pf-v6-c-data-list__item--BorderBlockEndColor: var(--pf-v6-c-data-list__item--sm--BorderBlockEndColor);
|
|
@@ -694,7 +694,7 @@
|
|
|
694
694
|
.pf-v6-c-data-list__item-action.pf-m-hidden {
|
|
695
695
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
696
696
|
}
|
|
697
|
-
@media screen and (min-width:
|
|
697
|
+
@media screen and (min-width: 36rem) {
|
|
698
698
|
.pf-v6-c-data-list__item-action.pf-m-hidden-on-sm {
|
|
699
699
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
700
700
|
}
|
|
@@ -702,7 +702,7 @@
|
|
|
702
702
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
703
703
|
}
|
|
704
704
|
}
|
|
705
|
-
@media screen and (min-width:
|
|
705
|
+
@media screen and (min-width: 48rem) {
|
|
706
706
|
.pf-v6-c-data-list__item-action.pf-m-hidden-on-md {
|
|
707
707
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
708
708
|
}
|
|
@@ -710,7 +710,7 @@
|
|
|
710
710
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
711
711
|
}
|
|
712
712
|
}
|
|
713
|
-
@media screen and (min-width:
|
|
713
|
+
@media screen and (min-width: 62rem) {
|
|
714
714
|
.pf-v6-c-data-list__item-action.pf-m-hidden-on-lg {
|
|
715
715
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
716
716
|
}
|
|
@@ -718,7 +718,7 @@
|
|
|
718
718
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
719
719
|
}
|
|
720
720
|
}
|
|
721
|
-
@media screen and (min-width:
|
|
721
|
+
@media screen and (min-width: 75rem) {
|
|
722
722
|
.pf-v6-c-data-list__item-action.pf-m-hidden-on-xl {
|
|
723
723
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
724
724
|
}
|
|
@@ -726,7 +726,7 @@
|
|
|
726
726
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
727
727
|
}
|
|
728
728
|
}
|
|
729
|
-
@media screen and (min-width:
|
|
729
|
+
@media screen and (min-width: 90.625rem) {
|
|
730
730
|
.pf-v6-c-data-list__item-action.pf-m-hidden-on-2xl {
|
|
731
731
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
732
732
|
}
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
.pf-v6-c-description-list__group .pf-m-order-last {
|
|
44
44
|
order: 13;
|
|
45
45
|
}
|
|
46
|
-
@media (min-width:
|
|
46
|
+
@media (min-width: 36rem) {
|
|
47
47
|
.pf-v6-c-description-list__group .pf-m-order-0-on-sm {
|
|
48
48
|
order: 0;
|
|
49
49
|
}
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
order: 13;
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
|
-
@media (min-width:
|
|
93
|
+
@media (min-width: 48rem) {
|
|
94
94
|
.pf-v6-c-description-list__group .pf-m-order-0-on-md {
|
|
95
95
|
order: 0;
|
|
96
96
|
}
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
order: 13;
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
|
-
@media (min-width:
|
|
140
|
+
@media (min-width: 62rem) {
|
|
141
141
|
.pf-v6-c-description-list__group .pf-m-order-0-on-lg {
|
|
142
142
|
order: 0;
|
|
143
143
|
}
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
order: 13;
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
|
-
@media (min-width:
|
|
187
|
+
@media (min-width: 75rem) {
|
|
188
188
|
.pf-v6-c-description-list__group .pf-m-order-0-on-xl {
|
|
189
189
|
order: 0;
|
|
190
190
|
}
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
order: 13;
|
|
232
232
|
}
|
|
233
233
|
}
|
|
234
|
-
@media (min-width:
|
|
234
|
+
@media (min-width: 90.625rem) {
|
|
235
235
|
.pf-v6-c-description-list__group .pf-m-order-0-on-2xl {
|
|
236
236
|
order: 0;
|
|
237
237
|
}
|
|
@@ -44,32 +44,32 @@
|
|
|
44
44
|
--pf-v6-c-description-list--m-horizontal__term--width-on-2xl: inherit;
|
|
45
45
|
--pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width);
|
|
46
46
|
}
|
|
47
|
-
@media screen and (min-width:
|
|
47
|
+
@media screen and (min-width: 36rem) {
|
|
48
48
|
:where(:root, .pf-v6-c-description-list) {
|
|
49
49
|
--pf-v6-c-description-list__term--Display: var(--pf-v6-c-description-list__term--sm--Display);
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
|
-
@media (min-width:
|
|
52
|
+
@media (min-width: 36rem) {
|
|
53
53
|
:where(:root, .pf-v6-c-description-list) {
|
|
54
54
|
--pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width-on-sm, var(--pf-v6-c-description-list--m-horizontal__term--width));
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
|
-
@media (min-width:
|
|
57
|
+
@media (min-width: 48rem) {
|
|
58
58
|
:where(:root, .pf-v6-c-description-list) {
|
|
59
59
|
--pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width-on-md, var(--pf-v6-c-description-list--m-horizontal__term--width-on-sm, var(--pf-v6-c-description-list--m-horizontal__term--width)));
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
|
-
@media (min-width:
|
|
62
|
+
@media (min-width: 62rem) {
|
|
63
63
|
:where(:root, .pf-v6-c-description-list) {
|
|
64
64
|
--pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width-on-lg, var(--pf-v6-c-description-list--m-horizontal__term--width-on-md, var(--pf-v6-c-description-list--m-horizontal__term--width-on-sm, var(--pf-v6-c-description-list--m-horizontal__term--width))));
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
|
-
@media (min-width:
|
|
67
|
+
@media (min-width: 75rem) {
|
|
68
68
|
:where(:root, .pf-v6-c-description-list) {
|
|
69
69
|
--pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width-on-xl, var(--pf-v6-c-description-list--m-horizontal__term--width-on-lg, var(--pf-v6-c-description-list--m-horizontal__term--width-on-md, var(--pf-v6-c-description-list--m-horizontal__term--width-on-sm, var(--pf-v6-c-description-list--m-horizontal__term--width)))));
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
-
@media (min-width:
|
|
72
|
+
@media (min-width: 90.625rem) {
|
|
73
73
|
:where(:root, .pf-v6-c-description-list) {
|
|
74
74
|
--pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width-on-2xl, var(--pf-v6-c-description-list--m-horizontal__term--width-on-xl, var(--pf-v6-c-description-list--m-horizontal__term--width-on-lg, var(--pf-v6-c-description-list--m-horizontal__term--width-on-md, var(--pf-v6-c-description-list--m-horizontal__term--width-on-sm, var(--pf-v6-c-description-list--m-horizontal__term--width))))));
|
|
75
75
|
}
|
|
@@ -92,27 +92,27 @@
|
|
|
92
92
|
grid-template-columns: repeat(auto-fit, minmax(var(--pf-v6-c-description-list--m-auto-fit--GridTemplateColumns--minmax--min), 1fr));
|
|
93
93
|
--pf-v6-c-description-list--GridTemplateColumns--minmax--min: var(--pf-v6-c-description-list--GridTemplateColumns--min);
|
|
94
94
|
}
|
|
95
|
-
@media (min-width:
|
|
95
|
+
@media (min-width: 36rem) {
|
|
96
96
|
.pf-v6-c-description-list.pf-m-auto-fit {
|
|
97
97
|
--pf-v6-c-description-list--GridTemplateColumns--minmax--min: var(--pf-v6-c-description-list--GridTemplateColumns--min-on-sm, var(--pf-v6-c-description-list--GridTemplateColumns--min));
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
|
-
@media (min-width:
|
|
100
|
+
@media (min-width: 48rem) {
|
|
101
101
|
.pf-v6-c-description-list.pf-m-auto-fit {
|
|
102
102
|
--pf-v6-c-description-list--GridTemplateColumns--minmax--min: var(--pf-v6-c-description-list--GridTemplateColumns--min-on-md, var(--pf-v6-c-description-list--GridTemplateColumns--min-on-sm, var(--pf-v6-c-description-list--GridTemplateColumns--min)));
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
|
-
@media (min-width:
|
|
105
|
+
@media (min-width: 62rem) {
|
|
106
106
|
.pf-v6-c-description-list.pf-m-auto-fit {
|
|
107
107
|
--pf-v6-c-description-list--GridTemplateColumns--minmax--min: var(--pf-v6-c-description-list--GridTemplateColumns--min-on-lg, var(--pf-v6-c-description-list--GridTemplateColumns--min-on-md, var(--pf-v6-c-description-list--GridTemplateColumns--min-on-sm, var(--pf-v6-c-description-list--GridTemplateColumns--min))));
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
|
-
@media (min-width:
|
|
110
|
+
@media (min-width: 75rem) {
|
|
111
111
|
.pf-v6-c-description-list.pf-m-auto-fit {
|
|
112
112
|
--pf-v6-c-description-list--GridTemplateColumns--minmax--min: var(--pf-v6-c-description-list--GridTemplateColumns--min-on-xl, var(--pf-v6-c-description-list--GridTemplateColumns--min-on-lg, var(--pf-v6-c-description-list--GridTemplateColumns--min-on-md, var(--pf-v6-c-description-list--GridTemplateColumns--min-on-sm, var(--pf-v6-c-description-list--GridTemplateColumns--min)))));
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
|
-
@media (min-width:
|
|
115
|
+
@media (min-width: 90.625rem) {
|
|
116
116
|
.pf-v6-c-description-list.pf-m-auto-fit {
|
|
117
117
|
--pf-v6-c-description-list--GridTemplateColumns--minmax--min: var(--pf-v6-c-description-list--GridTemplateColumns--min-on-2xl, var(--pf-v6-c-description-list--GridTemplateColumns--min-on-xl, var(--pf-v6-c-description-list--GridTemplateColumns--min-on-lg, var(--pf-v6-c-description-list--GridTemplateColumns--min-on-md, var(--pf-v6-c-description-list--GridTemplateColumns--min-on-sm, var(--pf-v6-c-description-list--GridTemplateColumns--min))))));
|
|
118
118
|
}
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
--pf-v6-c-description-list__group--GridTemplateColumns: var(--pf-v6-c-description-list--m-vertical__group--GridTemplateColumns);
|
|
228
228
|
--pf-v6-c-description-list__group--GridTemplateRows: var(--pf-v6-c-description-list--m-vertical__group--GridTemplateRows);
|
|
229
229
|
}
|
|
230
|
-
@media (min-width:
|
|
230
|
+
@media (min-width: 36rem) {
|
|
231
231
|
.pf-v6-c-description-list.pf-m-1-col-on-sm {
|
|
232
232
|
--pf-v6-c-description-list--GridTemplateColumns--count: var(--pf-v6-c-description-list--m-1-col--GridTemplateColumns--count);
|
|
233
233
|
}
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
--pf-v6-c-description-list__group--GridTemplateRows: var(--pf-v6-c-description-list--m-vertical__group--GridTemplateRows);
|
|
247
247
|
}
|
|
248
248
|
}
|
|
249
|
-
@media (min-width:
|
|
249
|
+
@media (min-width: 48rem) {
|
|
250
250
|
.pf-v6-c-description-list.pf-m-1-col-on-md {
|
|
251
251
|
--pf-v6-c-description-list--GridTemplateColumns--count: var(--pf-v6-c-description-list--m-1-col--GridTemplateColumns--count);
|
|
252
252
|
}
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
--pf-v6-c-description-list__group--GridTemplateRows: var(--pf-v6-c-description-list--m-vertical__group--GridTemplateRows);
|
|
266
266
|
}
|
|
267
267
|
}
|
|
268
|
-
@media (min-width:
|
|
268
|
+
@media (min-width: 62rem) {
|
|
269
269
|
.pf-v6-c-description-list.pf-m-1-col-on-lg {
|
|
270
270
|
--pf-v6-c-description-list--GridTemplateColumns--count: var(--pf-v6-c-description-list--m-1-col--GridTemplateColumns--count);
|
|
271
271
|
}
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
--pf-v6-c-description-list__group--GridTemplateRows: var(--pf-v6-c-description-list--m-vertical__group--GridTemplateRows);
|
|
285
285
|
}
|
|
286
286
|
}
|
|
287
|
-
@media (min-width:
|
|
287
|
+
@media (min-width: 75rem) {
|
|
288
288
|
.pf-v6-c-description-list.pf-m-1-col-on-xl {
|
|
289
289
|
--pf-v6-c-description-list--GridTemplateColumns--count: var(--pf-v6-c-description-list--m-1-col--GridTemplateColumns--count);
|
|
290
290
|
}
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
--pf-v6-c-description-list__group--GridTemplateRows: var(--pf-v6-c-description-list--m-vertical__group--GridTemplateRows);
|
|
304
304
|
}
|
|
305
305
|
}
|
|
306
|
-
@media (min-width:
|
|
306
|
+
@media (min-width: 90.625rem) {
|
|
307
307
|
.pf-v6-c-description-list.pf-m-1-col-on-2xl {
|
|
308
308
|
--pf-v6-c-description-list--GridTemplateColumns--count: var(--pf-v6-c-description-list--m-1-col--GridTemplateColumns--count);
|
|
309
309
|
}
|