@patternfly/patternfly 5.0.0-alpha.1 → 5.0.0-alpha.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/RELEASE-NOTES.md +30 -0
- package/base/_common.scss +0 -22
- package/base/patternfly-common.css +0 -10
- package/components/Card/card.css +9 -12
- package/components/Card/card.scss +11 -17
- package/components/ChipGroup/chip-group.css +27 -17
- package/components/ChipGroup/chip-group.scss +36 -22
- package/components/Drawer/drawer.css +0 -1
- package/components/Drawer/drawer.scss +0 -1
- package/components/Dropdown/dropdown.css +15 -0
- package/components/Dropdown/dropdown.scss +20 -0
- package/components/EmptyState/empty-state.css +46 -52
- package/components/EmptyState/empty-state.scss +58 -57
- package/components/FormControl/form-control.css +1 -1
- package/components/FormControl/themes/dark/form-control.scss +1 -1
- package/components/InputGroup/input-group.css +14 -0
- package/components/InputGroup/input-group.scss +9 -0
- package/components/InputGroup/themes/dark/input-group.scss +8 -0
- package/components/LabelGroup/label-group.css +26 -22
- package/components/LabelGroup/label-group.scss +31 -26
- package/components/Menu/menu.css +4 -0
- package/components/Menu/menu.scss +5 -0
- package/components/Pagination/pagination.css +228 -0
- package/components/Pagination/pagination.scss +30 -1
- package/components/Popover/popover.css +2 -7
- package/components/Popover/themes/dark/popover.scss +2 -8
- package/components/Slider/slider.css +0 -7
- package/components/Slider/slider.scss +0 -9
- package/components/Toolbar/toolbar.css +30 -2
- package/components/Toolbar/toolbar.scss +37 -3
- package/components/Tooltip/themes/dark/tooltip.scss +1 -11
- package/components/Tooltip/tooltip.css +7 -12
- package/components/Tooltip/tooltip.scss +6 -3
- package/docs/components/Card/examples/Card.md +61 -44
- package/docs/components/Check/examples/Check.md +2 -6
- package/docs/components/ChipGroup/examples/ChipGroup.md +10 -339
- package/docs/components/CodeBlock/examples/CodeBlock.md +6 -6
- package/docs/components/CodeEditor/examples/CodeEditor.md +2 -6
- package/docs/components/DataList/examples/DataList.md +104 -65
- package/docs/components/Dropdown/examples/Dropdown.md +263 -23
- package/docs/components/EmptyState/examples/EmptyState.md +127 -79
- package/docs/components/InputGroup/examples/InputGroup.md +1 -0
- package/docs/components/LabelGroup/examples/LabelGroup.md +2 -14
- package/docs/components/Menu/examples/Menu.md +1 -1
- package/docs/components/MenuToggle/examples/MenuToggle.md +4 -4
- package/docs/components/Pagination/examples/Pagination.md +129 -30
- package/docs/components/Slider/examples/Slider.md +6 -6
- package/docs/components/Table/examples/Table.md +1117 -700
- package/docs/components/Tabs/examples/Tabs.md +1 -1
- package/docs/components/Toolbar/examples/Toolbar.md +67 -46
- package/docs/components/Wizard/examples/Wizard.md +4 -7
- package/docs/demos/Banner/examples/Banner.md +2 -2
- package/docs/demos/Card/examples/Card.md +144 -109
- package/docs/demos/CardView/examples/CardView.md +9 -8
- package/docs/demos/Dashboard/examples/Dashboard.md +1 -4
- package/docs/demos/DataList/examples/DataList.md +138 -89
- package/docs/demos/Masthead/examples/Masthead.md +3 -6
- package/docs/demos/Nav/examples/Nav.md +671 -718
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +17 -13
- package/docs/demos/Table/examples/Table.md +439 -297
- package/docs/demos/Tabs/examples/Tabs.md +90 -569
- package/docs/demos/Toolbar/examples/Toolbar.md +1773 -163
- package/docs/demos/Wizard/examples/Wizard.md +0 -4
- package/package.json +5 -5
- package/patternfly-base-no-reset.css +0 -10
- package/patternfly-base.css +0 -10
- package/patternfly-no-reset.css +409 -143
- package/patternfly.css +409 -143
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/scss-variables.scss +0 -1
package/RELEASE-NOTES.md
CHANGED
|
@@ -3,6 +3,36 @@ id: Release notes
|
|
|
3
3
|
section: developer-resources
|
|
4
4
|
releaseNoteTOC: true
|
|
5
5
|
---
|
|
6
|
+
## 2022.16 release notes (2022-12-09)
|
|
7
|
+
Packages released:
|
|
8
|
+
- [@patternfly/patternfly@v4.222.4](https://www.npmjs.com/package/@patternfly/patternfly/v/4.222.4)
|
|
9
|
+
|
|
10
|
+
### Components
|
|
11
|
+
- **Dropdown:** Added loading state for split button checkbox ([#5269](https://github.com/patternfly/patternfly/pull/5269))
|
|
12
|
+
- **Form control:** Fixed select dark theme icon ([#5242](https://github.com/patternfly/patternfly/pull/5242))
|
|
13
|
+
- **Menu:** Prevented hidden drilldown items from being focusable ([#5271](https://github.com/patternfly/patternfly/pull/5271))
|
|
14
|
+
- **Slider:** Updated value input styling ([#5249](https://github.com/patternfly/patternfly/pull/5249))
|
|
15
|
+
- **Tabs:**
|
|
16
|
+
- Updated nested demo heading levels ([#5246](https://github.com/patternfly/patternfly/pull/5246))
|
|
17
|
+
- Removed pagination from demo, exposed tags ([#5259](https://github.com/patternfly/patternfly/pull/5259))
|
|
18
|
+
|
|
19
|
+
### Other
|
|
20
|
+
- **Workspace:**
|
|
21
|
+
- Cleaned up demos, added path as way to include partials ([#5135](https://github.com/patternfly/patternfly/pull/5135))
|
|
22
|
+
- Removed test code from #5135 ([#5255](https://github.com/patternfly/patternfly/pull/5255))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## 2022.15 release notes (2022-11-18)
|
|
26
|
+
Packages released:
|
|
27
|
+
- [@patternfly/patternfly@v4.221.2](https://www.npmjs.com/package/@patternfly/patternfly/v/4.221.2)
|
|
28
|
+
|
|
29
|
+
### Components
|
|
30
|
+
- **Pagination:** Added support for insets ([#5207](https://github.com/patternfly/patternfly/pull/5207))
|
|
31
|
+
- **Tabs:** Added help popover, refactored tab action ([#5213](https://github.com/patternfly/patternfly/pull/5213))
|
|
32
|
+
|
|
33
|
+
### Other
|
|
34
|
+
- **Icons:** Added data-sink and data-source ([#5228](https://github.com/patternfly/patternfly/pull/5228))
|
|
35
|
+
|
|
6
36
|
## 2022.14 release notes (2022-10-28)
|
|
7
37
|
Packages released:
|
|
8
38
|
- [@patternfly/patternfly@v4.219.2](https://www.npmjs.com/package/@patternfly/patternfly/v/4.219.2)
|
package/base/_common.scss
CHANGED
|
@@ -1,26 +1,4 @@
|
|
|
1
1
|
// Set common reset styles for patternfly components
|
|
2
|
-
// remove in breaking change. this should come from globals, and can be opted out
|
|
3
|
-
[class*="pf-c-"] {
|
|
4
|
-
&,
|
|
5
|
-
&::before,
|
|
6
|
-
&::after {
|
|
7
|
-
padding: 0;
|
|
8
|
-
margin: 0;
|
|
9
|
-
background-color: transparent;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
// remove in breaking change
|
|
14
|
-
@if $pf-global--unset-root-font-size {
|
|
15
|
-
// Since PF3 sets root font size to 10px, we need to unset it.
|
|
16
|
-
// This doesn't affect PF3.
|
|
17
|
-
// https://github.com/twbs/bootstrap/blob/v3.4.0/less/scaffolding.less#L23
|
|
18
|
-
// stylelint-disable
|
|
19
|
-
html {
|
|
20
|
-
font-size: var(--pf-global--root--FontSize, unset) !important; // the important is needed because we don't know if pf3 will be loaded after pfnext
|
|
21
|
-
}
|
|
22
|
-
// stylelint-enable
|
|
23
|
-
}
|
|
24
2
|
|
|
25
3
|
.pf-screen-reader {
|
|
26
4
|
@include pf-u-screen-reader; // for use with assistive technologies
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
[class*=pf-c-], [class*=pf-c-]::before, [class*=pf-c-]::after {
|
|
2
|
-
padding: 0;
|
|
3
|
-
margin: 0;
|
|
4
|
-
background-color: transparent;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
html {
|
|
8
|
-
font-size: var(--pf-global--root--FontSize, unset) !important;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
1
|
.pf-screen-reader {
|
|
12
2
|
position: fixed;
|
|
13
3
|
top: 0;
|
package/components/Card/card.css
CHANGED
|
@@ -13,7 +13,9 @@
|
|
|
13
13
|
--pf-c-card__body--FontSize: var(--pf-global--FontSize--md);
|
|
14
14
|
--pf-c-card__footer--FontSize: var(--pf-global--FontSize--md);
|
|
15
15
|
--pf-c-card__actions--PaddingLeft: var(--pf-global--spacer--md);
|
|
16
|
-
--pf-c-card__actions--
|
|
16
|
+
--pf-c-card__actions--Gap: var(--pf-global--spacer--sm);
|
|
17
|
+
--pf-c-card__actions--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
|
|
18
|
+
--pf-c-card__actions--MarginBottom: calc(var(--pf-global--spacer--form-element) * -1);
|
|
17
19
|
--pf-c-card__header-toggle--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
|
|
18
20
|
--pf-c-card__header-toggle--MarginRight: var(--pf-global--spacer--xs);
|
|
19
21
|
--pf-c-card__header-toggle--MarginBottom: calc(var(--pf-global--spacer--form-element) * -1);
|
|
@@ -84,7 +86,6 @@
|
|
|
84
86
|
--pf-c-card--m-plain--BackgroundColor: transparent;
|
|
85
87
|
--pf-c-card__header--m-toggle-right--toggle--MarginRight: calc(var(--pf-global--spacer--form-element) * -1);
|
|
86
88
|
--pf-c-card__header--m-toggle-right--toggle--MarginLeft: var(--pf-global--spacer--xs);
|
|
87
|
-
--pf-c-card__header--m-toggle-right--actions--MarginRight: 0;
|
|
88
89
|
--pf-c-card__input--focus--BorderWidth: var(--pf-global--BorderWidth--md);
|
|
89
90
|
--pf-c-card__input--focus--BorderColor: var(--pf-global--primary-color--100);
|
|
90
91
|
display: flex;
|
|
@@ -230,13 +231,11 @@
|
|
|
230
231
|
--pf-c-card__header-toggle--MarginRight: var(--pf-c-card__header--m-toggle-right--toggle--MarginRight);
|
|
231
232
|
--pf-c-card__header-toggle--MarginLeft: var(--pf-c-card__header--m-toggle-right--toggle--MarginLeft);
|
|
232
233
|
}
|
|
233
|
-
.pf-c-card__header.pf-m-toggle-right .pf-c-card__actions {
|
|
234
|
-
--pf-c-card__header-toggle--MarginRight: var(--pf-c-card__header--m-toggle-right--actions--MarginRight);
|
|
235
|
-
}
|
|
236
234
|
.pf-c-card__header.pf-m-toggle-right .pf-c-card__header-toggle {
|
|
237
235
|
order: 2;
|
|
238
236
|
}
|
|
239
|
-
|
|
237
|
+
|
|
238
|
+
.pf-c-card__header-main {
|
|
240
239
|
flex: 1;
|
|
241
240
|
}
|
|
242
241
|
|
|
@@ -262,10 +261,8 @@
|
|
|
262
261
|
align-self: flex-start;
|
|
263
262
|
order: 1;
|
|
264
263
|
padding-left: var(--pf-c-card__actions--PaddingLeft);
|
|
265
|
-
margin: var(--pf-c-
|
|
266
|
-
|
|
267
|
-
.pf-c-card__actions > * + * {
|
|
268
|
-
margin-left: var(--pf-c-card__actions--child--MarginLeft);
|
|
264
|
+
margin: var(--pf-c-card__actions--MarginTop) 0 var(--pf-c-card__actions--MarginBottom) auto;
|
|
265
|
+
gap: var(--pf-c-card__actions--Gap);
|
|
269
266
|
}
|
|
270
267
|
.pf-c-card__actions + .pf-c-card__title,
|
|
271
268
|
.pf-c-card__actions + .pf-c-card__body,
|
|
@@ -273,8 +270,8 @@
|
|
|
273
270
|
padding: 0;
|
|
274
271
|
}
|
|
275
272
|
.pf-c-card__actions.pf-m-no-offset {
|
|
276
|
-
--pf-c-
|
|
277
|
-
--pf-c-
|
|
273
|
+
--pf-c-card__actions--MarginTop: 0;
|
|
274
|
+
--pf-c-card__actions--MarginBottom: 0;
|
|
278
275
|
}
|
|
279
276
|
|
|
280
277
|
.pf-c-card__header,
|
|
@@ -13,7 +13,9 @@
|
|
|
13
13
|
--pf-c-card__body--FontSize: var(--pf-global--FontSize--md);
|
|
14
14
|
--pf-c-card__footer--FontSize: var(--pf-global--FontSize--md);
|
|
15
15
|
--pf-c-card__actions--PaddingLeft: var(--pf-global--spacer--md);
|
|
16
|
-
--pf-c-card__actions--
|
|
16
|
+
--pf-c-card__actions--Gap: var(--pf-global--spacer--sm);
|
|
17
|
+
--pf-c-card__actions--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
|
|
18
|
+
--pf-c-card__actions--MarginBottom: calc(var(--pf-global--spacer--form-element) * -1);
|
|
17
19
|
|
|
18
20
|
// Expandable
|
|
19
21
|
--pf-c-card__header-toggle--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
|
|
@@ -104,7 +106,6 @@
|
|
|
104
106
|
// Toggle right
|
|
105
107
|
--pf-c-card__header--m-toggle-right--toggle--MarginRight: calc(var(--pf-global--spacer--form-element) * -1);
|
|
106
108
|
--pf-c-card__header--m-toggle-right--toggle--MarginLeft: var(--pf-global--spacer--xs);
|
|
107
|
-
--pf-c-card__header--m-toggle-right--actions--MarginRight: 0;
|
|
108
109
|
|
|
109
110
|
// Card input
|
|
110
111
|
--pf-c-card__input--focus--BorderWidth: var(--pf-global--BorderWidth--md);
|
|
@@ -295,20 +296,16 @@
|
|
|
295
296
|
--pf-c-card__header-toggle--MarginRight: var(--pf-c-card__header--m-toggle-right--toggle--MarginRight);
|
|
296
297
|
--pf-c-card__header-toggle--MarginLeft: var(--pf-c-card__header--m-toggle-right--toggle--MarginLeft);
|
|
297
298
|
|
|
298
|
-
.pf-c-card__actions {
|
|
299
|
-
--pf-c-card__header-toggle--MarginRight: var(--pf-c-card__header--m-toggle-right--actions--MarginRight);
|
|
300
|
-
}
|
|
301
|
-
|
|
302
299
|
.pf-c-card__header-toggle {
|
|
303
300
|
order: 2;
|
|
304
301
|
}
|
|
305
|
-
|
|
306
|
-
.pf-c-card__title {
|
|
307
|
-
flex: 1;
|
|
308
|
-
}
|
|
309
302
|
}
|
|
310
303
|
}
|
|
311
304
|
|
|
305
|
+
.pf-c-card__header-main {
|
|
306
|
+
flex: 1;
|
|
307
|
+
}
|
|
308
|
+
|
|
312
309
|
.pf-c-card__header-toggle {
|
|
313
310
|
align-self: flex-start;
|
|
314
311
|
margin: var(--pf-c-card__header-toggle--MarginTop) var(--pf-c-card__header-toggle--MarginRight) var(--pf-c-card__header-toggle--MarginBottom) var(--pf-c-card__header-toggle--MarginLeft);
|
|
@@ -331,11 +328,8 @@
|
|
|
331
328
|
align-self: flex-start;
|
|
332
329
|
order: 1;
|
|
333
330
|
padding-left: var(--pf-c-card__actions--PaddingLeft);
|
|
334
|
-
margin: var(--pf-c-
|
|
335
|
-
|
|
336
|
-
> * + * {
|
|
337
|
-
margin-left: var(--pf-c-card__actions--child--MarginLeft);
|
|
338
|
-
}
|
|
331
|
+
margin: var(--pf-c-card__actions--MarginTop) 0 var(--pf-c-card__actions--MarginBottom) auto;
|
|
332
|
+
gap: var(--pf-c-card__actions--Gap);
|
|
339
333
|
|
|
340
334
|
+ .pf-c-card__title,
|
|
341
335
|
+ .pf-c-card__body,
|
|
@@ -344,8 +338,8 @@
|
|
|
344
338
|
}
|
|
345
339
|
|
|
346
340
|
&.pf-m-no-offset {
|
|
347
|
-
--pf-c-
|
|
348
|
-
--pf-c-
|
|
341
|
+
--pf-c-card__actions--MarginTop: 0;
|
|
342
|
+
--pf-c-card__actions--MarginBottom: 0;
|
|
349
343
|
}
|
|
350
344
|
}
|
|
351
345
|
|
|
@@ -10,28 +10,39 @@
|
|
|
10
10
|
|
|
11
11
|
.pf-c-chip-group {
|
|
12
12
|
color: var(--pf-global--Color--100);
|
|
13
|
-
--pf-c-chip-
|
|
14
|
-
--pf-c-chip-
|
|
13
|
+
--pf-c-chip-group--PaddingTop: 0;
|
|
14
|
+
--pf-c-chip-group--PaddingRight: 0;
|
|
15
|
+
--pf-c-chip-group--PaddingBottom: 0;
|
|
16
|
+
--pf-c-chip-group--PaddingLeft: 0;
|
|
17
|
+
--pf-c-chip-group--RowGap: var(--pf-global--spacer--sm);
|
|
18
|
+
--pf-c-chip-group--ColumnGap: 0;
|
|
19
|
+
--pf-c-chip-group__main--RowGap: var(--pf-global--spacer--xs);
|
|
20
|
+
--pf-c-chip-group__main--ColumnGap: var(--pf-global--spacer--sm);
|
|
21
|
+
--pf-c-chip-group__list--RowGap: var(--pf-global--spacer--xs);
|
|
22
|
+
--pf-c-chip-group__list--ColumnGap: var(--pf-global--spacer--xs);
|
|
15
23
|
--pf-c-chip-group--m-category--PaddingTop: var(--pf-global--spacer--xs);
|
|
16
24
|
--pf-c-chip-group--m-category--PaddingRight: var(--pf-global--spacer--xs);
|
|
17
25
|
--pf-c-chip-group--m-category--PaddingBottom: var(--pf-global--spacer--xs);
|
|
18
26
|
--pf-c-chip-group--m-category--PaddingLeft: var(--pf-global--spacer--sm);
|
|
19
27
|
--pf-c-chip-group--m-category--BorderRadius: var(--pf-global--BorderRadius--sm);
|
|
20
28
|
--pf-c-chip-group--m-category--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
21
|
-
--pf-c-chip-group__label--MarginRight: var(--pf-global--spacer--sm);
|
|
22
29
|
--pf-c-chip-group__label--FontSize: var(--pf-global--FontSize--sm);
|
|
23
30
|
--pf-c-chip-group__label--MaxWidth: 18ch;
|
|
24
31
|
--pf-c-chip-group__close--MarginTop: calc(var(--pf-global--spacer--xs) * -1);
|
|
25
32
|
--pf-c-chip-group__close--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
|
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);
|
|
28
33
|
max-width: 100%;
|
|
34
|
+
padding-top: var(--pf-c-chip-group--PaddingTop);
|
|
35
|
+
padding-right: var(--pf-c-chip-group--PaddingRight);
|
|
36
|
+
padding-bottom: var(--pf-c-chip-group--PaddingBottom);
|
|
37
|
+
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);
|
|
29
40
|
}
|
|
30
41
|
.pf-c-chip-group.pf-m-category {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
42
|
+
--pf-c-chip-group--PaddingTop: var(--pf-c-chip-group--m-category--PaddingTop);
|
|
43
|
+
--pf-c-chip-group--PaddingRight: var(--pf-c-chip-group--m-category--PaddingRight);
|
|
44
|
+
--pf-c-chip-group--PaddingBottom: var(--pf-c-chip-group--m-category--PaddingBottom);
|
|
45
|
+
--pf-c-chip-group--PaddingLeft: var(--pf-c-chip-group--m-category--PaddingLeft);
|
|
35
46
|
background-color: var(--pf-c-chip-group--m-category--BackgroundColor);
|
|
36
47
|
border-radius: var(--pf-c-chip-group--m-category--BorderRadius);
|
|
37
48
|
}
|
|
@@ -42,11 +53,8 @@
|
|
|
42
53
|
flex-wrap: wrap;
|
|
43
54
|
align-items: baseline;
|
|
44
55
|
min-width: 0;
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
.pf-c-chip-group__list {
|
|
48
|
-
margin-right: var(--pf-c-chip-group__list--MarginRight);
|
|
49
|
-
margin-bottom: var(--pf-c-chip-group__list--MarginBottom);
|
|
56
|
+
row-gap: var(--pf-c-chip-group__main--RowGap);
|
|
57
|
+
column-gap: var(--pf-c-chip-group__main--ColumnGap);
|
|
50
58
|
}
|
|
51
59
|
|
|
52
60
|
.pf-c-chip-group,
|
|
@@ -57,11 +65,14 @@
|
|
|
57
65
|
min-width: 0;
|
|
58
66
|
}
|
|
59
67
|
|
|
68
|
+
.pf-c-chip-group__list {
|
|
69
|
+
row-gap: var(--pf-c-chip-group__list--RowGap);
|
|
70
|
+
column-gap: var(--pf-c-chip-group__list--ColumnGap);
|
|
71
|
+
}
|
|
72
|
+
|
|
60
73
|
.pf-c-chip-group__list-item {
|
|
61
74
|
display: inline-flex;
|
|
62
75
|
min-width: 0;
|
|
63
|
-
margin-right: var(--pf-c-chip-group__list-item--MarginRight);
|
|
64
|
-
margin-bottom: var(--pf-c-chip-group__list-item--MarginBottom);
|
|
65
76
|
}
|
|
66
77
|
|
|
67
78
|
.pf-c-chip-group__label {
|
|
@@ -69,7 +80,6 @@
|
|
|
69
80
|
text-overflow: ellipsis;
|
|
70
81
|
white-space: nowrap;
|
|
71
82
|
max-width: var(--pf-c-chip-group__label--MaxWidth);
|
|
72
|
-
margin-right: var(--pf-c-chip-group__label--MarginRight);
|
|
73
83
|
font-size: var(--pf-c-chip-group__label--FontSize);
|
|
74
84
|
}
|
|
75
85
|
|
|
@@ -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: 0;
|
|
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,27 @@
|
|
|
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
|
|
22
34
|
--pf-c-chip-group__close--MarginTop: calc(var(--pf-global--spacer--xs) * -1);
|
|
23
35
|
--pf-c-chip-group__close--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
|
24
36
|
|
|
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);
|
|
28
|
-
|
|
29
37
|
max-width: 100%;
|
|
38
|
+
padding-top: var(--pf-c-chip-group--PaddingTop);
|
|
39
|
+
padding-right: var(--pf-c-chip-group--PaddingRight);
|
|
40
|
+
padding-bottom: var(--pf-c-chip-group--PaddingBottom);
|
|
41
|
+
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);
|
|
30
44
|
|
|
31
45
|
&.pf-m-category {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
46
|
+
--pf-c-chip-group--PaddingTop: var(--pf-c-chip-group--m-category--PaddingTop);
|
|
47
|
+
--pf-c-chip-group--PaddingRight: var(--pf-c-chip-group--m-category--PaddingRight);
|
|
48
|
+
--pf-c-chip-group--PaddingBottom: var(--pf-c-chip-group--m-category--PaddingBottom);
|
|
49
|
+
--pf-c-chip-group--PaddingLeft: var(--pf-c-chip-group--m-category--PaddingLeft);
|
|
50
|
+
|
|
36
51
|
background-color: var(--pf-c-chip-group--m-category--BackgroundColor);
|
|
37
52
|
border-radius: var(--pf-c-chip-group--m-category--BorderRadius);
|
|
38
53
|
}
|
|
@@ -44,11 +59,8 @@
|
|
|
44
59
|
flex-wrap: wrap;
|
|
45
60
|
align-items: baseline;
|
|
46
61
|
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);
|
|
62
|
+
row-gap: var(--pf-c-chip-group__main--RowGap);
|
|
63
|
+
column-gap: var(--pf-c-chip-group__main--ColumnGap);
|
|
52
64
|
}
|
|
53
65
|
|
|
54
66
|
.pf-c-chip-group,
|
|
@@ -59,18 +71,20 @@
|
|
|
59
71
|
min-width: 0;
|
|
60
72
|
}
|
|
61
73
|
|
|
74
|
+
.pf-c-chip-group__list {
|
|
75
|
+
row-gap: var(--pf-c-chip-group__list--RowGap);
|
|
76
|
+
column-gap: var(--pf-c-chip-group__list--ColumnGap);
|
|
77
|
+
}
|
|
78
|
+
|
|
62
79
|
.pf-c-chip-group__list-item {
|
|
63
80
|
display: inline-flex;
|
|
64
81
|
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
82
|
}
|
|
68
83
|
|
|
69
84
|
.pf-c-chip-group__label {
|
|
70
85
|
@include pf-text-overflow;
|
|
71
86
|
|
|
72
87
|
max-width: var(--pf-c-chip-group__label--MaxWidth);
|
|
73
|
-
margin-right: var(--pf-c-chip-group__label--MarginRight);
|
|
74
88
|
font-size: var(--pf-c-chip-group__label--FontSize);
|
|
75
89
|
}
|
|
76
90
|
|
|
@@ -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 {
|
|
@@ -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
|
|
@@ -50,6 +50,8 @@
|
|
|
50
50
|
--pf-c-dropdown--m-expanded__toggle--m-secondary--before--BorderWidth: var(--pf-global--BorderWidth--md);
|
|
51
51
|
--pf-c-dropdown--m-expanded__toggle--m-secondary--before--BorderColor: var(--pf-global--primary-color--100);
|
|
52
52
|
--pf-c-dropdown__toggle-button--Color: var(--pf-global--Color--100);
|
|
53
|
+
--pf-c-dropdown__toggle-progress--Visibility: hidden;
|
|
54
|
+
--pf-c-dropdown__toggle-progress--c-spinner--diameter: var(--pf-global--FontSize--sm);
|
|
53
55
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingTop: var(--pf-global--spacer--form-element);
|
|
54
56
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-global--spacer--xs);
|
|
55
57
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingBottom: var(--pf-global--spacer--form-element);
|
|
@@ -261,9 +263,14 @@
|
|
|
261
263
|
align-items: center;
|
|
262
264
|
cursor: pointer;
|
|
263
265
|
}
|
|
266
|
+
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-check.pf-m-in-progress {
|
|
267
|
+
--pf-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility: hidden;
|
|
268
|
+
--pf-c-dropdown__toggle-progress--Visibility: visible;
|
|
269
|
+
}
|
|
264
270
|
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-check > input,
|
|
265
271
|
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-check .pf-c-check {
|
|
266
272
|
cursor: pointer;
|
|
273
|
+
visibility: var(--pf-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility, unset);
|
|
267
274
|
transform: translateY(var(--pf-c-dropdown__toggle--m-split-button__toggle-check__input--TranslateY));
|
|
268
275
|
}
|
|
269
276
|
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-button {
|
|
@@ -459,6 +466,14 @@
|
|
|
459
466
|
--pf-c-dropdown__toggle-image--MarginRight: 0;
|
|
460
467
|
}
|
|
461
468
|
|
|
469
|
+
.pf-c-dropdown__toggle-progress {
|
|
470
|
+
position: absolute;
|
|
471
|
+
visibility: var(--pf-c-dropdown__toggle-progress--Visibility);
|
|
472
|
+
}
|
|
473
|
+
.pf-c-dropdown__toggle-progress .pf-c-spinner {
|
|
474
|
+
--pf-c-spinner--diameter: var(--pf-c-dropdown__toggle-progress--c-spinner--diameter);
|
|
475
|
+
}
|
|
476
|
+
|
|
462
477
|
.pf-c-dropdown__menu {
|
|
463
478
|
position: absolute;
|
|
464
479
|
top: var(--pf-c-dropdown__menu--Top);
|
|
@@ -62,6 +62,10 @@ $pf-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "
|
|
|
62
62
|
// toggle button
|
|
63
63
|
--pf-c-dropdown__toggle-button--Color: var(--pf-global--Color--100);
|
|
64
64
|
|
|
65
|
+
// toggle progress
|
|
66
|
+
--pf-c-dropdown__toggle-progress--Visibility: hidden;
|
|
67
|
+
--pf-c-dropdown__toggle-progress--c-spinner--diameter: var(--pf-global--FontSize--sm); // should match the checkbox input size
|
|
68
|
+
|
|
65
69
|
// split buttons
|
|
66
70
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingTop: var(--pf-global--spacer--form-element);
|
|
67
71
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-global--spacer--xs);
|
|
@@ -341,9 +345,15 @@ $pf-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "
|
|
|
341
345
|
align-items: center;
|
|
342
346
|
cursor: pointer;
|
|
343
347
|
|
|
348
|
+
&.pf-m-in-progress {
|
|
349
|
+
--pf-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility: hidden;
|
|
350
|
+
--pf-c-dropdown__toggle-progress--Visibility: visible;
|
|
351
|
+
}
|
|
352
|
+
|
|
344
353
|
> input,
|
|
345
354
|
.pf-c-check {
|
|
346
355
|
cursor: pointer;
|
|
356
|
+
visibility: var(--pf-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility, unset);
|
|
347
357
|
transform: translateY(var(--pf-c-dropdown__toggle--m-split-button__toggle-check__input--TranslateY));
|
|
348
358
|
}
|
|
349
359
|
}
|
|
@@ -624,6 +634,16 @@ $pf-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "
|
|
|
624
634
|
}
|
|
625
635
|
}
|
|
626
636
|
|
|
637
|
+
// Loading spinner
|
|
638
|
+
.pf-c-dropdown__toggle-progress {
|
|
639
|
+
position: absolute;
|
|
640
|
+
visibility: var(--pf-c-dropdown__toggle-progress--Visibility);
|
|
641
|
+
|
|
642
|
+
.pf-c-spinner {
|
|
643
|
+
--pf-c-spinner--diameter: var(--pf-c-dropdown__toggle-progress--c-spinner--diameter);
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
|
|
627
647
|
.pf-c-dropdown__menu {
|
|
628
648
|
position: absolute;
|
|
629
649
|
top: var(--pf-c-dropdown__menu--Top);
|
|
@@ -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,39 +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);
|
|
111
|
+
gap: var(--pf-c-empty-state__actions--RowGap) var(--pf-c-empty-state__actions--ColumnGap);
|
|
118
112
|
}
|