@patternfly/patternfly 4.224.2 → 5.0.0-alpha.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/README.md +2 -2
- package/RELEASE-NOTES.md +0 -17
- package/assets/icons/iconUnicodes.json +0 -1
- package/assets/pficon/pficon.scss +0 -6
- package/assets/pficon/pficon.woff +0 -0
- package/assets/pficon/pficon.woff2 +0 -0
- package/base/_chart-globals.scss +4 -0
- package/base/_common.scss +0 -22
- package/base/_fonts.scss +0 -188
- package/base/_globals.scss +0 -6
- package/base/_icons.scss +28 -0
- package/base/_variables.scss +0 -14
- package/base/patternfly-common.css +0 -10
- package/base/patternfly-fonts.css +0 -120
- package/base/patternfly-globals.css +0 -4
- package/base/patternfly-icons.css +1 -5
- package/base/patternfly-icons.scss +0 -28
- package/base/patternfly-pf-icons.css +1 -5
- package/base/patternfly-variables.css +6 -19
- package/components/AboutModalBox/about-modal-box.css +1 -28
- package/components/AboutModalBox/about-modal-box.scss +1 -27
- package/components/Accordion/accordion.css +64 -62
- package/components/Accordion/accordion.scss +62 -64
- package/components/Alert/alert.css +0 -4
- package/components/Alert/alert.scss +0 -7
- package/components/Banner/banner.css +1 -1
- package/components/Banner/banner.scss +1 -1
- package/components/Breadcrumb/breadcrumb.css +0 -6
- package/components/Breadcrumb/breadcrumb.scss +0 -9
- package/components/Button/button.css +0 -4
- package/components/Button/button.scss +0 -7
- package/components/CalendarMonth/calendar-month.css +1 -1
- package/components/CalendarMonth/calendar-month.scss +1 -1
- package/components/Card/card.css +9 -16
- package/components/Card/card.scss +11 -24
- package/components/Check/check.css +4 -2
- package/components/Check/check.scss +2 -2
- package/components/ChipGroup/chip-group.css +29 -17
- package/components/ChipGroup/chip-group.scss +39 -22
- package/components/Content/content.css +1 -17
- package/components/Content/content.scss +1 -23
- package/components/DataList/data-list.css +0 -15
- package/components/Divider/divider.css +0 -16
- package/components/Divider/divider.scss +0 -1
- package/components/Drawer/drawer.css +0 -15
- package/components/Drawer/drawer.scss +0 -6
- package/components/EmptyState/empty-state.css +46 -56
- package/components/EmptyState/empty-state.scss +58 -66
- package/components/ExpandableSection/expandable-section.css +0 -4
- package/components/ExpandableSection/expandable-section.scss +0 -7
- package/components/Form/form.css +0 -1
- package/components/Form/form.scss +0 -1
- package/components/InlineEdit/inline-edit.css +1 -12
- package/components/InlineEdit/inline-edit.scss +1 -10
- package/components/JumpLinks/jump-links.css +0 -43
- package/components/JumpLinks/jump-links.scss +0 -13
- package/components/Label/label.css +0 -3
- package/components/Label/label.scss +0 -4
- package/components/LabelGroup/label-group.css +26 -22
- package/components/LabelGroup/label-group.scss +31 -26
- package/components/Menu/menu.css +0 -16
- package/components/Menu/menu.scss +0 -1
- package/components/NotificationDrawer/notification-drawer.css +1 -0
- package/components/NotificationDrawer/notification-drawer.scss +1 -0
- package/components/Page/page.css +0 -15
- package/components/Pagination/pagination.css +108 -55
- package/components/Pagination/pagination.scss +6 -25
- package/components/Popover/popover.css +1 -6
- package/components/Popover/themes/dark/popover.scss +1 -7
- package/components/Progress/progress.css +0 -1
- package/components/Progress/progress.scss +0 -1
- package/components/Radio/radio.css +4 -2
- package/components/Radio/radio.scss +2 -2
- package/components/SimpleList/simple-list.css +1 -1
- package/components/SimpleList/simple-list.scss +1 -1
- package/components/SkipToContent/skip-to-content.css +1 -1
- package/components/SkipToContent/skip-to-content.scss +1 -1
- package/components/Switch/switch.css +0 -1
- package/components/Switch/switch.scss +0 -1
- package/components/Table/table-grid.css +0 -10
- package/components/Table/table-grid.scss +0 -2
- package/components/Table/table-tree-view.css +0 -16
- package/components/Table/table-tree-view.scss +0 -4
- package/components/Table/table.css +0 -16
- package/components/Table/table.scss +0 -1
- package/components/Tabs/tabs.css +5 -34
- package/components/Tabs/tabs.scss +7 -15
- package/components/Title/title.css +0 -5
- package/components/Title/title.scss +0 -8
- package/components/Toolbar/toolbar.css +30 -33
- package/components/Toolbar/toolbar.scss +37 -9
- package/components/Tooltip/themes/dark/tooltip.scss +3 -6
- package/components/Tooltip/tooltip.css +2 -5
- package/components/Wizard/wizard.css +0 -9
- package/components/Wizard/wizard.scss +0 -9
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +4 -15
- package/docs/components/Accordion/examples/Accordion.md +67 -67
- package/docs/components/Card/examples/Card.md +61 -44
- package/docs/components/CodeBlock/examples/CodeBlock.md +6 -6
- package/docs/components/CodeEditor/examples/CodeEditor.md +2 -6
- package/docs/components/Content/examples/Content.md +0 -28
- package/docs/components/EmptyState/examples/EmptyState.md +127 -79
- package/docs/components/SkipToContent/examples/SkipToContent.md +3 -5
- package/docs/components/Tabs/examples/Tabs.md +102 -103
- package/docs/components/Toolbar/examples/Toolbar.md +19 -16
- package/docs/components/Wizard/examples/Wizard.md +10 -13
- package/docs/demos/AboutModal/examples/AboutModal.md +53 -49
- package/docs/demos/Alert/examples/Alert.md +18 -12
- package/docs/demos/BackToTop/examples/BackToTop.md +6 -4
- package/docs/demos/Banner/examples/Banner.md +13 -8
- package/docs/demos/Card/examples/Card.md +145 -110
- package/docs/demos/CardView/examples/CardView.md +7 -7
- package/docs/demos/ContextSelector/examples/ContextSelector.md +24 -16
- package/docs/demos/Dashboard/examples/Dashboard.md +6 -4
- package/docs/demos/DataList/examples/DataList.md +26 -20
- package/docs/demos/DescriptionList/examples/DescriptionList.md +19 -12
- package/docs/demos/Drawer/examples/Drawer.md +30 -20
- package/docs/demos/HelperText/examples/HelperText.md +1 -0
- package/docs/demos/JumpLinks/examples/JumpLinks.md +36 -24
- package/docs/demos/Masthead/examples/Masthead.md +57 -42
- package/docs/demos/Modal/examples/Modal.md +36 -24
- package/docs/demos/Nav/examples/Nav.md +48 -32
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +30 -20
- package/docs/demos/Page/examples/Page.md +55 -37
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +1 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +51 -34
- package/docs/demos/Skeleton/examples/Skeleton.md +6 -4
- package/docs/demos/Table/examples/Table.md +102 -88
- package/docs/demos/Tabs/examples/Tabs.md +40 -28
- package/docs/demos/Toolbar/examples/Toolbar.md +1648 -66
- package/docs/demos/Wizard/examples/Wizard.md +232 -222
- package/icons/pf-icons.json +0 -1
- package/package.json +4 -3
- package/patternfly-base-no-reset.css +31 -154
- package/patternfly-base.css +31 -158
- package/patternfly-charts.css +1 -1
- package/patternfly-no-reset.css +367 -650
- package/patternfly.css +367 -654
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/mixins.scss +0 -6
- package/sass-utilities/placeholders.scss +0 -7
- package/sass-utilities/scss-variables.scss +6 -13
- package/assets/fonts/overpass-mono-webfont/example.html +0 -15
- package/assets/fonts/overpass-mono-webfont/overpass-mono-bold.woff +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-bold.woff2 +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-light.woff +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-light.woff2 +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-regular.woff +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-regular.woff2 +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-semibold.woff +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-semibold.woff2 +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono.css +0 -39
- package/assets/fonts/overpass-webfont/example.html +0 -18
- package/assets/fonts/overpass-webfont/overpass-bold-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-bold-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-bold.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-bold.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-extrabold-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-extrabold-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-extrabold.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-extrabold.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-extralight-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-extralight-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-extralight.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-extralight.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-heavy-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-heavy-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-heavy.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-heavy.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-light-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-light-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-light.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-light.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-regular.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-regular.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-semibold-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-semibold-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-semibold.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-semibold.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-thin-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-thin-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-thin.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-thin.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass.css +0 -141
|
@@ -1,11 +1,24 @@
|
|
|
1
1
|
.pf-c-chip-group {
|
|
2
2
|
@include pf-t-light; // force the container follow the light theme
|
|
3
3
|
|
|
4
|
-
// Chip group
|
|
5
|
-
|
|
6
|
-
--pf-c-chip-
|
|
4
|
+
// Chip group - spaces main and close
|
|
5
|
+
// column-gap spacer supports legacy chip group
|
|
6
|
+
--pf-c-chip-group--PaddingTop: 0;
|
|
7
|
+
--pf-c-chip-group--PaddingRight: 0;
|
|
8
|
+
--pf-c-chip-group--PaddingBottom: 0;
|
|
9
|
+
--pf-c-chip-group--PaddingLeft: 0;
|
|
10
|
+
--pf-c-chip-group--RowGap: var(--pf-global--spacer--sm);
|
|
11
|
+
--pf-c-chip-group--ColumnGap: var(--pf-global--spacer--sm);
|
|
7
12
|
|
|
8
|
-
//
|
|
13
|
+
// Chip group main - spaces the category label and list
|
|
14
|
+
--pf-c-chip-group__main--RowGap: var(--pf-global--spacer--xs);
|
|
15
|
+
--pf-c-chip-group__main--ColumnGap: var(--pf-global--spacer--sm);
|
|
16
|
+
|
|
17
|
+
// Chip group list - spaces the chips
|
|
18
|
+
--pf-c-chip-group__list--RowGap: var(--pf-global--spacer--xs);
|
|
19
|
+
--pf-c-chip-group__list--ColumnGap: var(--pf-global--spacer--xs);
|
|
20
|
+
|
|
21
|
+
// Category modifier
|
|
9
22
|
--pf-c-chip-group--m-category--PaddingTop: var(--pf-global--spacer--xs);
|
|
10
23
|
--pf-c-chip-group--m-category--PaddingRight: var(--pf-global--spacer--xs);
|
|
11
24
|
--pf-c-chip-group--m-category--PaddingBottom: var(--pf-global--spacer--xs);
|
|
@@ -14,25 +27,29 @@
|
|
|
14
27
|
--pf-c-chip-group--m-category--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
15
28
|
|
|
16
29
|
// Label in group
|
|
17
|
-
--pf-c-chip-group__label--MarginRight: var(--pf-global--spacer--sm);
|
|
18
30
|
--pf-c-chip-group__label--FontSize: var(--pf-global--FontSize--sm);
|
|
19
31
|
--pf-c-chip-group__label--MaxWidth: 18ch;
|
|
20
32
|
|
|
21
|
-
// Chip group close
|
|
33
|
+
// Chip group close - negative margin stretches height for click area
|
|
34
|
+
// margin-left supports legacy chip group
|
|
22
35
|
--pf-c-chip-group__close--MarginTop: calc(var(--pf-global--spacer--xs) * -1);
|
|
23
36
|
--pf-c-chip-group__close--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
|
24
|
-
|
|
25
|
-
// Chip
|
|
26
|
-
--pf-c-chip-group__list-item--MarginRight: var(--pf-global--spacer--xs);
|
|
27
|
-
--pf-c-chip-group__list-item--MarginBottom: var(--pf-global--spacer--xs);
|
|
37
|
+
--pf-c-chip-group__close--MarginLeft: calc(var(--pf-global--spacer--sm) * -1);
|
|
28
38
|
|
|
29
39
|
max-width: 100%;
|
|
40
|
+
padding-top: var(--pf-c-chip-group--PaddingTop);
|
|
41
|
+
padding-right: var(--pf-c-chip-group--PaddingRight);
|
|
42
|
+
padding-bottom: var(--pf-c-chip-group--PaddingBottom);
|
|
43
|
+
padding-left: var(--pf-c-chip-group--PaddingLeft);
|
|
44
|
+
row-gap: var(--pf-c-chip-group--RowGap);
|
|
45
|
+
column-gap: var(--pf-c-chip-group--ColumnGap);
|
|
30
46
|
|
|
31
47
|
&.pf-m-category {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
48
|
+
--pf-c-chip-group--PaddingTop: var(--pf-c-chip-group--m-category--PaddingTop);
|
|
49
|
+
--pf-c-chip-group--PaddingRight: var(--pf-c-chip-group--m-category--PaddingRight);
|
|
50
|
+
--pf-c-chip-group--PaddingBottom: var(--pf-c-chip-group--m-category--PaddingBottom);
|
|
51
|
+
--pf-c-chip-group--PaddingLeft: var(--pf-c-chip-group--m-category--PaddingLeft);
|
|
52
|
+
|
|
36
53
|
background-color: var(--pf-c-chip-group--m-category--BackgroundColor);
|
|
37
54
|
border-radius: var(--pf-c-chip-group--m-category--BorderRadius);
|
|
38
55
|
}
|
|
@@ -44,11 +61,8 @@
|
|
|
44
61
|
flex-wrap: wrap;
|
|
45
62
|
align-items: baseline;
|
|
46
63
|
min-width: 0;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
.pf-c-chip-group__list {
|
|
50
|
-
margin-right: var(--pf-c-chip-group__list--MarginRight);
|
|
51
|
-
margin-bottom: var(--pf-c-chip-group__list--MarginBottom);
|
|
64
|
+
row-gap: var(--pf-c-chip-group__main--RowGap);
|
|
65
|
+
column-gap: var(--pf-c-chip-group__main--ColumnGap);
|
|
52
66
|
}
|
|
53
67
|
|
|
54
68
|
.pf-c-chip-group,
|
|
@@ -59,18 +73,20 @@
|
|
|
59
73
|
min-width: 0;
|
|
60
74
|
}
|
|
61
75
|
|
|
76
|
+
.pf-c-chip-group__list {
|
|
77
|
+
row-gap: var(--pf-c-chip-group__list--RowGap);
|
|
78
|
+
column-gap: var(--pf-c-chip-group__list--ColumnGap);
|
|
79
|
+
}
|
|
80
|
+
|
|
62
81
|
.pf-c-chip-group__list-item {
|
|
63
82
|
display: inline-flex;
|
|
64
83
|
min-width: 0;
|
|
65
|
-
margin-right: var(--pf-c-chip-group__list-item--MarginRight);
|
|
66
|
-
margin-bottom: var(--pf-c-chip-group__list-item--MarginBottom);
|
|
67
84
|
}
|
|
68
85
|
|
|
69
86
|
.pf-c-chip-group__label {
|
|
70
87
|
@include pf-text-overflow;
|
|
71
88
|
|
|
72
89
|
max-width: var(--pf-c-chip-group__label--MaxWidth);
|
|
73
|
-
margin-right: var(--pf-c-chip-group__label--MarginRight);
|
|
74
90
|
font-size: var(--pf-c-chip-group__label--FontSize);
|
|
75
91
|
}
|
|
76
92
|
|
|
@@ -79,4 +95,5 @@
|
|
|
79
95
|
align-self: flex-start;
|
|
80
96
|
margin-top: var(--pf-c-chip-group__close--MarginTop);
|
|
81
97
|
margin-bottom: var(--pf-c-chip-group__close--MarginBottom);
|
|
98
|
+
margin-left: var(--pf-c-chip-group__close--MarginLeft);
|
|
82
99
|
}
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
--pf-c-content--li--MarginTop: var(--pf-global--spacer--sm);
|
|
64
64
|
--pf-c-content--dl--ColumnGap: var(--pf-global--spacer--2xl);
|
|
65
65
|
--pf-c-content--dl--RowGap: var(--pf-global--spacer--md);
|
|
66
|
-
--pf-c-content--dt--FontWeight: var(--pf-global--FontWeight--
|
|
66
|
+
--pf-c-content--dt--FontWeight: var(--pf-global--FontWeight--bold);
|
|
67
67
|
--pf-c-content--dt--MarginTop: var(--pf-global--spacer--md);
|
|
68
68
|
--pf-c-content--dt--sm--MarginTop: 0;
|
|
69
69
|
--pf-c-content--hr--Height: var(--pf-global--BorderWidth--sm);
|
|
@@ -127,12 +127,6 @@
|
|
|
127
127
|
.pf-c-content ul {
|
|
128
128
|
margin: 0;
|
|
129
129
|
}
|
|
130
|
-
.pf-c-content ol.pf-m-plain,
|
|
131
|
-
.pf-c-content ul.pf-m-plain {
|
|
132
|
-
padding-left: 0;
|
|
133
|
-
margin-left: 0;
|
|
134
|
-
list-style: none;
|
|
135
|
-
}
|
|
136
130
|
.pf-c-content h1 {
|
|
137
131
|
margin-top: var(--pf-c-content--h1--MarginTop);
|
|
138
132
|
margin-bottom: var(--pf-c-content--h1--MarginBottom);
|
|
@@ -250,14 +244,4 @@
|
|
|
250
244
|
.pf-c-content dd {
|
|
251
245
|
grid-column: 2;
|
|
252
246
|
}
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
.pf-m-overpass-font .pf-c-content {
|
|
256
|
-
--pf-c-content--h2--LineHeight: var(--pf-global--LineHeight--sm);
|
|
257
|
-
--pf-c-content--h4--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
258
|
-
--pf-c-content--h5--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
259
|
-
--pf-c-content--h6--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
260
|
-
}
|
|
261
|
-
.pf-m-overpass-font .pf-c-content blockquote {
|
|
262
|
-
font-weight: var(--pf-global--FontWeight--light);
|
|
263
247
|
}
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
--pf-c-content--li--MarginTop: var(--pf-global--spacer--sm);
|
|
89
89
|
--pf-c-content--dl--ColumnGap: var(--pf-global--spacer--2xl);
|
|
90
90
|
--pf-c-content--dl--RowGap: var(--pf-global--spacer--md);
|
|
91
|
-
--pf-c-content--dt--FontWeight: var(--pf-global--FontWeight--
|
|
91
|
+
--pf-c-content--dt--FontWeight: var(--pf-global--FontWeight--bold);
|
|
92
92
|
--pf-c-content--dt--MarginTop: var(--pf-global--spacer--md);
|
|
93
93
|
--pf-c-content--dt--sm--MarginTop: 0;
|
|
94
94
|
|
|
@@ -159,14 +159,6 @@
|
|
|
159
159
|
ol,
|
|
160
160
|
ul {
|
|
161
161
|
margin: 0;
|
|
162
|
-
|
|
163
|
-
// stylelint-disable selector-no-qualifying-type
|
|
164
|
-
&.pf-m-plain {
|
|
165
|
-
padding-left: 0;
|
|
166
|
-
margin-left: 0;
|
|
167
|
-
list-style: none;
|
|
168
|
-
}
|
|
169
|
-
// stylelint-enable
|
|
170
162
|
}
|
|
171
163
|
|
|
172
164
|
h1 {
|
|
@@ -308,17 +300,3 @@
|
|
|
308
300
|
}
|
|
309
301
|
}
|
|
310
302
|
}
|
|
311
|
-
|
|
312
|
-
// RedHat Font overrides
|
|
313
|
-
@include pf-m-overpass-font {
|
|
314
|
-
.pf-c-content {
|
|
315
|
-
--pf-c-content--h2--LineHeight: var(--pf-global--LineHeight--sm);
|
|
316
|
-
--pf-c-content--h4--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
317
|
-
--pf-c-content--h5--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
318
|
-
--pf-c-content--h6--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
319
|
-
|
|
320
|
-
blockquote {
|
|
321
|
-
font-weight: var(--pf-global--FontWeight--light);
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
|
-
}
|
|
@@ -9,66 +9,51 @@
|
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.pf-c-data-list__item-action {
|
|
12
|
-
--pf-hidden-visible--visible--Visibility: visible;
|
|
13
12
|
--pf-hidden-visible--hidden--Display: none;
|
|
14
|
-
--pf-hidden-visible--hidden--Visibility: hidden;
|
|
15
13
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
16
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
17
14
|
display: var(--pf-hidden-visible--Display);
|
|
18
|
-
visibility: var(--pf-hidden-visible--Visibility);
|
|
19
15
|
}
|
|
20
16
|
.pf-m-hidden.pf-c-data-list__item-action {
|
|
21
17
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
22
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
23
18
|
}
|
|
24
19
|
@media screen and (min-width: 576px) {
|
|
25
20
|
.pf-m-hidden-on-sm.pf-c-data-list__item-action {
|
|
26
21
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
27
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
28
22
|
}
|
|
29
23
|
.pf-m-visible-on-sm.pf-c-data-list__item-action {
|
|
30
24
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
31
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
32
25
|
}
|
|
33
26
|
}
|
|
34
27
|
@media screen and (min-width: 768px) {
|
|
35
28
|
.pf-m-hidden-on-md.pf-c-data-list__item-action {
|
|
36
29
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
37
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
38
30
|
}
|
|
39
31
|
.pf-m-visible-on-md.pf-c-data-list__item-action {
|
|
40
32
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
41
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
42
33
|
}
|
|
43
34
|
}
|
|
44
35
|
@media screen and (min-width: 992px) {
|
|
45
36
|
.pf-m-hidden-on-lg.pf-c-data-list__item-action {
|
|
46
37
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
47
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
48
38
|
}
|
|
49
39
|
.pf-m-visible-on-lg.pf-c-data-list__item-action {
|
|
50
40
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
51
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
52
41
|
}
|
|
53
42
|
}
|
|
54
43
|
@media screen and (min-width: 1200px) {
|
|
55
44
|
.pf-m-hidden-on-xl.pf-c-data-list__item-action {
|
|
56
45
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
57
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
58
46
|
}
|
|
59
47
|
.pf-m-visible-on-xl.pf-c-data-list__item-action {
|
|
60
48
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
61
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
62
49
|
}
|
|
63
50
|
}
|
|
64
51
|
@media screen and (min-width: 1450px) {
|
|
65
52
|
.pf-m-hidden-on-2xl.pf-c-data-list__item-action {
|
|
66
53
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
67
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
68
54
|
}
|
|
69
55
|
.pf-m-visible-on-2xl.pf-c-data-list__item-action {
|
|
70
56
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
71
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
72
57
|
}
|
|
73
58
|
}
|
|
74
59
|
|
|
@@ -1,64 +1,49 @@
|
|
|
1
1
|
.pf-c-divider {
|
|
2
|
-
--pf-hidden-visible--visible--Visibility: visible;
|
|
3
2
|
--pf-hidden-visible--hidden--Display: none;
|
|
4
|
-
--pf-hidden-visible--hidden--Visibility: hidden;
|
|
5
3
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
6
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
7
4
|
display: var(--pf-hidden-visible--Display);
|
|
8
|
-
visibility: var(--pf-hidden-visible--Visibility);
|
|
9
5
|
}
|
|
10
6
|
.pf-m-hidden.pf-c-divider {
|
|
11
7
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
12
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
13
8
|
}
|
|
14
9
|
@media screen and (min-width: 576px) {
|
|
15
10
|
.pf-m-hidden-on-sm.pf-c-divider {
|
|
16
11
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
17
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
18
12
|
}
|
|
19
13
|
.pf-m-visible-on-sm.pf-c-divider {
|
|
20
14
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
21
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
22
15
|
}
|
|
23
16
|
}
|
|
24
17
|
@media screen and (min-width: 768px) {
|
|
25
18
|
.pf-m-hidden-on-md.pf-c-divider {
|
|
26
19
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
27
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
28
20
|
}
|
|
29
21
|
.pf-m-visible-on-md.pf-c-divider {
|
|
30
22
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
31
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
32
23
|
}
|
|
33
24
|
}
|
|
34
25
|
@media screen and (min-width: 992px) {
|
|
35
26
|
.pf-m-hidden-on-lg.pf-c-divider {
|
|
36
27
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
37
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
38
28
|
}
|
|
39
29
|
.pf-m-visible-on-lg.pf-c-divider {
|
|
40
30
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
41
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
42
31
|
}
|
|
43
32
|
}
|
|
44
33
|
@media screen and (min-width: 1200px) {
|
|
45
34
|
.pf-m-hidden-on-xl.pf-c-divider {
|
|
46
35
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
47
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
48
36
|
}
|
|
49
37
|
.pf-m-visible-on-xl.pf-c-divider {
|
|
50
38
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
51
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
52
39
|
}
|
|
53
40
|
}
|
|
54
41
|
@media screen and (min-width: 1450px) {
|
|
55
42
|
.pf-m-hidden-on-2xl.pf-c-divider {
|
|
56
43
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
57
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
58
44
|
}
|
|
59
45
|
.pf-m-visible-on-2xl.pf-c-divider {
|
|
60
46
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
61
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
62
47
|
}
|
|
63
48
|
}
|
|
64
49
|
|
|
@@ -86,7 +71,6 @@
|
|
|
86
71
|
--pf-c-divider--after--Height: var(--pf-c-divider--m-horizontal--after--Height);
|
|
87
72
|
width: 100%;
|
|
88
73
|
height: auto;
|
|
89
|
-
display: var(--pf-c-divider--Display);
|
|
90
74
|
flex-direction: var(--pf-c-divider--FlexDirection);
|
|
91
75
|
align-items: center;
|
|
92
76
|
align-self: stretch;
|
|
@@ -66,7 +66,6 @@ $pf-c-divider--spacer-map: build-spacer-map("none", "xs", "sm", "md", "lg", "xl"
|
|
|
66
66
|
@include pf-hidden-visible(var(--pf-c-divider--Display));
|
|
67
67
|
@include pf-c-divider--m-horizontal; // set to default to horizontal
|
|
68
68
|
|
|
69
|
-
display: var(--pf-c-divider--Display);
|
|
70
69
|
flex-direction: var(--pf-c-divider--FlexDirection);
|
|
71
70
|
align-items: center;
|
|
72
71
|
align-self: stretch;
|
|
@@ -281,7 +281,6 @@
|
|
|
281
281
|
}
|
|
282
282
|
|
|
283
283
|
.pf-c-drawer__body {
|
|
284
|
-
min-height: 0;
|
|
285
284
|
padding: var(--pf-c-drawer--child--PaddingTop) var(--pf-c-drawer--child--PaddingRight) var(--pf-c-drawer--child--PaddingBottom) var(--pf-c-drawer--child--PaddingLeft);
|
|
286
285
|
}
|
|
287
286
|
.pf-c-drawer__body.pf-m-no-padding {
|
|
@@ -312,7 +311,6 @@
|
|
|
312
311
|
width: var(--pf-c-drawer__splitter--Width);
|
|
313
312
|
height: var(--pf-c-drawer__splitter--Height);
|
|
314
313
|
cursor: var(--pf-c-drawer__splitter--Cursor);
|
|
315
|
-
visibility: hidden;
|
|
316
314
|
background-color: var(--pf-c-drawer__splitter--BackgroundColor);
|
|
317
315
|
}
|
|
318
316
|
.pf-c-drawer__splitter.pf-m-vertical {
|
|
@@ -449,7 +447,6 @@
|
|
|
449
447
|
}
|
|
450
448
|
.pf-c-drawer__splitter {
|
|
451
449
|
display: block;
|
|
452
|
-
visibility: visible;
|
|
453
450
|
}
|
|
454
451
|
}
|
|
455
452
|
@media (min-width: 768px) {
|
|
@@ -558,7 +555,6 @@
|
|
|
558
555
|
}
|
|
559
556
|
.pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
560
557
|
display: unset;
|
|
561
|
-
visibility: visible;
|
|
562
558
|
}
|
|
563
559
|
.pf-c-drawer.pf-m-inline.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
564
560
|
margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -571,7 +567,6 @@
|
|
|
571
567
|
}
|
|
572
568
|
.pf-c-drawer.pf-m-inline.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
573
569
|
display: unset;
|
|
574
|
-
visibility: visible;
|
|
575
570
|
}
|
|
576
571
|
.pf-c-drawer.pf-m-inline.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
577
572
|
margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -593,7 +588,6 @@
|
|
|
593
588
|
}
|
|
594
589
|
.pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
595
590
|
display: none;
|
|
596
|
-
visibility: hidden;
|
|
597
591
|
}
|
|
598
592
|
}
|
|
599
593
|
@media (min-width: 992px) {
|
|
@@ -622,7 +616,6 @@
|
|
|
622
616
|
}
|
|
623
617
|
.pf-c-drawer.pf-m-inline-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
624
618
|
display: unset;
|
|
625
|
-
visibility: visible;
|
|
626
619
|
}
|
|
627
620
|
.pf-c-drawer.pf-m-inline-on-lg.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
628
621
|
margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -635,7 +628,6 @@
|
|
|
635
628
|
}
|
|
636
629
|
.pf-c-drawer.pf-m-inline-on-lg.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
637
630
|
display: unset;
|
|
638
|
-
visibility: visible;
|
|
639
631
|
}
|
|
640
632
|
.pf-c-drawer.pf-m-inline-on-lg.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
641
633
|
margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -657,7 +649,6 @@
|
|
|
657
649
|
}
|
|
658
650
|
.pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
659
651
|
display: none;
|
|
660
|
-
visibility: hidden;
|
|
661
652
|
}
|
|
662
653
|
}
|
|
663
654
|
@media (min-width: 1200px) {
|
|
@@ -686,7 +677,6 @@
|
|
|
686
677
|
}
|
|
687
678
|
.pf-c-drawer.pf-m-inline-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
688
679
|
display: unset;
|
|
689
|
-
visibility: visible;
|
|
690
680
|
}
|
|
691
681
|
.pf-c-drawer.pf-m-inline-on-xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
692
682
|
margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -699,7 +689,6 @@
|
|
|
699
689
|
}
|
|
700
690
|
.pf-c-drawer.pf-m-inline-on-xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
701
691
|
display: unset;
|
|
702
|
-
visibility: visible;
|
|
703
692
|
}
|
|
704
693
|
.pf-c-drawer.pf-m-inline-on-xl.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
705
694
|
margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -721,7 +710,6 @@
|
|
|
721
710
|
}
|
|
722
711
|
.pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
723
712
|
display: none;
|
|
724
|
-
visibility: hidden;
|
|
725
713
|
}
|
|
726
714
|
}
|
|
727
715
|
@media (min-width: 1450px) {
|
|
@@ -750,7 +738,6 @@
|
|
|
750
738
|
}
|
|
751
739
|
.pf-c-drawer.pf-m-inline-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
752
740
|
display: unset;
|
|
753
|
-
visibility: visible;
|
|
754
741
|
}
|
|
755
742
|
.pf-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
756
743
|
margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -763,7 +750,6 @@
|
|
|
763
750
|
}
|
|
764
751
|
.pf-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
765
752
|
display: unset;
|
|
766
|
-
visibility: visible;
|
|
767
753
|
}
|
|
768
754
|
.pf-c-drawer.pf-m-inline-on-2xl.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
769
755
|
margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -785,7 +771,6 @@
|
|
|
785
771
|
}
|
|
786
772
|
.pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
787
773
|
display: none;
|
|
788
|
-
visibility: hidden;
|
|
789
774
|
}
|
|
790
775
|
}
|
|
791
776
|
:where(.pf-theme-dark) .pf-c-drawer {
|
|
@@ -345,7 +345,6 @@ $pf-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
345
345
|
|
|
346
346
|
// Modified content children
|
|
347
347
|
.pf-c-drawer__body {
|
|
348
|
-
min-height: 0;
|
|
349
348
|
padding: var(--pf-c-drawer--child--PaddingTop) var(--pf-c-drawer--child--PaddingRight) var(--pf-c-drawer--child--PaddingBottom) var(--pf-c-drawer--child--PaddingLeft);
|
|
350
349
|
|
|
351
350
|
// No padding
|
|
@@ -384,7 +383,6 @@ $pf-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
384
383
|
width: var(--pf-c-drawer__splitter--Width);
|
|
385
384
|
height: var(--pf-c-drawer__splitter--Height);
|
|
386
385
|
cursor: var(--pf-c-drawer__splitter--Cursor);
|
|
387
|
-
visibility: hidden;
|
|
388
386
|
background-color: var(--pf-c-drawer__splitter--BackgroundColor);
|
|
389
387
|
|
|
390
388
|
&.pf-m-vertical {
|
|
@@ -575,7 +573,6 @@ $pf-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
575
573
|
|
|
576
574
|
.pf-c-drawer__splitter {
|
|
577
575
|
display: block;
|
|
578
|
-
visibility: visible;
|
|
579
576
|
}
|
|
580
577
|
}
|
|
581
578
|
|
|
@@ -641,7 +638,6 @@ $pf-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
641
638
|
|
|
642
639
|
> .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
643
640
|
display: unset;
|
|
644
|
-
visibility: visible;
|
|
645
641
|
}
|
|
646
642
|
|
|
647
643
|
// Panel left
|
|
@@ -660,7 +656,6 @@ $pf-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
660
656
|
|
|
661
657
|
> .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
662
658
|
display: unset;
|
|
663
|
-
visibility: visible;
|
|
664
659
|
}
|
|
665
660
|
}
|
|
666
661
|
|
|
@@ -702,7 +697,6 @@ $pf-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
702
697
|
|
|
703
698
|
> .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
704
699
|
display: none;
|
|
705
|
-
visibility: hidden;
|
|
706
700
|
}
|
|
707
701
|
// stylelint-enable
|
|
708
702
|
}
|
|
@@ -3,38 +3,39 @@
|
|
|
3
3
|
--pf-c-empty-state--PaddingRight: var(--pf-global--spacer--xl);
|
|
4
4
|
--pf-c-empty-state--PaddingBottom: var(--pf-global--spacer--xl);
|
|
5
5
|
--pf-c-empty-state--PaddingLeft: var(--pf-global--spacer--xl);
|
|
6
|
+
--pf-c-empty-state--m-xs--PaddingTop: var(--pf-global--spacer--md);
|
|
7
|
+
--pf-c-empty-state--m-xs--PaddingRight: var(--pf-global--spacer--md);
|
|
8
|
+
--pf-c-empty-state--m-xs--PaddingBottom: var(--pf-global--spacer--md);
|
|
9
|
+
--pf-c-empty-state--m-xs--PaddingLeft: var(--pf-global--spacer--md);
|
|
6
10
|
--pf-c-empty-state__content--MaxWidth: none;
|
|
11
|
+
--pf-c-empty-state--m-xs__content--MaxWidth: 21.875rem;
|
|
12
|
+
--pf-c-empty-state--m-sm__content--MaxWidth: 25rem;
|
|
13
|
+
--pf-c-empty-state--m-lg__content--MaxWidth: 37.5rem;
|
|
7
14
|
--pf-c-empty-state__icon--MarginBottom: var(--pf-global--spacer--lg);
|
|
8
15
|
--pf-c-empty-state__icon--FontSize: var(--pf-global--icon--FontSize--xl);
|
|
9
16
|
--pf-c-empty-state__icon--Color: var(--pf-global--icon--Color--light);
|
|
10
|
-
--pf-c-empty-
|
|
17
|
+
--pf-c-empty-state--m-xs__icon--MarginBottom: var(--pf-global--spacer--md);
|
|
18
|
+
--pf-c-empty-state--m-xl__icon--MarginBottom: var(--pf-global--spacer--xl);
|
|
19
|
+
--pf-c-empty-state--m-xl__icon--FontSize: 6.25rem;
|
|
20
|
+
--pf-c-empty-state__title-text--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
|
|
21
|
+
--pf-c-empty-state__title-text--FontSize: var(--pf-global--FontSize--xl);
|
|
22
|
+
--pf-c-empty-state__title-text--FontWeight: var(--pf-global--FontWeight--normal);
|
|
23
|
+
--pf-c-empty-state__title-text--LineHeight: var(--pf-global--LineHeight--md);
|
|
24
|
+
--pf-c-empty-state--m-xs__title-text--FontSize: var(--pf-global--FontSize--md);
|
|
25
|
+
--pf-c-empty-state--m-xl__title-text--FontSize: var(--pf-global--FontSize--4xl);
|
|
26
|
+
--pf-c-empty-state--m-xl__title-text--LineHeight: var(--pf-global--LineHeight--sm);
|
|
11
27
|
--pf-c-empty-state__body--MarginTop: var(--pf-global--spacer--md);
|
|
12
28
|
--pf-c-empty-state__body--Color: var(--pf-global--Color--200);
|
|
13
|
-
--pf-c-empty-
|
|
14
|
-
--pf-c-empty-state__primary--secondary--MarginTop: var(--pf-global--spacer--sm);
|
|
15
|
-
--pf-c-empty-state__secondary--MarginTop: var(--pf-global--spacer--xl);
|
|
16
|
-
--pf-c-empty-state__secondary--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
|
17
|
-
--pf-c-empty-state__secondary--child--MarginRight: calc(var(--pf-global--spacer--xs) / 2);
|
|
18
|
-
--pf-c-empty-state__secondary--child--MarginBottom: var(--pf-global--spacer--xs);
|
|
19
|
-
--pf-c-empty-state__secondary--child--MarginLeft: calc(var(--pf-global--spacer--xs) / 2);
|
|
20
|
-
--pf-c-empty-state--m-xs__content--MaxWidth: 21.875rem;
|
|
29
|
+
--pf-c-empty-state--body--FontSize: var(--pf-global--FontSize--md);
|
|
21
30
|
--pf-c-empty-state--m-xs__body--FontSize: var(--pf-global--FontSize--sm);
|
|
22
|
-
--pf-c-empty-state--m-xs--button--FontSize: var(--pf-global--FontSize--sm);
|
|
23
|
-
--pf-c-empty-state--m-xs--PaddingTop: var(--pf-global--spacer--md);
|
|
24
|
-
--pf-c-empty-state--m-xs--PaddingRight: var(--pf-global--spacer--md);
|
|
25
|
-
--pf-c-empty-state--m-xs--PaddingBottom: var(--pf-global--spacer--md);
|
|
26
|
-
--pf-c-empty-state--m-xs--PaddingLeft: var(--pf-global--spacer--md);
|
|
27
|
-
--pf-c-empty-state--m-xs__icon--MarginBottom: var(--pf-global--spacer--md);
|
|
28
31
|
--pf-c-empty-state--m-xs__body--MarginTop: var(--pf-global--spacer--md);
|
|
29
|
-
--pf-c-empty-state--m-xs__primary--MarginTop: var(--pf-global--spacer--md);
|
|
30
|
-
--pf-c-empty-state--m-xs__secondary--MarginTop: var(--pf-global--spacer--md);
|
|
31
|
-
--pf-c-empty-state--m-sm__content--MaxWidth: 25rem;
|
|
32
|
-
--pf-c-empty-state--m-lg__content--MaxWidth: 37.5rem;
|
|
33
32
|
--pf-c-empty-state--m-xl__body--FontSize: var(--pf-global--FontSize--xl);
|
|
34
33
|
--pf-c-empty-state--m-xl__body--MarginTop: var(--pf-global--spacer--lg);
|
|
35
|
-
--pf-c-empty-
|
|
36
|
-
--pf-c-empty-
|
|
37
|
-
--pf-c-empty-state--m-
|
|
34
|
+
--pf-c-empty-state__footer--RowGap: var(--pf-global--spacer--sm);
|
|
35
|
+
--pf-c-empty-state__footer--MarginTop: var(--pf-global--spacer--xl);
|
|
36
|
+
--pf-c-empty-state--m-xs__footer--MarginTop: var(--pf-global--spacer--md);
|
|
37
|
+
--pf-c-empty-state__actions--RowGap: var(--pf-global--spacer--xs);
|
|
38
|
+
--pf-c-empty-state__actions--ColumnGap: var(--pf-global--spacer--xs);
|
|
38
39
|
display: flex;
|
|
39
40
|
align-items: center;
|
|
40
41
|
justify-content: center;
|
|
@@ -46,17 +47,12 @@
|
|
|
46
47
|
--pf-c-empty-state--PaddingRight: var(--pf-c-empty-state--m-xs--PaddingRight);
|
|
47
48
|
--pf-c-empty-state--PaddingBottom: var(--pf-c-empty-state--m-xs--PaddingBottom);
|
|
48
49
|
--pf-c-empty-state--PaddingLeft: var(--pf-c-empty-state--m-xs--PaddingLeft);
|
|
50
|
+
--pf-c-empty-state__title-text--FontSize: var(--pf-c-empty-state--m-xs__title-text--FontSize);
|
|
49
51
|
--pf-c-empty-state__content--MaxWidth: var(--pf-c-empty-state--m-xs__content--MaxWidth);
|
|
50
52
|
--pf-c-empty-state__icon--MarginBottom: var(--pf-c-empty-state--m-xs__icon--MarginBottom);
|
|
51
53
|
--pf-c-empty-state__body--MarginTop: var(--pf-c-empty-state--m-xs__body--MarginTop);
|
|
52
|
-
--pf-c-empty-
|
|
53
|
-
--pf-c-empty-
|
|
54
|
-
}
|
|
55
|
-
.pf-c-empty-state.pf-m-xs .pf-c-empty-state__body {
|
|
56
|
-
font-size: var(--pf-c-empty-state--m-xs__body--FontSize);
|
|
57
|
-
}
|
|
58
|
-
.pf-c-empty-state.pf-m-xs .pf-c-button {
|
|
59
|
-
--pf-c-button--FontSize: var(--pf-c-empty-state--m-xs--button--FontSize);
|
|
54
|
+
--pf-c-empty-state--body--FontSize: var(--pf-c-empty-state--m-xs__body--FontSize);
|
|
55
|
+
--pf-c-empty-state__footer--MarginTop: var(--pf-c-empty-state--m-xs__footer--MarginTop);
|
|
60
56
|
}
|
|
61
57
|
.pf-c-empty-state.pf-m-sm {
|
|
62
58
|
--pf-c-empty-state__content--MaxWidth: var(--pf-c-empty-state--m-sm__content--MaxWidth);
|
|
@@ -66,12 +62,11 @@
|
|
|
66
62
|
}
|
|
67
63
|
.pf-c-empty-state.pf-m-xl {
|
|
68
64
|
--pf-c-empty-state__body--MarginTop: var(--pf-c-empty-state--m-xl__body--MarginTop);
|
|
65
|
+
--pf-c-empty-state--body--FontSize: var(--pf-c-empty-state--m-xl__body--FontSize);
|
|
69
66
|
--pf-c-empty-state__icon--MarginBottom: var(--pf-c-empty-state--m-xl__icon--MarginBottom);
|
|
70
67
|
--pf-c-empty-state__icon--FontSize: var(--pf-c-empty-state--m-xl__icon--FontSize);
|
|
71
|
-
--pf-c-empty-
|
|
72
|
-
|
|
73
|
-
.pf-c-empty-state.pf-m-xl .pf-c-empty-state__body {
|
|
74
|
-
font-size: var(--pf-c-empty-state--m-xl__body--FontSize);
|
|
68
|
+
--pf-c-empty-state__title-text--FontSize: var(--pf-c-empty-state--m-xl__title-text--FontSize);
|
|
69
|
+
--pf-c-empty-state__title-text--LineHeight: var(--pf-c-empty-state--m-xl__title-text--LineHeight);
|
|
75
70
|
}
|
|
76
71
|
.pf-c-empty-state.pf-m-full-height {
|
|
77
72
|
height: 100%;
|
|
@@ -80,43 +75,38 @@
|
|
|
80
75
|
.pf-c-empty-state__content {
|
|
81
76
|
max-width: var(--pf-c-empty-state__content--MaxWidth);
|
|
82
77
|
}
|
|
83
|
-
.pf-c-empty-state__content > .pf-c-title.pf-m-lg {
|
|
84
|
-
font-size: var(--pf-c-empty-state__content--c-title--m-lg--FontSize);
|
|
85
|
-
}
|
|
86
78
|
|
|
87
79
|
.pf-c-empty-state__icon {
|
|
88
80
|
margin-bottom: var(--pf-c-empty-state__icon--MarginBottom);
|
|
89
81
|
font-size: var(--pf-c-empty-state__icon--FontSize);
|
|
82
|
+
line-height: 1;
|
|
90
83
|
color: var(--pf-c-empty-state__icon--Color);
|
|
91
84
|
}
|
|
92
85
|
|
|
86
|
+
.pf-c-empty-state__title-text {
|
|
87
|
+
font-family: var(--pf-c-empty-state__title-text--FontFamily);
|
|
88
|
+
font-size: var(--pf-c-empty-state__title-text--FontSize);
|
|
89
|
+
font-weight: var(--pf-c-empty-state__title-text--FontWeight);
|
|
90
|
+
line-height: var(--pf-c-empty-state__title-text--LineHeight);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
93
|
.pf-c-empty-state__body {
|
|
94
94
|
margin-top: var(--pf-c-empty-state__body--MarginTop);
|
|
95
|
+
font-size: var(--pf-c-empty-state--body--FontSize);
|
|
95
96
|
color: var(--pf-c-empty-state__body--Color);
|
|
96
97
|
}
|
|
97
98
|
|
|
98
|
-
.pf-c-empty-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
margin-top: var(--pf-c-empty-state__primary--secondary--MarginTop);
|
|
99
|
+
.pf-c-empty-state__footer {
|
|
100
|
+
display: flex;
|
|
101
|
+
flex-direction: column;
|
|
102
|
+
align-items: center;
|
|
103
|
+
row-gap: var(--pf-c-empty-state__footer--RowGap);
|
|
104
|
+
margin-top: var(--pf-c-empty-state__footer--MarginTop);
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
.pf-c-empty-
|
|
107
|
+
.pf-c-empty-state__actions {
|
|
108
108
|
display: flex;
|
|
109
109
|
flex-wrap: wrap;
|
|
110
110
|
justify-content: center;
|
|
111
|
-
|
|
112
|
-
margin-bottom: var(--pf-c-empty-state__secondary--MarginBottom);
|
|
113
|
-
}
|
|
114
|
-
.pf-c-empty-state__secondary > * {
|
|
115
|
-
margin-right: var(--pf-c-empty-state__secondary--child--MarginRight);
|
|
116
|
-
margin-bottom: var(--pf-c-empty-state__secondary--child--MarginBottom);
|
|
117
|
-
margin-left: var(--pf-c-empty-state__secondary--child--MarginLeft);
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.pf-m-overpass-font .pf-c-empty-state .pf-c-empty-state__content > .pf-c-title.pf-m-lg {
|
|
121
|
-
font-size: var(--pf-global--FontSize--lg);
|
|
111
|
+
gap: var(--pf-c-empty-state__actions--RowGap) var(--pf-c-empty-state__actions--ColumnGap);
|
|
122
112
|
}
|