@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
package/patternfly.css
CHANGED
|
@@ -41,66 +41,51 @@
|
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
.pf-c-table tr > *, .pf-c-page__header-tools-item, .pf-c-page__header-tools-group, .pf-c-menu__group, .pf-c-menu__list-item, .pf-c-menu__list, .pf-c-divider, .pf-c-toolbar__content-section, .pf-c-toolbar__content, .pf-c-toolbar__item, .pf-c-toolbar__group, .pf-c-data-list__item-action {
|
|
44
|
-
--pf-hidden-visible--visible--Visibility: visible;
|
|
45
44
|
--pf-hidden-visible--hidden--Display: none;
|
|
46
|
-
--pf-hidden-visible--hidden--Visibility: hidden;
|
|
47
45
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
48
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
49
46
|
display: var(--pf-hidden-visible--Display);
|
|
50
|
-
visibility: var(--pf-hidden-visible--Visibility);
|
|
51
47
|
}
|
|
52
48
|
.pf-c-table tr > .pf-m-hidden, .pf-m-hidden.pf-c-page__header-tools-item, .pf-m-hidden.pf-c-page__header-tools-group, .pf-m-hidden.pf-c-menu__group, .pf-m-hidden.pf-c-menu__list-item, .pf-m-hidden.pf-c-menu__list, .pf-m-hidden.pf-c-divider, .pf-m-hidden.pf-c-toolbar__content-section, .pf-m-hidden.pf-c-toolbar__content, .pf-m-hidden.pf-c-toolbar__item, .pf-m-hidden.pf-c-toolbar__group, .pf-m-hidden.pf-c-data-list__item-action {
|
|
53
49
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
54
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
55
50
|
}
|
|
56
51
|
@media screen and (min-width: 576px) {
|
|
57
52
|
.pf-c-table tr > .pf-m-hidden-on-sm, .pf-m-hidden-on-sm.pf-c-page__header-tools-item, .pf-m-hidden-on-sm.pf-c-page__header-tools-group, .pf-m-hidden-on-sm.pf-c-menu__group, .pf-m-hidden-on-sm.pf-c-menu__list-item, .pf-m-hidden-on-sm.pf-c-menu__list, .pf-m-hidden-on-sm.pf-c-divider, .pf-m-hidden-on-sm.pf-c-toolbar__content-section, .pf-m-hidden-on-sm.pf-c-toolbar__content, .pf-m-hidden-on-sm.pf-c-toolbar__item, .pf-m-hidden-on-sm.pf-c-toolbar__group, .pf-m-hidden-on-sm.pf-c-data-list__item-action {
|
|
58
53
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
59
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
60
54
|
}
|
|
61
55
|
.pf-c-table tr > .pf-m-visible-on-sm, .pf-m-visible-on-sm.pf-c-page__header-tools-item, .pf-m-visible-on-sm.pf-c-page__header-tools-group, .pf-m-visible-on-sm.pf-c-menu__group, .pf-m-visible-on-sm.pf-c-menu__list-item, .pf-m-visible-on-sm.pf-c-menu__list, .pf-m-visible-on-sm.pf-c-divider, .pf-m-visible-on-sm.pf-c-toolbar__content-section, .pf-m-visible-on-sm.pf-c-toolbar__content, .pf-m-visible-on-sm.pf-c-toolbar__item, .pf-m-visible-on-sm.pf-c-toolbar__group, .pf-m-visible-on-sm.pf-c-data-list__item-action {
|
|
62
56
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
63
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
64
57
|
}
|
|
65
58
|
}
|
|
66
59
|
@media screen and (min-width: 768px) {
|
|
67
60
|
.pf-c-table tr > .pf-m-hidden-on-md, .pf-m-hidden-on-md.pf-c-page__header-tools-item, .pf-m-hidden-on-md.pf-c-page__header-tools-group, .pf-m-hidden-on-md.pf-c-menu__group, .pf-m-hidden-on-md.pf-c-menu__list-item, .pf-m-hidden-on-md.pf-c-menu__list, .pf-m-hidden-on-md.pf-c-divider, .pf-m-hidden-on-md.pf-c-toolbar__content-section, .pf-m-hidden-on-md.pf-c-toolbar__content, .pf-m-hidden-on-md.pf-c-toolbar__item, .pf-m-hidden-on-md.pf-c-toolbar__group, .pf-m-hidden-on-md.pf-c-data-list__item-action {
|
|
68
61
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
69
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
70
62
|
}
|
|
71
63
|
.pf-c-table tr > .pf-m-visible-on-md, .pf-m-visible-on-md.pf-c-page__header-tools-item, .pf-m-visible-on-md.pf-c-page__header-tools-group, .pf-m-visible-on-md.pf-c-menu__group, .pf-m-visible-on-md.pf-c-menu__list-item, .pf-m-visible-on-md.pf-c-menu__list, .pf-m-visible-on-md.pf-c-divider, .pf-m-visible-on-md.pf-c-toolbar__content-section, .pf-m-visible-on-md.pf-c-toolbar__content, .pf-m-visible-on-md.pf-c-toolbar__item, .pf-m-visible-on-md.pf-c-toolbar__group, .pf-m-visible-on-md.pf-c-data-list__item-action {
|
|
72
64
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
73
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
74
65
|
}
|
|
75
66
|
}
|
|
76
67
|
@media screen and (min-width: 992px) {
|
|
77
68
|
.pf-c-table tr > .pf-m-hidden-on-lg, .pf-m-hidden-on-lg.pf-c-page__header-tools-item, .pf-m-hidden-on-lg.pf-c-page__header-tools-group, .pf-m-hidden-on-lg.pf-c-menu__group, .pf-m-hidden-on-lg.pf-c-menu__list-item, .pf-m-hidden-on-lg.pf-c-menu__list, .pf-m-hidden-on-lg.pf-c-divider, .pf-m-hidden-on-lg.pf-c-toolbar__content-section, .pf-m-hidden-on-lg.pf-c-toolbar__content, .pf-m-hidden-on-lg.pf-c-toolbar__item, .pf-m-hidden-on-lg.pf-c-toolbar__group, .pf-m-hidden-on-lg.pf-c-data-list__item-action {
|
|
78
69
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
79
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
80
70
|
}
|
|
81
71
|
.pf-c-table tr > .pf-m-visible-on-lg, .pf-m-visible-on-lg.pf-c-page__header-tools-item, .pf-m-visible-on-lg.pf-c-page__header-tools-group, .pf-m-visible-on-lg.pf-c-menu__group, .pf-m-visible-on-lg.pf-c-menu__list-item, .pf-m-visible-on-lg.pf-c-menu__list, .pf-m-visible-on-lg.pf-c-divider, .pf-m-visible-on-lg.pf-c-toolbar__content-section, .pf-m-visible-on-lg.pf-c-toolbar__content, .pf-m-visible-on-lg.pf-c-toolbar__item, .pf-m-visible-on-lg.pf-c-toolbar__group, .pf-m-visible-on-lg.pf-c-data-list__item-action {
|
|
82
72
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
83
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
84
73
|
}
|
|
85
74
|
}
|
|
86
75
|
@media screen and (min-width: 1200px) {
|
|
87
76
|
.pf-c-table tr > .pf-m-hidden-on-xl, .pf-m-hidden-on-xl.pf-c-page__header-tools-item, .pf-m-hidden-on-xl.pf-c-page__header-tools-group, .pf-m-hidden-on-xl.pf-c-menu__group, .pf-m-hidden-on-xl.pf-c-menu__list-item, .pf-m-hidden-on-xl.pf-c-menu__list, .pf-m-hidden-on-xl.pf-c-divider, .pf-m-hidden-on-xl.pf-c-toolbar__content-section, .pf-m-hidden-on-xl.pf-c-toolbar__content, .pf-m-hidden-on-xl.pf-c-toolbar__item, .pf-m-hidden-on-xl.pf-c-toolbar__group, .pf-m-hidden-on-xl.pf-c-data-list__item-action {
|
|
88
77
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
89
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
90
78
|
}
|
|
91
79
|
.pf-c-table tr > .pf-m-visible-on-xl, .pf-m-visible-on-xl.pf-c-page__header-tools-item, .pf-m-visible-on-xl.pf-c-page__header-tools-group, .pf-m-visible-on-xl.pf-c-menu__group, .pf-m-visible-on-xl.pf-c-menu__list-item, .pf-m-visible-on-xl.pf-c-menu__list, .pf-m-visible-on-xl.pf-c-divider, .pf-m-visible-on-xl.pf-c-toolbar__content-section, .pf-m-visible-on-xl.pf-c-toolbar__content, .pf-m-visible-on-xl.pf-c-toolbar__item, .pf-m-visible-on-xl.pf-c-toolbar__group, .pf-m-visible-on-xl.pf-c-data-list__item-action {
|
|
92
80
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
93
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
94
81
|
}
|
|
95
82
|
}
|
|
96
83
|
@media screen and (min-width: 1450px) {
|
|
97
84
|
.pf-c-table tr > .pf-m-hidden-on-2xl, .pf-m-hidden-on-2xl.pf-c-page__header-tools-item, .pf-m-hidden-on-2xl.pf-c-page__header-tools-group, .pf-m-hidden-on-2xl.pf-c-menu__group, .pf-m-hidden-on-2xl.pf-c-menu__list-item, .pf-m-hidden-on-2xl.pf-c-menu__list, .pf-m-hidden-on-2xl.pf-c-divider, .pf-m-hidden-on-2xl.pf-c-toolbar__content-section, .pf-m-hidden-on-2xl.pf-c-toolbar__content, .pf-m-hidden-on-2xl.pf-c-toolbar__item, .pf-m-hidden-on-2xl.pf-c-toolbar__group, .pf-m-hidden-on-2xl.pf-c-data-list__item-action {
|
|
98
85
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
99
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
100
86
|
}
|
|
101
87
|
.pf-c-table tr > .pf-m-visible-on-2xl, .pf-m-visible-on-2xl.pf-c-page__header-tools-item, .pf-m-visible-on-2xl.pf-c-page__header-tools-group, .pf-m-visible-on-2xl.pf-c-menu__group, .pf-m-visible-on-2xl.pf-c-menu__list-item, .pf-m-visible-on-2xl.pf-c-menu__list, .pf-m-visible-on-2xl.pf-c-divider, .pf-m-visible-on-2xl.pf-c-toolbar__content-section, .pf-m-visible-on-2xl.pf-c-toolbar__content, .pf-m-visible-on-2xl.pf-c-toolbar__item, .pf-m-visible-on-2xl.pf-c-toolbar__group, .pf-m-visible-on-2xl.pf-c-data-list__item-action {
|
|
102
88
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
103
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
104
89
|
}
|
|
105
90
|
}
|
|
106
91
|
|
|
@@ -316,17 +301,15 @@
|
|
|
316
301
|
--pf-global--icon--FontSize--md: 1.125rem;
|
|
317
302
|
--pf-global--icon--FontSize--lg: 1.5rem;
|
|
318
303
|
--pf-global--icon--FontSize--xl: 3.375rem;
|
|
319
|
-
--pf-global--FontFamily--sans-serif: "RedHatText",
|
|
320
|
-
--pf-global--FontFamily--heading--sans-serif: "RedHatDisplay",
|
|
304
|
+
--pf-global--FontFamily--sans-serif: "RedHatText", helvetica, arial, sans-serif;
|
|
305
|
+
--pf-global--FontFamily--heading--sans-serif: "RedHatDisplay", helvetica, arial, sans-serif;
|
|
321
306
|
--pf-global--FontFamily--monospace: "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
|
|
322
|
-
--pf-global--FontFamily--redhat-updated--sans-serif: "RedHatTextUpdated",
|
|
323
|
-
--pf-global--FontFamily--redhat-updated--heading--sans-serif: "RedHatDisplayUpdated",
|
|
307
|
+
--pf-global--FontFamily--redhat-updated--sans-serif: "RedHatTextUpdated", helvetica, arial, sans-serif;
|
|
308
|
+
--pf-global--FontFamily--redhat-updated--heading--sans-serif: "RedHatDisplayUpdated", helvetica, arial, sans-serif;
|
|
324
309
|
--pf-global--FontFamily--redhat--monospace: "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
|
|
325
|
-
--pf-global--FontFamily--redhatVF--sans-serif: "RedHatTextVF", "RedHatText",
|
|
326
|
-
--pf-global--FontFamily--redhatVF--heading--sans-serif: "RedHatDisplayVF", "RedHatDisplay",
|
|
310
|
+
--pf-global--FontFamily--redhatVF--sans-serif: "RedHatTextVF", "RedHatText", helvetica, arial, sans-serif;
|
|
311
|
+
--pf-global--FontFamily--redhatVF--heading--sans-serif: "RedHatDisplayVF", "RedHatDisplay", helvetica, arial, sans-serif;
|
|
327
312
|
--pf-global--FontFamily--redhatVF--monospace: "RedHatMonoVF", "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
|
|
328
|
-
--pf-global--FontFamily--overpass--sans-serif: "overpass", overpass, "open sans", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
329
|
-
--pf-global--FontFamily--overpass--monospace: "overpass-mono", overpass-mono, "SFMono-Regular", menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace;
|
|
330
313
|
--pf-global--FontSize--4xl: 2.25rem;
|
|
331
314
|
--pf-global--FontSize--3xl: 1.75rem;
|
|
332
315
|
--pf-global--FontSize--2xl: 1.5rem;
|
|
@@ -337,10 +320,7 @@
|
|
|
337
320
|
--pf-global--FontSize--xs: 0.75rem;
|
|
338
321
|
--pf-global--FontWeight--light: 300;
|
|
339
322
|
--pf-global--FontWeight--normal: 400;
|
|
340
|
-
--pf-global--FontWeight--semi-bold: 700;
|
|
341
|
-
--pf-global--FontWeight--overpass--semi-bold: 500;
|
|
342
323
|
--pf-global--FontWeight--bold: 700;
|
|
343
|
-
--pf-global--FontWeight--overpass--bold: 600;
|
|
344
324
|
--pf-global--LineHeight--sm: 1.3;
|
|
345
325
|
--pf-global--LineHeight--md: 1.5;
|
|
346
326
|
--pf-global--ListStyle: disc outside;
|
|
@@ -353,14 +333,6 @@
|
|
|
353
333
|
--pf-global--target-size--MinHeight: 44px;
|
|
354
334
|
}
|
|
355
335
|
|
|
356
|
-
.pf-m-overpass-font {
|
|
357
|
-
--pf-global--FontFamily--sans-serif: var(--pf-global--FontFamily--overpass--sans-serif);
|
|
358
|
-
--pf-global--FontFamily--heading--sans-serif: var(--pf-global--FontFamily--sans-serif);
|
|
359
|
-
--pf-global--FontFamily--monospace: var(--pf-global--FontFamily--overpass--monospace);
|
|
360
|
-
--pf-global--FontWeight--semi-bold: var(--pf-global--FontWeight--overpass--semi-bold);
|
|
361
|
-
--pf-global--FontWeight--bold: var(--pf-global--FontWeight--overpass--bold);
|
|
362
|
-
}
|
|
363
|
-
|
|
364
336
|
.pf-m-redhat-updated-font {
|
|
365
337
|
--pf-global--FontFamily--sans-serif: var(--pf-global--FontFamily--redhat-updated--sans-serif);
|
|
366
338
|
--pf-global--FontFamily--heading--sans-serif: var(--pf-global--FontFamily--redhat-updated--heading--sans-serif);
|
|
@@ -615,136 +587,6 @@
|
|
|
615
587
|
font-weight: 300 700;
|
|
616
588
|
font-display: fallback;
|
|
617
589
|
}
|
|
618
|
-
@font-face {
|
|
619
|
-
font-family: "overpass";
|
|
620
|
-
font-style: normal;
|
|
621
|
-
font-weight: 200;
|
|
622
|
-
src: url("./assets/fonts/overpass-webfont/overpass-thin.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-thin.woff") format("woff");
|
|
623
|
-
}
|
|
624
|
-
@font-face {
|
|
625
|
-
font-family: "overpass";
|
|
626
|
-
font-style: italic;
|
|
627
|
-
font-weight: 200;
|
|
628
|
-
src: url("./assets/fonts/overpass-webfont/overpass-thin-italic.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-thin-italic.woff") format("woff");
|
|
629
|
-
}
|
|
630
|
-
@font-face {
|
|
631
|
-
font-family: "overpass";
|
|
632
|
-
font-style: normal;
|
|
633
|
-
font-weight: 300;
|
|
634
|
-
src: url("./assets/fonts/overpass-webfont/overpass-extralight.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-extralight.woff") format("woff");
|
|
635
|
-
}
|
|
636
|
-
@font-face {
|
|
637
|
-
font-family: "overpass";
|
|
638
|
-
font-style: italic;
|
|
639
|
-
font-weight: 300;
|
|
640
|
-
src: url("./assets/fonts/overpass-webfont/overpass-extralight-italic.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-extralight-italic.woff") format("woff");
|
|
641
|
-
}
|
|
642
|
-
@font-face {
|
|
643
|
-
font-family: "overpass";
|
|
644
|
-
font-style: normal;
|
|
645
|
-
font-weight: 400;
|
|
646
|
-
src: url("./assets/fonts/overpass-webfont/overpass-light.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-light.woff") format("woff");
|
|
647
|
-
}
|
|
648
|
-
@font-face {
|
|
649
|
-
font-family: "overpass";
|
|
650
|
-
font-style: italic;
|
|
651
|
-
font-weight: 400;
|
|
652
|
-
src: url("./assets/fonts/overpass-webfont/overpass-light-italic.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-light-italic.woff") format("woff");
|
|
653
|
-
}
|
|
654
|
-
@font-face {
|
|
655
|
-
font-family: "overpass";
|
|
656
|
-
font-style: normal;
|
|
657
|
-
font-weight: 500;
|
|
658
|
-
src: url("./assets/fonts/overpass-webfont/overpass-regular.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-regular.woff") format("woff");
|
|
659
|
-
}
|
|
660
|
-
@font-face {
|
|
661
|
-
font-family: "overpass";
|
|
662
|
-
font-style: italic;
|
|
663
|
-
font-weight: 500;
|
|
664
|
-
src: url("./assets/fonts/overpass-webfont/overpass-italic.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-italic.woff") format("woff");
|
|
665
|
-
}
|
|
666
|
-
@font-face {
|
|
667
|
-
font-family: "overpass";
|
|
668
|
-
font-style: normal;
|
|
669
|
-
font-weight: 600;
|
|
670
|
-
src: url("./assets/fonts/overpass-webfont/overpass-semibold.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-semibold.woff") format("woff");
|
|
671
|
-
}
|
|
672
|
-
@font-face {
|
|
673
|
-
font-family: "overpass";
|
|
674
|
-
font-style: italic;
|
|
675
|
-
font-weight: 600;
|
|
676
|
-
src: url("./assets/fonts/overpass-webfont/overpass-semibold-italic.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-semibold-italic.woff") format("woff");
|
|
677
|
-
}
|
|
678
|
-
@font-face {
|
|
679
|
-
font-family: "overpass";
|
|
680
|
-
font-style: normal;
|
|
681
|
-
font-weight: 700;
|
|
682
|
-
src: url("./assets/fonts/overpass-webfont/overpass-bold.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-bold.woff") format("woff");
|
|
683
|
-
}
|
|
684
|
-
@font-face {
|
|
685
|
-
font-family: "overpass";
|
|
686
|
-
font-style: italic;
|
|
687
|
-
font-weight: 700;
|
|
688
|
-
src: url("./assets/fonts/overpass-webfont/overpass-bold-italic.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-bold-italic.woff") format("woff");
|
|
689
|
-
}
|
|
690
|
-
@font-face {
|
|
691
|
-
font-family: "overpass";
|
|
692
|
-
font-style: normal;
|
|
693
|
-
font-weight: 800;
|
|
694
|
-
src: url("./assets/fonts/overpass-webfont/overpass-extrabold.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-extrabold.woff") format("woff");
|
|
695
|
-
}
|
|
696
|
-
@font-face {
|
|
697
|
-
font-family: "overpass";
|
|
698
|
-
font-style: italic;
|
|
699
|
-
font-weight: 800;
|
|
700
|
-
src: url("./assets/fonts/overpass-webfont/overpass-extrabold-italic.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-extrabold-italic.woff") format("woff");
|
|
701
|
-
}
|
|
702
|
-
@font-face {
|
|
703
|
-
font-family: "overpass";
|
|
704
|
-
font-style: normal;
|
|
705
|
-
font-weight: 900;
|
|
706
|
-
src: url("./assets/fonts/overpass-webfont/overpass-heavy.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-heavy.woff") format("woff");
|
|
707
|
-
}
|
|
708
|
-
@font-face {
|
|
709
|
-
font-family: "overpass";
|
|
710
|
-
font-style: italic;
|
|
711
|
-
font-weight: 900;
|
|
712
|
-
src: url("./assets/fonts/overpass-webfont/overpass-heavy-italic.woff2") format("woff2"), url("./assets/fonts/overpass-webfont/overpass-heavy-italic.woff") format("woff");
|
|
713
|
-
}
|
|
714
|
-
@font-face {
|
|
715
|
-
font-family: "overpass-mono";
|
|
716
|
-
font-style: normal;
|
|
717
|
-
font-weight: 300;
|
|
718
|
-
src: url("./assets/fonts/overpass-mono-webfont/overpass-mono-light.woff2") format("woff2"), url("./assets/fonts/overpass-mono-webfont/overpass-mono-light.woff") format("woff");
|
|
719
|
-
}
|
|
720
|
-
@font-face {
|
|
721
|
-
font-family: "overpass-mono";
|
|
722
|
-
font-style: normal;
|
|
723
|
-
font-weight: 400;
|
|
724
|
-
src: url("./assets/fonts/overpass-mono-webfont/overpass-mono-regular.woff2") format("woff2"), url("./assets/fonts/overpass-mono-webfont/overpass-mono-regular.woff") format("woff");
|
|
725
|
-
}
|
|
726
|
-
@font-face {
|
|
727
|
-
font-family: "overpass-mono";
|
|
728
|
-
font-style: normal;
|
|
729
|
-
font-weight: 500;
|
|
730
|
-
src: url("./assets/fonts/overpass-mono-webfont/overpass-mono-semibold.woff2") format("woff2"), url("./assets/fonts/overpass-mono-webfont/overpass-mono-semibold.woff") format("woff");
|
|
731
|
-
}
|
|
732
|
-
@font-face {
|
|
733
|
-
font-family: "overpass-mono";
|
|
734
|
-
font-style: normal;
|
|
735
|
-
font-weight: 600;
|
|
736
|
-
src: url("./assets/fonts/overpass-mono-webfont/overpass-mono-bold.woff2") format("woff2"), url("./assets/fonts/overpass-mono-webfont/overpass-mono-bold.woff") format("woff");
|
|
737
|
-
}
|
|
738
|
-
[class*=pf-c-], [class*=pf-c-]::before, [class*=pf-c-]::after {
|
|
739
|
-
padding: 0;
|
|
740
|
-
margin: 0;
|
|
741
|
-
background-color: transparent;
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
html {
|
|
745
|
-
font-size: var(--pf-global--root--FontSize, unset) !important;
|
|
746
|
-
}
|
|
747
|
-
|
|
748
590
|
.pf-screen-reader {
|
|
749
591
|
position: fixed;
|
|
750
592
|
top: 0;
|
|
@@ -889,10 +731,6 @@ a {
|
|
|
889
731
|
cursor: pointer;
|
|
890
732
|
}
|
|
891
733
|
|
|
892
|
-
.pf-m-overpass-font a {
|
|
893
|
-
font-weight: var(--pf-global--FontWeight--semi-bold);
|
|
894
|
-
}
|
|
895
|
-
|
|
896
734
|
:root:where(.pf-theme-dark) {
|
|
897
735
|
color-scheme: dark;
|
|
898
736
|
}
|
|
@@ -5118,7 +4956,7 @@ a {
|
|
|
5118
4956
|
font-family: "pficon";
|
|
5119
4957
|
src: url("./assets/pficon/pficon.woff2") format("woff2"), url("./assets/pficon/pficon.woff") format("woff");
|
|
5120
4958
|
}
|
|
5121
|
-
.pf-icon-zone:before, .pf-icon-warning-triangle:before, .pf-icon-volume:before, .pf-icon-virtual-machine:before, .pf-icon-users:before, .pf-icon-user:before, .pf-icon-unplugged:before, .pf-icon-unlocked:before, .pf-icon-unknown:before, .pf-icon-trend-up:before, .pf-icon-trend-down:before, .pf-icon-topology:before, .pf-icon-thumb-tack:before, .pf-icon-tenant:before, .pf-icon-task:before, .pf-icon-storage-domain:before, .pf-icon-spinner2:before, .pf-icon-spinner:before, .pf-icon-services:before, .pf-icon-service:before, .pf-icon-service-catalog:before, .pf-icon-server:before, .pf-icon-server-group:before, .pf-icon-security:before, .pf-icon-screen:before, .pf-icon-save:before, .pf-icon-running:before, .pf-icon-resources-full:before, .pf-icon-resources-empty:before, .pf-icon-resources-almost-full:before, .pf-icon-resources-almost-empty:before, .pf-icon-resource-pool:before, .pf-icon-repository:before, .pf-icon-replicator:before, .pf-icon-remove2:before, .pf-icon-registry:before, .pf-icon-regions:before, .pf-icon-rebooting:before, .pf-icon-rebalance:before, .pf-icon-project:before, .pf-icon-process-automation:before, .pf-icon-private:before, .pf-icon-print:before, .pf-icon-port:before, .pf-icon-plugged:before, .pf-icon-pficon-vcenter:before, .pf-icon-pficon-template:before, .pf-icon-pficon-sort-common-desc:before, .pf-icon-pficon-sort-common-asc:before, .pf-icon-pficon-satellite:before, .pf-icon-pficon-network-range:before, .pf-icon-pficon-history:before, .pf-icon-pficon-dragdrop:before, .pf-icon-pending:before, .pf-icon-paused:before, .pf-icon-panel-open:before, .pf-icon-panel-close:before, .pf-icon-package:before, .pf-icon-os-image:before, .pf-icon-orders:before, .pf-icon-optimize:before, .pf-icon-openstack:before, .pf-icon-openshift:before, .pf-icon-open-drawer-right:before, .pf-icon-on:before, .pf-icon-on-running:before, .pf-icon-ok:before, .pf-icon-off:before, .pf-icon-not-started:before, .pf-icon-new-process:before, .pf-icon-network:before, .pf-icon-namespaces:before, .pf-icon-monitoring:before, .pf-icon-module:before, .pf-icon-migration:before, .pf-icon-middleware:before, .pf-icon-messages:before, .pf-icon-memory:before, .pf-icon-maintenance:before, .pf-icon-locked:before, .pf-icon-key:before, .pf-icon-integration:before, .pf-icon-infrastructure:before, .pf-icon-info:before, .pf-icon-in-progress:before, .pf-icon-import:before, .pf-icon-home:before, .pf-icon-history:before, .pf-icon-help:before, .pf-icon-globe-route:before, .pf-icon-folder-open:before, .pf-icon-folder-close:before, .pf-icon-flavor:before, .pf-icon-filter:before, .pf-icon-export:before, .pf-icon-error-circle-o:before, .pf-icon-equalizer:before, .pf-icon-enterprise:before, .pf-icon-enhancement:before, .pf-icon-edit:before, .pf-icon-domain:before, .pf-icon-disconnected:before, .pf-icon-degraded:before, .pf-icon-data-source:before, .pf-icon-data-sink:before, .pf-icon-
|
|
4959
|
+
.pf-icon-zone:before, .pf-icon-warning-triangle:before, .pf-icon-volume:before, .pf-icon-virtual-machine:before, .pf-icon-users:before, .pf-icon-user:before, .pf-icon-unplugged:before, .pf-icon-unlocked:before, .pf-icon-unknown:before, .pf-icon-trend-up:before, .pf-icon-trend-down:before, .pf-icon-topology:before, .pf-icon-thumb-tack:before, .pf-icon-tenant:before, .pf-icon-task:before, .pf-icon-storage-domain:before, .pf-icon-spinner2:before, .pf-icon-spinner:before, .pf-icon-services:before, .pf-icon-service:before, .pf-icon-service-catalog:before, .pf-icon-server:before, .pf-icon-server-group:before, .pf-icon-security:before, .pf-icon-screen:before, .pf-icon-save:before, .pf-icon-running:before, .pf-icon-resources-full:before, .pf-icon-resources-empty:before, .pf-icon-resources-almost-full:before, .pf-icon-resources-almost-empty:before, .pf-icon-resource-pool:before, .pf-icon-repository:before, .pf-icon-replicator:before, .pf-icon-remove2:before, .pf-icon-registry:before, .pf-icon-regions:before, .pf-icon-rebooting:before, .pf-icon-rebalance:before, .pf-icon-project:before, .pf-icon-process-automation:before, .pf-icon-private:before, .pf-icon-print:before, .pf-icon-port:before, .pf-icon-plugged:before, .pf-icon-pficon-vcenter:before, .pf-icon-pficon-template:before, .pf-icon-pficon-sort-common-desc:before, .pf-icon-pficon-sort-common-asc:before, .pf-icon-pficon-satellite:before, .pf-icon-pficon-network-range:before, .pf-icon-pficon-history:before, .pf-icon-pficon-dragdrop:before, .pf-icon-pending:before, .pf-icon-paused:before, .pf-icon-panel-open:before, .pf-icon-panel-close:before, .pf-icon-package:before, .pf-icon-os-image:before, .pf-icon-orders:before, .pf-icon-optimize:before, .pf-icon-openstack:before, .pf-icon-openshift:before, .pf-icon-open-drawer-right:before, .pf-icon-on:before, .pf-icon-on-running:before, .pf-icon-ok:before, .pf-icon-off:before, .pf-icon-not-started:before, .pf-icon-new-process:before, .pf-icon-network:before, .pf-icon-namespaces:before, .pf-icon-monitoring:before, .pf-icon-module:before, .pf-icon-migration:before, .pf-icon-middleware:before, .pf-icon-messages:before, .pf-icon-memory:before, .pf-icon-maintenance:before, .pf-icon-locked:before, .pf-icon-key:before, .pf-icon-integration:before, .pf-icon-infrastructure:before, .pf-icon-info:before, .pf-icon-in-progress:before, .pf-icon-import:before, .pf-icon-home:before, .pf-icon-history:before, .pf-icon-help:before, .pf-icon-globe-route:before, .pf-icon-folder-open:before, .pf-icon-folder-close:before, .pf-icon-flavor:before, .pf-icon-filter:before, .pf-icon-export:before, .pf-icon-error-circle-o:before, .pf-icon-equalizer:before, .pf-icon-enterprise:before, .pf-icon-enhancement:before, .pf-icon-edit:before, .pf-icon-domain:before, .pf-icon-disconnected:before, .pf-icon-degraded:before, .pf-icon-data-source:before, .pf-icon-data-sink:before, .pf-icon-critical-risk:before, .pf-icon-cpu:before, .pf-icon-container-node:before, .pf-icon-connected:before, .pf-icon-cluster:before, .pf-icon-cloud-tenant:before, .pf-icon-cloud-security:before, .pf-icon-close:before, .pf-icon-chat:before, .pf-icon-catalog:before, .pf-icon-bundle:before, .pf-icon-builder-image:before, .pf-icon-build:before, .pf-icon-blueprint:before, .pf-icon-bell:before, .pf-icon-automation:before, .pf-icon-attention-bell:before, .pf-icon-asleep:before, .pf-icon-arrow:before, .pf-icon-applications:before, .pf-icon-ansible-tower:before, .pf-icon-add-circle-o:before {
|
|
5122
4960
|
font-family: "pficon";
|
|
5123
4961
|
-webkit-font-smoothing: antialiased;
|
|
5124
4962
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -5217,10 +5055,6 @@ a {
|
|
|
5217
5055
|
content: "\e976";
|
|
5218
5056
|
}
|
|
5219
5057
|
|
|
5220
|
-
.pf-icon-data-processor:before {
|
|
5221
|
-
content: "\e97b";
|
|
5222
|
-
}
|
|
5223
|
-
|
|
5224
5058
|
.pf-icon-data-sink:before {
|
|
5225
5059
|
content: "\e978";
|
|
5226
5060
|
}
|
|
@@ -5641,24 +5475,35 @@ a {
|
|
|
5641
5475
|
content: "\e911";
|
|
5642
5476
|
}
|
|
5643
5477
|
|
|
5478
|
+
.pf-svg-size-sm {
|
|
5479
|
+
width: 1em;
|
|
5480
|
+
height: 1em;
|
|
5481
|
+
vertical-align: -0.125em;
|
|
5482
|
+
}
|
|
5483
|
+
|
|
5484
|
+
.pf-svg-size-md {
|
|
5485
|
+
width: 1.5em;
|
|
5486
|
+
height: 1.5em;
|
|
5487
|
+
vertical-align: -0.1875em;
|
|
5488
|
+
}
|
|
5489
|
+
|
|
5490
|
+
.pf-svg-size-lg {
|
|
5491
|
+
width: 2em;
|
|
5492
|
+
height: 2em;
|
|
5493
|
+
vertical-align: -0.25em;
|
|
5494
|
+
}
|
|
5495
|
+
|
|
5496
|
+
.pf-svg-size-xl {
|
|
5497
|
+
width: 3em;
|
|
5498
|
+
height: 3em;
|
|
5499
|
+
vertical-align: -0.375em;
|
|
5500
|
+
}
|
|
5501
|
+
|
|
5644
5502
|
.pf-c-about-modal-box {
|
|
5645
5503
|
--pf-c-about-modal-box--BackgroundColor: var(--pf-global--palette--black-1000);
|
|
5646
|
-
--pf-c-about-modal-box--BoxShadow: 0 0 100px 0 rgba(255, 255, 255, .05);
|
|
5647
|
-
--pf-c-about-modal-box--ZIndex: var(--pf-global--ZIndex--xl);
|
|
5648
5504
|
--pf-c-about-modal-box--Height: 100%;
|
|
5649
5505
|
--pf-c-about-modal-box--lg--Height: 47.625rem;
|
|
5650
|
-
--pf-c-about-modal-box--
|
|
5651
|
-
--pf-c-about-modal-box--Width: 100vw;
|
|
5652
|
-
--pf-c-about-modal-box--lg--Width: calc(100% - (var(--pf-global--spacer--3xl) * 2));
|
|
5653
|
-
--pf-c-about-modal-box--lg--MaxWidth: 77rem;
|
|
5654
|
-
--pf-c-about-modal-box--PaddingTop: var(--pf-global--spacer--xl);
|
|
5655
|
-
--pf-c-about-modal-box--PaddingRight: var(--pf-global--spacer--xl);
|
|
5656
|
-
--pf-c-about-modal-box--PaddingBottom: var(--pf-global--spacer--xl);
|
|
5657
|
-
--pf-c-about-modal-box--PaddingLeft: var(--pf-global--spacer--xl);
|
|
5658
|
-
--pf-c-about-modal-box--sm--PaddingTop: var(--pf-global--spacer--3xl);
|
|
5659
|
-
--pf-c-about-modal-box--sm--PaddingRight: var(--pf-global--spacer--3xl);
|
|
5660
|
-
--pf-c-about-modal-box--sm--PaddingBottom: var(--pf-global--spacer--3xl);
|
|
5661
|
-
--pf-c-about-modal-box--sm--PaddingLeft: var(--pf-global--spacer--3xl);
|
|
5506
|
+
--pf-c-about-modal-box--Width: 100%;
|
|
5662
5507
|
--pf-c-about-modal-box--sm--grid-template-columns: 5fr 1fr;
|
|
5663
5508
|
--pf-c-about-modal-box--lg--grid-template-columns: 1fr .6fr;
|
|
5664
5509
|
--pf-c-about-modal-box__brand--PaddingTop: var(--pf-global--spacer--2xl);
|
|
@@ -5704,7 +5549,6 @@ a {
|
|
|
5704
5549
|
--pf-c-about-modal-box__content--sm--MarginLeft: var(--pf-global--spacer--3xl);
|
|
5705
5550
|
color: var(--pf-global--Color--100);
|
|
5706
5551
|
position: relative;
|
|
5707
|
-
z-index: var(--pf-c-about-modal-box--ZIndex);
|
|
5708
5552
|
display: grid;
|
|
5709
5553
|
grid-template-rows: max-content max-content auto;
|
|
5710
5554
|
grid-template-areas: "brand close" "header header" "content content";
|
|
@@ -5713,15 +5557,6 @@ a {
|
|
|
5713
5557
|
overflow-x: hidden;
|
|
5714
5558
|
overflow-y: auto;
|
|
5715
5559
|
background-color: var(--pf-c-about-modal-box--BackgroundColor);
|
|
5716
|
-
box-shadow: var(--pf-c-about-modal-box--BoxShadow);
|
|
5717
|
-
}
|
|
5718
|
-
@media screen and (min-width: 576px) {
|
|
5719
|
-
.pf-c-about-modal-box {
|
|
5720
|
-
--pf-c-about-modal-box--PaddingTop: var(--pf-c-about-modal-box--sm--PaddingTop);
|
|
5721
|
-
--pf-c-about-modal-box--PaddingRight: var(--pf-c-about-modal-box--sm--PaddingRight);
|
|
5722
|
-
--pf-c-about-modal-box--PaddingBottom: var(--pf-c-about-modal-box--sm--PaddingBottom);
|
|
5723
|
-
--pf-c-about-modal-box--PaddingLeft: var(--pf-c-about-modal-box--sm--PaddingLeft);
|
|
5724
|
-
}
|
|
5725
5560
|
}
|
|
5726
5561
|
@media screen and (min-width: 576px) {
|
|
5727
5562
|
.pf-c-about-modal-box {
|
|
@@ -5772,8 +5607,6 @@ a {
|
|
|
5772
5607
|
--pf-c-about-modal-box--Width: var(--pf-c-about-modal-box--lg--Width);
|
|
5773
5608
|
grid-template-columns: var(--pf-c-about-modal-box--lg--grid-template-columns);
|
|
5774
5609
|
grid-template-rows: max-content max-content auto;
|
|
5775
|
-
max-width: var(--pf-c-about-modal-box--lg--MaxWidth);
|
|
5776
|
-
max-height: var(--pf-c-about-modal-box--lg--MaxHeight);
|
|
5777
5610
|
}
|
|
5778
5611
|
}
|
|
5779
5612
|
|
|
@@ -5859,12 +5692,10 @@ a {
|
|
|
5859
5692
|
|
|
5860
5693
|
.pf-c-about-modal-box__hero {
|
|
5861
5694
|
display: none;
|
|
5862
|
-
visibility: hidden;
|
|
5863
5695
|
}
|
|
5864
5696
|
@media only screen and (min-width: 576px) {
|
|
5865
5697
|
.pf-c-about-modal-box__hero {
|
|
5866
5698
|
display: block;
|
|
5867
|
-
visibility: visible;
|
|
5868
5699
|
background-image: var(--pf-c-about-modal-box__hero--sm--BackgroundImage);
|
|
5869
5700
|
background-repeat: no-repeat;
|
|
5870
5701
|
background-attachment: fixed;
|
|
@@ -5920,35 +5751,37 @@ a {
|
|
|
5920
5751
|
--pf-c-accordion__toggle--PaddingRight: var(--pf-global--spacer--md);
|
|
5921
5752
|
--pf-c-accordion__toggle--PaddingBottom: var(--pf-global--spacer--sm);
|
|
5922
5753
|
--pf-c-accordion__toggle--PaddingLeft: var(--pf-global--spacer--md);
|
|
5923
|
-
--pf-c-accordion__toggle--before--BackgroundColor: transparent;
|
|
5924
5754
|
--pf-c-accordion__toggle--before--Top: 0;
|
|
5755
|
+
--pf-c-accordion__toggle--after--Top: 0;
|
|
5756
|
+
--pf-c-accordion__toggle--after--BackgroundColor: transparent;
|
|
5925
5757
|
--pf-c-accordion__toggle--hover--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
5926
5758
|
--pf-c-accordion__toggle--focus--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
5927
5759
|
--pf-c-accordion__toggle--active--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
5928
5760
|
--pf-c-accordion__toggle--before--Width: var(--pf-global--BorderWidth--lg);
|
|
5929
|
-
--pf-c-accordion__toggle--
|
|
5761
|
+
--pf-c-accordion__toggle--after--Width: var(--pf-global--BorderWidth--lg);
|
|
5762
|
+
--pf-c-accordion__toggle--m-expanded--after--BackgroundColor: var(--pf-global--primary-color--100);
|
|
5930
5763
|
--pf-c-accordion__toggle-text--MaxWidth: calc(100% - var(--pf-global--spacer--lg));
|
|
5931
5764
|
--pf-c-accordion__toggle--hover__toggle-text--Color: var(--pf-global--link--Color);
|
|
5932
5765
|
--pf-c-accordion__toggle--active__toggle-text--Color: var(--pf-global--link--Color);
|
|
5933
|
-
--pf-c-accordion__toggle--active__toggle-text--FontWeight: var(--pf-global--FontWeight--
|
|
5766
|
+
--pf-c-accordion__toggle--active__toggle-text--FontWeight: var(--pf-global--FontWeight--bold);
|
|
5934
5767
|
--pf-c-accordion__toggle--focus__toggle-text--Color: var(--pf-global--link--Color);
|
|
5935
|
-
--pf-c-accordion__toggle--focus__toggle-text--FontWeight: var(--pf-global--FontWeight--
|
|
5768
|
+
--pf-c-accordion__toggle--focus__toggle-text--FontWeight: var(--pf-global--FontWeight--bold);
|
|
5936
5769
|
--pf-c-accordion__toggle--m-expanded__toggle-text--Color: var(--pf-global--link--Color);
|
|
5937
|
-
--pf-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-global--FontWeight--
|
|
5770
|
+
--pf-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-global--FontWeight--bold);
|
|
5938
5771
|
--pf-c-accordion__toggle-icon--Transition: .2s ease-in 0s;
|
|
5939
5772
|
--pf-c-accordion__toggle--m-expanded__toggle-icon--Rotate: 90deg;
|
|
5940
|
-
--pf-c-
|
|
5941
|
-
--pf-c-
|
|
5942
|
-
--pf-c-
|
|
5943
|
-
--pf-c-
|
|
5944
|
-
--pf-c-
|
|
5945
|
-
--pf-c-
|
|
5946
|
-
--pf-c-
|
|
5947
|
-
--pf-c-
|
|
5948
|
-
--pf-c-
|
|
5949
|
-
--pf-c-
|
|
5950
|
-
--pf-c-
|
|
5951
|
-
--pf-c-
|
|
5773
|
+
--pf-c-accordion__expandable-content--Color: var(--pf-global--Color--200);
|
|
5774
|
+
--pf-c-accordion__expandable-content--FontSize: var(--pf-global--FontSize--sm);
|
|
5775
|
+
--pf-c-accordion__expandable-content--m-expanded__expandable-content-body--after--BackgroundColor: var(--pf-global--primary-color--100);
|
|
5776
|
+
--pf-c-accordion__expandable-content--m-fixed--MaxHeight: 9.375rem;
|
|
5777
|
+
--pf-c-accordion__expandable-content-body--PaddingTop: var(--pf-global--spacer--sm);
|
|
5778
|
+
--pf-c-accordion__expandable-content-body--PaddingRight: var(--pf-global--spacer--md);
|
|
5779
|
+
--pf-c-accordion__expandable-content-body--PaddingBottom: var(--pf-global--spacer--sm);
|
|
5780
|
+
--pf-c-accordion__expandable-content-body--PaddingLeft: var(--pf-global--spacer--md);
|
|
5781
|
+
--pf-c-accordion__expandable-content-body--expandable-content-body--PaddingTop: 0;
|
|
5782
|
+
--pf-c-accordion__expandable-content-body--after--BackgroundColor: transparent;
|
|
5783
|
+
--pf-c-accordion__expandable-content-body--after--Width: var(--pf-global--BorderWidth--lg);
|
|
5784
|
+
--pf-c-accordion__expandable-content-body--before--Top: 0;
|
|
5952
5785
|
--pf-c-accordion--m-display-lg__toggle--PaddingTop: var(--pf-global--spacer--md);
|
|
5953
5786
|
--pf-c-accordion--m-display-lg__toggle--PaddingRight: var(--pf-global--spacer--md);
|
|
5954
5787
|
--pf-c-accordion--m-display-lg__toggle--PaddingBottom: var(--pf-global--spacer--md);
|
|
@@ -5962,21 +5795,21 @@ a {
|
|
|
5962
5795
|
--pf-c-accordion--m-display-lg__toggle--focus__toggle-text--FontWeight: var(--pf-global--FontWeight--normal);
|
|
5963
5796
|
--pf-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--Color: var(--pf-global--Color--100);
|
|
5964
5797
|
--pf-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--FontWeight: var(--pf-global--FontWeight--normal);
|
|
5965
|
-
--pf-c-accordion--m-display-
|
|
5966
|
-
--pf-c-accordion--m-display-
|
|
5967
|
-
--pf-c-accordion--m-display-
|
|
5968
|
-
--pf-c-accordion--m-display-
|
|
5969
|
-
--pf-c-accordion--m-display-
|
|
5970
|
-
--pf-c-accordion--m-display-
|
|
5971
|
-
--pf-c-accordion--m-display-
|
|
5798
|
+
--pf-c-accordion--m-display-lg__expandable-content--FontSize: var(--pf-global--FontSize--md);
|
|
5799
|
+
--pf-c-accordion--m-display-lg__expandable-content--Color: var(--pf-global--Color--100);
|
|
5800
|
+
--pf-c-accordion--m-display-lg__expandable-content-body--PaddingTop: 0;
|
|
5801
|
+
--pf-c-accordion--m-display-lg__expandable-content-body--PaddingRight: var(--pf-global--spacer--md);
|
|
5802
|
+
--pf-c-accordion--m-display-lg__expandable-content-body--PaddingBottom: var(--pf-global--spacer--md);
|
|
5803
|
+
--pf-c-accordion--m-display-lg__expandable-content-body--last-child--PaddingBottom: var(--pf-global--spacer--lg);
|
|
5804
|
+
--pf-c-accordion--m-display-lg__expandable-content-body--PaddingLeft: var(--pf-global--spacer--lg);
|
|
5972
5805
|
--pf-c-accordion--m-bordered--BorderTopWidth: var(--pf-global--BorderWidth--sm);
|
|
5973
5806
|
--pf-c-accordion--m-bordered--BorderTopColor: var(--pf-global--BorderColor--100);
|
|
5974
|
-
--pf-c-accordion--m-bordered__toggle--
|
|
5975
|
-
--pf-c-accordion--m-bordered__toggle--
|
|
5976
|
-
--pf-c-accordion--m-bordered__toggle--
|
|
5977
|
-
--pf-c-accordion--m-bordered__toggle--
|
|
5978
|
-
--pf-c-accordion--m-
|
|
5979
|
-
--pf-c-accordion--m-
|
|
5807
|
+
--pf-c-accordion--m-bordered__toggle--after--Top: calc(-1 * var(--pf-global--BorderWidth--sm));
|
|
5808
|
+
--pf-c-accordion--m-bordered__toggle--before--BorderColor: var(--pf-global--BorderColor--100);
|
|
5809
|
+
--pf-c-accordion--m-bordered__toggle--before--BorderTopWidth: 0;
|
|
5810
|
+
--pf-c-accordion--m-bordered__toggle--before--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
|
|
5811
|
+
--pf-c-accordion--m-bordered__expandable-content--m-expanded__expandable-content-body--last-child--before--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
|
|
5812
|
+
--pf-c-accordion--m-bordered__expandable-content--m-expanded__expandable-content-body--last-child--before--BorderBottomColor: var(--pf-global--BorderColor--100);
|
|
5980
5813
|
color: var(--pf-global--Color--100);
|
|
5981
5814
|
background-color: var(--pf-c-accordion--BackgroundColor);
|
|
5982
5815
|
}
|
|
@@ -5994,18 +5827,18 @@ a {
|
|
|
5994
5827
|
--pf-c-accordion__toggle--focus__toggle-text--FontWeight: var(--pf-c-accordion--m-display-lg__toggle--focus__toggle-text--FontWeight);
|
|
5995
5828
|
--pf-c-accordion__toggle--m-expanded__toggle-text--Color: var(--pf-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--Color);
|
|
5996
5829
|
--pf-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--FontWeight);
|
|
5997
|
-
--pf-c-
|
|
5998
|
-
--pf-c-
|
|
5999
|
-
--pf-c-
|
|
6000
|
-
--pf-c-
|
|
6001
|
-
--pf-c-
|
|
6002
|
-
--pf-c-
|
|
5830
|
+
--pf-c-accordion__expandable-content-body--PaddingTop: var(--pf-c-accordion--m-display-lg__expandable-content-body--PaddingTop);
|
|
5831
|
+
--pf-c-accordion__expandable-content-body--PaddingRight: var(--pf-c-accordion--m-display-lg__expandable-content-body--PaddingRight);
|
|
5832
|
+
--pf-c-accordion__expandable-content-body--PaddingBottom: var(--pf-c-accordion--m-display-lg__expandable-content-body--PaddingBottom);
|
|
5833
|
+
--pf-c-accordion__expandable-content-body--PaddingLeft: var(--pf-c-accordion--m-display-lg__expandable-content-body--PaddingLeft);
|
|
5834
|
+
--pf-c-accordion__expandable-content--FontSize: var(--pf-c-accordion--m-display-lg__expandable-content--FontSize);
|
|
5835
|
+
--pf-c-accordion__expandable-content--Color: var(--pf-c-accordion--m-display-lg__expandable-content--Color);
|
|
6003
5836
|
}
|
|
6004
|
-
.pf-c-accordion.pf-m-display-lg .pf-c-
|
|
6005
|
-
--pf-c-
|
|
5837
|
+
.pf-c-accordion.pf-m-display-lg .pf-c-accordion__expandable-content-body:last-child {
|
|
5838
|
+
--pf-c-accordion__expandable-content-body--PaddingBottom: var(--pf-c-accordion--m-display-lg__expandable-content-body--last-child--PaddingBottom);
|
|
6006
5839
|
}
|
|
6007
5840
|
.pf-c-accordion.pf-m-bordered {
|
|
6008
|
-
--pf-c-accordion__toggle--
|
|
5841
|
+
--pf-c-accordion__toggle--after--Top: var(--pf-c-accordion--m-bordered__toggle--after--Top);
|
|
6009
5842
|
border-top: var(--pf-c-accordion--m-bordered--BorderTopWidth) solid var(--pf-c-accordion--m-bordered--BorderTopColor);
|
|
6010
5843
|
}
|
|
6011
5844
|
.pf-c-accordion.pf-m-bordered .pf-c-accordion__toggle::before {
|
|
@@ -6015,13 +5848,13 @@ a {
|
|
|
6015
5848
|
bottom: 0;
|
|
6016
5849
|
left: 0;
|
|
6017
5850
|
content: "";
|
|
6018
|
-
border: solid var(--pf-c-accordion--m-bordered__toggle--
|
|
6019
|
-
border-width: var(--pf-c-accordion--m-bordered__toggle--
|
|
5851
|
+
border: solid var(--pf-c-accordion--m-bordered__toggle--before--BorderColor);
|
|
5852
|
+
border-width: var(--pf-c-accordion--m-bordered__toggle--before--BorderTopWidth) 0 var(--pf-c-accordion--m-bordered__toggle--before--BorderBottomWidth);
|
|
6020
5853
|
}
|
|
6021
5854
|
.pf-c-accordion.pf-m-bordered .pf-c-accordion__toggle.pf-m-expanded {
|
|
6022
|
-
--pf-c-accordion--m-bordered__toggle--
|
|
5855
|
+
--pf-c-accordion--m-bordered__toggle--before--BorderBottomWidth: 0;
|
|
6023
5856
|
}
|
|
6024
|
-
.pf-c-accordion.pf-m-bordered .pf-c-
|
|
5857
|
+
.pf-c-accordion.pf-m-bordered .pf-c-accordion__expandable-content.pf-m-expanded .pf-c-accordion__expandable-content-body:last-child::before {
|
|
6025
5858
|
position: absolute;
|
|
6026
5859
|
top: 0;
|
|
6027
5860
|
right: 0;
|
|
@@ -6029,7 +5862,7 @@ a {
|
|
|
6029
5862
|
left: 0;
|
|
6030
5863
|
pointer-events: none;
|
|
6031
5864
|
content: "";
|
|
6032
|
-
border-bottom: var(--pf-c-accordion--m-
|
|
5865
|
+
border-bottom: var(--pf-c-accordion--m-bordered__expandable-content--m-expanded__expandable-content-body--last-child--before--BorderBottomWidth) solid var(--pf-c-accordion--m-bordered__expandable-content--m-expanded__expandable-content-body--last-child--before--BorderBottomColor);
|
|
6033
5866
|
}
|
|
6034
5867
|
|
|
6035
5868
|
.pf-c-accordion__toggle {
|
|
@@ -6045,15 +5878,15 @@ a {
|
|
|
6045
5878
|
}
|
|
6046
5879
|
.pf-c-accordion__toggle::after {
|
|
6047
5880
|
position: absolute;
|
|
6048
|
-
top: var(--pf-c-accordion__toggle--
|
|
5881
|
+
top: var(--pf-c-accordion__toggle--after--Top);
|
|
6049
5882
|
bottom: 0;
|
|
6050
5883
|
left: 0;
|
|
6051
|
-
width: var(--pf-c-accordion__toggle--
|
|
5884
|
+
width: var(--pf-c-accordion__toggle--after--Width);
|
|
6052
5885
|
content: "";
|
|
6053
|
-
background-color: var(--pf-c-accordion__toggle--
|
|
5886
|
+
background-color: var(--pf-c-accordion__toggle--after--BackgroundColor);
|
|
6054
5887
|
}
|
|
6055
5888
|
.pf-c-accordion__toggle.pf-m-expanded {
|
|
6056
|
-
--pf-c-accordion__toggle--
|
|
5889
|
+
--pf-c-accordion__toggle--after--BackgroundColor: var(--pf-c-accordion__toggle--m-expanded--after--BackgroundColor);
|
|
6057
5890
|
}
|
|
6058
5891
|
.pf-c-accordion__toggle.pf-m-expanded .pf-c-accordion__toggle-text {
|
|
6059
5892
|
font-weight: var(--pf-c-accordion__toggle--m-expanded__toggle-text--FontWeight);
|
|
@@ -6094,33 +5927,33 @@ a {
|
|
|
6094
5927
|
transition: var(--pf-c-accordion__toggle-icon--Transition);
|
|
6095
5928
|
}
|
|
6096
5929
|
|
|
6097
|
-
.pf-c-
|
|
6098
|
-
font-size: var(--pf-c-
|
|
6099
|
-
color: var(--pf-c-
|
|
5930
|
+
.pf-c-accordion__expandable-content {
|
|
5931
|
+
font-size: var(--pf-c-accordion__expandable-content--FontSize);
|
|
5932
|
+
color: var(--pf-c-accordion__expandable-content--Color);
|
|
6100
5933
|
}
|
|
6101
|
-
.pf-c-
|
|
6102
|
-
max-height: var(--pf-c-
|
|
5934
|
+
.pf-c-accordion__expandable-content.pf-m-fixed {
|
|
5935
|
+
max-height: var(--pf-c-accordion__expandable-content--m-fixed--MaxHeight);
|
|
6103
5936
|
overflow-y: auto;
|
|
6104
5937
|
}
|
|
6105
|
-
.pf-c-
|
|
6106
|
-
--pf-c-
|
|
5938
|
+
.pf-c-accordion__expandable-content.pf-m-expanded {
|
|
5939
|
+
--pf-c-accordion__expandable-content-body--after--BackgroundColor: var(--pf-c-accordion__expandable-content--m-expanded__expandable-content-body--after--BackgroundColor);
|
|
6107
5940
|
}
|
|
6108
5941
|
|
|
6109
|
-
.pf-c-
|
|
5942
|
+
.pf-c-accordion__expandable-content-body {
|
|
6110
5943
|
position: relative;
|
|
6111
|
-
padding: var(--pf-c-
|
|
5944
|
+
padding: var(--pf-c-accordion__expandable-content-body--PaddingTop) var(--pf-c-accordion__expandable-content-body--PaddingRight) var(--pf-c-accordion__expandable-content-body--PaddingBottom) var(--pf-c-accordion__expandable-content-body--PaddingLeft);
|
|
6112
5945
|
}
|
|
6113
|
-
.pf-c-
|
|
5946
|
+
.pf-c-accordion__expandable-content-body::after {
|
|
6114
5947
|
position: absolute;
|
|
6115
5948
|
top: 0;
|
|
6116
5949
|
bottom: 0;
|
|
6117
5950
|
left: 0;
|
|
6118
|
-
width: var(--pf-c-
|
|
5951
|
+
width: var(--pf-c-accordion__expandable-content-body--after--Width);
|
|
6119
5952
|
content: "";
|
|
6120
|
-
background-color: var(--pf-c-
|
|
5953
|
+
background-color: var(--pf-c-accordion__expandable-content-body--after--BackgroundColor);
|
|
6121
5954
|
}
|
|
6122
|
-
.pf-c-
|
|
6123
|
-
--pf-c-
|
|
5955
|
+
.pf-c-accordion__expandable-content-body + .pf-c-accordion__expandable-content-body {
|
|
5956
|
+
--pf-c-accordion__expandable-content-body--PaddingTop: var(--pf-c-accordion__expandable-content-body--expandable-content-body--PaddingTop);
|
|
6124
5957
|
}
|
|
6125
5958
|
|
|
6126
5959
|
:where(.pf-theme-dark) .pf-c-wizard__header, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
@@ -6384,10 +6217,6 @@ a {
|
|
|
6384
6217
|
margin-right: var(--pf-c-alert__action-group__c-button--not-last-child--MarginRight);
|
|
6385
6218
|
}
|
|
6386
6219
|
|
|
6387
|
-
.pf-m-overpass-font .pf-c-alert__title {
|
|
6388
|
-
--pf-c-alert__title--FontWeight: var(--pf-global--FontWeight--normal);
|
|
6389
|
-
}
|
|
6390
|
-
|
|
6391
6220
|
:where(.pf-theme-dark) .pf-c-wizard__header, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
6392
6221
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
6393
6222
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
@@ -7194,7 +7023,7 @@ a {
|
|
|
7194
7023
|
--pf-c-banner--link--Color: var(--pf-c-banner--Color);
|
|
7195
7024
|
--pf-c-banner--link--TextDecoration: underline;
|
|
7196
7025
|
--pf-c-banner--link--hover--Color: var(--pf-c-banner--Color);
|
|
7197
|
-
--pf-c-banner--link--hover--FontWeight: var(--pf-global--FontWeight--
|
|
7026
|
+
--pf-c-banner--link--hover--FontWeight: var(--pf-global--FontWeight--bold);
|
|
7198
7027
|
--pf-c-banner--link--disabled--Color: var(--pf-c-banner--Color);
|
|
7199
7028
|
--pf-c-banner--link--disabled--TextDecoration: none;
|
|
7200
7029
|
--pf-c-banner--m-info--BackgroundColor: var(--pf-global--palette--blue-200);
|
|
@@ -7461,14 +7290,8 @@ button.pf-c-breadcrumb__link {
|
|
|
7461
7290
|
white-space: normal;
|
|
7462
7291
|
}
|
|
7463
7292
|
|
|
7464
|
-
.pf-m-overpass-font .pf-c-breadcrumb__link,
|
|
7465
|
-
.pf-m-overpass-font .pf-c-breadcrumb__item {
|
|
7466
|
-
font-weight: var(--pf-global--FontWeight--semi-bold);
|
|
7467
|
-
}
|
|
7468
|
-
|
|
7469
7293
|
.pf-c-breadcrumb__list > :first-child .pf-c-breadcrumb__item-divider {
|
|
7470
7294
|
display: none;
|
|
7471
|
-
visibility: hidden;
|
|
7472
7295
|
}
|
|
7473
7296
|
|
|
7474
7297
|
:where(.pf-theme-dark) .pf-c-wizard__header, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
@@ -8014,10 +7837,6 @@ button.pf-c-breadcrumb__link {
|
|
|
8014
7837
|
margin-left: var(--pf-c-button__count--MarginLeft);
|
|
8015
7838
|
}
|
|
8016
7839
|
|
|
8017
|
-
.pf-m-overpass-font .pf-c-button {
|
|
8018
|
-
--pf-c-button--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
8019
|
-
}
|
|
8020
|
-
|
|
8021
7840
|
:where(.pf-theme-dark) .pf-c-wizard__header, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
8022
7841
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
8023
7842
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
@@ -8105,7 +7924,7 @@ button.pf-c-breadcrumb__link {
|
|
|
8105
7924
|
--pf-c-calendar-month--PaddingLeft: var(--pf-global--spacer--lg);
|
|
8106
7925
|
--pf-c-calendar-month--FontSize: var(--pf-global--FontSize--sm);
|
|
8107
7926
|
--pf-c-calendar-month__header--MarginBottom: var(--pf-global--spacer--md);
|
|
8108
|
-
--pf-c-calendar-month__header-year--Width:
|
|
7927
|
+
--pf-c-calendar-month__header-year--Width: 8ch;
|
|
8109
7928
|
--pf-c-calendar-month__header-nav-control--MarginRight: 0;
|
|
8110
7929
|
--pf-c-calendar-month__header-nav-control--MarginLeft: 0;
|
|
8111
7930
|
--pf-c-calendar-month__header-nav-control--m-prev-month--MarginRight: 0;
|
|
@@ -8360,7 +8179,9 @@ button.pf-c-breadcrumb__link {
|
|
|
8360
8179
|
--pf-c-card__body--FontSize: var(--pf-global--FontSize--md);
|
|
8361
8180
|
--pf-c-card__footer--FontSize: var(--pf-global--FontSize--md);
|
|
8362
8181
|
--pf-c-card__actions--PaddingLeft: var(--pf-global--spacer--md);
|
|
8363
|
-
--pf-c-card__actions--
|
|
8182
|
+
--pf-c-card__actions--Gap: var(--pf-global--spacer--sm);
|
|
8183
|
+
--pf-c-card__actions--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
|
|
8184
|
+
--pf-c-card__actions--MarginBottom: calc(var(--pf-global--spacer--form-element) * -1);
|
|
8364
8185
|
--pf-c-card__header-toggle--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
|
|
8365
8186
|
--pf-c-card__header-toggle--MarginRight: var(--pf-global--spacer--xs);
|
|
8366
8187
|
--pf-c-card__header-toggle--MarginBottom: calc(var(--pf-global--spacer--form-element) * -1);
|
|
@@ -8431,7 +8252,6 @@ button.pf-c-breadcrumb__link {
|
|
|
8431
8252
|
--pf-c-card--m-plain--BackgroundColor: transparent;
|
|
8432
8253
|
--pf-c-card__header--m-toggle-right--toggle--MarginRight: calc(var(--pf-global--spacer--form-element) * -1);
|
|
8433
8254
|
--pf-c-card__header--m-toggle-right--toggle--MarginLeft: var(--pf-global--spacer--xs);
|
|
8434
|
-
--pf-c-card__header--m-toggle-right--actions--MarginRight: 0;
|
|
8435
8255
|
--pf-c-card__input--focus--BorderWidth: var(--pf-global--BorderWidth--md);
|
|
8436
8256
|
--pf-c-card__input--focus--BorderColor: var(--pf-global--primary-color--100);
|
|
8437
8257
|
display: flex;
|
|
@@ -8577,13 +8397,11 @@ button.pf-c-breadcrumb__link {
|
|
|
8577
8397
|
--pf-c-card__header-toggle--MarginRight: var(--pf-c-card__header--m-toggle-right--toggle--MarginRight);
|
|
8578
8398
|
--pf-c-card__header-toggle--MarginLeft: var(--pf-c-card__header--m-toggle-right--toggle--MarginLeft);
|
|
8579
8399
|
}
|
|
8580
|
-
.pf-c-card__header.pf-m-toggle-right .pf-c-card__actions {
|
|
8581
|
-
--pf-c-card__header-toggle--MarginRight: var(--pf-c-card__header--m-toggle-right--actions--MarginRight);
|
|
8582
|
-
}
|
|
8583
8400
|
.pf-c-card__header.pf-m-toggle-right .pf-c-card__header-toggle {
|
|
8584
8401
|
order: 2;
|
|
8585
8402
|
}
|
|
8586
|
-
|
|
8403
|
+
|
|
8404
|
+
.pf-c-card__header-main {
|
|
8587
8405
|
flex: 1;
|
|
8588
8406
|
}
|
|
8589
8407
|
|
|
@@ -8609,10 +8427,8 @@ button.pf-c-breadcrumb__link {
|
|
|
8609
8427
|
align-self: flex-start;
|
|
8610
8428
|
order: 1;
|
|
8611
8429
|
padding-left: var(--pf-c-card__actions--PaddingLeft);
|
|
8612
|
-
margin: var(--pf-c-
|
|
8613
|
-
|
|
8614
|
-
.pf-c-card__actions > * + * {
|
|
8615
|
-
margin-left: var(--pf-c-card__actions--child--MarginLeft);
|
|
8430
|
+
margin: var(--pf-c-card__actions--MarginTop) 0 var(--pf-c-card__actions--MarginBottom) auto;
|
|
8431
|
+
gap: var(--pf-c-card__actions--Gap);
|
|
8616
8432
|
}
|
|
8617
8433
|
.pf-c-card__actions + .pf-c-card__title,
|
|
8618
8434
|
.pf-c-card__actions + .pf-c-card__body,
|
|
@@ -8620,8 +8436,8 @@ button.pf-c-breadcrumb__link {
|
|
|
8620
8436
|
padding: 0;
|
|
8621
8437
|
}
|
|
8622
8438
|
.pf-c-card__actions.pf-m-no-offset {
|
|
8623
|
-
--pf-c-
|
|
8624
|
-
--pf-c-
|
|
8439
|
+
--pf-c-card__actions--MarginTop: 0;
|
|
8440
|
+
--pf-c-card__actions--MarginBottom: 0;
|
|
8625
8441
|
}
|
|
8626
8442
|
|
|
8627
8443
|
.pf-c-card__header,
|
|
@@ -8670,10 +8486,6 @@ button.pf-c-breadcrumb__link {
|
|
|
8670
8486
|
border: var(--pf-c-card__input--focus--BorderWidth) solid var(--pf-c-card__input--focus--BorderColor);
|
|
8671
8487
|
}
|
|
8672
8488
|
|
|
8673
|
-
.pf-m-overpass-font .pf-c-card .pf-c-card__title {
|
|
8674
|
-
font-weight: var(--pf-global--FontWeight--normal);
|
|
8675
|
-
}
|
|
8676
|
-
|
|
8677
8489
|
:where(.pf-theme-dark) .pf-c-wizard__header, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
8678
8490
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
8679
8491
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
@@ -8737,8 +8549,6 @@ button.pf-c-breadcrumb__link {
|
|
|
8737
8549
|
display: grid;
|
|
8738
8550
|
grid-template-columns: auto 1fr;
|
|
8739
8551
|
grid-gap: var(--pf-c-check--GridGap);
|
|
8740
|
-
align-items: start;
|
|
8741
|
-
justify-items: start;
|
|
8742
8552
|
}
|
|
8743
8553
|
.pf-c-check.pf-m-standalone {
|
|
8744
8554
|
--pf-c-check--GridGap: 0;
|
|
@@ -8771,6 +8581,10 @@ button.pf-c-breadcrumb__link {
|
|
|
8771
8581
|
margin-top: var(--pf-c-check__body--MarginTop);
|
|
8772
8582
|
}
|
|
8773
8583
|
|
|
8584
|
+
.pf-c-check__label,
|
|
8585
|
+
.pf-c-check__input {
|
|
8586
|
+
justify-self: start;
|
|
8587
|
+
}
|
|
8774
8588
|
label.pf-c-check, .pf-c-check__label,
|
|
8775
8589
|
.pf-c-check__input {
|
|
8776
8590
|
cursor: pointer;
|
|
@@ -8922,28 +8736,40 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8922
8736
|
|
|
8923
8737
|
.pf-c-chip-group {
|
|
8924
8738
|
color: var(--pf-global--Color--100);
|
|
8925
|
-
--pf-c-chip-
|
|
8926
|
-
--pf-c-chip-
|
|
8739
|
+
--pf-c-chip-group--PaddingTop: 0;
|
|
8740
|
+
--pf-c-chip-group--PaddingRight: 0;
|
|
8741
|
+
--pf-c-chip-group--PaddingBottom: 0;
|
|
8742
|
+
--pf-c-chip-group--PaddingLeft: 0;
|
|
8743
|
+
--pf-c-chip-group--RowGap: var(--pf-global--spacer--sm);
|
|
8744
|
+
--pf-c-chip-group--ColumnGap: var(--pf-global--spacer--sm);
|
|
8745
|
+
--pf-c-chip-group__main--RowGap: var(--pf-global--spacer--xs);
|
|
8746
|
+
--pf-c-chip-group__main--ColumnGap: var(--pf-global--spacer--sm);
|
|
8747
|
+
--pf-c-chip-group__list--RowGap: var(--pf-global--spacer--xs);
|
|
8748
|
+
--pf-c-chip-group__list--ColumnGap: var(--pf-global--spacer--xs);
|
|
8927
8749
|
--pf-c-chip-group--m-category--PaddingTop: var(--pf-global--spacer--xs);
|
|
8928
8750
|
--pf-c-chip-group--m-category--PaddingRight: var(--pf-global--spacer--xs);
|
|
8929
8751
|
--pf-c-chip-group--m-category--PaddingBottom: var(--pf-global--spacer--xs);
|
|
8930
8752
|
--pf-c-chip-group--m-category--PaddingLeft: var(--pf-global--spacer--sm);
|
|
8931
8753
|
--pf-c-chip-group--m-category--BorderRadius: var(--pf-global--BorderRadius--sm);
|
|
8932
8754
|
--pf-c-chip-group--m-category--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
8933
|
-
--pf-c-chip-group__label--MarginRight: var(--pf-global--spacer--sm);
|
|
8934
8755
|
--pf-c-chip-group__label--FontSize: var(--pf-global--FontSize--sm);
|
|
8935
8756
|
--pf-c-chip-group__label--MaxWidth: 18ch;
|
|
8936
8757
|
--pf-c-chip-group__close--MarginTop: calc(var(--pf-global--spacer--xs) * -1);
|
|
8937
8758
|
--pf-c-chip-group__close--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
|
8938
|
-
--pf-c-chip-
|
|
8939
|
-
--pf-c-chip-group__list-item--MarginBottom: var(--pf-global--spacer--xs);
|
|
8759
|
+
--pf-c-chip-group__close--MarginLeft: calc(var(--pf-global--spacer--sm) * -1);
|
|
8940
8760
|
max-width: 100%;
|
|
8761
|
+
padding-top: var(--pf-c-chip-group--PaddingTop);
|
|
8762
|
+
padding-right: var(--pf-c-chip-group--PaddingRight);
|
|
8763
|
+
padding-bottom: var(--pf-c-chip-group--PaddingBottom);
|
|
8764
|
+
padding-left: var(--pf-c-chip-group--PaddingLeft);
|
|
8765
|
+
row-gap: var(--pf-c-chip-group--RowGap);
|
|
8766
|
+
column-gap: var(--pf-c-chip-group--ColumnGap);
|
|
8941
8767
|
}
|
|
8942
8768
|
.pf-c-chip-group.pf-m-category {
|
|
8943
|
-
|
|
8944
|
-
|
|
8945
|
-
|
|
8946
|
-
|
|
8769
|
+
--pf-c-chip-group--PaddingTop: var(--pf-c-chip-group--m-category--PaddingTop);
|
|
8770
|
+
--pf-c-chip-group--PaddingRight: var(--pf-c-chip-group--m-category--PaddingRight);
|
|
8771
|
+
--pf-c-chip-group--PaddingBottom: var(--pf-c-chip-group--m-category--PaddingBottom);
|
|
8772
|
+
--pf-c-chip-group--PaddingLeft: var(--pf-c-chip-group--m-category--PaddingLeft);
|
|
8947
8773
|
background-color: var(--pf-c-chip-group--m-category--BackgroundColor);
|
|
8948
8774
|
border-radius: var(--pf-c-chip-group--m-category--BorderRadius);
|
|
8949
8775
|
}
|
|
@@ -8954,11 +8780,8 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8954
8780
|
flex-wrap: wrap;
|
|
8955
8781
|
align-items: baseline;
|
|
8956
8782
|
min-width: 0;
|
|
8957
|
-
|
|
8958
|
-
|
|
8959
|
-
.pf-c-chip-group__list {
|
|
8960
|
-
margin-right: var(--pf-c-chip-group__list--MarginRight);
|
|
8961
|
-
margin-bottom: var(--pf-c-chip-group__list--MarginBottom);
|
|
8783
|
+
row-gap: var(--pf-c-chip-group__main--RowGap);
|
|
8784
|
+
column-gap: var(--pf-c-chip-group__main--ColumnGap);
|
|
8962
8785
|
}
|
|
8963
8786
|
|
|
8964
8787
|
.pf-c-chip-group,
|
|
@@ -8969,11 +8792,14 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8969
8792
|
min-width: 0;
|
|
8970
8793
|
}
|
|
8971
8794
|
|
|
8795
|
+
.pf-c-chip-group__list {
|
|
8796
|
+
row-gap: var(--pf-c-chip-group__list--RowGap);
|
|
8797
|
+
column-gap: var(--pf-c-chip-group__list--ColumnGap);
|
|
8798
|
+
}
|
|
8799
|
+
|
|
8972
8800
|
.pf-c-chip-group__list-item {
|
|
8973
8801
|
display: inline-flex;
|
|
8974
8802
|
min-width: 0;
|
|
8975
|
-
margin-right: var(--pf-c-chip-group__list-item--MarginRight);
|
|
8976
|
-
margin-bottom: var(--pf-c-chip-group__list-item--MarginBottom);
|
|
8977
8803
|
}
|
|
8978
8804
|
|
|
8979
8805
|
.pf-c-chip-group__label {
|
|
@@ -8981,7 +8807,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8981
8807
|
text-overflow: ellipsis;
|
|
8982
8808
|
white-space: nowrap;
|
|
8983
8809
|
max-width: var(--pf-c-chip-group__label--MaxWidth);
|
|
8984
|
-
margin-right: var(--pf-c-chip-group__label--MarginRight);
|
|
8985
8810
|
font-size: var(--pf-c-chip-group__label--FontSize);
|
|
8986
8811
|
}
|
|
8987
8812
|
|
|
@@ -8990,6 +8815,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8990
8815
|
align-self: flex-start;
|
|
8991
8816
|
margin-top: var(--pf-c-chip-group__close--MarginTop);
|
|
8992
8817
|
margin-bottom: var(--pf-c-chip-group__close--MarginBottom);
|
|
8818
|
+
margin-left: var(--pf-c-chip-group__close--MarginLeft);
|
|
8993
8819
|
}
|
|
8994
8820
|
|
|
8995
8821
|
.pf-c-clipboard-copy {
|
|
@@ -9409,7 +9235,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9409
9235
|
--pf-c-content--li--MarginTop: var(--pf-global--spacer--sm);
|
|
9410
9236
|
--pf-c-content--dl--ColumnGap: var(--pf-global--spacer--2xl);
|
|
9411
9237
|
--pf-c-content--dl--RowGap: var(--pf-global--spacer--md);
|
|
9412
|
-
--pf-c-content--dt--FontWeight: var(--pf-global--FontWeight--
|
|
9238
|
+
--pf-c-content--dt--FontWeight: var(--pf-global--FontWeight--bold);
|
|
9413
9239
|
--pf-c-content--dt--MarginTop: var(--pf-global--spacer--md);
|
|
9414
9240
|
--pf-c-content--dt--sm--MarginTop: 0;
|
|
9415
9241
|
--pf-c-content--hr--Height: var(--pf-global--BorderWidth--sm);
|
|
@@ -9473,12 +9299,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9473
9299
|
.pf-c-content ul {
|
|
9474
9300
|
margin: 0;
|
|
9475
9301
|
}
|
|
9476
|
-
.pf-c-content ol.pf-m-plain,
|
|
9477
|
-
.pf-c-content ul.pf-m-plain {
|
|
9478
|
-
padding-left: 0;
|
|
9479
|
-
margin-left: 0;
|
|
9480
|
-
list-style: none;
|
|
9481
|
-
}
|
|
9482
9302
|
.pf-c-content h1 {
|
|
9483
9303
|
margin-top: var(--pf-c-content--h1--MarginTop);
|
|
9484
9304
|
margin-bottom: var(--pf-c-content--h1--MarginBottom);
|
|
@@ -9598,16 +9418,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9598
9418
|
}
|
|
9599
9419
|
}
|
|
9600
9420
|
|
|
9601
|
-
.pf-m-overpass-font .pf-c-content {
|
|
9602
|
-
--pf-c-content--h2--LineHeight: var(--pf-global--LineHeight--sm);
|
|
9603
|
-
--pf-c-content--h4--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
9604
|
-
--pf-c-content--h5--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
9605
|
-
--pf-c-content--h6--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
9606
|
-
}
|
|
9607
|
-
.pf-m-overpass-font .pf-c-content blockquote {
|
|
9608
|
-
font-weight: var(--pf-global--FontWeight--light);
|
|
9609
|
-
}
|
|
9610
|
-
|
|
9611
9421
|
.pf-c-context-selector {
|
|
9612
9422
|
--pf-c-context-selector--Width: 15.625rem;
|
|
9613
9423
|
--pf-c-context-selector__toggle--PaddingTop: var(--pf-global--spacer--form-element);
|
|
@@ -11505,13 +11315,17 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11505
11315
|
--pf-c-toolbar--PaddingBottom: var(--pf-global--spacer--md);
|
|
11506
11316
|
--pf-c-toolbar__item--Display: block;
|
|
11507
11317
|
--pf-c-toolbar__item--MinWidth--base: auto;
|
|
11318
|
+
--pf-c-toolbar__item--AlignSelf: auto;
|
|
11508
11319
|
--pf-c-toolbar__group--Display: flex;
|
|
11320
|
+
--pf-c-toolbar__group--AlignItems: baseline;
|
|
11321
|
+
--pf-c-toolbar__group--AlignSelf: auto;
|
|
11509
11322
|
--pf-c-toolbar--m-sticky--ZIndex: var(--pf-global--ZIndex--xs);
|
|
11510
11323
|
--pf-c-toolbar--m-sticky--BoxShadow: var(--pf-global--BoxShadow--sm-bottom);
|
|
11511
11324
|
--pf-c-toolbar__content--Display: flex;
|
|
11512
11325
|
--pf-c-toolbar__content--PaddingRight: var(--pf-global--spacer--md);
|
|
11513
11326
|
--pf-c-toolbar__content--PaddingLeft: var(--pf-global--spacer--md);
|
|
11514
11327
|
--pf-c-toolbar__content-section--Display: flex;
|
|
11328
|
+
--pf-c-toolbar__content-section--AlignItems: baseline;
|
|
11515
11329
|
--pf-c-toolbar--m-page-insets--inset: var(--pf-global--spacer--md);
|
|
11516
11330
|
--pf-c-toolbar--m-page-insets--xl--inset: var(--pf-global--spacer--lg);
|
|
11517
11331
|
--pf-c-toolbar__expandable-content--Display: grid;
|
|
@@ -11633,9 +11447,22 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11633
11447
|
.pf-c-toolbar__group {
|
|
11634
11448
|
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--spacer);
|
|
11635
11449
|
--pf-hidden-visible--visible--Display: var(--pf-c-toolbar__group--Display);
|
|
11636
|
-
align-items:
|
|
11450
|
+
align-items: var(--pf-c-toolbar__group--AlignItems);
|
|
11451
|
+
align-self: var(--pf-c-toolbar__group--AlignSelf);
|
|
11637
11452
|
margin-right: var(--pf-c-toolbar--spacer);
|
|
11638
11453
|
}
|
|
11454
|
+
.pf-c-toolbar__group.pf-m-align-items-center {
|
|
11455
|
+
align-items: center;
|
|
11456
|
+
}
|
|
11457
|
+
.pf-c-toolbar__group.pf-m-align-items-baseline {
|
|
11458
|
+
align-items: baseline;
|
|
11459
|
+
}
|
|
11460
|
+
.pf-c-toolbar__group.pf-m-align-self-center {
|
|
11461
|
+
align-self: center;
|
|
11462
|
+
}
|
|
11463
|
+
.pf-c-toolbar__group.pf-m-align-self-baseline {
|
|
11464
|
+
align-self: baseline;
|
|
11465
|
+
}
|
|
11639
11466
|
.pf-c-toolbar__group.pf-m-button-group {
|
|
11640
11467
|
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-button-group--spacer);
|
|
11641
11468
|
}
|
|
@@ -11663,11 +11490,9 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11663
11490
|
.pf-c-toolbar__group.pf-m-toggle-group .pf-c-toolbar__group,
|
|
11664
11491
|
.pf-c-toolbar__group.pf-m-toggle-group .pf-c-toolbar__item {
|
|
11665
11492
|
display: none;
|
|
11666
|
-
visibility: hidden;
|
|
11667
11493
|
}
|
|
11668
11494
|
.pf-c-toolbar__group.pf-m-toggle-group .pf-c-toolbar__toggle {
|
|
11669
11495
|
display: inline-block;
|
|
11670
|
-
visibility: visible;
|
|
11671
11496
|
}
|
|
11672
11497
|
.pf-c-toolbar__group:last-child {
|
|
11673
11498
|
--pf-c-toolbar--spacer: 0;
|
|
@@ -11678,6 +11503,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11678
11503
|
--pf-c-toolbar__item--Width--base: var(--pf-c-toolbar__item--Width);
|
|
11679
11504
|
--pf-c-toolbar__item--MinWidth--base: var(--pf-c-toolbar__item--MinWidth);
|
|
11680
11505
|
--pf-hidden-visible--visible--Display: var(--pf-c-toolbar__item--Display);
|
|
11506
|
+
align-self: var(--pf-c-toolbar__item--AlignSelf);
|
|
11681
11507
|
width: var(--pf-c-toolbar__item--Width--base);
|
|
11682
11508
|
min-width: var(--pf-c-toolbar__item--MinWidth--base);
|
|
11683
11509
|
margin-right: var(--pf-c-toolbar--spacer);
|
|
@@ -11732,6 +11558,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11732
11558
|
--pf-c-toolbar__item--MinWidth--base: var(--pf-c-toolbar__item--MinWidth-on-2xl, var(--pf-c-toolbar__item--MinWidth-on-xl, var(--pf-c-toolbar__item--MinWidth-on-lg, var(--pf-c-toolbar__item--MinWidth-on-md, var(--pf-c-toolbar__item--MinWidth-on-sm, var(--pf-c-toolbar__item--MinWidth))))));
|
|
11733
11559
|
}
|
|
11734
11560
|
}
|
|
11561
|
+
.pf-c-toolbar__item.pf-m-align-self-center {
|
|
11562
|
+
align-self: center;
|
|
11563
|
+
}
|
|
11564
|
+
.pf-c-toolbar__item.pf-m-align-self-baseline {
|
|
11565
|
+
align-self: baseline;
|
|
11566
|
+
}
|
|
11735
11567
|
.pf-c-toolbar__item.pf-m-overflow-menu {
|
|
11736
11568
|
--pf-c-toolbar--spacer: var(--pf-c-toolbar__item--m-overflow-menu--spacer);
|
|
11737
11569
|
}
|
|
@@ -11776,20 +11608,24 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11776
11608
|
.pf-c-toolbar__content,
|
|
11777
11609
|
.pf-c-toolbar__content-section {
|
|
11778
11610
|
flex-wrap: wrap;
|
|
11779
|
-
align-items: center;
|
|
11780
11611
|
}
|
|
11781
11612
|
|
|
11782
11613
|
.pf-c-toolbar__content {
|
|
11783
11614
|
--pf-hidden-visible--visible--Display: var(--pf-c-toolbar__content--Display);
|
|
11784
11615
|
position: relative;
|
|
11616
|
+
align-items: center;
|
|
11785
11617
|
padding-right: var(--pf-c-toolbar__content--PaddingRight);
|
|
11786
11618
|
padding-left: var(--pf-c-toolbar__content--PaddingLeft);
|
|
11787
11619
|
}
|
|
11788
11620
|
|
|
11789
11621
|
.pf-c-toolbar__content-section {
|
|
11790
11622
|
--pf-hidden-visible--visible--Display: var(--pf-c-toolbar__content-section--Display);
|
|
11623
|
+
align-items: var(--pf-c-toolbar__content-section--AlignItems);
|
|
11791
11624
|
width: 100%;
|
|
11792
11625
|
}
|
|
11626
|
+
.pf-c-toolbar__content-section.pf-m-align-items-center {
|
|
11627
|
+
align-items: center;
|
|
11628
|
+
}
|
|
11793
11629
|
|
|
11794
11630
|
.pf-c-toolbar__expandable-content {
|
|
11795
11631
|
position: absolute;
|
|
@@ -11800,7 +11636,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11800
11636
|
display: none;
|
|
11801
11637
|
width: 100%;
|
|
11802
11638
|
padding: var(--pf-c-toolbar__expandable-content--PaddingTop) var(--pf-c-toolbar__expandable-content--PaddingRight) var(--pf-c-toolbar__expandable-content--PaddingBottom) var(--pf-c-toolbar__expandable-content--PaddingLeft);
|
|
11803
|
-
visibility: hidden;
|
|
11804
11639
|
background-color: var(--pf-c-toolbar__expandable-content--BackgroundColor);
|
|
11805
11640
|
box-shadow: var(--pf-c-toolbar__expandable-content--BoxShadow);
|
|
11806
11641
|
}
|
|
@@ -11813,7 +11648,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11813
11648
|
.pf-c-toolbar__expandable-content.pf-m-expanded {
|
|
11814
11649
|
display: grid;
|
|
11815
11650
|
grid-row-gap: var(--pf-c-toolbar__expandable-content--m-expanded--GridRowGap);
|
|
11816
|
-
visibility: visible;
|
|
11817
11651
|
}
|
|
11818
11652
|
.pf-c-toolbar__expandable-content .pf-c-toolbar__group,
|
|
11819
11653
|
.pf-c-toolbar__expandable-content .pf-c-toolbar__item {
|
|
@@ -11874,11 +11708,9 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11874
11708
|
.pf-m-toggle-group.pf-m-show .pf-c-toolbar__item {
|
|
11875
11709
|
display: flex;
|
|
11876
11710
|
flex: 0 1 auto;
|
|
11877
|
-
visibility: visible;
|
|
11878
11711
|
}
|
|
11879
11712
|
.pf-m-toggle-group.pf-m-show .pf-c-toolbar__toggle {
|
|
11880
11713
|
display: none;
|
|
11881
|
-
visibility: hidden;
|
|
11882
11714
|
}
|
|
11883
11715
|
|
|
11884
11716
|
@media (min-width: 576px) {
|
|
@@ -11889,11 +11721,9 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11889
11721
|
.pf-m-toggle-group.pf-m-show-on-sm .pf-c-toolbar__item {
|
|
11890
11722
|
display: flex;
|
|
11891
11723
|
flex: 0 1 auto;
|
|
11892
|
-
visibility: visible;
|
|
11893
11724
|
}
|
|
11894
11725
|
.pf-m-toggle-group.pf-m-show-on-sm .pf-c-toolbar__toggle {
|
|
11895
11726
|
display: none;
|
|
11896
|
-
visibility: hidden;
|
|
11897
11727
|
}
|
|
11898
11728
|
}
|
|
11899
11729
|
@media (min-width: 768px) {
|
|
@@ -11904,11 +11734,9 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11904
11734
|
.pf-m-toggle-group.pf-m-show-on-md .pf-c-toolbar__item {
|
|
11905
11735
|
display: flex;
|
|
11906
11736
|
flex: 0 1 auto;
|
|
11907
|
-
visibility: visible;
|
|
11908
11737
|
}
|
|
11909
11738
|
.pf-m-toggle-group.pf-m-show-on-md .pf-c-toolbar__toggle {
|
|
11910
11739
|
display: none;
|
|
11911
|
-
visibility: hidden;
|
|
11912
11740
|
}
|
|
11913
11741
|
}
|
|
11914
11742
|
@media (min-width: 992px) {
|
|
@@ -11919,11 +11747,9 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11919
11747
|
.pf-m-toggle-group.pf-m-show-on-lg .pf-c-toolbar__item {
|
|
11920
11748
|
display: flex;
|
|
11921
11749
|
flex: 0 1 auto;
|
|
11922
|
-
visibility: visible;
|
|
11923
11750
|
}
|
|
11924
11751
|
.pf-m-toggle-group.pf-m-show-on-lg .pf-c-toolbar__toggle {
|
|
11925
11752
|
display: none;
|
|
11926
|
-
visibility: hidden;
|
|
11927
11753
|
}
|
|
11928
11754
|
}
|
|
11929
11755
|
@media (min-width: 1200px) {
|
|
@@ -11934,11 +11760,9 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11934
11760
|
.pf-m-toggle-group.pf-m-show-on-xl .pf-c-toolbar__item {
|
|
11935
11761
|
display: flex;
|
|
11936
11762
|
flex: 0 1 auto;
|
|
11937
|
-
visibility: visible;
|
|
11938
11763
|
}
|
|
11939
11764
|
.pf-m-toggle-group.pf-m-show-on-xl .pf-c-toolbar__toggle {
|
|
11940
11765
|
display: none;
|
|
11941
|
-
visibility: hidden;
|
|
11942
11766
|
}
|
|
11943
11767
|
}
|
|
11944
11768
|
@media (min-width: 1450px) {
|
|
@@ -11949,11 +11773,9 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11949
11773
|
.pf-m-toggle-group.pf-m-show-on-2xl .pf-c-toolbar__item {
|
|
11950
11774
|
display: flex;
|
|
11951
11775
|
flex: 0 1 auto;
|
|
11952
|
-
visibility: visible;
|
|
11953
11776
|
}
|
|
11954
11777
|
.pf-m-toggle-group.pf-m-show-on-2xl .pf-c-toolbar__toggle {
|
|
11955
11778
|
display: none;
|
|
11956
|
-
visibility: hidden;
|
|
11957
11779
|
}
|
|
11958
11780
|
}
|
|
11959
11781
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right,
|
|
@@ -12741,7 +12563,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
12741
12563
|
--pf-c-divider--after--Height: var(--pf-c-divider--m-horizontal--after--Height);
|
|
12742
12564
|
width: 100%;
|
|
12743
12565
|
height: auto;
|
|
12744
|
-
display: var(--pf-c-divider--Display);
|
|
12745
12566
|
flex-direction: var(--pf-c-divider--FlexDirection);
|
|
12746
12567
|
align-items: center;
|
|
12747
12568
|
align-self: stretch;
|
|
@@ -13339,7 +13160,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13339
13160
|
}
|
|
13340
13161
|
|
|
13341
13162
|
.pf-c-drawer__body {
|
|
13342
|
-
min-height: 0;
|
|
13343
13163
|
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);
|
|
13344
13164
|
}
|
|
13345
13165
|
.pf-c-drawer__body.pf-m-no-padding {
|
|
@@ -13370,7 +13190,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13370
13190
|
width: var(--pf-c-drawer__splitter--Width);
|
|
13371
13191
|
height: var(--pf-c-drawer__splitter--Height);
|
|
13372
13192
|
cursor: var(--pf-c-drawer__splitter--Cursor);
|
|
13373
|
-
visibility: hidden;
|
|
13374
13193
|
background-color: var(--pf-c-drawer__splitter--BackgroundColor);
|
|
13375
13194
|
}
|
|
13376
13195
|
.pf-c-drawer__splitter.pf-m-vertical {
|
|
@@ -13507,7 +13326,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13507
13326
|
}
|
|
13508
13327
|
.pf-c-drawer__splitter {
|
|
13509
13328
|
display: block;
|
|
13510
|
-
visibility: visible;
|
|
13511
13329
|
}
|
|
13512
13330
|
}
|
|
13513
13331
|
@media (min-width: 768px) {
|
|
@@ -13616,7 +13434,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13616
13434
|
}
|
|
13617
13435
|
.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 {
|
|
13618
13436
|
display: unset;
|
|
13619
|
-
visibility: visible;
|
|
13620
13437
|
}
|
|
13621
13438
|
.pf-c-drawer.pf-m-inline.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
13622
13439
|
margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -13629,7 +13446,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13629
13446
|
}
|
|
13630
13447
|
.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 {
|
|
13631
13448
|
display: unset;
|
|
13632
|
-
visibility: visible;
|
|
13633
13449
|
}
|
|
13634
13450
|
.pf-c-drawer.pf-m-inline.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
13635
13451
|
margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -13651,7 +13467,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13651
13467
|
}
|
|
13652
13468
|
.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 {
|
|
13653
13469
|
display: none;
|
|
13654
|
-
visibility: hidden;
|
|
13655
13470
|
}
|
|
13656
13471
|
}
|
|
13657
13472
|
@media (min-width: 992px) {
|
|
@@ -13680,7 +13495,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13680
13495
|
}
|
|
13681
13496
|
.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 {
|
|
13682
13497
|
display: unset;
|
|
13683
|
-
visibility: visible;
|
|
13684
13498
|
}
|
|
13685
13499
|
.pf-c-drawer.pf-m-inline-on-lg.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
13686
13500
|
margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -13693,7 +13507,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13693
13507
|
}
|
|
13694
13508
|
.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 {
|
|
13695
13509
|
display: unset;
|
|
13696
|
-
visibility: visible;
|
|
13697
13510
|
}
|
|
13698
13511
|
.pf-c-drawer.pf-m-inline-on-lg.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
13699
13512
|
margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -13715,7 +13528,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13715
13528
|
}
|
|
13716
13529
|
.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 {
|
|
13717
13530
|
display: none;
|
|
13718
|
-
visibility: hidden;
|
|
13719
13531
|
}
|
|
13720
13532
|
}
|
|
13721
13533
|
@media (min-width: 1200px) {
|
|
@@ -13744,7 +13556,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13744
13556
|
}
|
|
13745
13557
|
.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 {
|
|
13746
13558
|
display: unset;
|
|
13747
|
-
visibility: visible;
|
|
13748
13559
|
}
|
|
13749
13560
|
.pf-c-drawer.pf-m-inline-on-xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
13750
13561
|
margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -13757,7 +13568,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13757
13568
|
}
|
|
13758
13569
|
.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 {
|
|
13759
13570
|
display: unset;
|
|
13760
|
-
visibility: visible;
|
|
13761
13571
|
}
|
|
13762
13572
|
.pf-c-drawer.pf-m-inline-on-xl.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
13763
13573
|
margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -13779,7 +13589,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13779
13589
|
}
|
|
13780
13590
|
.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 {
|
|
13781
13591
|
display: none;
|
|
13782
|
-
visibility: hidden;
|
|
13783
13592
|
}
|
|
13784
13593
|
}
|
|
13785
13594
|
@media (min-width: 1450px) {
|
|
@@ -13808,7 +13617,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13808
13617
|
}
|
|
13809
13618
|
.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 {
|
|
13810
13619
|
display: unset;
|
|
13811
|
-
visibility: visible;
|
|
13812
13620
|
}
|
|
13813
13621
|
.pf-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
13814
13622
|
margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -13821,7 +13629,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13821
13629
|
}
|
|
13822
13630
|
.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 {
|
|
13823
13631
|
display: unset;
|
|
13824
|
-
visibility: visible;
|
|
13825
13632
|
}
|
|
13826
13633
|
.pf-c-drawer.pf-m-inline-on-2xl.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
13827
13634
|
margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -13843,7 +13650,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13843
13650
|
}
|
|
13844
13651
|
.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 {
|
|
13845
13652
|
display: none;
|
|
13846
|
-
visibility: hidden;
|
|
13847
13653
|
}
|
|
13848
13654
|
}
|
|
13849
13655
|
:where(.pf-theme-dark) .pf-c-wizard__header, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
@@ -14599,38 +14405,39 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14599
14405
|
--pf-c-empty-state--PaddingRight: var(--pf-global--spacer--xl);
|
|
14600
14406
|
--pf-c-empty-state--PaddingBottom: var(--pf-global--spacer--xl);
|
|
14601
14407
|
--pf-c-empty-state--PaddingLeft: var(--pf-global--spacer--xl);
|
|
14408
|
+
--pf-c-empty-state--m-xs--PaddingTop: var(--pf-global--spacer--md);
|
|
14409
|
+
--pf-c-empty-state--m-xs--PaddingRight: var(--pf-global--spacer--md);
|
|
14410
|
+
--pf-c-empty-state--m-xs--PaddingBottom: var(--pf-global--spacer--md);
|
|
14411
|
+
--pf-c-empty-state--m-xs--PaddingLeft: var(--pf-global--spacer--md);
|
|
14602
14412
|
--pf-c-empty-state__content--MaxWidth: none;
|
|
14413
|
+
--pf-c-empty-state--m-xs__content--MaxWidth: 21.875rem;
|
|
14414
|
+
--pf-c-empty-state--m-sm__content--MaxWidth: 25rem;
|
|
14415
|
+
--pf-c-empty-state--m-lg__content--MaxWidth: 37.5rem;
|
|
14603
14416
|
--pf-c-empty-state__icon--MarginBottom: var(--pf-global--spacer--lg);
|
|
14604
14417
|
--pf-c-empty-state__icon--FontSize: var(--pf-global--icon--FontSize--xl);
|
|
14605
14418
|
--pf-c-empty-state__icon--Color: var(--pf-global--icon--Color--light);
|
|
14606
|
-
--pf-c-empty-
|
|
14419
|
+
--pf-c-empty-state--m-xs__icon--MarginBottom: var(--pf-global--spacer--md);
|
|
14420
|
+
--pf-c-empty-state--m-xl__icon--MarginBottom: var(--pf-global--spacer--xl);
|
|
14421
|
+
--pf-c-empty-state--m-xl__icon--FontSize: 6.25rem;
|
|
14422
|
+
--pf-c-empty-state__title-text--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
|
|
14423
|
+
--pf-c-empty-state__title-text--FontSize: var(--pf-global--FontSize--xl);
|
|
14424
|
+
--pf-c-empty-state__title-text--FontWeight: var(--pf-global--FontWeight--normal);
|
|
14425
|
+
--pf-c-empty-state__title-text--LineHeight: var(--pf-global--LineHeight--md);
|
|
14426
|
+
--pf-c-empty-state--m-xs__title-text--FontSize: var(--pf-global--FontSize--md);
|
|
14427
|
+
--pf-c-empty-state--m-xl__title-text--FontSize: var(--pf-global--FontSize--4xl);
|
|
14428
|
+
--pf-c-empty-state--m-xl__title-text--LineHeight: var(--pf-global--LineHeight--sm);
|
|
14607
14429
|
--pf-c-empty-state__body--MarginTop: var(--pf-global--spacer--md);
|
|
14608
14430
|
--pf-c-empty-state__body--Color: var(--pf-global--Color--200);
|
|
14609
|
-
--pf-c-empty-
|
|
14610
|
-
--pf-c-empty-state__primary--secondary--MarginTop: var(--pf-global--spacer--sm);
|
|
14611
|
-
--pf-c-empty-state__secondary--MarginTop: var(--pf-global--spacer--xl);
|
|
14612
|
-
--pf-c-empty-state__secondary--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
|
14613
|
-
--pf-c-empty-state__secondary--child--MarginRight: calc(var(--pf-global--spacer--xs) / 2);
|
|
14614
|
-
--pf-c-empty-state__secondary--child--MarginBottom: var(--pf-global--spacer--xs);
|
|
14615
|
-
--pf-c-empty-state__secondary--child--MarginLeft: calc(var(--pf-global--spacer--xs) / 2);
|
|
14616
|
-
--pf-c-empty-state--m-xs__content--MaxWidth: 21.875rem;
|
|
14431
|
+
--pf-c-empty-state--body--FontSize: var(--pf-global--FontSize--md);
|
|
14617
14432
|
--pf-c-empty-state--m-xs__body--FontSize: var(--pf-global--FontSize--sm);
|
|
14618
|
-
--pf-c-empty-state--m-xs--button--FontSize: var(--pf-global--FontSize--sm);
|
|
14619
|
-
--pf-c-empty-state--m-xs--PaddingTop: var(--pf-global--spacer--md);
|
|
14620
|
-
--pf-c-empty-state--m-xs--PaddingRight: var(--pf-global--spacer--md);
|
|
14621
|
-
--pf-c-empty-state--m-xs--PaddingBottom: var(--pf-global--spacer--md);
|
|
14622
|
-
--pf-c-empty-state--m-xs--PaddingLeft: var(--pf-global--spacer--md);
|
|
14623
|
-
--pf-c-empty-state--m-xs__icon--MarginBottom: var(--pf-global--spacer--md);
|
|
14624
14433
|
--pf-c-empty-state--m-xs__body--MarginTop: var(--pf-global--spacer--md);
|
|
14625
|
-
--pf-c-empty-state--m-xs__primary--MarginTop: var(--pf-global--spacer--md);
|
|
14626
|
-
--pf-c-empty-state--m-xs__secondary--MarginTop: var(--pf-global--spacer--md);
|
|
14627
|
-
--pf-c-empty-state--m-sm__content--MaxWidth: 25rem;
|
|
14628
|
-
--pf-c-empty-state--m-lg__content--MaxWidth: 37.5rem;
|
|
14629
14434
|
--pf-c-empty-state--m-xl__body--FontSize: var(--pf-global--FontSize--xl);
|
|
14630
14435
|
--pf-c-empty-state--m-xl__body--MarginTop: var(--pf-global--spacer--lg);
|
|
14631
|
-
--pf-c-empty-
|
|
14632
|
-
--pf-c-empty-
|
|
14633
|
-
--pf-c-empty-state--m-
|
|
14436
|
+
--pf-c-empty-state__footer--RowGap: var(--pf-global--spacer--sm);
|
|
14437
|
+
--pf-c-empty-state__footer--MarginTop: var(--pf-global--spacer--xl);
|
|
14438
|
+
--pf-c-empty-state--m-xs__footer--MarginTop: var(--pf-global--spacer--md);
|
|
14439
|
+
--pf-c-empty-state__actions--RowGap: var(--pf-global--spacer--xs);
|
|
14440
|
+
--pf-c-empty-state__actions--ColumnGap: var(--pf-global--spacer--xs);
|
|
14634
14441
|
display: flex;
|
|
14635
14442
|
align-items: center;
|
|
14636
14443
|
justify-content: center;
|
|
@@ -14642,17 +14449,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14642
14449
|
--pf-c-empty-state--PaddingRight: var(--pf-c-empty-state--m-xs--PaddingRight);
|
|
14643
14450
|
--pf-c-empty-state--PaddingBottom: var(--pf-c-empty-state--m-xs--PaddingBottom);
|
|
14644
14451
|
--pf-c-empty-state--PaddingLeft: var(--pf-c-empty-state--m-xs--PaddingLeft);
|
|
14452
|
+
--pf-c-empty-state__title-text--FontSize: var(--pf-c-empty-state--m-xs__title-text--FontSize);
|
|
14645
14453
|
--pf-c-empty-state__content--MaxWidth: var(--pf-c-empty-state--m-xs__content--MaxWidth);
|
|
14646
14454
|
--pf-c-empty-state__icon--MarginBottom: var(--pf-c-empty-state--m-xs__icon--MarginBottom);
|
|
14647
14455
|
--pf-c-empty-state__body--MarginTop: var(--pf-c-empty-state--m-xs__body--MarginTop);
|
|
14648
|
-
--pf-c-empty-
|
|
14649
|
-
--pf-c-empty-
|
|
14650
|
-
}
|
|
14651
|
-
.pf-c-empty-state.pf-m-xs .pf-c-empty-state__body {
|
|
14652
|
-
font-size: var(--pf-c-empty-state--m-xs__body--FontSize);
|
|
14653
|
-
}
|
|
14654
|
-
.pf-c-empty-state.pf-m-xs .pf-c-button {
|
|
14655
|
-
--pf-c-button--FontSize: var(--pf-c-empty-state--m-xs--button--FontSize);
|
|
14456
|
+
--pf-c-empty-state--body--FontSize: var(--pf-c-empty-state--m-xs__body--FontSize);
|
|
14457
|
+
--pf-c-empty-state__footer--MarginTop: var(--pf-c-empty-state--m-xs__footer--MarginTop);
|
|
14656
14458
|
}
|
|
14657
14459
|
.pf-c-empty-state.pf-m-sm {
|
|
14658
14460
|
--pf-c-empty-state__content--MaxWidth: var(--pf-c-empty-state--m-sm__content--MaxWidth);
|
|
@@ -14662,12 +14464,11 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14662
14464
|
}
|
|
14663
14465
|
.pf-c-empty-state.pf-m-xl {
|
|
14664
14466
|
--pf-c-empty-state__body--MarginTop: var(--pf-c-empty-state--m-xl__body--MarginTop);
|
|
14467
|
+
--pf-c-empty-state--body--FontSize: var(--pf-c-empty-state--m-xl__body--FontSize);
|
|
14665
14468
|
--pf-c-empty-state__icon--MarginBottom: var(--pf-c-empty-state--m-xl__icon--MarginBottom);
|
|
14666
14469
|
--pf-c-empty-state__icon--FontSize: var(--pf-c-empty-state--m-xl__icon--FontSize);
|
|
14667
|
-
--pf-c-empty-
|
|
14668
|
-
|
|
14669
|
-
.pf-c-empty-state.pf-m-xl .pf-c-empty-state__body {
|
|
14670
|
-
font-size: var(--pf-c-empty-state--m-xl__body--FontSize);
|
|
14470
|
+
--pf-c-empty-state__title-text--FontSize: var(--pf-c-empty-state--m-xl__title-text--FontSize);
|
|
14471
|
+
--pf-c-empty-state__title-text--LineHeight: var(--pf-c-empty-state--m-xl__title-text--LineHeight);
|
|
14671
14472
|
}
|
|
14672
14473
|
.pf-c-empty-state.pf-m-full-height {
|
|
14673
14474
|
height: 100%;
|
|
@@ -14676,45 +14477,40 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14676
14477
|
.pf-c-empty-state__content {
|
|
14677
14478
|
max-width: var(--pf-c-empty-state__content--MaxWidth);
|
|
14678
14479
|
}
|
|
14679
|
-
.pf-c-empty-state__content > .pf-c-title.pf-m-lg {
|
|
14680
|
-
font-size: var(--pf-c-empty-state__content--c-title--m-lg--FontSize);
|
|
14681
|
-
}
|
|
14682
14480
|
|
|
14683
14481
|
.pf-c-empty-state__icon {
|
|
14684
14482
|
margin-bottom: var(--pf-c-empty-state__icon--MarginBottom);
|
|
14685
14483
|
font-size: var(--pf-c-empty-state__icon--FontSize);
|
|
14484
|
+
line-height: 1;
|
|
14686
14485
|
color: var(--pf-c-empty-state__icon--Color);
|
|
14687
14486
|
}
|
|
14688
14487
|
|
|
14488
|
+
.pf-c-empty-state__title-text {
|
|
14489
|
+
font-family: var(--pf-c-empty-state__title-text--FontFamily);
|
|
14490
|
+
font-size: var(--pf-c-empty-state__title-text--FontSize);
|
|
14491
|
+
font-weight: var(--pf-c-empty-state__title-text--FontWeight);
|
|
14492
|
+
line-height: var(--pf-c-empty-state__title-text--LineHeight);
|
|
14493
|
+
}
|
|
14494
|
+
|
|
14689
14495
|
.pf-c-empty-state__body {
|
|
14690
14496
|
margin-top: var(--pf-c-empty-state__body--MarginTop);
|
|
14497
|
+
font-size: var(--pf-c-empty-state--body--FontSize);
|
|
14691
14498
|
color: var(--pf-c-empty-state__body--Color);
|
|
14692
14499
|
}
|
|
14693
14500
|
|
|
14694
|
-
.pf-c-empty-
|
|
14695
|
-
|
|
14696
|
-
|
|
14697
|
-
|
|
14698
|
-
|
|
14699
|
-
|
|
14700
|
-
margin-top: var(--pf-c-empty-state__primary--secondary--MarginTop);
|
|
14501
|
+
.pf-c-empty-state__footer {
|
|
14502
|
+
display: flex;
|
|
14503
|
+
flex-direction: column;
|
|
14504
|
+
align-items: center;
|
|
14505
|
+
row-gap: var(--pf-c-empty-state__footer--RowGap);
|
|
14506
|
+
margin-top: var(--pf-c-empty-state__footer--MarginTop);
|
|
14701
14507
|
}
|
|
14702
14508
|
|
|
14703
|
-
.pf-c-empty-
|
|
14509
|
+
.pf-c-empty-state__actions {
|
|
14704
14510
|
display: flex;
|
|
14705
14511
|
flex-wrap: wrap;
|
|
14706
14512
|
justify-content: center;
|
|
14707
|
-
|
|
14708
|
-
margin-bottom: var(--pf-c-empty-state__secondary--MarginBottom);
|
|
14709
|
-
}
|
|
14710
|
-
.pf-c-empty-state__secondary > * {
|
|
14711
|
-
margin-right: var(--pf-c-empty-state__secondary--child--MarginRight);
|
|
14712
|
-
margin-bottom: var(--pf-c-empty-state__secondary--child--MarginBottom);
|
|
14713
|
-
margin-left: var(--pf-c-empty-state__secondary--child--MarginLeft);
|
|
14714
|
-
}
|
|
14715
|
-
|
|
14716
|
-
.pf-m-overpass-font .pf-c-empty-state .pf-c-empty-state__content > .pf-c-title.pf-m-lg {
|
|
14717
|
-
font-size: var(--pf-global--FontSize--lg);
|
|
14513
|
+
gap: var(--pf-c-empty-state__actions--RowGap) var(--pf-c-empty-state__actions--ColumnGap);
|
|
14718
14514
|
}
|
|
14719
14515
|
|
|
14720
14516
|
.pf-c-expandable-section {
|
|
@@ -14847,10 +14643,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14847
14643
|
margin-top: var(--pf-c-expandable-section__content--MarginTop);
|
|
14848
14644
|
}
|
|
14849
14645
|
|
|
14850
|
-
.pf-m-overpass-font .pf-c-expandable-section__toggle {
|
|
14851
|
-
font-weight: var(--pf-global--FontWeight--semi-bold);
|
|
14852
|
-
}
|
|
14853
|
-
|
|
14854
14646
|
.pf-c-file-upload {
|
|
14855
14647
|
--pf-c-file-upload--m-loading__file-details--before--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
14856
14648
|
--pf-c-file-upload--m-loading__file-details--before--Left: var(--pf-global--BorderWidth--sm);
|
|
@@ -15292,7 +15084,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
15292
15084
|
}
|
|
15293
15085
|
.pf-c-form__helper-text.pf-m-inactive {
|
|
15294
15086
|
display: none;
|
|
15295
|
-
visibility: hidden;
|
|
15296
15087
|
}
|
|
15297
15088
|
.pf-c-form__helper-text.pf-m-hidden {
|
|
15298
15089
|
visibility: hidden;
|
|
@@ -16179,7 +15970,7 @@ textarea.pf-c-form-control {
|
|
|
16179
15970
|
--pf-c-inline-edit__action--c-button--m-valid--m-plain--hover--Color: var(--pf-global--link--Color--hover);
|
|
16180
15971
|
--pf-c-inline-edit__action--m-icon-group--item--MarginRight: 0;
|
|
16181
15972
|
--pf-c-inline-edit__group--m-footer--MarginTop: var(--pf-global--spacer--xl);
|
|
16182
|
-
--pf-c-inline-edit__label--m-bold--FontWeight: var(--pf-global--FontWeight--
|
|
15973
|
+
--pf-c-inline-edit__label--m-bold--FontWeight: var(--pf-global--FontWeight--bold);
|
|
16183
15974
|
}
|
|
16184
15975
|
|
|
16185
15976
|
.pf-c-inline-edit__group {
|
|
@@ -16218,22 +16009,12 @@ textarea.pf-c-form-control {
|
|
|
16218
16009
|
.pf-c-inline-edit__action,
|
|
16219
16010
|
.pf-c-inline-edit__group.pf-m-action-group {
|
|
16220
16011
|
display: none;
|
|
16221
|
-
visibility: hidden;
|
|
16222
16012
|
}
|
|
16223
16013
|
|
|
16224
16014
|
.pf-c-inline-edit__action.pf-m-enable-editable {
|
|
16225
16015
|
display: inline-block;
|
|
16226
|
-
visibility: visible;
|
|
16227
16016
|
}
|
|
16228
16017
|
|
|
16229
|
-
.pf-c-inline-edit.pf-m-inline-editable .pf-c-inline-edit__input,
|
|
16230
|
-
.pf-c-inline-edit.pf-m-inline-editable .pf-c-inline-edit__action,
|
|
16231
|
-
.pf-c-inline-edit.pf-m-inline-editable .pf-c-inline-edit__group.pf-m-action-group,
|
|
16232
|
-
.pf-c-inline-edit .pf-m-inline-editable .pf-c-inline-edit__input,
|
|
16233
|
-
.pf-c-inline-edit .pf-m-inline-editable .pf-c-inline-edit__action,
|
|
16234
|
-
.pf-c-inline-edit .pf-m-inline-editable .pf-c-inline-edit__group.pf-m-action-group {
|
|
16235
|
-
visibility: visible;
|
|
16236
|
-
}
|
|
16237
16018
|
.pf-c-inline-edit.pf-m-inline-editable .pf-c-inline-edit__input,
|
|
16238
16019
|
.pf-c-inline-edit .pf-m-inline-editable .pf-c-inline-edit__input {
|
|
16239
16020
|
display: block;
|
|
@@ -16251,7 +16032,6 @@ textarea.pf-c-form-control {
|
|
|
16251
16032
|
.pf-c-inline-edit .pf-m-inline-editable .pf-c-inline-edit__value,
|
|
16252
16033
|
.pf-c-inline-edit .pf-m-inline-editable .pf-c-inline-edit__action.pf-m-enable-editable {
|
|
16253
16034
|
display: none;
|
|
16254
|
-
visibility: hidden;
|
|
16255
16035
|
}
|
|
16256
16036
|
|
|
16257
16037
|
.pf-c-inline-edit__label + .pf-c-inline-edit__action.pf-m-enable > .pf-c-button {
|
|
@@ -16405,7 +16185,6 @@ label.pf-c-input-group__text {
|
|
|
16405
16185
|
|
|
16406
16186
|
.pf-c-jump-links {
|
|
16407
16187
|
--pf-c-jump-links__list--Display: flex;
|
|
16408
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
16409
16188
|
--pf-c-jump-links__list--PaddingTop: 0;
|
|
16410
16189
|
--pf-c-jump-links__list--PaddingRight: var(--pf-global--spacer--md);
|
|
16411
16190
|
--pf-c-jump-links__list--PaddingBottom: 0;
|
|
@@ -16448,14 +16227,12 @@ label.pf-c-input-group__text {
|
|
|
16448
16227
|
--pf-c-jump-links__item--m-current__link-text--Color: var(--pf-global--Color--100);
|
|
16449
16228
|
--pf-c-jump-links__label--MarginBottom: var(--pf-global--spacer--md);
|
|
16450
16229
|
--pf-c-jump-links__label--Display: block;
|
|
16451
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
16452
16230
|
--pf-c-jump-links__toggle--MarginTop: calc(-1 * var(--pf-global--spacer--form-element));
|
|
16453
16231
|
--pf-c-jump-links__toggle--MarginBottom--base: calc(-1 * var(--pf-global--spacer--form-element));
|
|
16454
16232
|
--pf-c-jump-links__toggle--MarginBottom: var(--pf-c-jump-links__toggle--MarginBottom--base);
|
|
16455
16233
|
--pf-c-jump-links--m-expanded__toggle--MarginBottom: calc(var(--pf-c-jump-links__toggle--MarginBottom--base) + var(--pf-global--spacer--md));
|
|
16456
16234
|
--pf-c-jump-links__toggle--MarginLeft: calc(-1 * var(--pf-global--spacer--md));
|
|
16457
16235
|
--pf-c-jump-links__toggle--Display: none;
|
|
16458
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
16459
16236
|
--pf-c-jump-links__toggle-icon--Color: currentcolor;
|
|
16460
16237
|
--pf-c-jump-links__toggle-icon--Transition: var(--pf-global--Transition);
|
|
16461
16238
|
--pf-c-jump-links__toggle-icon--Rotate: 0;
|
|
@@ -16485,113 +16262,76 @@ label.pf-c-input-group__text {
|
|
|
16485
16262
|
}
|
|
16486
16263
|
.pf-c-jump-links.pf-m-expandable {
|
|
16487
16264
|
--pf-c-jump-links__list--Display: none;
|
|
16488
|
-
--pf-c-jump-links__list--Visibility: hidden;
|
|
16489
16265
|
--pf-c-jump-links__toggle--Display: block;
|
|
16490
|
-
--pf-c-jump-links__toggle--Visibility: visible;
|
|
16491
16266
|
--pf-c-jump-links__label--Display: none;
|
|
16492
|
-
--pf-c-jump-links__label--Visibility: hidden;
|
|
16493
16267
|
}
|
|
16494
16268
|
.pf-c-jump-links.pf-m-non-expandable {
|
|
16495
16269
|
--pf-c-jump-links__list--Display: flex;
|
|
16496
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
16497
16270
|
--pf-c-jump-links__toggle--Display: none;
|
|
16498
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
16499
16271
|
--pf-c-jump-links__label--Display: block;
|
|
16500
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
16501
16272
|
}
|
|
16502
16273
|
@media (min-width: 576px) {
|
|
16503
16274
|
.pf-c-jump-links.pf-m-expandable-on-sm {
|
|
16504
16275
|
--pf-c-jump-links__list--Display: none;
|
|
16505
|
-
--pf-c-jump-links__list--Visibility: hidden;
|
|
16506
16276
|
--pf-c-jump-links__toggle--Display: block;
|
|
16507
|
-
--pf-c-jump-links__toggle--Visibility: visible;
|
|
16508
16277
|
--pf-c-jump-links__label--Display: none;
|
|
16509
|
-
--pf-c-jump-links__label--Visibility: hidden;
|
|
16510
16278
|
}
|
|
16511
16279
|
.pf-c-jump-links.pf-m-non-expandable-on-sm {
|
|
16512
16280
|
--pf-c-jump-links__list--Display: flex;
|
|
16513
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
16514
16281
|
--pf-c-jump-links__toggle--Display: none;
|
|
16515
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
16516
16282
|
--pf-c-jump-links__label--Display: block;
|
|
16517
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
16518
16283
|
}
|
|
16519
16284
|
}
|
|
16520
16285
|
@media (min-width: 768px) {
|
|
16521
16286
|
.pf-c-jump-links.pf-m-expandable-on-md {
|
|
16522
16287
|
--pf-c-jump-links__list--Display: none;
|
|
16523
|
-
--pf-c-jump-links__list--Visibility: hidden;
|
|
16524
16288
|
--pf-c-jump-links__toggle--Display: block;
|
|
16525
|
-
--pf-c-jump-links__toggle--Visibility: visible;
|
|
16526
16289
|
--pf-c-jump-links__label--Display: none;
|
|
16527
|
-
--pf-c-jump-links__label--Visibility: hidden;
|
|
16528
16290
|
}
|
|
16529
16291
|
.pf-c-jump-links.pf-m-non-expandable-on-md {
|
|
16530
16292
|
--pf-c-jump-links__list--Display: flex;
|
|
16531
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
16532
16293
|
--pf-c-jump-links__toggle--Display: none;
|
|
16533
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
16534
16294
|
--pf-c-jump-links__label--Display: block;
|
|
16535
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
16536
16295
|
}
|
|
16537
16296
|
}
|
|
16538
16297
|
@media (min-width: 992px) {
|
|
16539
16298
|
.pf-c-jump-links.pf-m-expandable-on-lg {
|
|
16540
16299
|
--pf-c-jump-links__list--Display: none;
|
|
16541
|
-
--pf-c-jump-links__list--Visibility: hidden;
|
|
16542
16300
|
--pf-c-jump-links__toggle--Display: block;
|
|
16543
|
-
--pf-c-jump-links__toggle--Visibility: visible;
|
|
16544
16301
|
--pf-c-jump-links__label--Display: none;
|
|
16545
|
-
--pf-c-jump-links__label--Visibility: hidden;
|
|
16546
16302
|
}
|
|
16547
16303
|
.pf-c-jump-links.pf-m-non-expandable-on-lg {
|
|
16548
16304
|
--pf-c-jump-links__list--Display: flex;
|
|
16549
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
16550
16305
|
--pf-c-jump-links__toggle--Display: none;
|
|
16551
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
16552
16306
|
--pf-c-jump-links__label--Display: block;
|
|
16553
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
16554
16307
|
}
|
|
16555
16308
|
}
|
|
16556
16309
|
@media (min-width: 1200px) {
|
|
16557
16310
|
.pf-c-jump-links.pf-m-expandable-on-xl {
|
|
16558
16311
|
--pf-c-jump-links__list--Display: none;
|
|
16559
|
-
--pf-c-jump-links__list--Visibility: hidden;
|
|
16560
16312
|
--pf-c-jump-links__toggle--Display: block;
|
|
16561
|
-
--pf-c-jump-links__toggle--Visibility: visible;
|
|
16562
16313
|
--pf-c-jump-links__label--Display: none;
|
|
16563
|
-
--pf-c-jump-links__label--Visibility: hidden;
|
|
16564
16314
|
}
|
|
16565
16315
|
.pf-c-jump-links.pf-m-non-expandable-on-xl {
|
|
16566
16316
|
--pf-c-jump-links__list--Display: flex;
|
|
16567
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
16568
16317
|
--pf-c-jump-links__toggle--Display: none;
|
|
16569
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
16570
16318
|
--pf-c-jump-links__label--Display: block;
|
|
16571
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
16572
16319
|
}
|
|
16573
16320
|
}
|
|
16574
16321
|
@media (min-width: 1450px) {
|
|
16575
16322
|
.pf-c-jump-links.pf-m-expandable-on-2xl {
|
|
16576
16323
|
--pf-c-jump-links__list--Display: none;
|
|
16577
|
-
--pf-c-jump-links__list--Visibility: hidden;
|
|
16578
16324
|
--pf-c-jump-links__toggle--Display: block;
|
|
16579
|
-
--pf-c-jump-links__toggle--Visibility: visible;
|
|
16580
16325
|
--pf-c-jump-links__label--Display: none;
|
|
16581
|
-
--pf-c-jump-links__label--Visibility: hidden;
|
|
16582
16326
|
}
|
|
16583
16327
|
.pf-c-jump-links.pf-m-non-expandable-on-2xl {
|
|
16584
16328
|
--pf-c-jump-links__list--Display: flex;
|
|
16585
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
16586
16329
|
--pf-c-jump-links__toggle--Display: none;
|
|
16587
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
16588
16330
|
--pf-c-jump-links__label--Display: block;
|
|
16589
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
16590
16331
|
}
|
|
16591
16332
|
}
|
|
16592
16333
|
.pf-c-jump-links.pf-m-expanded {
|
|
16593
16334
|
--pf-c-jump-links__list--Display: flex;
|
|
16594
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
16595
16335
|
--pf-c-jump-links__toggle--MarginBottom: var(--pf-c-jump-links--m-expanded__toggle--MarginBottom);
|
|
16596
16336
|
--pf-c-jump-links__toggle-icon--Rotate: var(--pf-c-jump-links--m-expanded__toggle-icon--Rotate);
|
|
16597
16337
|
--pf-c-jump-links__toggle-icon--Color: var(--pf-c-jump-links--m-expanded__toggle-icon--Color);
|
|
@@ -16605,7 +16345,6 @@ label.pf-c-input-group__text {
|
|
|
16605
16345
|
padding-right: var(--pf-c-jump-links__list--PaddingRight);
|
|
16606
16346
|
padding-bottom: var(--pf-c-jump-links__list--PaddingBottom);
|
|
16607
16347
|
padding-left: var(--pf-c-jump-links__list--PaddingLeft);
|
|
16608
|
-
visibility: var(--pf-c-jump-links__list--Visibility);
|
|
16609
16348
|
}
|
|
16610
16349
|
.pf-c-jump-links__list::before {
|
|
16611
16350
|
position: absolute;
|
|
@@ -16674,7 +16413,6 @@ label.pf-c-input-group__text {
|
|
|
16674
16413
|
.pf-c-jump-links__label {
|
|
16675
16414
|
display: var(--pf-c-jump-links__label--Display);
|
|
16676
16415
|
margin-bottom: var(--pf-c-jump-links__label--MarginBottom);
|
|
16677
|
-
visibility: var(--pf-c-jump-links__label--Visibility);
|
|
16678
16416
|
}
|
|
16679
16417
|
|
|
16680
16418
|
.pf-c-jump-links__main {
|
|
@@ -16687,7 +16425,6 @@ label.pf-c-input-group__text {
|
|
|
16687
16425
|
margin-top: var(--pf-c-jump-links__toggle--MarginTop);
|
|
16688
16426
|
margin-bottom: var(--pf-c-jump-links__toggle--MarginBottom);
|
|
16689
16427
|
margin-left: var(--pf-c-jump-links__toggle--MarginLeft);
|
|
16690
|
-
visibility: var(--pf-c-jump-links__toggle--Visibility);
|
|
16691
16428
|
}
|
|
16692
16429
|
.pf-c-jump-links__toggle .pf-c-button {
|
|
16693
16430
|
display: flex;
|
|
@@ -17019,9 +16756,6 @@ label.pf-c-input-group__text {
|
|
|
17019
16756
|
--pf-c-label--m-editable--TextDecoration: var(--pf-c-label--m-editable--m-editable-active--TextDecoration);
|
|
17020
16757
|
--pf-c-label--BackgroundColor: var(--pf-c-label--m-editable--m-editable-active--BackgroundColor);
|
|
17021
16758
|
}
|
|
17022
|
-
.pf-c-label.pf-m-editable-active .pf-c-button {
|
|
17023
|
-
visibility: hidden;
|
|
17024
|
-
}
|
|
17025
16759
|
.pf-c-label .pf-c-button {
|
|
17026
16760
|
--pf-c-button--FontSize: var(--pf-c-label__c-button--FontSize);
|
|
17027
16761
|
--pf-c-button--PaddingTop: var(--pf-c-label__c-button--PaddingTop);
|
|
@@ -17184,8 +16918,18 @@ button.pf-c-label__content:focus {
|
|
|
17184
16918
|
}
|
|
17185
16919
|
|
|
17186
16920
|
.pf-c-label-group {
|
|
17187
|
-
--pf-c-label-
|
|
17188
|
-
--pf-c-label-
|
|
16921
|
+
--pf-c-label-group--RowGap: var(--pf-global--spacer--sm);
|
|
16922
|
+
--pf-c-label-group--ColumnGap: 0;
|
|
16923
|
+
--pf-c-label-group-m-vertical--RowGap: var(--pf-global--spacer--sm);
|
|
16924
|
+
--pf-c-label-group-m-vertical--ColumnGap: var(--pf-global--spacer--sm);
|
|
16925
|
+
--pf-c-label-group__main--RowGap: var(--pf-global--spacer--xs);
|
|
16926
|
+
--pf-c-label-group__main--ColumnGap: var(--pf-global--spacer--sm);
|
|
16927
|
+
--pf-c-label-group-m-vertical__main--RowGap: var(--pf-global--spacer--sm);
|
|
16928
|
+
--pf-c-label-group-m-vertical__main--ColumnGap: var(--pf-global--spacer--xs);
|
|
16929
|
+
--pf-c-label-group__list--RowGap: var(--pf-global--spacer--xs);
|
|
16930
|
+
--pf-c-label-group__list--ColumnGap: var(--pf-global--spacer--xs);
|
|
16931
|
+
--pf-c-label-group-m-vertical__list--RowGap: var(--pf-global--spacer--xs);
|
|
16932
|
+
--pf-c-label-group-m-vertical__list--ColumnGap: var(--pf-global--spacer--xs);
|
|
17189
16933
|
--pf-c-label-group--m-category--PaddingTop: var(--pf-global--spacer--xs);
|
|
17190
16934
|
--pf-c-label-group--m-category--PaddingRight: var(--pf-global--spacer--xs);
|
|
17191
16935
|
--pf-c-label-group--m-category--PaddingBottom: var(--pf-global--spacer--xs);
|
|
@@ -17195,20 +16939,14 @@ button.pf-c-label__content:focus {
|
|
|
17195
16939
|
--pf-c-label-group--m-category--BorderWidth: var(--pf-global--BorderWidth--sm);
|
|
17196
16940
|
--pf-c-label-group--m-category--BorderColor: var(--pf-global--BorderColor--300);
|
|
17197
16941
|
--pf-c-label-group--m-category--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
17198
|
-
--pf-c-label-group__label--MarginRight: var(--pf-global--spacer--sm);
|
|
17199
|
-
--pf-c-label-group__label--MarginBottom: 0;
|
|
17200
|
-
--pf-c-label-group--m-vertical__label--MarginBottom: var(--pf-global--spacer--sm);
|
|
17201
16942
|
--pf-c-label-group__label--FontSize: var(--pf-global--FontSize--sm);
|
|
17202
16943
|
--pf-c-label-group__label--MaxWidth: 18ch;
|
|
17203
16944
|
--pf-c-label-group__close--MarginTop: calc(var(--pf-global--spacer--xs) * -1);
|
|
17204
16945
|
--pf-c-label-group__close--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
|
17205
16946
|
--pf-c-label-group--m-vertical__close--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
|
|
17206
16947
|
--pf-c-label-group--m-vertical__close--MarginRight: calc(var(--pf-global--spacer--form-element) * -1);
|
|
17207
|
-
--pf-c-label-group--m-vertical__close--MarginLeft: var(--pf-global--spacer--sm);
|
|
17208
16948
|
--pf-c-label-group--m-vertical__close--c-button--PaddingRight: var(--pf-global--spacer--sm);
|
|
17209
16949
|
--pf-c-label-group--m-vertical__close--c-button--PaddingLeft: var(--pf-global--spacer--sm);
|
|
17210
|
-
--pf-c-label-group__list-item--MarginRight: var(--pf-global--spacer--xs);
|
|
17211
|
-
--pf-c-label-group__list-item--MarginBottom: var(--pf-global--spacer--xs);
|
|
17212
16950
|
--pf-c-label-group__textarea--MinWidth: 12.5rem;
|
|
17213
16951
|
--pf-c-label-group__textarea--PaddingTop: 0.125rem;
|
|
17214
16952
|
--pf-c-label-group__textarea--PaddingRight: var(--pf-global--spacer--xs);
|
|
@@ -17216,6 +16954,8 @@ button.pf-c-label__content:focus {
|
|
|
17216
16954
|
--pf-c-label-group__textarea--PaddingLeft: var(--pf-global--spacer--xs);
|
|
17217
16955
|
display: inline-flex;
|
|
17218
16956
|
align-items: center;
|
|
16957
|
+
row-gap: var(--pf-c-label-group--RowGap);
|
|
16958
|
+
column-gap: var(--pf-c-label-group--ColumnGap);
|
|
17219
16959
|
}
|
|
17220
16960
|
.pf-c-label-group.pf-m-category {
|
|
17221
16961
|
padding-top: var(--pf-c-label-group--m-category--PaddingTop);
|
|
@@ -17227,11 +16967,12 @@ button.pf-c-label__content:focus {
|
|
|
17227
16967
|
border-radius: var(--pf-c-label-group--m-category--BorderRadius);
|
|
17228
16968
|
}
|
|
17229
16969
|
.pf-c-label-group.pf-m-vertical {
|
|
17230
|
-
--pf-c-label-
|
|
17231
|
-
--pf-c-label-
|
|
17232
|
-
--pf-c-label-
|
|
17233
|
-
--pf-c-label-
|
|
17234
|
-
--pf-c-label-
|
|
16970
|
+
--pf-c-label-group--RowGap: var(--pf-c-label-group-m-vertical--RowGap);
|
|
16971
|
+
--pf-c-label-group--ColumnGap: var(--pf-c-label-group-m-vertical--ColumnGap);
|
|
16972
|
+
--pf-c-label-group__main--RowGap: var(--pf-c-label-group-m-vertical__main--RowGap);
|
|
16973
|
+
--pf-c-label-group__main--ColumnGap: var(--pf-c-label-group-m-vertical__main--ColumnGap);
|
|
16974
|
+
--pf-c-label-group__list--RowGap: var(--pf-c-label-group-m-vertical__list--RowGap);
|
|
16975
|
+
--pf-c-label-group__list--ColumnGap: var(--pf-c-label-group-m-vertical__list--ColumnGap);
|
|
17235
16976
|
--pf-c-label-group__close--MarginTop: var(--pf-c-label-group--m-vertical__close--MarginTop);
|
|
17236
16977
|
--pf-c-label-group__close--MarginLeft: var(--pf-c-label-group--m-vertical__close--MarginLeft);
|
|
17237
16978
|
--pf-c-label-group__close--MarginBottom: 0;
|
|
@@ -17248,9 +16989,6 @@ button.pf-c-label__content:focus {
|
|
|
17248
16989
|
.pf-c-label-group.pf-m-vertical .pf-c-label-group__main {
|
|
17249
16990
|
flex-direction: column;
|
|
17250
16991
|
}
|
|
17251
|
-
.pf-c-label-group.pf-m-vertical .pf-c-label-group__list-item:last-child {
|
|
17252
|
-
--pf-c-label-group__list-item--MarginBottom: 0;
|
|
17253
|
-
}
|
|
17254
16992
|
.pf-c-label-group.pf-m-vertical .pf-c-label-group__close .pf-c-button {
|
|
17255
16993
|
--pf-c-button--PaddingLeft: var(--pf-c-label-group--m-vertical__close--c-button--PaddingLeft);
|
|
17256
16994
|
--pf-c-button--PaddingRight: var(--pf-c-label-group--m-vertical__close--c-button--PaddingRight);
|
|
@@ -17272,19 +17010,19 @@ button.pf-c-label__content:focus {
|
|
|
17272
17010
|
flex: 1;
|
|
17273
17011
|
flex-wrap: wrap;
|
|
17274
17012
|
align-items: baseline;
|
|
17013
|
+
row-gap: var(--pf-c-label-group__main--RowGap);
|
|
17014
|
+
column-gap: var(--pf-c-label-group__main--ColumnGap);
|
|
17275
17015
|
}
|
|
17276
17016
|
|
|
17277
17017
|
.pf-c-label-group__list {
|
|
17278
17018
|
display: inline-flex;
|
|
17279
17019
|
flex-wrap: wrap;
|
|
17280
|
-
|
|
17281
|
-
|
|
17020
|
+
row-gap: var(--pf-c-label-group__list--RowGap);
|
|
17021
|
+
column-gap: var(--pf-c-label-group__list--ColumnGap);
|
|
17282
17022
|
}
|
|
17283
17023
|
|
|
17284
17024
|
.pf-c-label-group__list-item {
|
|
17285
17025
|
display: inline-flex;
|
|
17286
|
-
margin-right: var(--pf-c-label-group__list-item--MarginRight);
|
|
17287
|
-
margin-bottom: var(--pf-c-label-group__list-item--MarginBottom);
|
|
17288
17026
|
}
|
|
17289
17027
|
|
|
17290
17028
|
.pf-c-label-group__label {
|
|
@@ -17292,12 +17030,12 @@ button.pf-c-label__content:focus {
|
|
|
17292
17030
|
text-overflow: ellipsis;
|
|
17293
17031
|
white-space: nowrap;
|
|
17294
17032
|
max-width: var(--pf-c-label-group__label--MaxWidth);
|
|
17295
|
-
margin-right: var(--pf-c-label-group__label--MarginRight);
|
|
17296
|
-
margin-bottom: var(--pf-c-label-group__label--MarginBottom);
|
|
17297
17033
|
font-size: var(--pf-c-label-group__label--FontSize);
|
|
17298
17034
|
}
|
|
17299
17035
|
|
|
17300
17036
|
.pf-c-label-group__close {
|
|
17037
|
+
display: flex;
|
|
17038
|
+
align-self: start;
|
|
17301
17039
|
margin-top: var(--pf-c-label-group__close--MarginTop);
|
|
17302
17040
|
margin-right: var(--pf-c-label-group__close--MarginRight);
|
|
17303
17041
|
margin-bottom: var(--pf-c-label-group__close--MarginBottom);
|
|
@@ -18815,7 +18553,6 @@ ul.pf-c-list {
|
|
|
18815
18553
|
}
|
|
18816
18554
|
.pf-c-menu.pf-m-drilldown .pf-c-menu__list-item:not(.pf-m-current-path) .pf-c-menu {
|
|
18817
18555
|
display: none;
|
|
18818
|
-
visibility: hidden;
|
|
18819
18556
|
}
|
|
18820
18557
|
.pf-c-menu.pf-m-drilldown .pf-c-menu__item {
|
|
18821
18558
|
outline-offset: var(--pf-c-menu__item--OutlineOffset);
|
|
@@ -21287,6 +21024,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21287
21024
|
}
|
|
21288
21025
|
|
|
21289
21026
|
.pf-c-notification-drawer__body {
|
|
21027
|
+
flex: 1;
|
|
21290
21028
|
overflow-y: auto;
|
|
21291
21029
|
box-shadow: var(--pf-c-notification-drawer__body--ZIndex);
|
|
21292
21030
|
}
|
|
@@ -22816,11 +22554,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22816
22554
|
--pf-c-pagination--m-compact--child--MarginRight: var(--pf-global--spacer--sm);
|
|
22817
22555
|
--pf-c-pagination--c-options-menu__toggle--FontSize: var(--pf-global--FontSize--sm);
|
|
22818
22556
|
--pf-c-pagination__nav--Display: none;
|
|
22819
|
-
--pf-c-pagination__nav--Visibility: hidden;
|
|
22820
22557
|
--pf-c-pagination--m-display-summary__nav--Display: none;
|
|
22821
|
-
--pf-c-pagination--m-display-summary__nav--Visibility: hidden;
|
|
22822
22558
|
--pf-c-pagination--m-display-full__nav--Display: inline-flex;
|
|
22823
|
-
--pf-c-pagination--m-display-full__nav--Visibility: visible;
|
|
22824
22559
|
--pf-c-pagination__nav-control--c-button--PaddingRight: var(--pf-global--spacer--sm);
|
|
22825
22560
|
--pf-c-pagination__nav-control--c-button--PaddingLeft: var(--pf-global--spacer--sm);
|
|
22826
22561
|
--pf-c-pagination__nav-control--c-button--FontSize: var(--pf-global--FontSize--md);
|
|
@@ -22841,11 +22576,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22841
22576
|
--pf-c-pagination__nav-page-select--c-form-control--width-chars: 2;
|
|
22842
22577
|
--pf-c-pagination__nav-page-select--c-form-control--Width: calc(var(--pf-c-pagination__nav-page-select--c-form-control--width-base) + (var(--pf-c-pagination__nav-page-select--c-form-control--width-chars) * 1ch));
|
|
22843
22578
|
--pf-c-pagination__total-items--Display: block;
|
|
22844
|
-
--pf-c-pagination__total-items--Visibility: visible;
|
|
22845
22579
|
--pf-c-pagination--m-display-summary__total-items--Display: block;
|
|
22846
|
-
--pf-c-pagination--m-display-summary__total-items--Visibility: visible;
|
|
22847
22580
|
--pf-c-pagination--m-display-full__total-items--Display: none;
|
|
22848
|
-
--pf-c-pagination--m-display-full__total-items--Visibility: hidden;
|
|
22849
22581
|
--pf-c-pagination--m-sticky--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
22850
22582
|
--pf-c-pagination--m-sticky--BoxShadow: var(--pf-global--BoxShadow--sm-bottom);
|
|
22851
22583
|
--pf-c-pagination--m-sticky--md--PaddingTop: var(--pf-global--spacer--md);
|
|
@@ -22865,11 +22597,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22865
22597
|
--pf-c-pagination--m-bottom--xl--PaddingLeft: var(--pf-global--spacer--lg);
|
|
22866
22598
|
--pf-c-pagination--m-bottom--m-sticky--BoxShadow: var(--pf-global--BoxShadow--sm-top);
|
|
22867
22599
|
--pf-c-pagination--c-options-menu--Display: none;
|
|
22868
|
-
--pf-c-pagination--c-options-menu--Visibility: hidden;
|
|
22869
22600
|
--pf-c-pagination--m-display-summary--c-options-menu--Display: none;
|
|
22870
|
-
--pf-c-pagination--m-display-summary--c-options-menu--Visibility: hidden;
|
|
22871
22601
|
--pf-c-pagination--m-display-full--c-options-menu--Display: inline-flex;
|
|
22872
|
-
--pf-c-pagination--m-display-full--c-options-menu--Visibility: visible;
|
|
22873
22602
|
display: flex;
|
|
22874
22603
|
flex-wrap: wrap;
|
|
22875
22604
|
align-items: center;
|
|
@@ -22887,11 +22616,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22887
22616
|
--pf-c-pagination--m-bottom__nav-control--c-button--OutlineOffset: 0;
|
|
22888
22617
|
--pf-c-pagination--m-bottom--BoxShadow: none;
|
|
22889
22618
|
--pf-c-pagination--c-options-menu--Display: inline-flex;
|
|
22890
|
-
--pf-c-pagination--c-options-menu--Visibility: visible;
|
|
22891
22619
|
--pf-c-pagination__nav--Display: inline-flex;
|
|
22892
|
-
--pf-c-pagination__nav--Visibility: visible;
|
|
22893
22620
|
--pf-c-pagination__total-items--Display: none;
|
|
22894
|
-
--pf-c-pagination__total-items--Visibility: hidden;
|
|
22895
22621
|
}
|
|
22896
22622
|
}
|
|
22897
22623
|
@media screen and (min-width: 1200px) {
|
|
@@ -22907,7 +22633,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22907
22633
|
}
|
|
22908
22634
|
.pf-c-pagination .pf-c-options-menu {
|
|
22909
22635
|
display: var(--pf-c-pagination--c-options-menu--Display);
|
|
22910
|
-
visibility: var(--pf-c-pagination--c-options-menu--Visibility);
|
|
22911
22636
|
}
|
|
22912
22637
|
.pf-c-pagination.pf-m-bottom {
|
|
22913
22638
|
--pf-c-pagination--child--MarginRight: var(--pf-c-pagination--m-bottom--child--MarginRight);
|
|
@@ -22936,18 +22661,15 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22936
22661
|
.pf-c-pagination.pf-m-bottom .pf-c-pagination__nav-control.pf-m-last,
|
|
22937
22662
|
.pf-c-pagination.pf-m-bottom .pf-c-pagination__nav-page-select {
|
|
22938
22663
|
display: none;
|
|
22939
|
-
visibility: hidden;
|
|
22940
22664
|
}
|
|
22941
22665
|
.pf-c-pagination.pf-m-bottom .pf-c-options-menu {
|
|
22942
22666
|
position: absolute;
|
|
22943
22667
|
display: block;
|
|
22944
|
-
visibility: visible;
|
|
22945
22668
|
}
|
|
22946
22669
|
.pf-c-pagination.pf-m-bottom .pf-c-pagination__nav {
|
|
22947
22670
|
display: flex;
|
|
22948
22671
|
flex-basis: 100%;
|
|
22949
22672
|
justify-content: space-between;
|
|
22950
|
-
visibility: visible;
|
|
22951
22673
|
}
|
|
22952
22674
|
@media screen and (min-width: 768px) {
|
|
22953
22675
|
.pf-c-pagination.pf-m-bottom {
|
|
@@ -22962,7 +22684,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22962
22684
|
.pf-c-pagination.pf-m-bottom .pf-c-pagination__nav-control.pf-m-last,
|
|
22963
22685
|
.pf-c-pagination.pf-m-bottom .pf-c-pagination__nav-page-select {
|
|
22964
22686
|
display: block;
|
|
22965
|
-
visibility: visible;
|
|
22966
22687
|
}
|
|
22967
22688
|
.pf-c-pagination.pf-m-bottom .pf-c-options-menu {
|
|
22968
22689
|
position: relative;
|
|
@@ -23002,7 +22723,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23002
22723
|
.pf-c-pagination__nav {
|
|
23003
22724
|
display: var(--pf-c-pagination__nav--Display);
|
|
23004
22725
|
justify-content: flex-end;
|
|
23005
|
-
visibility: var(--pf-c-pagination__nav--Visibility);
|
|
23006
22726
|
}
|
|
23007
22727
|
|
|
23008
22728
|
.pf-c-pagination__nav-control .pf-c-button {
|
|
@@ -23033,24 +22753,35 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23033
22753
|
|
|
23034
22754
|
.pf-c-pagination__total-items {
|
|
23035
22755
|
display: var(--pf-c-pagination__total-items--Display);
|
|
23036
|
-
visibility: var(--pf-c-pagination__total-items--Visibility);
|
|
23037
22756
|
}
|
|
23038
22757
|
|
|
23039
22758
|
.pf-c-pagination.pf-m-display-summary {
|
|
23040
22759
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-summary__nav--Display);
|
|
23041
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-summary__nav--Visibility);
|
|
23042
22760
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-summary--c-options-menu--Display);
|
|
23043
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-summary--c-options-menu--Visibility);
|
|
23044
22761
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-summary__total-items--Display);
|
|
23045
|
-
--pf-c-pagination__total-items--Visibility: var(--pf-c-pagination--m-display-summary__total-items--Visibility);
|
|
23046
22762
|
}
|
|
23047
22763
|
.pf-c-pagination.pf-m-display-full {
|
|
23048
22764
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-full__nav--Display);
|
|
23049
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-full__nav--Visibility);
|
|
23050
22765
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-full--c-options-menu--Display);
|
|
23051
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-full--c-options-menu--Visibility);
|
|
23052
22766
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-full__total-items--Display);
|
|
23053
|
-
|
|
22767
|
+
}
|
|
22768
|
+
.pf-c-pagination.pf-m-inset-none {
|
|
22769
|
+
--pf-c-pagination--inset: 0;
|
|
22770
|
+
}
|
|
22771
|
+
.pf-c-pagination.pf-m-inset-sm {
|
|
22772
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
22773
|
+
}
|
|
22774
|
+
.pf-c-pagination.pf-m-inset-md {
|
|
22775
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
22776
|
+
}
|
|
22777
|
+
.pf-c-pagination.pf-m-inset-lg {
|
|
22778
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
22779
|
+
}
|
|
22780
|
+
.pf-c-pagination.pf-m-inset-xl {
|
|
22781
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
22782
|
+
}
|
|
22783
|
+
.pf-c-pagination.pf-m-inset-2xl {
|
|
22784
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
23054
22785
|
}
|
|
23055
22786
|
.pf-c-pagination.pf-m-inset-none {
|
|
23056
22787
|
--pf-c-pagination--inset: 0;
|
|
@@ -23073,19 +22804,31 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23073
22804
|
@media (min-width: 576px) {
|
|
23074
22805
|
.pf-c-pagination.pf-m-display-summary-on-sm {
|
|
23075
22806
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-summary__nav--Display);
|
|
23076
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-summary__nav--Visibility);
|
|
23077
22807
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-summary--c-options-menu--Display);
|
|
23078
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-summary--c-options-menu--Visibility);
|
|
23079
22808
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-summary__total-items--Display);
|
|
23080
|
-
--pf-c-pagination__total-items--Visibility: var(--pf-c-pagination--m-display-summary__total-items--Visibility);
|
|
23081
22809
|
}
|
|
23082
22810
|
.pf-c-pagination.pf-m-display-full-on-sm {
|
|
23083
22811
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-full__nav--Display);
|
|
23084
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-full__nav--Visibility);
|
|
23085
22812
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-full--c-options-menu--Display);
|
|
23086
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-full--c-options-menu--Visibility);
|
|
23087
22813
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-full__total-items--Display);
|
|
23088
|
-
|
|
22814
|
+
}
|
|
22815
|
+
.pf-c-pagination.pf-m-inset-none-on-sm {
|
|
22816
|
+
--pf-c-pagination--inset: 0;
|
|
22817
|
+
}
|
|
22818
|
+
.pf-c-pagination.pf-m-inset-sm-on-sm {
|
|
22819
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
22820
|
+
}
|
|
22821
|
+
.pf-c-pagination.pf-m-inset-md-on-sm {
|
|
22822
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
22823
|
+
}
|
|
22824
|
+
.pf-c-pagination.pf-m-inset-lg-on-sm {
|
|
22825
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
22826
|
+
}
|
|
22827
|
+
.pf-c-pagination.pf-m-inset-xl-on-sm {
|
|
22828
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
22829
|
+
}
|
|
22830
|
+
.pf-c-pagination.pf-m-inset-2xl-on-sm {
|
|
22831
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
23089
22832
|
}
|
|
23090
22833
|
.pf-c-pagination.pf-m-inset-none-on-sm {
|
|
23091
22834
|
--pf-c-pagination--inset: 0;
|
|
@@ -23109,19 +22852,31 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23109
22852
|
@media (min-width: 768px) {
|
|
23110
22853
|
.pf-c-pagination.pf-m-display-summary-on-md {
|
|
23111
22854
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-summary__nav--Display);
|
|
23112
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-summary__nav--Visibility);
|
|
23113
22855
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-summary--c-options-menu--Display);
|
|
23114
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-summary--c-options-menu--Visibility);
|
|
23115
22856
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-summary__total-items--Display);
|
|
23116
|
-
--pf-c-pagination__total-items--Visibility: var(--pf-c-pagination--m-display-summary__total-items--Visibility);
|
|
23117
22857
|
}
|
|
23118
22858
|
.pf-c-pagination.pf-m-display-full-on-md {
|
|
23119
22859
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-full__nav--Display);
|
|
23120
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-full__nav--Visibility);
|
|
23121
22860
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-full--c-options-menu--Display);
|
|
23122
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-full--c-options-menu--Visibility);
|
|
23123
22861
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-full__total-items--Display);
|
|
23124
|
-
|
|
22862
|
+
}
|
|
22863
|
+
.pf-c-pagination.pf-m-inset-none-on-md {
|
|
22864
|
+
--pf-c-pagination--inset: 0;
|
|
22865
|
+
}
|
|
22866
|
+
.pf-c-pagination.pf-m-inset-sm-on-md {
|
|
22867
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
22868
|
+
}
|
|
22869
|
+
.pf-c-pagination.pf-m-inset-md-on-md {
|
|
22870
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
22871
|
+
}
|
|
22872
|
+
.pf-c-pagination.pf-m-inset-lg-on-md {
|
|
22873
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
22874
|
+
}
|
|
22875
|
+
.pf-c-pagination.pf-m-inset-xl-on-md {
|
|
22876
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
22877
|
+
}
|
|
22878
|
+
.pf-c-pagination.pf-m-inset-2xl-on-md {
|
|
22879
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
23125
22880
|
}
|
|
23126
22881
|
.pf-c-pagination.pf-m-inset-none-on-md {
|
|
23127
22882
|
--pf-c-pagination--inset: 0;
|
|
@@ -23145,19 +22900,31 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23145
22900
|
@media (min-width: 992px) {
|
|
23146
22901
|
.pf-c-pagination.pf-m-display-summary-on-lg {
|
|
23147
22902
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-summary__nav--Display);
|
|
23148
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-summary__nav--Visibility);
|
|
23149
22903
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-summary--c-options-menu--Display);
|
|
23150
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-summary--c-options-menu--Visibility);
|
|
23151
22904
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-summary__total-items--Display);
|
|
23152
|
-
--pf-c-pagination__total-items--Visibility: var(--pf-c-pagination--m-display-summary__total-items--Visibility);
|
|
23153
22905
|
}
|
|
23154
22906
|
.pf-c-pagination.pf-m-display-full-on-lg {
|
|
23155
22907
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-full__nav--Display);
|
|
23156
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-full__nav--Visibility);
|
|
23157
22908
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-full--c-options-menu--Display);
|
|
23158
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-full--c-options-menu--Visibility);
|
|
23159
22909
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-full__total-items--Display);
|
|
23160
|
-
|
|
22910
|
+
}
|
|
22911
|
+
.pf-c-pagination.pf-m-inset-none-on-lg {
|
|
22912
|
+
--pf-c-pagination--inset: 0;
|
|
22913
|
+
}
|
|
22914
|
+
.pf-c-pagination.pf-m-inset-sm-on-lg {
|
|
22915
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
22916
|
+
}
|
|
22917
|
+
.pf-c-pagination.pf-m-inset-md-on-lg {
|
|
22918
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
22919
|
+
}
|
|
22920
|
+
.pf-c-pagination.pf-m-inset-lg-on-lg {
|
|
22921
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
22922
|
+
}
|
|
22923
|
+
.pf-c-pagination.pf-m-inset-xl-on-lg {
|
|
22924
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
22925
|
+
}
|
|
22926
|
+
.pf-c-pagination.pf-m-inset-2xl-on-lg {
|
|
22927
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
23161
22928
|
}
|
|
23162
22929
|
.pf-c-pagination.pf-m-inset-none-on-lg {
|
|
23163
22930
|
--pf-c-pagination--inset: 0;
|
|
@@ -23181,19 +22948,31 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23181
22948
|
@media (min-width: 1200px) {
|
|
23182
22949
|
.pf-c-pagination.pf-m-display-summary-on-xl {
|
|
23183
22950
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-summary__nav--Display);
|
|
23184
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-summary__nav--Visibility);
|
|
23185
22951
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-summary--c-options-menu--Display);
|
|
23186
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-summary--c-options-menu--Visibility);
|
|
23187
22952
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-summary__total-items--Display);
|
|
23188
|
-
--pf-c-pagination__total-items--Visibility: var(--pf-c-pagination--m-display-summary__total-items--Visibility);
|
|
23189
22953
|
}
|
|
23190
22954
|
.pf-c-pagination.pf-m-display-full-on-xl {
|
|
23191
22955
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-full__nav--Display);
|
|
23192
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-full__nav--Visibility);
|
|
23193
22956
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-full--c-options-menu--Display);
|
|
23194
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-full--c-options-menu--Visibility);
|
|
23195
22957
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-full__total-items--Display);
|
|
23196
|
-
|
|
22958
|
+
}
|
|
22959
|
+
.pf-c-pagination.pf-m-inset-none-on-xl {
|
|
22960
|
+
--pf-c-pagination--inset: 0;
|
|
22961
|
+
}
|
|
22962
|
+
.pf-c-pagination.pf-m-inset-sm-on-xl {
|
|
22963
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
22964
|
+
}
|
|
22965
|
+
.pf-c-pagination.pf-m-inset-md-on-xl {
|
|
22966
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
22967
|
+
}
|
|
22968
|
+
.pf-c-pagination.pf-m-inset-lg-on-xl {
|
|
22969
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
22970
|
+
}
|
|
22971
|
+
.pf-c-pagination.pf-m-inset-xl-on-xl {
|
|
22972
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
22973
|
+
}
|
|
22974
|
+
.pf-c-pagination.pf-m-inset-2xl-on-xl {
|
|
22975
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
23197
22976
|
}
|
|
23198
22977
|
.pf-c-pagination.pf-m-inset-none-on-xl {
|
|
23199
22978
|
--pf-c-pagination--inset: 0;
|
|
@@ -23217,19 +22996,31 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23217
22996
|
@media (min-width: 1450px) {
|
|
23218
22997
|
.pf-c-pagination.pf-m-display-summary-on-2xl {
|
|
23219
22998
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-summary__nav--Display);
|
|
23220
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-summary__nav--Visibility);
|
|
23221
22999
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-summary--c-options-menu--Display);
|
|
23222
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-summary--c-options-menu--Visibility);
|
|
23223
23000
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-summary__total-items--Display);
|
|
23224
|
-
--pf-c-pagination__total-items--Visibility: var(--pf-c-pagination--m-display-summary__total-items--Visibility);
|
|
23225
23001
|
}
|
|
23226
23002
|
.pf-c-pagination.pf-m-display-full-on-2xl {
|
|
23227
23003
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-full__nav--Display);
|
|
23228
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-full__nav--Visibility);
|
|
23229
23004
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-full--c-options-menu--Display);
|
|
23230
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-full--c-options-menu--Visibility);
|
|
23231
23005
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-full__total-items--Display);
|
|
23232
|
-
|
|
23006
|
+
}
|
|
23007
|
+
.pf-c-pagination.pf-m-inset-none-on-2xl {
|
|
23008
|
+
--pf-c-pagination--inset: 0;
|
|
23009
|
+
}
|
|
23010
|
+
.pf-c-pagination.pf-m-inset-sm-on-2xl {
|
|
23011
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
23012
|
+
}
|
|
23013
|
+
.pf-c-pagination.pf-m-inset-md-on-2xl {
|
|
23014
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
23015
|
+
}
|
|
23016
|
+
.pf-c-pagination.pf-m-inset-lg-on-2xl {
|
|
23017
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
23018
|
+
}
|
|
23019
|
+
.pf-c-pagination.pf-m-inset-xl-on-2xl {
|
|
23020
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
23021
|
+
}
|
|
23022
|
+
.pf-c-pagination.pf-m-inset-2xl-on-2xl {
|
|
23023
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
23233
23024
|
}
|
|
23234
23025
|
.pf-c-pagination.pf-m-inset-none-on-2xl {
|
|
23235
23026
|
--pf-c-pagination--inset: 0;
|
|
@@ -23580,17 +23371,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23580
23371
|
}
|
|
23581
23372
|
|
|
23582
23373
|
:where(.pf-theme-dark) .pf-c-popover {
|
|
23583
|
-
--pf-c-
|
|
23584
|
-
--pf-c-popover__arrow--BoxShadow: none;
|
|
23374
|
+
--pf-c-popover__content--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
23585
23375
|
--pf-c-popover__arrow--BackgroundColor: var(--pf-c-popover__content--BackgroundColor);
|
|
23586
23376
|
--pf-c-popover--m-default__title-text--Color: var(--pf-global--default-color--200);
|
|
23587
23377
|
--pf-c-popover--m-info__title-text--Color: var(--pf-global--info-color--100);
|
|
23588
23378
|
--pf-c-popover--m-success__title-text--Color: var(--pf-global--success-color--100);
|
|
23589
23379
|
}
|
|
23590
|
-
:where(.pf-theme-dark) .pf-c-popover,
|
|
23591
|
-
:where(.pf-theme-dark) .pf-c-popover .pf-c-popover__arrow {
|
|
23592
|
-
border: 4px solid var(--pf-global--BorderColor--400);
|
|
23593
|
-
}
|
|
23594
23380
|
|
|
23595
23381
|
.pf-c-progress {
|
|
23596
23382
|
--pf-c-progress--GridGap: var(--pf-global--spacer--md);
|
|
@@ -23674,7 +23460,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23674
23460
|
}
|
|
23675
23461
|
.pf-c-progress.pf-m-singleline .pf-c-progress__description {
|
|
23676
23462
|
display: none;
|
|
23677
|
-
visibility: hidden;
|
|
23678
23463
|
}
|
|
23679
23464
|
.pf-c-progress.pf-m-singleline .pf-c-progress__bar {
|
|
23680
23465
|
grid-row: 1/2;
|
|
@@ -24417,8 +24202,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
24417
24202
|
display: grid;
|
|
24418
24203
|
grid-template-columns: auto 1fr;
|
|
24419
24204
|
grid-gap: var(--pf-c-radio--GridGap);
|
|
24420
|
-
align-items: start;
|
|
24421
|
-
justify-items: start;
|
|
24422
24205
|
}
|
|
24423
24206
|
.pf-c-radio.pf-m-standalone {
|
|
24424
24207
|
--pf-c-radio--GridGap: 0;
|
|
@@ -24457,6 +24240,10 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
24457
24240
|
margin-top: var(--pf-c-radio__body--MarginTop);
|
|
24458
24241
|
}
|
|
24459
24242
|
|
|
24243
|
+
.pf-c-radio__label,
|
|
24244
|
+
.pf-c-radio__input {
|
|
24245
|
+
justify-self: start;
|
|
24246
|
+
}
|
|
24460
24247
|
label.pf-c-radio, .pf-c-radio__label,
|
|
24461
24248
|
.pf-c-radio__input {
|
|
24462
24249
|
cursor: pointer;
|
|
@@ -25638,7 +25425,7 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
25638
25425
|
--pf-c-simple-list__title--PaddingLeft: var(--pf-global--spacer--md);
|
|
25639
25426
|
--pf-c-simple-list__title--FontSize: var(--pf-global--FontSize--sm);
|
|
25640
25427
|
--pf-c-simple-list__title--Color: var(--pf-global--Color--dark-200);
|
|
25641
|
-
--pf-c-simple-list__title--FontWeight: var(--pf-global--FontWeight--
|
|
25428
|
+
--pf-c-simple-list__title--FontWeight: var(--pf-global--FontWeight--bold);
|
|
25642
25429
|
--pf-c-simple-list__section--section--MarginTop: var(--pf-global--spacer--sm);
|
|
25643
25430
|
}
|
|
25644
25431
|
|
|
@@ -25945,7 +25732,7 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
25945
25732
|
left: -300%;
|
|
25946
25733
|
z-index: var(--pf-c-skip-to-content--ZIndex);
|
|
25947
25734
|
}
|
|
25948
|
-
.pf-c-skip-to-content:focus {
|
|
25735
|
+
.pf-c-skip-to-content:focus-within {
|
|
25949
25736
|
left: var(--pf-c-skip-to-content--focus--Left);
|
|
25950
25737
|
}
|
|
25951
25738
|
|
|
@@ -26447,7 +26234,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
26447
26234
|
}
|
|
26448
26235
|
.pf-c-switch__input:not(:checked) ~ .pf-c-switch__toggle .pf-c-switch__toggle-icon {
|
|
26449
26236
|
display: none;
|
|
26450
|
-
visibility: hidden;
|
|
26451
26237
|
}
|
|
26452
26238
|
.pf-c-switch__input:not(:checked) ~ .pf-m-on {
|
|
26453
26239
|
display: none;
|
|
@@ -26691,7 +26477,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
26691
26477
|
}
|
|
26692
26478
|
.pf-m-grid.pf-c-table thead {
|
|
26693
26479
|
display: none;
|
|
26694
|
-
visibility: hidden;
|
|
26695
26480
|
}
|
|
26696
26481
|
.pf-m-grid.pf-c-table tbody {
|
|
26697
26482
|
display: block;
|
|
@@ -26841,7 +26626,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
26841
26626
|
}
|
|
26842
26627
|
.pf-m-grid.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
|
|
26843
26628
|
display: none;
|
|
26844
|
-
visibility: hidden;
|
|
26845
26629
|
}
|
|
26846
26630
|
.pf-m-grid.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
|
|
26847
26631
|
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
|
|
@@ -26995,7 +26779,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
26995
26779
|
}
|
|
26996
26780
|
.pf-m-grid-md.pf-c-table thead {
|
|
26997
26781
|
display: none;
|
|
26998
|
-
visibility: hidden;
|
|
26999
26782
|
}
|
|
27000
26783
|
.pf-m-grid-md.pf-c-table tbody {
|
|
27001
26784
|
display: block;
|
|
@@ -27145,7 +26928,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27145
26928
|
}
|
|
27146
26929
|
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
|
|
27147
26930
|
display: none;
|
|
27148
|
-
visibility: hidden;
|
|
27149
26931
|
}
|
|
27150
26932
|
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
|
|
27151
26933
|
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
|
|
@@ -27312,7 +27094,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27312
27094
|
}
|
|
27313
27095
|
.pf-m-grid-lg.pf-c-table thead {
|
|
27314
27096
|
display: none;
|
|
27315
|
-
visibility: hidden;
|
|
27316
27097
|
}
|
|
27317
27098
|
.pf-m-grid-lg.pf-c-table tbody {
|
|
27318
27099
|
display: block;
|
|
@@ -27462,7 +27243,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27462
27243
|
}
|
|
27463
27244
|
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
|
|
27464
27245
|
display: none;
|
|
27465
|
-
visibility: hidden;
|
|
27466
27246
|
}
|
|
27467
27247
|
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
|
|
27468
27248
|
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
|
|
@@ -27629,7 +27409,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27629
27409
|
}
|
|
27630
27410
|
.pf-m-grid-xl.pf-c-table thead {
|
|
27631
27411
|
display: none;
|
|
27632
|
-
visibility: hidden;
|
|
27633
27412
|
}
|
|
27634
27413
|
.pf-m-grid-xl.pf-c-table tbody {
|
|
27635
27414
|
display: block;
|
|
@@ -27779,7 +27558,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27779
27558
|
}
|
|
27780
27559
|
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
|
|
27781
27560
|
display: none;
|
|
27782
|
-
visibility: hidden;
|
|
27783
27561
|
}
|
|
27784
27562
|
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
|
|
27785
27563
|
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
|
|
@@ -27946,7 +27724,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27946
27724
|
}
|
|
27947
27725
|
.pf-m-grid-2xl.pf-c-table thead {
|
|
27948
27726
|
display: none;
|
|
27949
|
-
visibility: hidden;
|
|
27950
27727
|
}
|
|
27951
27728
|
.pf-m-grid-2xl.pf-c-table tbody {
|
|
27952
27729
|
display: block;
|
|
@@ -28096,7 +27873,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
28096
27873
|
}
|
|
28097
27874
|
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
|
|
28098
27875
|
display: none;
|
|
28099
|
-
visibility: hidden;
|
|
28100
27876
|
}
|
|
28101
27877
|
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
|
|
28102
27878
|
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
|
|
@@ -29105,7 +28881,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29105
28881
|
}
|
|
29106
28882
|
.pf-c-table__expandable-row:not(.pf-m-expanded) {
|
|
29107
28883
|
display: none;
|
|
29108
|
-
visibility: hidden;
|
|
29109
28884
|
}
|
|
29110
28885
|
|
|
29111
28886
|
.pf-c-table__compound-expansion-toggle.pf-m-expanded:first-child,
|
|
@@ -29418,7 +29193,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29418
29193
|
|
|
29419
29194
|
.pf-c-table__tree-view-details-toggle {
|
|
29420
29195
|
display: none;
|
|
29421
|
-
visibility: hidden;
|
|
29422
29196
|
}
|
|
29423
29197
|
|
|
29424
29198
|
.pf-m-tree-view-grid.pf-c-table {
|
|
@@ -29480,7 +29254,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29480
29254
|
}
|
|
29481
29255
|
.pf-m-tree-view-grid.pf-c-table thead th {
|
|
29482
29256
|
display: none;
|
|
29483
|
-
visibility: none;
|
|
29484
29257
|
}
|
|
29485
29258
|
.pf-m-tree-view-grid.pf-c-table td {
|
|
29486
29259
|
display: none;
|
|
@@ -29507,12 +29280,10 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29507
29280
|
}
|
|
29508
29281
|
.pf-m-tree-view-grid.pf-c-table .pf-c-table__tree-view-title-header-cell {
|
|
29509
29282
|
display: block;
|
|
29510
|
-
visibility: visible;
|
|
29511
29283
|
}
|
|
29512
29284
|
.pf-m-tree-view-grid.pf-c-table .pf-c-table__tree-view-details-toggle,
|
|
29513
29285
|
.pf-m-tree-view-grid.pf-c-table .pf-c-table__action {
|
|
29514
29286
|
display: inline-block;
|
|
29515
|
-
visibility: visible;
|
|
29516
29287
|
}
|
|
29517
29288
|
.pf-m-tree-view-grid.pf-c-table .pf-c-table__action {
|
|
29518
29289
|
--pf-c-table--cell--Width: auto;
|
|
@@ -29623,7 +29394,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29623
29394
|
}
|
|
29624
29395
|
.pf-m-tree-view-grid-md.pf-c-table thead th {
|
|
29625
29396
|
display: none;
|
|
29626
|
-
visibility: none;
|
|
29627
29397
|
}
|
|
29628
29398
|
.pf-m-tree-view-grid-md.pf-c-table td {
|
|
29629
29399
|
display: none;
|
|
@@ -29650,12 +29420,10 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29650
29420
|
}
|
|
29651
29421
|
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__tree-view-title-header-cell {
|
|
29652
29422
|
display: block;
|
|
29653
|
-
visibility: visible;
|
|
29654
29423
|
}
|
|
29655
29424
|
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__tree-view-details-toggle,
|
|
29656
29425
|
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__action {
|
|
29657
29426
|
display: inline-block;
|
|
29658
|
-
visibility: visible;
|
|
29659
29427
|
}
|
|
29660
29428
|
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__action {
|
|
29661
29429
|
--pf-c-table--cell--Width: auto;
|
|
@@ -29767,7 +29535,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29767
29535
|
}
|
|
29768
29536
|
.pf-m-tree-view-grid-lg.pf-c-table thead th {
|
|
29769
29537
|
display: none;
|
|
29770
|
-
visibility: none;
|
|
29771
29538
|
}
|
|
29772
29539
|
.pf-m-tree-view-grid-lg.pf-c-table td {
|
|
29773
29540
|
display: none;
|
|
@@ -29794,12 +29561,10 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29794
29561
|
}
|
|
29795
29562
|
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__tree-view-title-header-cell {
|
|
29796
29563
|
display: block;
|
|
29797
|
-
visibility: visible;
|
|
29798
29564
|
}
|
|
29799
29565
|
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__tree-view-details-toggle,
|
|
29800
29566
|
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__action {
|
|
29801
29567
|
display: inline-block;
|
|
29802
|
-
visibility: visible;
|
|
29803
29568
|
}
|
|
29804
29569
|
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__action {
|
|
29805
29570
|
--pf-c-table--cell--Width: auto;
|
|
@@ -29911,7 +29676,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29911
29676
|
}
|
|
29912
29677
|
.pf-m-tree-view-grid-xl.pf-c-table thead th {
|
|
29913
29678
|
display: none;
|
|
29914
|
-
visibility: none;
|
|
29915
29679
|
}
|
|
29916
29680
|
.pf-m-tree-view-grid-xl.pf-c-table td {
|
|
29917
29681
|
display: none;
|
|
@@ -29938,12 +29702,10 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29938
29702
|
}
|
|
29939
29703
|
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__tree-view-title-header-cell {
|
|
29940
29704
|
display: block;
|
|
29941
|
-
visibility: visible;
|
|
29942
29705
|
}
|
|
29943
29706
|
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__tree-view-details-toggle,
|
|
29944
29707
|
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__action {
|
|
29945
29708
|
display: inline-block;
|
|
29946
|
-
visibility: visible;
|
|
29947
29709
|
}
|
|
29948
29710
|
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__action {
|
|
29949
29711
|
--pf-c-table--cell--Width: auto;
|
|
@@ -30055,7 +29817,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30055
29817
|
}
|
|
30056
29818
|
.pf-m-tree-view-grid-2xl.pf-c-table thead th {
|
|
30057
29819
|
display: none;
|
|
30058
|
-
visibility: none;
|
|
30059
29820
|
}
|
|
30060
29821
|
.pf-m-tree-view-grid-2xl.pf-c-table td {
|
|
30061
29822
|
display: none;
|
|
@@ -30082,12 +29843,10 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30082
29843
|
}
|
|
30083
29844
|
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__tree-view-title-header-cell {
|
|
30084
29845
|
display: block;
|
|
30085
|
-
visibility: visible;
|
|
30086
29846
|
}
|
|
30087
29847
|
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__tree-view-details-toggle,
|
|
30088
29848
|
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__action {
|
|
30089
29849
|
display: inline-block;
|
|
30090
|
-
visibility: visible;
|
|
30091
29850
|
}
|
|
30092
29851
|
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__action {
|
|
30093
29852
|
--pf-c-table--cell--Width: auto;
|
|
@@ -30165,7 +29924,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30165
29924
|
--pf-c-tabs--m-color-scheme--light-300__item--m-current__link--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
|
30166
29925
|
--pf-c-tabs--m-color-scheme--light-300__link--disabled--BackgroundColor: var(--pf-global--palette--black-150);
|
|
30167
29926
|
--pf-c-tabs__list--Display: flex;
|
|
30168
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
30169
29927
|
--pf-c-tabs__item--m-action--before--ZIndex: var(--pf-global--ZIndex--xs);
|
|
30170
29928
|
--pf-c-tabs__link--Color: var(--pf-global--Color--200);
|
|
30171
29929
|
--pf-c-tabs__link--FontSize: var(--pf-global--FontSize--md);
|
|
@@ -30235,7 +29993,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30235
29993
|
--pf-c-tabs__item--ScrollSnapAlign: end;
|
|
30236
29994
|
--pf-c-tabs--m-vertical__list--ScrollSnapTypeAxis: y;
|
|
30237
29995
|
--pf-c-tabs__toggle--Display: flex;
|
|
30238
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
30239
29996
|
--pf-c-tabs__toggle--MarginBottom: 0;
|
|
30240
29997
|
--pf-c-tabs--m-expanded__toggle--MarginBottom: var(--pf-global--spacer--md);
|
|
30241
29998
|
--pf-c-tabs__toggle-icon--Color: currentcolor;
|
|
@@ -30258,6 +30015,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30258
30015
|
--pf-c-tabs__item-action--last-child--c-button--PaddingRight: var(--pf-global--spacer--md);
|
|
30259
30016
|
--pf-c-tabs__item-action--c-button--OutlineOffset: -0.1875rem;
|
|
30260
30017
|
--pf-c-tabs__item-action-icon--MarginTop: 0.125rem;
|
|
30018
|
+
--pf-c-tabs__item-action--m-help--c-button--PaddingLeft: var(--pf-global--spacer--xs);
|
|
30261
30019
|
--pf-c-tabs__add--before--BorderColor: var(--pf-c-tabs__link--before--border-color--base);
|
|
30262
30020
|
--pf-c-tabs__add--before--BorderLeftWidth: var(--pf-c-tabs__link--before--border-width--base);
|
|
30263
30021
|
--pf-c-tabs__add--c-button--FontSize: var(--pf-global--FontSize--sm);
|
|
@@ -30322,14 +30080,10 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30322
30080
|
margin-left: 0;
|
|
30323
30081
|
transform: translateX(0);
|
|
30324
30082
|
}
|
|
30325
|
-
.pf-c-tabs.pf-m-
|
|
30083
|
+
.pf-c-tabs.pf-m-no-border-bottom {
|
|
30326
30084
|
--pf-c-tabs--before--BorderBottomWidth: 0;
|
|
30327
30085
|
--pf-c-tabs__link--disabled--before--BorderBottomWidth: 0;
|
|
30328
30086
|
}
|
|
30329
|
-
.pf-c-tabs.pf-m-border-bottom {
|
|
30330
|
-
--pf-c-tabs--before--BorderBottomWidth: var(--pf-c-tabs--before--border-width--base);
|
|
30331
|
-
--pf-c-tabs__link--disabled--before--BorderBottomWidth: var(--pf-c-tabs--before--border-width--base);
|
|
30332
|
-
}
|
|
30333
30087
|
.pf-c-tabs.pf-m-box .pf-c-tabs__link, .pf-c-tabs.pf-m-vertical .pf-c-tabs__link {
|
|
30334
30088
|
--pf-c-tabs__link--after--BorderBottomWidth: 0;
|
|
30335
30089
|
}
|
|
@@ -30424,89 +30178,64 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30424
30178
|
}
|
|
30425
30179
|
.pf-c-tabs.pf-m-vertical.pf-m-expandable {
|
|
30426
30180
|
--pf-c-tabs__list--Display: none;
|
|
30427
|
-
--pf-c-tabs__list--Visibility: hidden;
|
|
30428
30181
|
--pf-c-tabs__toggle--Display: flex;
|
|
30429
|
-
--pf-c-tabs__toggle--Visibility: visible;
|
|
30430
30182
|
}
|
|
30431
30183
|
.pf-c-tabs.pf-m-vertical.pf-m-non-expandable {
|
|
30432
30184
|
--pf-c-tabs__list--Display: flex;
|
|
30433
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
30434
30185
|
--pf-c-tabs__toggle--Display: none;
|
|
30435
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
30436
30186
|
}
|
|
30437
30187
|
@media (min-width: 576px) {
|
|
30438
30188
|
.pf-c-tabs.pf-m-vertical.pf-m-expandable-on-sm {
|
|
30439
30189
|
--pf-c-tabs__list--Display: none;
|
|
30440
|
-
--pf-c-tabs__list--Visibility: hidden;
|
|
30441
30190
|
--pf-c-tabs__toggle--Display: flex;
|
|
30442
|
-
--pf-c-tabs__toggle--Visibility: visible;
|
|
30443
30191
|
}
|
|
30444
30192
|
.pf-c-tabs.pf-m-vertical.pf-m-non-expandable-on-sm {
|
|
30445
30193
|
--pf-c-tabs__list--Display: flex;
|
|
30446
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
30447
30194
|
--pf-c-tabs__toggle--Display: none;
|
|
30448
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
30449
30195
|
}
|
|
30450
30196
|
}
|
|
30451
30197
|
@media (min-width: 768px) {
|
|
30452
30198
|
.pf-c-tabs.pf-m-vertical.pf-m-expandable-on-md {
|
|
30453
30199
|
--pf-c-tabs__list--Display: none;
|
|
30454
|
-
--pf-c-tabs__list--Visibility: hidden;
|
|
30455
30200
|
--pf-c-tabs__toggle--Display: flex;
|
|
30456
|
-
--pf-c-tabs__toggle--Visibility: visible;
|
|
30457
30201
|
}
|
|
30458
30202
|
.pf-c-tabs.pf-m-vertical.pf-m-non-expandable-on-md {
|
|
30459
30203
|
--pf-c-tabs__list--Display: flex;
|
|
30460
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
30461
30204
|
--pf-c-tabs__toggle--Display: none;
|
|
30462
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
30463
30205
|
}
|
|
30464
30206
|
}
|
|
30465
30207
|
@media (min-width: 992px) {
|
|
30466
30208
|
.pf-c-tabs.pf-m-vertical.pf-m-expandable-on-lg {
|
|
30467
30209
|
--pf-c-tabs__list--Display: none;
|
|
30468
|
-
--pf-c-tabs__list--Visibility: hidden;
|
|
30469
30210
|
--pf-c-tabs__toggle--Display: flex;
|
|
30470
|
-
--pf-c-tabs__toggle--Visibility: visible;
|
|
30471
30211
|
}
|
|
30472
30212
|
.pf-c-tabs.pf-m-vertical.pf-m-non-expandable-on-lg {
|
|
30473
30213
|
--pf-c-tabs__list--Display: flex;
|
|
30474
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
30475
30214
|
--pf-c-tabs__toggle--Display: none;
|
|
30476
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
30477
30215
|
}
|
|
30478
30216
|
}
|
|
30479
30217
|
@media (min-width: 1200px) {
|
|
30480
30218
|
.pf-c-tabs.pf-m-vertical.pf-m-expandable-on-xl {
|
|
30481
30219
|
--pf-c-tabs__list--Display: none;
|
|
30482
|
-
--pf-c-tabs__list--Visibility: hidden;
|
|
30483
30220
|
--pf-c-tabs__toggle--Display: flex;
|
|
30484
|
-
--pf-c-tabs__toggle--Visibility: visible;
|
|
30485
30221
|
}
|
|
30486
30222
|
.pf-c-tabs.pf-m-vertical.pf-m-non-expandable-on-xl {
|
|
30487
30223
|
--pf-c-tabs__list--Display: flex;
|
|
30488
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
30489
30224
|
--pf-c-tabs__toggle--Display: none;
|
|
30490
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
30491
30225
|
}
|
|
30492
30226
|
}
|
|
30493
30227
|
@media (min-width: 1450px) {
|
|
30494
30228
|
.pf-c-tabs.pf-m-vertical.pf-m-expandable-on-2xl {
|
|
30495
30229
|
--pf-c-tabs__list--Display: none;
|
|
30496
|
-
--pf-c-tabs__list--Visibility: hidden;
|
|
30497
30230
|
--pf-c-tabs__toggle--Display: flex;
|
|
30498
|
-
--pf-c-tabs__toggle--Visibility: visible;
|
|
30499
30231
|
}
|
|
30500
30232
|
.pf-c-tabs.pf-m-vertical.pf-m-non-expandable-on-2xl {
|
|
30501
30233
|
--pf-c-tabs__list--Display: flex;
|
|
30502
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
30503
30234
|
--pf-c-tabs__toggle--Display: none;
|
|
30504
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
30505
30235
|
}
|
|
30506
30236
|
}
|
|
30507
30237
|
.pf-c-tabs.pf-m-vertical.pf-m-expanded {
|
|
30508
30238
|
--pf-c-tabs__list--Display: flex;
|
|
30509
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
30510
30239
|
--pf-c-tabs__toggle--MarginBottom: var(--pf-c-tabs--m-expanded__toggle--MarginBottom);
|
|
30511
30240
|
--pf-c-tabs__toggle-icon--Color: var(--pf-c-tabs--m-expanded__toggle-icon--Color);
|
|
30512
30241
|
--pf-c-tabs__toggle-icon--Rotate: var(--pf-c-tabs--m-expanded__toggle-icon--Rotate);
|
|
@@ -30562,7 +30291,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30562
30291
|
display: var(--pf-c-tabs__toggle--Display);
|
|
30563
30292
|
align-items: center;
|
|
30564
30293
|
margin-bottom: var(--pf-c-tabs__toggle--MarginBottom);
|
|
30565
|
-
visibility: var(--pf-c-tabs__toggle--Visibility);
|
|
30566
30294
|
}
|
|
30567
30295
|
|
|
30568
30296
|
.pf-c-tabs__toggle-button {
|
|
@@ -30599,7 +30327,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30599
30327
|
overflow-x: auto;
|
|
30600
30328
|
scroll-behavior: smooth;
|
|
30601
30329
|
scroll-snap-type: var(--pf-c-tabs__list--ScrollSnapType);
|
|
30602
|
-
visibility: var(--pf-c-tabs__list--Visibility);
|
|
30603
30330
|
-webkit-overflow-scrolling: touch;
|
|
30604
30331
|
}
|
|
30605
30332
|
.pf-c-tabs__list::-webkit-scrollbar {
|
|
@@ -30762,6 +30489,9 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30762
30489
|
--pf-c-button--PaddingLeft: var(--pf-c-tabs__item-action--c-button--PaddingLeft);
|
|
30763
30490
|
outline-offset: var(--pf-c-tabs__item-action--c-button--OutlineOffset);
|
|
30764
30491
|
}
|
|
30492
|
+
.pf-c-tabs__item-action.pf-m-help {
|
|
30493
|
+
--pf-c-tabs__item-action--c-button--PaddingLeft: var(--pf-c-tabs__item-action--m-help--c-button--PaddingLeft);
|
|
30494
|
+
}
|
|
30765
30495
|
.pf-c-tabs__item-action:last-child {
|
|
30766
30496
|
--pf-c-tabs__item-action--c-button--PaddingRight: var(--pf-c-tabs__item-action--last-child--c-button--PaddingRight);
|
|
30767
30497
|
}
|
|
@@ -31472,11 +31202,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
31472
31202
|
line-height: var(--pf-c-title--m-md--LineHeight);
|
|
31473
31203
|
}
|
|
31474
31204
|
|
|
31475
|
-
.pf-m-overpass-font .pf-c-title {
|
|
31476
|
-
--pf-c-title--m-md--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
31477
|
-
--pf-c-title--m-lg--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
31478
|
-
}
|
|
31479
|
-
|
|
31480
31205
|
.pf-c-toggle-group {
|
|
31481
31206
|
--pf-c-toggle-group__button--PaddingTop: var(--pf-global--spacer--form-element);
|
|
31482
31207
|
--pf-c-toggle-group__button--PaddingRight: var(--pf-global--spacer--md);
|
|
@@ -31746,16 +31471,13 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
31746
31471
|
}
|
|
31747
31472
|
|
|
31748
31473
|
:where(.pf-theme-dark) .pf-c-tooltip {
|
|
31749
|
-
--pf-c-tooltip--BoxShadow: none;
|
|
31750
31474
|
--pf-c-tooltip__content--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
31751
|
-
|
|
31752
|
-
:where(.pf-theme-dark) .pf-c-tooltip,
|
|
31753
|
-
:where(.pf-theme-dark) .pf-c-tooltip__arrow {
|
|
31754
|
-
border: var(--pf-global--BorderWidth--lg) solid var(--pf-global--BorderColor--300);
|
|
31475
|
+
--pf-c-tooltip__arrow--BoxShadow: var(--pf-global--BoxShadow--lg);
|
|
31755
31476
|
}
|
|
31756
31477
|
:where(.pf-theme-dark) .pf-c-tooltip__arrow {
|
|
31757
31478
|
--pf-c-tooltip__arrow--Width: 0.9375rem;
|
|
31758
31479
|
--pf-c-tooltip__arrow--Height: 0.9375rem;
|
|
31480
|
+
box-shadow: var(--pf-c-tooltip__arrow--BoxShadow);
|
|
31759
31481
|
}
|
|
31760
31482
|
|
|
31761
31483
|
.pf-c-truncate {
|
|
@@ -32512,7 +32234,6 @@ label.pf-c-tree-view__node-text {
|
|
|
32512
32234
|
.pf-c-wizard.pf-m-finished .pf-c-wizard__footer,
|
|
32513
32235
|
.pf-c-wizard.pf-m-finished .pf-c-wizard__toggle {
|
|
32514
32236
|
display: none;
|
|
32515
|
-
visibility: hidden;
|
|
32516
32237
|
}
|
|
32517
32238
|
|
|
32518
32239
|
.pf-c-wizard__header {
|
|
@@ -32538,12 +32259,10 @@ label.pf-c-tree-view__node-text {
|
|
|
32538
32259
|
display: none;
|
|
32539
32260
|
padding-top: var(--pf-c-wizard__description--PaddingTop);
|
|
32540
32261
|
color: var(--pf-c-wizard__description--Color);
|
|
32541
|
-
visibility: hidden;
|
|
32542
32262
|
}
|
|
32543
32263
|
@media screen and (min-width: 992px) {
|
|
32544
32264
|
.pf-c-wizard__description {
|
|
32545
32265
|
display: block;
|
|
32546
|
-
visibility: visible;
|
|
32547
32266
|
}
|
|
32548
32267
|
}
|
|
32549
32268
|
|
|
@@ -32561,7 +32280,6 @@ label.pf-c-tree-view__node-text {
|
|
|
32561
32280
|
@media screen and (min-width: 992px) {
|
|
32562
32281
|
.pf-c-wizard__toggle {
|
|
32563
32282
|
display: none;
|
|
32564
|
-
visibility: hidden;
|
|
32565
32283
|
}
|
|
32566
32284
|
}
|
|
32567
32285
|
.pf-c-wizard__toggle.pf-m-expanded {
|
|
@@ -32641,19 +32359,16 @@ label.pf-c-tree-view__node-text {
|
|
|
32641
32359
|
max-height: 100%;
|
|
32642
32360
|
overflow-y: auto;
|
|
32643
32361
|
-webkit-overflow-scrolling: touch;
|
|
32644
|
-
visibility: hidden;
|
|
32645
32362
|
background-color: var(--pf-c-wizard__nav--BackgroundColor);
|
|
32646
32363
|
box-shadow: var(--pf-c-wizard__nav--BoxShadow);
|
|
32647
32364
|
}
|
|
32648
32365
|
.pf-c-wizard__nav.pf-m-expanded {
|
|
32649
32366
|
display: block;
|
|
32650
|
-
visibility: visible;
|
|
32651
32367
|
}
|
|
32652
32368
|
@media screen and (min-width: 992px) {
|
|
32653
32369
|
.pf-c-wizard__nav {
|
|
32654
32370
|
display: block;
|
|
32655
32371
|
height: 100%;
|
|
32656
|
-
visibility: visible;
|
|
32657
32372
|
border-right: var(--pf-c-wizard__nav--lg--BorderRightWidth) solid var(--pf-c-wizard__nav--lg--BorderRightColor);
|
|
32658
32373
|
}
|
|
32659
32374
|
}
|
|
@@ -32686,11 +32401,9 @@ label.pf-c-tree-view__node-text {
|
|
|
32686
32401
|
}
|
|
32687
32402
|
.pf-c-wizard__nav-item.pf-m-expandable > .pf-c-wizard__nav-list {
|
|
32688
32403
|
display: none;
|
|
32689
|
-
visibility: hidden;
|
|
32690
32404
|
}
|
|
32691
32405
|
.pf-c-wizard__nav-item.pf-m-expanded > .pf-c-wizard__nav-list {
|
|
32692
32406
|
display: block;
|
|
32693
|
-
visibility: visible;
|
|
32694
32407
|
}
|
|
32695
32408
|
.pf-c-wizard__nav-item.pf-m-expanded > .pf-c-wizard__nav-link {
|
|
32696
32409
|
--pf-c-wizard__nav-link-toggle-icon--Rotate: var(--pf-c-wizard__nav-item--m-expanded__link-toggle-icon--Rotate);
|