@patternfly/patternfly 5.0.0-alpha.24 → 5.0.0-alpha.25
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/_base.scss +0 -18
- package/base/_fonts.scss +22 -22
- package/base/_globals.scss +1 -1
- package/base/_variables.scss +1 -1
- package/base/patternfly-fonts.css +17 -17
- package/base/themes/dark/_globals.scss +1 -1
- package/base/themes/dark/_variables.scss +1 -1
- package/components/AboutModalBox/about-modal-box.css +7 -7
- package/components/AboutModalBox/about-modal-box.scss +7 -7
- package/components/Alert/alert.css +3 -3
- package/components/Alert/alert.scss +3 -3
- package/components/Avatar/avatar.scss +2 -2
- package/components/Banner/banner.css +1 -1
- package/components/Banner/banner.scss +1 -1
- package/components/CalendarMonth/calendar-month.css +1 -1
- package/components/CalendarMonth/calendar-month.scss +2 -2
- package/components/Card/card.css +12 -10
- package/components/Card/card.scss +12 -10
- package/components/Chip/chip.css +1 -1
- package/components/Chip/chip.scss +1 -1
- package/components/ChipGroup/chip-group.css +4 -4
- package/components/ChipGroup/chip-group.scss +4 -4
- package/components/Content/content.css +5 -5
- package/components/Content/content.scss +9 -9
- package/components/DataList/data-list-grid.css +7 -7
- package/components/DataList/data-list-grid.scss +1 -1
- package/components/DataList/data-list.css +10 -10
- package/components/DataList/data-list.scss +3 -3
- package/components/DescriptionList/description-list.css +7 -7
- package/components/DescriptionList/description-list.scss +7 -7
- package/components/Divider/divider.css +2 -2
- package/components/Divider/divider.scss +3 -3
- package/components/Drawer/drawer.css +2 -2
- package/components/Drawer/drawer.scss +2 -2
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/EmptyState/empty-state.css +2 -2
- package/components/EmptyState/empty-state.scss +2 -2
- package/components/Form/form.css +12 -12
- package/components/Form/form.scss +7 -7
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -2
- package/components/Label/label.css +6 -6
- package/components/Label/label.scss +7 -7
- package/components/LabelGroup/label-group.css +2 -2
- package/components/LabelGroup/label-group.scss +2 -2
- package/components/Login/login.css +10 -10
- package/components/Login/login.scss +10 -10
- package/components/Masthead/masthead.css +4 -4
- package/components/Masthead/masthead.scss +4 -4
- package/components/Menu/menu.css +6 -6
- package/components/Menu/menu.scss +31 -31
- package/components/MenuToggle/menu-toggle.css +1 -1
- package/components/MenuToggle/menu-toggle.scss +1 -1
- package/components/MultipleFileUpload/multiple-file-upload.css +6 -6
- package/components/MultipleFileUpload/multiple-file-upload.scss +6 -6
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +2 -2
- package/components/NotificationDrawer/notification-drawer.css +3 -3
- package/components/NotificationDrawer/notification-drawer.scss +3 -3
- package/components/Page/page.css +11 -11
- package/components/Page/page.scss +12 -12
- package/components/Progress/progress.css +10 -10
- package/components/Progress/progress.scss +10 -10
- package/components/ProgressStepper/progress-stepper.css +5 -5
- package/components/ProgressStepper/progress-stepper.scss +5 -5
- package/components/SearchInput/search-input.css +2 -2
- package/components/SearchInput/search-input.scss +2 -2
- package/components/Select/select.css +1 -1
- package/components/Select/select.scss +1 -1
- package/components/Sidebar/sidebar.css +1 -1
- package/components/Sidebar/sidebar.scss +1 -1
- package/components/SimpleList/simple-list.css +1 -1
- package/components/SimpleList/simple-list.scss +2 -2
- package/components/Spinner/spinner.css +4 -4
- package/components/Spinner/spinner.scss +4 -4
- package/components/Table/table.css +1 -1
- package/components/Table/table.scss +1 -1
- package/components/TextInputGroup/text-input-group.css +2 -2
- package/components/TextInputGroup/text-input-group.scss +2 -2
- package/components/Tile/tile.css +1 -1
- package/components/Tile/tile.scss +1 -1
- package/components/Timestamp/timestamp.css +3 -3
- package/components/Timestamp/timestamp.scss +3 -3
- package/components/Toolbar/toolbar.css +2 -2
- package/components/Toolbar/toolbar.scss +2 -2
- package/components/Wizard/wizard.css +14 -1
- package/components/Wizard/wizard.scss +18 -2
- package/docs/components/Card/examples/Card.md +90 -32
- package/docs/components/Popover/examples/Popover.md +1 -2
- package/docs/components/Wizard/examples/Wizard.md +58 -59
- package/docs/demos/Card/examples/Card.md +50 -30
- package/docs/demos/CardView/examples/CardView.md +41 -15
- package/docs/demos/Dashboard/examples/Dashboard.md +18 -12
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +30 -20
- package/docs/demos/Tabs/examples/Tabs.md +24 -12
- package/docs/demos/Wizard/examples/Wizard.md +60 -45
- package/layouts/Gallery/gallery.css +1 -1
- package/layouts/Gallery/gallery.scss +1 -1
- package/layouts/Grid/grid.css +2 -2
- package/layouts/Grid/grid.scss +2 -2
- package/package.json +7 -8
- package/patternfly-base-no-reset.css +17 -17
- package/patternfly-base.css +17 -17
- package/patternfly-no-reset.css +189 -174
- package/patternfly.css +189 -174
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +8 -24
- package/sass-utilities/mixins.scss +15 -39
- package/sass-utilities/scss-variables.scss +1 -0
- package/utilities/Spacing/spacing.scss +2 -2
- package/base/_shield-inheritable.scss +0 -69
- package/base/_shield-noninheritable.scss +0 -13
- package/base/patternfly-shield-inheritable.css +0 -66
- package/base/patternfly-shield-inheritable.scss +0 -4
- package/base/patternfly-shield-noninheritable.css +0 -9
- package/base/patternfly-shield-noninheritable.scss +0 -4
package/components/Card/card.css
CHANGED
|
@@ -6,10 +6,11 @@
|
|
|
6
6
|
--pf-c-card--child--PaddingBottom: var(--pf-global--spacer--lg);
|
|
7
7
|
--pf-c-card--child--PaddingLeft: var(--pf-global--spacer--lg);
|
|
8
8
|
--pf-c-card--c-divider--child--PaddingTop: var(--pf-global--spacer--lg);
|
|
9
|
-
--pf-c-card__title--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
|
|
10
|
-
--pf-c-card__title--FontSize: var(--pf-global--FontSize--md);
|
|
11
|
-
--pf-c-card__title--FontWeight: var(--pf-global--FontWeight--bold);
|
|
12
9
|
--pf-c-card__title--not--last-child--PaddingBottom: var(--pf-global--spacer--md);
|
|
10
|
+
--pf-c-card__title-text--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
|
|
11
|
+
--pf-c-card__title-text--FontSize: var(--pf-global--FontSize--md);
|
|
12
|
+
--pf-c-card__title-text--FontWeight: var(--pf-global--FontWeight--normal);
|
|
13
|
+
--pf-c-card__title-text--LineHeight: var(--pf-global--LineHeight--md);
|
|
13
14
|
--pf-c-card__body--FontSize: var(--pf-global--FontSize--md);
|
|
14
15
|
--pf-c-card__footer--FontSize: var(--pf-global--FontSize--md);
|
|
15
16
|
--pf-c-card__actions--PaddingLeft: var(--pf-global--spacer--md);
|
|
@@ -71,7 +72,7 @@
|
|
|
71
72
|
--pf-c-card--m-compact--child--PaddingLeft: var(--pf-global--spacer--md);
|
|
72
73
|
--pf-c-card--m-compact--c-divider--child--PaddingTop: var(--pf-global--spacer--md);
|
|
73
74
|
--pf-c-card--m-compact__title--not--last-child--PaddingBottom: var(--pf-global--spacer--sm);
|
|
74
|
-
--pf-c-card--m-display-lg__title--FontSize: var(--pf-global--FontSize--xl);
|
|
75
|
+
--pf-c-card--m-display-lg__title-text--FontSize: var(--pf-global--FontSize--xl);
|
|
75
76
|
--pf-c-card--m-display-lg--first-child--PaddingTop: var(--pf-global--spacer--xl);
|
|
76
77
|
--pf-c-card--m-display-lg--child--PaddingRight: var(--pf-global--spacer--xl);
|
|
77
78
|
--pf-c-card--m-display-lg--child--PaddingBottom: var(--pf-global--spacer--xl);
|
|
@@ -183,7 +184,7 @@
|
|
|
183
184
|
--pf-c-card__title--not--last-child--PaddingBottom: var(--pf-c-card--m-compact__title--not--last-child--PaddingBottom);
|
|
184
185
|
}
|
|
185
186
|
.pf-c-card.pf-m-display-lg {
|
|
186
|
-
--pf-c-card__title--FontSize: var(--pf-c-card--m-display-lg__title--FontSize);
|
|
187
|
+
--pf-c-card__title-text--FontSize: var(--pf-c-card--m-display-lg__title-text--FontSize);
|
|
187
188
|
--pf-c-card--first-child--PaddingTop: var(--pf-c-card--m-display-lg--first-child--PaddingTop);
|
|
188
189
|
--pf-c-card--child--PaddingRight: var(--pf-c-card--m-display-lg--child--PaddingRight);
|
|
189
190
|
--pf-c-card--child--PaddingBottom: var(--pf-c-card--m-display-lg--child--PaddingBottom);
|
|
@@ -249,20 +250,21 @@
|
|
|
249
250
|
transition: var(--pf-c-card__header-toggle-icon--Transition);
|
|
250
251
|
}
|
|
251
252
|
|
|
252
|
-
.pf-c-card__title {
|
|
253
|
-
font-family: var(--pf-c-card__title--FontFamily);
|
|
254
|
-
font-size: var(--pf-c-card__title--FontSize);
|
|
255
|
-
font-weight: var(--pf-c-card__title--FontWeight);
|
|
253
|
+
.pf-c-card__title-text {
|
|
254
|
+
font-family: var(--pf-c-card__title-text--FontFamily);
|
|
255
|
+
font-size: var(--pf-c-card__title-text--FontSize);
|
|
256
|
+
font-weight: var(--pf-c-card__title-text--FontWeight);
|
|
257
|
+
line-height: var(--pf-c-card__title-text--LineHeight);
|
|
256
258
|
}
|
|
257
259
|
|
|
258
260
|
.pf-c-card__actions {
|
|
259
261
|
display: flex;
|
|
262
|
+
gap: var(--pf-c-card__actions--Gap);
|
|
260
263
|
align-items: center;
|
|
261
264
|
align-self: flex-start;
|
|
262
265
|
order: 1;
|
|
263
266
|
padding-left: var(--pf-c-card__actions--PaddingLeft);
|
|
264
267
|
margin: var(--pf-c-card__actions--MarginTop) 0 var(--pf-c-card__actions--MarginBottom) auto;
|
|
265
|
-
gap: var(--pf-c-card__actions--Gap);
|
|
266
268
|
}
|
|
267
269
|
.pf-c-card__actions + .pf-c-card__title,
|
|
268
270
|
.pf-c-card__actions + .pf-c-card__body,
|
|
@@ -6,10 +6,11 @@
|
|
|
6
6
|
--pf-c-card--child--PaddingBottom: var(--pf-global--spacer--lg);
|
|
7
7
|
--pf-c-card--child--PaddingLeft: var(--pf-global--spacer--lg);
|
|
8
8
|
--pf-c-card--c-divider--child--PaddingTop: var(--pf-global--spacer--lg);
|
|
9
|
-
--pf-c-card__title--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
|
|
10
|
-
--pf-c-card__title--FontSize: var(--pf-global--FontSize--md);
|
|
11
|
-
--pf-c-card__title--FontWeight: var(--pf-global--FontWeight--bold);
|
|
12
9
|
--pf-c-card__title--not--last-child--PaddingBottom: var(--pf-global--spacer--md);
|
|
10
|
+
--pf-c-card__title-text--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
|
|
11
|
+
--pf-c-card__title-text--FontSize: var(--pf-global--FontSize--md);
|
|
12
|
+
--pf-c-card__title-text--FontWeight: var(--pf-global--FontWeight--normal);
|
|
13
|
+
--pf-c-card__title-text--LineHeight: var(--pf-global--LineHeight--md);
|
|
13
14
|
--pf-c-card__body--FontSize: var(--pf-global--FontSize--md);
|
|
14
15
|
--pf-c-card__footer--FontSize: var(--pf-global--FontSize--md);
|
|
15
16
|
--pf-c-card__actions--PaddingLeft: var(--pf-global--spacer--md);
|
|
@@ -81,7 +82,7 @@
|
|
|
81
82
|
--pf-c-card--m-compact__title--not--last-child--PaddingBottom: var(--pf-global--spacer--sm);
|
|
82
83
|
|
|
83
84
|
// Display large
|
|
84
|
-
--pf-c-card--m-display-lg__title--FontSize: var(--pf-global--FontSize--xl);
|
|
85
|
+
--pf-c-card--m-display-lg__title-text--FontSize: var(--pf-global--FontSize--xl);
|
|
85
86
|
--pf-c-card--m-display-lg--first-child--PaddingTop: var(--pf-global--spacer--xl);
|
|
86
87
|
--pf-c-card--m-display-lg--child--PaddingRight: var(--pf-global--spacer--xl);
|
|
87
88
|
--pf-c-card--m-display-lg--child--PaddingBottom: var(--pf-global--spacer--xl);
|
|
@@ -230,7 +231,7 @@
|
|
|
230
231
|
}
|
|
231
232
|
|
|
232
233
|
&.pf-m-display-lg {
|
|
233
|
-
--pf-c-card__title--FontSize: var(--pf-c-card--m-display-lg__title--FontSize);
|
|
234
|
+
--pf-c-card__title-text--FontSize: var(--pf-c-card--m-display-lg__title-text--FontSize);
|
|
234
235
|
--pf-c-card--first-child--PaddingTop: var(--pf-c-card--m-display-lg--first-child--PaddingTop);
|
|
235
236
|
--pf-c-card--child--PaddingRight: var(--pf-c-card--m-display-lg--child--PaddingRight);
|
|
236
237
|
--pf-c-card--child--PaddingBottom: var(--pf-c-card--m-display-lg--child--PaddingBottom);
|
|
@@ -316,20 +317,21 @@
|
|
|
316
317
|
transition: var(--pf-c-card__header-toggle-icon--Transition);
|
|
317
318
|
}
|
|
318
319
|
|
|
319
|
-
.pf-c-card__title {
|
|
320
|
-
font-family: var(--pf-c-card__title--FontFamily);
|
|
321
|
-
font-size: var(--pf-c-card__title--FontSize);
|
|
322
|
-
font-weight: var(--pf-c-card__title--FontWeight);
|
|
320
|
+
.pf-c-card__title-text {
|
|
321
|
+
font-family: var(--pf-c-card__title-text--FontFamily);
|
|
322
|
+
font-size: var(--pf-c-card__title-text--FontSize);
|
|
323
|
+
font-weight: var(--pf-c-card__title-text--FontWeight);
|
|
324
|
+
line-height: var(--pf-c-card__title-text--LineHeight);
|
|
323
325
|
}
|
|
324
326
|
|
|
325
327
|
.pf-c-card__actions {
|
|
326
328
|
display: flex;
|
|
329
|
+
gap: var(--pf-c-card__actions--Gap);
|
|
327
330
|
align-items: center;
|
|
328
331
|
align-self: flex-start;
|
|
329
332
|
order: 1;
|
|
330
333
|
padding-left: var(--pf-c-card__actions--PaddingLeft);
|
|
331
334
|
margin: var(--pf-c-card__actions--MarginTop) 0 var(--pf-c-card__actions--MarginBottom) auto;
|
|
332
|
-
gap: var(--pf-c-card__actions--Gap);
|
|
333
335
|
|
|
334
336
|
+ .pf-c-card__title,
|
|
335
337
|
+ .pf-c-card__body,
|
package/components/Chip/chip.css
CHANGED
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
--pf-c-chip-group__label--MaxWidth: 18ch;
|
|
31
31
|
--pf-c-chip-group__close--MarginTop: calc(var(--pf-global--spacer--xs) * -1);
|
|
32
32
|
--pf-c-chip-group__close--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
|
33
|
+
row-gap: var(--pf-c-chip-group--RowGap);
|
|
34
|
+
column-gap: var(--pf-c-chip-group--ColumnGap);
|
|
33
35
|
max-width: 100%;
|
|
34
36
|
padding-top: var(--pf-c-chip-group--PaddingTop);
|
|
35
37
|
padding-right: var(--pf-c-chip-group--PaddingRight);
|
|
36
38
|
padding-bottom: var(--pf-c-chip-group--PaddingBottom);
|
|
37
39
|
padding-left: var(--pf-c-chip-group--PaddingLeft);
|
|
38
|
-
row-gap: var(--pf-c-chip-group--RowGap);
|
|
39
|
-
column-gap: var(--pf-c-chip-group--ColumnGap);
|
|
40
40
|
}
|
|
41
41
|
.pf-c-chip-group.pf-m-category {
|
|
42
42
|
--pf-c-chip-group--PaddingTop: var(--pf-c-chip-group--m-category--PaddingTop);
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
display: flex;
|
|
52
52
|
flex: 1;
|
|
53
53
|
flex-wrap: wrap;
|
|
54
|
-
align-items: baseline;
|
|
55
|
-
min-width: 0;
|
|
56
54
|
row-gap: var(--pf-c-chip-group__main--RowGap);
|
|
57
55
|
column-gap: var(--pf-c-chip-group__main--ColumnGap);
|
|
56
|
+
align-items: baseline;
|
|
57
|
+
min-width: 0;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
.pf-c-chip-group,
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
--pf-c-chip-group__close--MarginTop: calc(var(--pf-global--spacer--xs) * -1);
|
|
35
35
|
--pf-c-chip-group__close--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
|
36
36
|
|
|
37
|
+
row-gap: var(--pf-c-chip-group--RowGap);
|
|
38
|
+
column-gap: var(--pf-c-chip-group--ColumnGap);
|
|
37
39
|
max-width: 100%;
|
|
38
40
|
padding-top: var(--pf-c-chip-group--PaddingTop);
|
|
39
41
|
padding-right: var(--pf-c-chip-group--PaddingRight);
|
|
40
42
|
padding-bottom: var(--pf-c-chip-group--PaddingBottom);
|
|
41
43
|
padding-left: var(--pf-c-chip-group--PaddingLeft);
|
|
42
|
-
row-gap: var(--pf-c-chip-group--RowGap);
|
|
43
|
-
column-gap: var(--pf-c-chip-group--ColumnGap);
|
|
44
44
|
|
|
45
45
|
&.pf-m-category {
|
|
46
46
|
--pf-c-chip-group--PaddingTop: var(--pf-c-chip-group--m-category--PaddingTop);
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
display: flex;
|
|
58
58
|
flex: 1;
|
|
59
59
|
flex-wrap: wrap;
|
|
60
|
-
align-items: baseline;
|
|
61
|
-
min-width: 0;
|
|
62
60
|
row-gap: var(--pf-c-chip-group__main--RowGap);
|
|
63
61
|
column-gap: var(--pf-c-chip-group__main--ColumnGap);
|
|
62
|
+
align-items: baseline;
|
|
63
|
+
min-width: 0;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
.pf-c-chip-group,
|
|
@@ -199,12 +199,12 @@
|
|
|
199
199
|
margin-left: var(--pf-c-content--ol--MarginLeft);
|
|
200
200
|
}
|
|
201
201
|
.pf-c-content ol ul {
|
|
202
|
-
margin-top: var(--pf-c-content--ul--nested--MarginTop);
|
|
203
202
|
--pf-c-content--ul--MarginLeft: var(--pf-c-content--ul--nested--MarginLeft);
|
|
203
|
+
margin-top: var(--pf-c-content--ul--nested--MarginTop);
|
|
204
204
|
}
|
|
205
205
|
.pf-c-content ol ol {
|
|
206
|
-
margin-top: var(--pf-c-content--ol--nested--MarginTop);
|
|
207
206
|
--pf-c-content--ol--MarginLeft: var(--pf-c-content--ol--nested--MarginLeft);
|
|
207
|
+
margin-top: var(--pf-c-content--ol--nested--MarginTop);
|
|
208
208
|
}
|
|
209
209
|
.pf-c-content ul {
|
|
210
210
|
padding-left: var(--pf-c-content--ul--PaddingLeft);
|
|
@@ -212,12 +212,12 @@
|
|
|
212
212
|
list-style: var(--pf-c-content--ul--ListStyle);
|
|
213
213
|
}
|
|
214
214
|
.pf-c-content ul ul {
|
|
215
|
-
margin-top: var(--pf-c-content--ul--nested--MarginTop);
|
|
216
215
|
--pf-c-content--ul--MarginLeft: var(--pf-c-content--ul--nested--MarginLeft);
|
|
216
|
+
margin-top: var(--pf-c-content--ul--nested--MarginTop);
|
|
217
217
|
}
|
|
218
218
|
.pf-c-content ul ol {
|
|
219
|
-
margin-top: var(--pf-c-content--ol--nested--MarginTop);
|
|
220
219
|
--pf-c-content--ol--MarginLeft: var(--pf-c-content--ol--nested--MarginLeft);
|
|
220
|
+
margin-top: var(--pf-c-content--ol--nested--MarginTop);
|
|
221
221
|
}
|
|
222
222
|
.pf-c-content dl {
|
|
223
223
|
display: grid;
|
|
@@ -226,8 +226,8 @@
|
|
|
226
226
|
@media screen and (min-width: 576px) {
|
|
227
227
|
.pf-c-content dl {
|
|
228
228
|
grid-template: auto/auto 1fr;
|
|
229
|
-
grid-column-gap: var(--pf-c-content--dl--ColumnGap);
|
|
230
229
|
grid-row-gap: var(--pf-c-content--dl--RowGap);
|
|
230
|
+
grid-column-gap: var(--pf-c-content--dl--ColumnGap);
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
233
|
.pf-c-content dt {
|
|
@@ -245,15 +245,15 @@
|
|
|
245
245
|
margin-left: var(--pf-c-content--ol--MarginLeft);
|
|
246
246
|
|
|
247
247
|
ul {
|
|
248
|
-
margin-top: var(--pf-c-content--ul--nested--MarginTop);
|
|
249
|
-
|
|
250
248
|
--pf-c-content--ul--MarginLeft: var(--pf-c-content--ul--nested--MarginLeft);
|
|
249
|
+
|
|
250
|
+
margin-top: var(--pf-c-content--ul--nested--MarginTop);
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
ol {
|
|
254
|
-
margin-top: var(--pf-c-content--ol--nested--MarginTop);
|
|
255
|
-
|
|
256
254
|
--pf-c-content--ol--MarginLeft: var(--pf-c-content--ol--nested--MarginLeft);
|
|
255
|
+
|
|
256
|
+
margin-top: var(--pf-c-content--ol--nested--MarginTop);
|
|
257
257
|
}
|
|
258
258
|
}
|
|
259
259
|
|
|
@@ -263,15 +263,15 @@
|
|
|
263
263
|
list-style: var(--pf-c-content--ul--ListStyle);
|
|
264
264
|
|
|
265
265
|
ul {
|
|
266
|
-
margin-top: var(--pf-c-content--ul--nested--MarginTop);
|
|
267
|
-
|
|
268
266
|
--pf-c-content--ul--MarginLeft: var(--pf-c-content--ul--nested--MarginLeft);
|
|
267
|
+
|
|
268
|
+
margin-top: var(--pf-c-content--ul--nested--MarginTop);
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
ol {
|
|
272
|
-
margin-top: var(--pf-c-content--ol--nested--MarginTop);
|
|
273
|
-
|
|
274
272
|
--pf-c-content--ol--MarginLeft: var(--pf-c-content--ol--nested--MarginLeft);
|
|
273
|
+
|
|
274
|
+
margin-top: var(--pf-c-content--ol--nested--MarginTop);
|
|
275
275
|
}
|
|
276
276
|
}
|
|
277
277
|
|
|
@@ -281,8 +281,8 @@
|
|
|
281
281
|
|
|
282
282
|
@media screen and (min-width: $pf-global--breakpoint--sm) {
|
|
283
283
|
grid-template: auto / auto 1fr;
|
|
284
|
-
grid-column-gap: var(--pf-c-content--dl--ColumnGap);
|
|
285
284
|
grid-row-gap: var(--pf-c-content--dl--RowGap);
|
|
285
|
+
grid-column-gap: var(--pf-c-content--dl--ColumnGap);
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
288
|
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
@media screen and (min-width: 768px) {
|
|
22
22
|
.pf-c-data-list:not([class*=pf-m-grid]) .pf-c-data-list__item-content {
|
|
23
23
|
display: flex;
|
|
24
|
-
flex-wrap: wrap;
|
|
25
24
|
flex-grow: 1;
|
|
25
|
+
flex-wrap: wrap;
|
|
26
26
|
padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
@media screen and (min-width: 0) {
|
|
84
84
|
.pf-c-data-list.pf-m-grid-none .pf-c-data-list__item-content {
|
|
85
85
|
display: flex;
|
|
86
|
-
flex-wrap: wrap;
|
|
87
86
|
flex-grow: 1;
|
|
87
|
+
flex-wrap: wrap;
|
|
88
88
|
padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
|
|
89
89
|
}
|
|
90
90
|
}
|
|
@@ -145,8 +145,8 @@
|
|
|
145
145
|
@media screen and (min-width: 576px) {
|
|
146
146
|
.pf-c-data-list.pf-m-grid-sm .pf-c-data-list__item-content {
|
|
147
147
|
display: flex;
|
|
148
|
-
flex-wrap: wrap;
|
|
149
148
|
flex-grow: 1;
|
|
149
|
+
flex-wrap: wrap;
|
|
150
150
|
padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
|
|
151
151
|
}
|
|
152
152
|
}
|
|
@@ -207,8 +207,8 @@
|
|
|
207
207
|
@media screen and (min-width: 768px) {
|
|
208
208
|
.pf-c-data-list.pf-m-grid-md .pf-c-data-list__item-content {
|
|
209
209
|
display: flex;
|
|
210
|
-
flex-wrap: wrap;
|
|
211
210
|
flex-grow: 1;
|
|
211
|
+
flex-wrap: wrap;
|
|
212
212
|
padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
|
|
213
213
|
}
|
|
214
214
|
}
|
|
@@ -269,8 +269,8 @@
|
|
|
269
269
|
@media screen and (min-width: 992px) {
|
|
270
270
|
.pf-c-data-list.pf-m-grid-lg .pf-c-data-list__item-content {
|
|
271
271
|
display: flex;
|
|
272
|
-
flex-wrap: wrap;
|
|
273
272
|
flex-grow: 1;
|
|
273
|
+
flex-wrap: wrap;
|
|
274
274
|
padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
|
|
275
275
|
}
|
|
276
276
|
}
|
|
@@ -331,8 +331,8 @@
|
|
|
331
331
|
@media screen and (min-width: 1200px) {
|
|
332
332
|
.pf-c-data-list.pf-m-grid-xl .pf-c-data-list__item-content {
|
|
333
333
|
display: flex;
|
|
334
|
-
flex-wrap: wrap;
|
|
335
334
|
flex-grow: 1;
|
|
335
|
+
flex-wrap: wrap;
|
|
336
336
|
padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
|
|
337
337
|
}
|
|
338
338
|
}
|
|
@@ -393,8 +393,8 @@
|
|
|
393
393
|
@media screen and (min-width: 1450px) {
|
|
394
394
|
.pf-c-data-list.pf-m-grid-2xl .pf-c-data-list__item-content {
|
|
395
395
|
display: flex;
|
|
396
|
-
flex-wrap: wrap;
|
|
397
396
|
flex-grow: 1;
|
|
397
|
+
flex-wrap: wrap;
|
|
398
398
|
padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
|
|
399
399
|
}
|
|
400
400
|
}
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
@media screen and (min-width: 768px) {
|
|
81
81
|
.pf-c-data-list:not([class*=pf-m-grid]) .pf-c-data-list__item-content {
|
|
82
82
|
display: flex;
|
|
83
|
-
flex-wrap: wrap;
|
|
84
83
|
flex-grow: 1;
|
|
84
|
+
flex-wrap: wrap;
|
|
85
85
|
padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
|
|
86
86
|
}
|
|
87
87
|
}
|
|
@@ -142,8 +142,8 @@
|
|
|
142
142
|
@media screen and (min-width: 0) {
|
|
143
143
|
.pf-c-data-list.pf-m-grid-none .pf-c-data-list__item-content {
|
|
144
144
|
display: flex;
|
|
145
|
-
flex-wrap: wrap;
|
|
146
145
|
flex-grow: 1;
|
|
146
|
+
flex-wrap: wrap;
|
|
147
147
|
padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
|
|
148
148
|
}
|
|
149
149
|
}
|
|
@@ -204,8 +204,8 @@
|
|
|
204
204
|
@media screen and (min-width: 576px) {
|
|
205
205
|
.pf-c-data-list.pf-m-grid-sm .pf-c-data-list__item-content {
|
|
206
206
|
display: flex;
|
|
207
|
-
flex-wrap: wrap;
|
|
208
207
|
flex-grow: 1;
|
|
208
|
+
flex-wrap: wrap;
|
|
209
209
|
padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
|
|
210
210
|
}
|
|
211
211
|
}
|
|
@@ -266,8 +266,8 @@
|
|
|
266
266
|
@media screen and (min-width: 768px) {
|
|
267
267
|
.pf-c-data-list.pf-m-grid-md .pf-c-data-list__item-content {
|
|
268
268
|
display: flex;
|
|
269
|
-
flex-wrap: wrap;
|
|
270
269
|
flex-grow: 1;
|
|
270
|
+
flex-wrap: wrap;
|
|
271
271
|
padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
|
|
272
272
|
}
|
|
273
273
|
}
|
|
@@ -328,8 +328,8 @@
|
|
|
328
328
|
@media screen and (min-width: 992px) {
|
|
329
329
|
.pf-c-data-list.pf-m-grid-lg .pf-c-data-list__item-content {
|
|
330
330
|
display: flex;
|
|
331
|
-
flex-wrap: wrap;
|
|
332
331
|
flex-grow: 1;
|
|
332
|
+
flex-wrap: wrap;
|
|
333
333
|
padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
|
|
334
334
|
}
|
|
335
335
|
}
|
|
@@ -390,8 +390,8 @@
|
|
|
390
390
|
@media screen and (min-width: 1200px) {
|
|
391
391
|
.pf-c-data-list.pf-m-grid-xl .pf-c-data-list__item-content {
|
|
392
392
|
display: flex;
|
|
393
|
-
flex-wrap: wrap;
|
|
394
393
|
flex-grow: 1;
|
|
394
|
+
flex-wrap: wrap;
|
|
395
395
|
padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
|
|
396
396
|
}
|
|
397
397
|
}
|
|
@@ -452,8 +452,8 @@
|
|
|
452
452
|
@media screen and (min-width: 1450px) {
|
|
453
453
|
.pf-c-data-list.pf-m-grid-2xl .pf-c-data-list__item-content {
|
|
454
454
|
display: flex;
|
|
455
|
-
flex-wrap: wrap;
|
|
456
455
|
flex-grow: 1;
|
|
456
|
+
flex-wrap: wrap;
|
|
457
457
|
padding-bottom: var(--pf-c-data-list__item-content--md--PaddingBottom);
|
|
458
458
|
}
|
|
459
459
|
}
|
|
@@ -813,8 +813,8 @@
|
|
|
813
813
|
|
|
814
814
|
.pf-c-data-list__item-action {
|
|
815
815
|
--pf-hidden-visible--visible--Display: var(--pf-c-data-list__item-action--Display);
|
|
816
|
-
align-items: flex-start;
|
|
817
816
|
align-content: flex-start;
|
|
817
|
+
align-items: flex-start;
|
|
818
818
|
padding-top: var(--pf-c-data-list__item-action--PaddingTop);
|
|
819
819
|
padding-bottom: var(--pf-c-data-list__item-action--PaddingBottom);
|
|
820
820
|
margin-left: var(--pf-c-data-list__item-action--MarginLeft);
|
|
@@ -840,8 +840,8 @@
|
|
|
840
840
|
|
|
841
841
|
.pf-c-data-list__item-content {
|
|
842
842
|
display: grid;
|
|
843
|
-
width: 100%;
|
|
844
843
|
grid-template-columns: auto 1fr;
|
|
844
|
+
width: 100%;
|
|
845
845
|
}
|
|
846
846
|
|
|
847
847
|
.pf-c-data-list__cell {
|
|
@@ -857,8 +857,8 @@
|
|
|
857
857
|
}
|
|
858
858
|
.pf-c-data-list__cell.pf-m-icon {
|
|
859
859
|
flex-grow: 0;
|
|
860
|
-
margin-right: var(--pf-c-data-list__cell--m-icon--MarginRight);
|
|
861
860
|
grid-column: 1/2;
|
|
861
|
+
margin-right: var(--pf-c-data-list__cell--m-icon--MarginRight);
|
|
862
862
|
}
|
|
863
863
|
.pf-c-data-list__cell.pf-m-icon + .pf-c-data-list__cell {
|
|
864
864
|
grid-column: 2/3;
|
|
@@ -380,8 +380,8 @@
|
|
|
380
380
|
.pf-c-data-list__item-action {
|
|
381
381
|
@include pf-hidden-visible(var(--pf-c-data-list__item-action--Display));
|
|
382
382
|
|
|
383
|
-
align-items: flex-start;
|
|
384
383
|
align-content: flex-start;
|
|
384
|
+
align-items: flex-start;
|
|
385
385
|
padding-top: var(--pf-c-data-list__item-action--PaddingTop);
|
|
386
386
|
padding-bottom: var(--pf-c-data-list__item-action--PaddingBottom);
|
|
387
387
|
margin-left: var(--pf-c-data-list__item-action--MarginLeft);
|
|
@@ -412,8 +412,8 @@
|
|
|
412
412
|
|
|
413
413
|
.pf-c-data-list__item-content {
|
|
414
414
|
display: grid;
|
|
415
|
-
width: 100%;
|
|
416
415
|
grid-template-columns: auto 1fr;
|
|
416
|
+
width: 100%;
|
|
417
417
|
}
|
|
418
418
|
|
|
419
419
|
// content cells
|
|
@@ -432,8 +432,8 @@
|
|
|
432
432
|
|
|
433
433
|
&.pf-m-icon {
|
|
434
434
|
flex-grow: 0;
|
|
435
|
-
margin-right: var(--pf-c-data-list__cell--m-icon--MarginRight);
|
|
436
435
|
grid-column: 1 / 2;
|
|
436
|
+
margin-right: var(--pf-c-data-list__cell--m-icon--MarginRight);
|
|
437
437
|
}
|
|
438
438
|
|
|
439
439
|
&.pf-m-icon + & {
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
--pf-c-description-list--m-display-lg__description--FontSize: var(--pf-global--FontSize--lg);
|
|
40
40
|
--pf-c-description-list--m-display-2xl__description--FontSize: var(--pf-global--FontSize--2xl);
|
|
41
41
|
display: grid;
|
|
42
|
-
|
|
42
|
+
grid-template-columns: var(--pf-c-description-list--GridTemplateColumns);
|
|
43
43
|
row-gap: var(--pf-c-description-list--RowGap);
|
|
44
44
|
column-gap: var(--pf-c-description-list--ColumnGap);
|
|
45
|
-
|
|
45
|
+
align-items: baseline;
|
|
46
46
|
}
|
|
47
47
|
@media screen and (min-width: 576px) {
|
|
48
48
|
.pf-c-description-list {
|
|
@@ -148,11 +148,11 @@
|
|
|
148
148
|
.pf-c-description-list__group,
|
|
149
149
|
.pf-c-description-list > .pf-c-card {
|
|
150
150
|
display: grid;
|
|
151
|
+
grid-template-rows: var(--pf-c-description-list__group--GridTemplateRows);
|
|
152
|
+
grid-template-columns: var(--pf-c-description-list__group--GridTemplateColumns);
|
|
151
153
|
grid-column: var(--pf-c-description-list__group--GridColumn);
|
|
152
154
|
row-gap: var(--pf-c-description-list__group--RowGap);
|
|
153
155
|
column-gap: var(--pf-c-description-list__group--ColumnGap);
|
|
154
|
-
grid-template-columns: var(--pf-c-description-list__group--GridTemplateColumns);
|
|
155
|
-
grid-template-rows: var(--pf-c-description-list__group--GridTemplateRows);
|
|
156
156
|
align-items: baseline;
|
|
157
157
|
}
|
|
158
158
|
|
|
@@ -189,11 +189,11 @@
|
|
|
189
189
|
}
|
|
190
190
|
.pf-c-description-list__text.pf-m-help-text {
|
|
191
191
|
text-decoration: underline;
|
|
192
|
-
cursor: pointer;
|
|
193
|
-
text-decoration-style: dashed;
|
|
194
192
|
text-decoration-thickness: var(--pf-c-description-list__text--m-help-text--TextDecorationThickness);
|
|
195
|
-
text-
|
|
193
|
+
text-decoration-style: dashed;
|
|
196
194
|
text-decoration-color: var(--pf-c-description-list__text--m-help-text--TextDecorationColor);
|
|
195
|
+
text-underline-offset: var(--pf-c-description-list__text--m-help-text--TextDecorationOffset);
|
|
196
|
+
cursor: pointer;
|
|
197
197
|
}
|
|
198
198
|
.pf-c-description-list__text.pf-m-help-text:hover {
|
|
199
199
|
--pf-c-description-list__text--m-help-text--TextDecorationColor: var(--pf-c-description-list__text--m-help-text--hover--TextDecorationColor);
|
|
@@ -64,10 +64,10 @@ $pf-c-description-list--breakpoint-map: build-breakpoint-map("base", "sm", "md",
|
|
|
64
64
|
--pf-c-description-list--m-display-2xl__description--FontSize: var(--pf-global--FontSize--2xl);
|
|
65
65
|
|
|
66
66
|
display: grid;
|
|
67
|
-
|
|
67
|
+
grid-template-columns: var(--pf-c-description-list--GridTemplateColumns);
|
|
68
68
|
row-gap: var(--pf-c-description-list--RowGap);
|
|
69
69
|
column-gap: var(--pf-c-description-list--ColumnGap);
|
|
70
|
-
|
|
70
|
+
align-items: baseline;
|
|
71
71
|
|
|
72
72
|
&[class*="pf-m-horizontal"] {
|
|
73
73
|
@include pf-build-css-variable-stack("--pf-c-description-list__term--width", "--pf-c-description-list--m-horizontal__term--width", $pf-c-description-list--breakpoint-map);
|
|
@@ -133,11 +133,11 @@ $pf-c-description-list--breakpoint-map: build-breakpoint-map("base", "sm", "md",
|
|
|
133
133
|
.pf-c-description-list__group,
|
|
134
134
|
.pf-c-description-list > .pf-c-card {
|
|
135
135
|
display: grid;
|
|
136
|
+
grid-template-rows: var(--pf-c-description-list__group--GridTemplateRows);
|
|
137
|
+
grid-template-columns: var(--pf-c-description-list__group--GridTemplateColumns);
|
|
136
138
|
grid-column: var(--pf-c-description-list__group--GridColumn);
|
|
137
139
|
row-gap: var(--pf-c-description-list__group--RowGap);
|
|
138
140
|
column-gap: var(--pf-c-description-list__group--ColumnGap);
|
|
139
|
-
grid-template-columns: var(--pf-c-description-list__group--GridTemplateColumns);
|
|
140
|
-
grid-template-rows: var(--pf-c-description-list__group--GridTemplateRows);
|
|
141
141
|
align-items: baseline;
|
|
142
142
|
}
|
|
143
143
|
|
|
@@ -175,11 +175,11 @@ $pf-c-description-list--breakpoint-map: build-breakpoint-map("base", "sm", "md",
|
|
|
175
175
|
|
|
176
176
|
&.pf-m-help-text {
|
|
177
177
|
text-decoration: underline;
|
|
178
|
-
cursor: pointer;
|
|
179
|
-
text-decoration-style: dashed;
|
|
180
178
|
text-decoration-thickness: var(--pf-c-description-list__text--m-help-text--TextDecorationThickness);
|
|
181
|
-
text-
|
|
179
|
+
text-decoration-style: dashed;
|
|
182
180
|
text-decoration-color: var(--pf-c-description-list__text--m-help-text--TextDecorationColor);
|
|
181
|
+
text-underline-offset: var(--pf-c-description-list__text--m-help-text--TextDecorationOffset);
|
|
182
|
+
cursor: pointer;
|
|
183
183
|
|
|
184
184
|
&:hover {
|
|
185
185
|
--pf-c-description-list__text--m-help-text--TextDecorationColor: var(--pf-c-description-list__text--m-help-text--hover--TextDecorationColor);
|
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
width: 100%;
|
|
73
73
|
height: auto;
|
|
74
74
|
flex-direction: var(--pf-c-divider--FlexDirection);
|
|
75
|
+
flex-shrink: 0;
|
|
75
76
|
align-items: center;
|
|
76
77
|
align-self: stretch;
|
|
77
|
-
flex-shrink: 0;
|
|
78
78
|
justify-content: center;
|
|
79
79
|
border: 0;
|
|
80
80
|
}
|
|
@@ -83,11 +83,11 @@
|
|
|
83
83
|
}
|
|
84
84
|
.pf-c-divider::after {
|
|
85
85
|
align-self: stretch;
|
|
86
|
+
justify-self: center;
|
|
86
87
|
width: var(--pf-c-divider--after--Width);
|
|
87
88
|
height: var(--pf-c-divider--after--Height);
|
|
88
89
|
content: "";
|
|
89
90
|
background-color: var(--pf-c-divider--after--BackgroundColor);
|
|
90
|
-
justify-self: center;
|
|
91
91
|
}
|
|
92
92
|
.pf-c-divider.pf-m-vertical {
|
|
93
93
|
--pf-c-divider--Display: var(--pf-c-divider--m-vertical--Display);
|
|
@@ -67,19 +67,19 @@ $pf-c-divider--spacer-map: build-spacer-map("none", "xs", "sm", "md", "lg", "xl"
|
|
|
67
67
|
@include pf-c-divider--m-horizontal; // set to default to horizontal
|
|
68
68
|
|
|
69
69
|
flex-direction: var(--pf-c-divider--FlexDirection);
|
|
70
|
+
flex-shrink: 0;
|
|
70
71
|
align-items: center;
|
|
71
72
|
align-self: stretch;
|
|
72
|
-
flex-shrink: 0;
|
|
73
73
|
justify-content: center;
|
|
74
74
|
border: 0; // removes the default border styling on an hr
|
|
75
75
|
|
|
76
76
|
&::after {
|
|
77
77
|
align-self: stretch;
|
|
78
|
+
justify-self: center;
|
|
78
79
|
width: var(--pf-c-divider--after--Width);
|
|
79
80
|
height: var(--pf-c-divider--after--Height);
|
|
80
81
|
content: "";
|
|
81
82
|
background-color: var(--pf-c-divider--after--BackgroundColor);
|
|
82
|
-
justify-self: center;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
// stylelint-disable max-nesting-depth
|
|
@@ -87,7 +87,7 @@ $pf-c-divider--spacer-map: build-spacer-map("none", "xs", "sm", "md", "lg", "xl"
|
|
|
87
87
|
@each $breakpoint, $breakpoint-value in $pf-c-divider--breakpoint-map {
|
|
88
88
|
$breakpoint-name: if($breakpoint != "base", -on-#{$breakpoint}, "");
|
|
89
89
|
|
|
90
|
-
@if
|
|
90
|
+
@if $breakpoint != "base" {
|
|
91
91
|
@include pf-apply-breakpoint($breakpoint) {
|
|
92
92
|
&.pf-m-horizontal#{$breakpoint-name} {
|
|
93
93
|
@include pf-c-divider--m-horizontal;
|
|
@@ -272,9 +272,9 @@
|
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
.pf-c-drawer__actions {
|
|
275
|
-
grid-column: 2;
|
|
276
|
-
grid-row: 1;
|
|
277
275
|
display: flex;
|
|
276
|
+
grid-row: 1;
|
|
277
|
+
grid-column: 2;
|
|
278
278
|
align-self: baseline;
|
|
279
279
|
margin-top: var(--pf-c-drawer__actions--MarginTop);
|
|
280
280
|
margin-right: var(--pf-c-drawer__actions--MarginRight);
|
|
@@ -335,9 +335,9 @@ $pf-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
335
335
|
|
|
336
336
|
// Panel actions
|
|
337
337
|
.pf-c-drawer__actions {
|
|
338
|
-
grid-column: 2;
|
|
339
|
-
grid-row: 1;
|
|
340
338
|
display: flex;
|
|
339
|
+
grid-row: 1;
|
|
340
|
+
grid-column: 2;
|
|
341
341
|
align-self: baseline;
|
|
342
342
|
margin-top: var(--pf-c-drawer__actions--MarginTop);
|
|
343
343
|
margin-right: var(--pf-c-drawer__actions--MarginRight);
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
--pf-c-dual-list-selector__list-item--m-disabled__item-toggle-icon--Color: var(--pf-global--disabled-color--200);
|
|
61
61
|
display: grid;
|
|
62
62
|
grid-template-areas: "pane-header . pane-header-c" "pane-tools . pane-tools-c" "pane-status . pane-status-c" "pane-menu controls pane-menu-c";
|
|
63
|
-
grid-template-columns: minmax(var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--min), var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--max)) min-content minmax(var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--min), var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--max));
|
|
64
63
|
grid-template-rows: repeat(3, auto) auto;
|
|
64
|
+
grid-template-columns: minmax(var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--min), var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--max)) min-content minmax(var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--min), var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--max));
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.pf-c-dual-list-selector__pane {
|