@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-no-reset.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;
|
|
@@ -4991,7 +4833,7 @@ html {
|
|
|
4991
4833
|
font-family: "pficon";
|
|
4992
4834
|
src: url("./assets/pficon/pficon.woff2") format("woff2"), url("./assets/pficon/pficon.woff") format("woff");
|
|
4993
4835
|
}
|
|
4994
|
-
.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-
|
|
4836
|
+
.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 {
|
|
4995
4837
|
font-family: "pficon";
|
|
4996
4838
|
-webkit-font-smoothing: antialiased;
|
|
4997
4839
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -5090,10 +4932,6 @@ html {
|
|
|
5090
4932
|
content: "\e976";
|
|
5091
4933
|
}
|
|
5092
4934
|
|
|
5093
|
-
.pf-icon-data-processor:before {
|
|
5094
|
-
content: "\e97b";
|
|
5095
|
-
}
|
|
5096
|
-
|
|
5097
4935
|
.pf-icon-data-sink:before {
|
|
5098
4936
|
content: "\e978";
|
|
5099
4937
|
}
|
|
@@ -5514,24 +5352,35 @@ html {
|
|
|
5514
5352
|
content: "\e911";
|
|
5515
5353
|
}
|
|
5516
5354
|
|
|
5355
|
+
.pf-svg-size-sm {
|
|
5356
|
+
width: 1em;
|
|
5357
|
+
height: 1em;
|
|
5358
|
+
vertical-align: -0.125em;
|
|
5359
|
+
}
|
|
5360
|
+
|
|
5361
|
+
.pf-svg-size-md {
|
|
5362
|
+
width: 1.5em;
|
|
5363
|
+
height: 1.5em;
|
|
5364
|
+
vertical-align: -0.1875em;
|
|
5365
|
+
}
|
|
5366
|
+
|
|
5367
|
+
.pf-svg-size-lg {
|
|
5368
|
+
width: 2em;
|
|
5369
|
+
height: 2em;
|
|
5370
|
+
vertical-align: -0.25em;
|
|
5371
|
+
}
|
|
5372
|
+
|
|
5373
|
+
.pf-svg-size-xl {
|
|
5374
|
+
width: 3em;
|
|
5375
|
+
height: 3em;
|
|
5376
|
+
vertical-align: -0.375em;
|
|
5377
|
+
}
|
|
5378
|
+
|
|
5517
5379
|
.pf-c-about-modal-box {
|
|
5518
5380
|
--pf-c-about-modal-box--BackgroundColor: var(--pf-global--palette--black-1000);
|
|
5519
|
-
--pf-c-about-modal-box--BoxShadow: 0 0 100px 0 rgba(255, 255, 255, .05);
|
|
5520
|
-
--pf-c-about-modal-box--ZIndex: var(--pf-global--ZIndex--xl);
|
|
5521
5381
|
--pf-c-about-modal-box--Height: 100%;
|
|
5522
5382
|
--pf-c-about-modal-box--lg--Height: 47.625rem;
|
|
5523
|
-
--pf-c-about-modal-box--
|
|
5524
|
-
--pf-c-about-modal-box--Width: 100vw;
|
|
5525
|
-
--pf-c-about-modal-box--lg--Width: calc(100% - (var(--pf-global--spacer--3xl) * 2));
|
|
5526
|
-
--pf-c-about-modal-box--lg--MaxWidth: 77rem;
|
|
5527
|
-
--pf-c-about-modal-box--PaddingTop: var(--pf-global--spacer--xl);
|
|
5528
|
-
--pf-c-about-modal-box--PaddingRight: var(--pf-global--spacer--xl);
|
|
5529
|
-
--pf-c-about-modal-box--PaddingBottom: var(--pf-global--spacer--xl);
|
|
5530
|
-
--pf-c-about-modal-box--PaddingLeft: var(--pf-global--spacer--xl);
|
|
5531
|
-
--pf-c-about-modal-box--sm--PaddingTop: var(--pf-global--spacer--3xl);
|
|
5532
|
-
--pf-c-about-modal-box--sm--PaddingRight: var(--pf-global--spacer--3xl);
|
|
5533
|
-
--pf-c-about-modal-box--sm--PaddingBottom: var(--pf-global--spacer--3xl);
|
|
5534
|
-
--pf-c-about-modal-box--sm--PaddingLeft: var(--pf-global--spacer--3xl);
|
|
5383
|
+
--pf-c-about-modal-box--Width: 100%;
|
|
5535
5384
|
--pf-c-about-modal-box--sm--grid-template-columns: 5fr 1fr;
|
|
5536
5385
|
--pf-c-about-modal-box--lg--grid-template-columns: 1fr .6fr;
|
|
5537
5386
|
--pf-c-about-modal-box__brand--PaddingTop: var(--pf-global--spacer--2xl);
|
|
@@ -5577,7 +5426,6 @@ html {
|
|
|
5577
5426
|
--pf-c-about-modal-box__content--sm--MarginLeft: var(--pf-global--spacer--3xl);
|
|
5578
5427
|
color: var(--pf-global--Color--100);
|
|
5579
5428
|
position: relative;
|
|
5580
|
-
z-index: var(--pf-c-about-modal-box--ZIndex);
|
|
5581
5429
|
display: grid;
|
|
5582
5430
|
grid-template-rows: max-content max-content auto;
|
|
5583
5431
|
grid-template-areas: "brand close" "header header" "content content";
|
|
@@ -5586,15 +5434,6 @@ html {
|
|
|
5586
5434
|
overflow-x: hidden;
|
|
5587
5435
|
overflow-y: auto;
|
|
5588
5436
|
background-color: var(--pf-c-about-modal-box--BackgroundColor);
|
|
5589
|
-
box-shadow: var(--pf-c-about-modal-box--BoxShadow);
|
|
5590
|
-
}
|
|
5591
|
-
@media screen and (min-width: 576px) {
|
|
5592
|
-
.pf-c-about-modal-box {
|
|
5593
|
-
--pf-c-about-modal-box--PaddingTop: var(--pf-c-about-modal-box--sm--PaddingTop);
|
|
5594
|
-
--pf-c-about-modal-box--PaddingRight: var(--pf-c-about-modal-box--sm--PaddingRight);
|
|
5595
|
-
--pf-c-about-modal-box--PaddingBottom: var(--pf-c-about-modal-box--sm--PaddingBottom);
|
|
5596
|
-
--pf-c-about-modal-box--PaddingLeft: var(--pf-c-about-modal-box--sm--PaddingLeft);
|
|
5597
|
-
}
|
|
5598
5437
|
}
|
|
5599
5438
|
@media screen and (min-width: 576px) {
|
|
5600
5439
|
.pf-c-about-modal-box {
|
|
@@ -5645,8 +5484,6 @@ html {
|
|
|
5645
5484
|
--pf-c-about-modal-box--Width: var(--pf-c-about-modal-box--lg--Width);
|
|
5646
5485
|
grid-template-columns: var(--pf-c-about-modal-box--lg--grid-template-columns);
|
|
5647
5486
|
grid-template-rows: max-content max-content auto;
|
|
5648
|
-
max-width: var(--pf-c-about-modal-box--lg--MaxWidth);
|
|
5649
|
-
max-height: var(--pf-c-about-modal-box--lg--MaxHeight);
|
|
5650
5487
|
}
|
|
5651
5488
|
}
|
|
5652
5489
|
|
|
@@ -5732,12 +5569,10 @@ html {
|
|
|
5732
5569
|
|
|
5733
5570
|
.pf-c-about-modal-box__hero {
|
|
5734
5571
|
display: none;
|
|
5735
|
-
visibility: hidden;
|
|
5736
5572
|
}
|
|
5737
5573
|
@media only screen and (min-width: 576px) {
|
|
5738
5574
|
.pf-c-about-modal-box__hero {
|
|
5739
5575
|
display: block;
|
|
5740
|
-
visibility: visible;
|
|
5741
5576
|
background-image: var(--pf-c-about-modal-box__hero--sm--BackgroundImage);
|
|
5742
5577
|
background-repeat: no-repeat;
|
|
5743
5578
|
background-attachment: fixed;
|
|
@@ -5793,35 +5628,37 @@ html {
|
|
|
5793
5628
|
--pf-c-accordion__toggle--PaddingRight: var(--pf-global--spacer--md);
|
|
5794
5629
|
--pf-c-accordion__toggle--PaddingBottom: var(--pf-global--spacer--sm);
|
|
5795
5630
|
--pf-c-accordion__toggle--PaddingLeft: var(--pf-global--spacer--md);
|
|
5796
|
-
--pf-c-accordion__toggle--before--BackgroundColor: transparent;
|
|
5797
5631
|
--pf-c-accordion__toggle--before--Top: 0;
|
|
5632
|
+
--pf-c-accordion__toggle--after--Top: 0;
|
|
5633
|
+
--pf-c-accordion__toggle--after--BackgroundColor: transparent;
|
|
5798
5634
|
--pf-c-accordion__toggle--hover--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
5799
5635
|
--pf-c-accordion__toggle--focus--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
5800
5636
|
--pf-c-accordion__toggle--active--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
5801
5637
|
--pf-c-accordion__toggle--before--Width: var(--pf-global--BorderWidth--lg);
|
|
5802
|
-
--pf-c-accordion__toggle--
|
|
5638
|
+
--pf-c-accordion__toggle--after--Width: var(--pf-global--BorderWidth--lg);
|
|
5639
|
+
--pf-c-accordion__toggle--m-expanded--after--BackgroundColor: var(--pf-global--primary-color--100);
|
|
5803
5640
|
--pf-c-accordion__toggle-text--MaxWidth: calc(100% - var(--pf-global--spacer--lg));
|
|
5804
5641
|
--pf-c-accordion__toggle--hover__toggle-text--Color: var(--pf-global--link--Color);
|
|
5805
5642
|
--pf-c-accordion__toggle--active__toggle-text--Color: var(--pf-global--link--Color);
|
|
5806
|
-
--pf-c-accordion__toggle--active__toggle-text--FontWeight: var(--pf-global--FontWeight--
|
|
5643
|
+
--pf-c-accordion__toggle--active__toggle-text--FontWeight: var(--pf-global--FontWeight--bold);
|
|
5807
5644
|
--pf-c-accordion__toggle--focus__toggle-text--Color: var(--pf-global--link--Color);
|
|
5808
|
-
--pf-c-accordion__toggle--focus__toggle-text--FontWeight: var(--pf-global--FontWeight--
|
|
5645
|
+
--pf-c-accordion__toggle--focus__toggle-text--FontWeight: var(--pf-global--FontWeight--bold);
|
|
5809
5646
|
--pf-c-accordion__toggle--m-expanded__toggle-text--Color: var(--pf-global--link--Color);
|
|
5810
|
-
--pf-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-global--FontWeight--
|
|
5647
|
+
--pf-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-global--FontWeight--bold);
|
|
5811
5648
|
--pf-c-accordion__toggle-icon--Transition: .2s ease-in 0s;
|
|
5812
5649
|
--pf-c-accordion__toggle--m-expanded__toggle-icon--Rotate: 90deg;
|
|
5813
|
-
--pf-c-
|
|
5814
|
-
--pf-c-
|
|
5815
|
-
--pf-c-
|
|
5816
|
-
--pf-c-
|
|
5817
|
-
--pf-c-
|
|
5818
|
-
--pf-c-
|
|
5819
|
-
--pf-c-
|
|
5820
|
-
--pf-c-
|
|
5821
|
-
--pf-c-
|
|
5822
|
-
--pf-c-
|
|
5823
|
-
--pf-c-
|
|
5824
|
-
--pf-c-
|
|
5650
|
+
--pf-c-accordion__expandable-content--Color: var(--pf-global--Color--200);
|
|
5651
|
+
--pf-c-accordion__expandable-content--FontSize: var(--pf-global--FontSize--sm);
|
|
5652
|
+
--pf-c-accordion__expandable-content--m-expanded__expandable-content-body--after--BackgroundColor: var(--pf-global--primary-color--100);
|
|
5653
|
+
--pf-c-accordion__expandable-content--m-fixed--MaxHeight: 9.375rem;
|
|
5654
|
+
--pf-c-accordion__expandable-content-body--PaddingTop: var(--pf-global--spacer--sm);
|
|
5655
|
+
--pf-c-accordion__expandable-content-body--PaddingRight: var(--pf-global--spacer--md);
|
|
5656
|
+
--pf-c-accordion__expandable-content-body--PaddingBottom: var(--pf-global--spacer--sm);
|
|
5657
|
+
--pf-c-accordion__expandable-content-body--PaddingLeft: var(--pf-global--spacer--md);
|
|
5658
|
+
--pf-c-accordion__expandable-content-body--expandable-content-body--PaddingTop: 0;
|
|
5659
|
+
--pf-c-accordion__expandable-content-body--after--BackgroundColor: transparent;
|
|
5660
|
+
--pf-c-accordion__expandable-content-body--after--Width: var(--pf-global--BorderWidth--lg);
|
|
5661
|
+
--pf-c-accordion__expandable-content-body--before--Top: 0;
|
|
5825
5662
|
--pf-c-accordion--m-display-lg__toggle--PaddingTop: var(--pf-global--spacer--md);
|
|
5826
5663
|
--pf-c-accordion--m-display-lg__toggle--PaddingRight: var(--pf-global--spacer--md);
|
|
5827
5664
|
--pf-c-accordion--m-display-lg__toggle--PaddingBottom: var(--pf-global--spacer--md);
|
|
@@ -5835,21 +5672,21 @@ html {
|
|
|
5835
5672
|
--pf-c-accordion--m-display-lg__toggle--focus__toggle-text--FontWeight: var(--pf-global--FontWeight--normal);
|
|
5836
5673
|
--pf-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--Color: var(--pf-global--Color--100);
|
|
5837
5674
|
--pf-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--FontWeight: var(--pf-global--FontWeight--normal);
|
|
5838
|
-
--pf-c-accordion--m-display-
|
|
5839
|
-
--pf-c-accordion--m-display-
|
|
5840
|
-
--pf-c-accordion--m-display-
|
|
5841
|
-
--pf-c-accordion--m-display-
|
|
5842
|
-
--pf-c-accordion--m-display-
|
|
5843
|
-
--pf-c-accordion--m-display-
|
|
5844
|
-
--pf-c-accordion--m-display-
|
|
5675
|
+
--pf-c-accordion--m-display-lg__expandable-content--FontSize: var(--pf-global--FontSize--md);
|
|
5676
|
+
--pf-c-accordion--m-display-lg__expandable-content--Color: var(--pf-global--Color--100);
|
|
5677
|
+
--pf-c-accordion--m-display-lg__expandable-content-body--PaddingTop: 0;
|
|
5678
|
+
--pf-c-accordion--m-display-lg__expandable-content-body--PaddingRight: var(--pf-global--spacer--md);
|
|
5679
|
+
--pf-c-accordion--m-display-lg__expandable-content-body--PaddingBottom: var(--pf-global--spacer--md);
|
|
5680
|
+
--pf-c-accordion--m-display-lg__expandable-content-body--last-child--PaddingBottom: var(--pf-global--spacer--lg);
|
|
5681
|
+
--pf-c-accordion--m-display-lg__expandable-content-body--PaddingLeft: var(--pf-global--spacer--lg);
|
|
5845
5682
|
--pf-c-accordion--m-bordered--BorderTopWidth: var(--pf-global--BorderWidth--sm);
|
|
5846
5683
|
--pf-c-accordion--m-bordered--BorderTopColor: var(--pf-global--BorderColor--100);
|
|
5847
|
-
--pf-c-accordion--m-bordered__toggle--
|
|
5848
|
-
--pf-c-accordion--m-bordered__toggle--
|
|
5849
|
-
--pf-c-accordion--m-bordered__toggle--
|
|
5850
|
-
--pf-c-accordion--m-bordered__toggle--
|
|
5851
|
-
--pf-c-accordion--m-
|
|
5852
|
-
--pf-c-accordion--m-
|
|
5684
|
+
--pf-c-accordion--m-bordered__toggle--after--Top: calc(-1 * var(--pf-global--BorderWidth--sm));
|
|
5685
|
+
--pf-c-accordion--m-bordered__toggle--before--BorderColor: var(--pf-global--BorderColor--100);
|
|
5686
|
+
--pf-c-accordion--m-bordered__toggle--before--BorderTopWidth: 0;
|
|
5687
|
+
--pf-c-accordion--m-bordered__toggle--before--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
|
|
5688
|
+
--pf-c-accordion--m-bordered__expandable-content--m-expanded__expandable-content-body--last-child--before--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
|
|
5689
|
+
--pf-c-accordion--m-bordered__expandable-content--m-expanded__expandable-content-body--last-child--before--BorderBottomColor: var(--pf-global--BorderColor--100);
|
|
5853
5690
|
color: var(--pf-global--Color--100);
|
|
5854
5691
|
background-color: var(--pf-c-accordion--BackgroundColor);
|
|
5855
5692
|
}
|
|
@@ -5867,18 +5704,18 @@ html {
|
|
|
5867
5704
|
--pf-c-accordion__toggle--focus__toggle-text--FontWeight: var(--pf-c-accordion--m-display-lg__toggle--focus__toggle-text--FontWeight);
|
|
5868
5705
|
--pf-c-accordion__toggle--m-expanded__toggle-text--Color: var(--pf-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--Color);
|
|
5869
5706
|
--pf-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--FontWeight);
|
|
5870
|
-
--pf-c-
|
|
5871
|
-
--pf-c-
|
|
5872
|
-
--pf-c-
|
|
5873
|
-
--pf-c-
|
|
5874
|
-
--pf-c-
|
|
5875
|
-
--pf-c-
|
|
5707
|
+
--pf-c-accordion__expandable-content-body--PaddingTop: var(--pf-c-accordion--m-display-lg__expandable-content-body--PaddingTop);
|
|
5708
|
+
--pf-c-accordion__expandable-content-body--PaddingRight: var(--pf-c-accordion--m-display-lg__expandable-content-body--PaddingRight);
|
|
5709
|
+
--pf-c-accordion__expandable-content-body--PaddingBottom: var(--pf-c-accordion--m-display-lg__expandable-content-body--PaddingBottom);
|
|
5710
|
+
--pf-c-accordion__expandable-content-body--PaddingLeft: var(--pf-c-accordion--m-display-lg__expandable-content-body--PaddingLeft);
|
|
5711
|
+
--pf-c-accordion__expandable-content--FontSize: var(--pf-c-accordion--m-display-lg__expandable-content--FontSize);
|
|
5712
|
+
--pf-c-accordion__expandable-content--Color: var(--pf-c-accordion--m-display-lg__expandable-content--Color);
|
|
5876
5713
|
}
|
|
5877
|
-
.pf-c-accordion.pf-m-display-lg .pf-c-
|
|
5878
|
-
--pf-c-
|
|
5714
|
+
.pf-c-accordion.pf-m-display-lg .pf-c-accordion__expandable-content-body:last-child {
|
|
5715
|
+
--pf-c-accordion__expandable-content-body--PaddingBottom: var(--pf-c-accordion--m-display-lg__expandable-content-body--last-child--PaddingBottom);
|
|
5879
5716
|
}
|
|
5880
5717
|
.pf-c-accordion.pf-m-bordered {
|
|
5881
|
-
--pf-c-accordion__toggle--
|
|
5718
|
+
--pf-c-accordion__toggle--after--Top: var(--pf-c-accordion--m-bordered__toggle--after--Top);
|
|
5882
5719
|
border-top: var(--pf-c-accordion--m-bordered--BorderTopWidth) solid var(--pf-c-accordion--m-bordered--BorderTopColor);
|
|
5883
5720
|
}
|
|
5884
5721
|
.pf-c-accordion.pf-m-bordered .pf-c-accordion__toggle::before {
|
|
@@ -5888,13 +5725,13 @@ html {
|
|
|
5888
5725
|
bottom: 0;
|
|
5889
5726
|
left: 0;
|
|
5890
5727
|
content: "";
|
|
5891
|
-
border: solid var(--pf-c-accordion--m-bordered__toggle--
|
|
5892
|
-
border-width: var(--pf-c-accordion--m-bordered__toggle--
|
|
5728
|
+
border: solid var(--pf-c-accordion--m-bordered__toggle--before--BorderColor);
|
|
5729
|
+
border-width: var(--pf-c-accordion--m-bordered__toggle--before--BorderTopWidth) 0 var(--pf-c-accordion--m-bordered__toggle--before--BorderBottomWidth);
|
|
5893
5730
|
}
|
|
5894
5731
|
.pf-c-accordion.pf-m-bordered .pf-c-accordion__toggle.pf-m-expanded {
|
|
5895
|
-
--pf-c-accordion--m-bordered__toggle--
|
|
5732
|
+
--pf-c-accordion--m-bordered__toggle--before--BorderBottomWidth: 0;
|
|
5896
5733
|
}
|
|
5897
|
-
.pf-c-accordion.pf-m-bordered .pf-c-
|
|
5734
|
+
.pf-c-accordion.pf-m-bordered .pf-c-accordion__expandable-content.pf-m-expanded .pf-c-accordion__expandable-content-body:last-child::before {
|
|
5898
5735
|
position: absolute;
|
|
5899
5736
|
top: 0;
|
|
5900
5737
|
right: 0;
|
|
@@ -5902,7 +5739,7 @@ html {
|
|
|
5902
5739
|
left: 0;
|
|
5903
5740
|
pointer-events: none;
|
|
5904
5741
|
content: "";
|
|
5905
|
-
border-bottom: var(--pf-c-accordion--m-
|
|
5742
|
+
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);
|
|
5906
5743
|
}
|
|
5907
5744
|
|
|
5908
5745
|
.pf-c-accordion__toggle {
|
|
@@ -5918,15 +5755,15 @@ html {
|
|
|
5918
5755
|
}
|
|
5919
5756
|
.pf-c-accordion__toggle::after {
|
|
5920
5757
|
position: absolute;
|
|
5921
|
-
top: var(--pf-c-accordion__toggle--
|
|
5758
|
+
top: var(--pf-c-accordion__toggle--after--Top);
|
|
5922
5759
|
bottom: 0;
|
|
5923
5760
|
left: 0;
|
|
5924
|
-
width: var(--pf-c-accordion__toggle--
|
|
5761
|
+
width: var(--pf-c-accordion__toggle--after--Width);
|
|
5925
5762
|
content: "";
|
|
5926
|
-
background-color: var(--pf-c-accordion__toggle--
|
|
5763
|
+
background-color: var(--pf-c-accordion__toggle--after--BackgroundColor);
|
|
5927
5764
|
}
|
|
5928
5765
|
.pf-c-accordion__toggle.pf-m-expanded {
|
|
5929
|
-
--pf-c-accordion__toggle--
|
|
5766
|
+
--pf-c-accordion__toggle--after--BackgroundColor: var(--pf-c-accordion__toggle--m-expanded--after--BackgroundColor);
|
|
5930
5767
|
}
|
|
5931
5768
|
.pf-c-accordion__toggle.pf-m-expanded .pf-c-accordion__toggle-text {
|
|
5932
5769
|
font-weight: var(--pf-c-accordion__toggle--m-expanded__toggle-text--FontWeight);
|
|
@@ -5967,33 +5804,33 @@ html {
|
|
|
5967
5804
|
transition: var(--pf-c-accordion__toggle-icon--Transition);
|
|
5968
5805
|
}
|
|
5969
5806
|
|
|
5970
|
-
.pf-c-
|
|
5971
|
-
font-size: var(--pf-c-
|
|
5972
|
-
color: var(--pf-c-
|
|
5807
|
+
.pf-c-accordion__expandable-content {
|
|
5808
|
+
font-size: var(--pf-c-accordion__expandable-content--FontSize);
|
|
5809
|
+
color: var(--pf-c-accordion__expandable-content--Color);
|
|
5973
5810
|
}
|
|
5974
|
-
.pf-c-
|
|
5975
|
-
max-height: var(--pf-c-
|
|
5811
|
+
.pf-c-accordion__expandable-content.pf-m-fixed {
|
|
5812
|
+
max-height: var(--pf-c-accordion__expandable-content--m-fixed--MaxHeight);
|
|
5976
5813
|
overflow-y: auto;
|
|
5977
5814
|
}
|
|
5978
|
-
.pf-c-
|
|
5979
|
-
--pf-c-
|
|
5815
|
+
.pf-c-accordion__expandable-content.pf-m-expanded {
|
|
5816
|
+
--pf-c-accordion__expandable-content-body--after--BackgroundColor: var(--pf-c-accordion__expandable-content--m-expanded__expandable-content-body--after--BackgroundColor);
|
|
5980
5817
|
}
|
|
5981
5818
|
|
|
5982
|
-
.pf-c-
|
|
5819
|
+
.pf-c-accordion__expandable-content-body {
|
|
5983
5820
|
position: relative;
|
|
5984
|
-
padding: var(--pf-c-
|
|
5821
|
+
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);
|
|
5985
5822
|
}
|
|
5986
|
-
.pf-c-
|
|
5823
|
+
.pf-c-accordion__expandable-content-body::after {
|
|
5987
5824
|
position: absolute;
|
|
5988
5825
|
top: 0;
|
|
5989
5826
|
bottom: 0;
|
|
5990
5827
|
left: 0;
|
|
5991
|
-
width: var(--pf-c-
|
|
5828
|
+
width: var(--pf-c-accordion__expandable-content-body--after--Width);
|
|
5992
5829
|
content: "";
|
|
5993
|
-
background-color: var(--pf-c-
|
|
5830
|
+
background-color: var(--pf-c-accordion__expandable-content-body--after--BackgroundColor);
|
|
5994
5831
|
}
|
|
5995
|
-
.pf-c-
|
|
5996
|
-
--pf-c-
|
|
5832
|
+
.pf-c-accordion__expandable-content-body + .pf-c-accordion__expandable-content-body {
|
|
5833
|
+
--pf-c-accordion__expandable-content-body--PaddingTop: var(--pf-c-accordion__expandable-content-body--expandable-content-body--PaddingTop);
|
|
5997
5834
|
}
|
|
5998
5835
|
|
|
5999
5836
|
:where(.pf-theme-dark) .pf-c-wizard__header, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
@@ -6257,10 +6094,6 @@ html {
|
|
|
6257
6094
|
margin-right: var(--pf-c-alert__action-group__c-button--not-last-child--MarginRight);
|
|
6258
6095
|
}
|
|
6259
6096
|
|
|
6260
|
-
.pf-m-overpass-font .pf-c-alert__title {
|
|
6261
|
-
--pf-c-alert__title--FontWeight: var(--pf-global--FontWeight--normal);
|
|
6262
|
-
}
|
|
6263
|
-
|
|
6264
6097
|
:where(.pf-theme-dark) .pf-c-wizard__header, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
6265
6098
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
6266
6099
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
@@ -7067,7 +6900,7 @@ html {
|
|
|
7067
6900
|
--pf-c-banner--link--Color: var(--pf-c-banner--Color);
|
|
7068
6901
|
--pf-c-banner--link--TextDecoration: underline;
|
|
7069
6902
|
--pf-c-banner--link--hover--Color: var(--pf-c-banner--Color);
|
|
7070
|
-
--pf-c-banner--link--hover--FontWeight: var(--pf-global--FontWeight--
|
|
6903
|
+
--pf-c-banner--link--hover--FontWeight: var(--pf-global--FontWeight--bold);
|
|
7071
6904
|
--pf-c-banner--link--disabled--Color: var(--pf-c-banner--Color);
|
|
7072
6905
|
--pf-c-banner--link--disabled--TextDecoration: none;
|
|
7073
6906
|
--pf-c-banner--m-info--BackgroundColor: var(--pf-global--palette--blue-200);
|
|
@@ -7334,14 +7167,8 @@ button.pf-c-breadcrumb__link {
|
|
|
7334
7167
|
white-space: normal;
|
|
7335
7168
|
}
|
|
7336
7169
|
|
|
7337
|
-
.pf-m-overpass-font .pf-c-breadcrumb__link,
|
|
7338
|
-
.pf-m-overpass-font .pf-c-breadcrumb__item {
|
|
7339
|
-
font-weight: var(--pf-global--FontWeight--semi-bold);
|
|
7340
|
-
}
|
|
7341
|
-
|
|
7342
7170
|
.pf-c-breadcrumb__list > :first-child .pf-c-breadcrumb__item-divider {
|
|
7343
7171
|
display: none;
|
|
7344
|
-
visibility: hidden;
|
|
7345
7172
|
}
|
|
7346
7173
|
|
|
7347
7174
|
:where(.pf-theme-dark) .pf-c-wizard__header, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
@@ -7887,10 +7714,6 @@ button.pf-c-breadcrumb__link {
|
|
|
7887
7714
|
margin-left: var(--pf-c-button__count--MarginLeft);
|
|
7888
7715
|
}
|
|
7889
7716
|
|
|
7890
|
-
.pf-m-overpass-font .pf-c-button {
|
|
7891
|
-
--pf-c-button--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
7892
|
-
}
|
|
7893
|
-
|
|
7894
7717
|
:where(.pf-theme-dark) .pf-c-wizard__header, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
7895
7718
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
7896
7719
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
@@ -7978,7 +7801,7 @@ button.pf-c-breadcrumb__link {
|
|
|
7978
7801
|
--pf-c-calendar-month--PaddingLeft: var(--pf-global--spacer--lg);
|
|
7979
7802
|
--pf-c-calendar-month--FontSize: var(--pf-global--FontSize--sm);
|
|
7980
7803
|
--pf-c-calendar-month__header--MarginBottom: var(--pf-global--spacer--md);
|
|
7981
|
-
--pf-c-calendar-month__header-year--Width:
|
|
7804
|
+
--pf-c-calendar-month__header-year--Width: 8ch;
|
|
7982
7805
|
--pf-c-calendar-month__header-nav-control--MarginRight: 0;
|
|
7983
7806
|
--pf-c-calendar-month__header-nav-control--MarginLeft: 0;
|
|
7984
7807
|
--pf-c-calendar-month__header-nav-control--m-prev-month--MarginRight: 0;
|
|
@@ -8233,7 +8056,9 @@ button.pf-c-breadcrumb__link {
|
|
|
8233
8056
|
--pf-c-card__body--FontSize: var(--pf-global--FontSize--md);
|
|
8234
8057
|
--pf-c-card__footer--FontSize: var(--pf-global--FontSize--md);
|
|
8235
8058
|
--pf-c-card__actions--PaddingLeft: var(--pf-global--spacer--md);
|
|
8236
|
-
--pf-c-card__actions--
|
|
8059
|
+
--pf-c-card__actions--Gap: var(--pf-global--spacer--sm);
|
|
8060
|
+
--pf-c-card__actions--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
|
|
8061
|
+
--pf-c-card__actions--MarginBottom: calc(var(--pf-global--spacer--form-element) * -1);
|
|
8237
8062
|
--pf-c-card__header-toggle--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
|
|
8238
8063
|
--pf-c-card__header-toggle--MarginRight: var(--pf-global--spacer--xs);
|
|
8239
8064
|
--pf-c-card__header-toggle--MarginBottom: calc(var(--pf-global--spacer--form-element) * -1);
|
|
@@ -8304,7 +8129,6 @@ button.pf-c-breadcrumb__link {
|
|
|
8304
8129
|
--pf-c-card--m-plain--BackgroundColor: transparent;
|
|
8305
8130
|
--pf-c-card__header--m-toggle-right--toggle--MarginRight: calc(var(--pf-global--spacer--form-element) * -1);
|
|
8306
8131
|
--pf-c-card__header--m-toggle-right--toggle--MarginLeft: var(--pf-global--spacer--xs);
|
|
8307
|
-
--pf-c-card__header--m-toggle-right--actions--MarginRight: 0;
|
|
8308
8132
|
--pf-c-card__input--focus--BorderWidth: var(--pf-global--BorderWidth--md);
|
|
8309
8133
|
--pf-c-card__input--focus--BorderColor: var(--pf-global--primary-color--100);
|
|
8310
8134
|
display: flex;
|
|
@@ -8450,13 +8274,11 @@ button.pf-c-breadcrumb__link {
|
|
|
8450
8274
|
--pf-c-card__header-toggle--MarginRight: var(--pf-c-card__header--m-toggle-right--toggle--MarginRight);
|
|
8451
8275
|
--pf-c-card__header-toggle--MarginLeft: var(--pf-c-card__header--m-toggle-right--toggle--MarginLeft);
|
|
8452
8276
|
}
|
|
8453
|
-
.pf-c-card__header.pf-m-toggle-right .pf-c-card__actions {
|
|
8454
|
-
--pf-c-card__header-toggle--MarginRight: var(--pf-c-card__header--m-toggle-right--actions--MarginRight);
|
|
8455
|
-
}
|
|
8456
8277
|
.pf-c-card__header.pf-m-toggle-right .pf-c-card__header-toggle {
|
|
8457
8278
|
order: 2;
|
|
8458
8279
|
}
|
|
8459
|
-
|
|
8280
|
+
|
|
8281
|
+
.pf-c-card__header-main {
|
|
8460
8282
|
flex: 1;
|
|
8461
8283
|
}
|
|
8462
8284
|
|
|
@@ -8482,10 +8304,8 @@ button.pf-c-breadcrumb__link {
|
|
|
8482
8304
|
align-self: flex-start;
|
|
8483
8305
|
order: 1;
|
|
8484
8306
|
padding-left: var(--pf-c-card__actions--PaddingLeft);
|
|
8485
|
-
margin: var(--pf-c-
|
|
8486
|
-
|
|
8487
|
-
.pf-c-card__actions > * + * {
|
|
8488
|
-
margin-left: var(--pf-c-card__actions--child--MarginLeft);
|
|
8307
|
+
margin: var(--pf-c-card__actions--MarginTop) 0 var(--pf-c-card__actions--MarginBottom) auto;
|
|
8308
|
+
gap: var(--pf-c-card__actions--Gap);
|
|
8489
8309
|
}
|
|
8490
8310
|
.pf-c-card__actions + .pf-c-card__title,
|
|
8491
8311
|
.pf-c-card__actions + .pf-c-card__body,
|
|
@@ -8493,8 +8313,8 @@ button.pf-c-breadcrumb__link {
|
|
|
8493
8313
|
padding: 0;
|
|
8494
8314
|
}
|
|
8495
8315
|
.pf-c-card__actions.pf-m-no-offset {
|
|
8496
|
-
--pf-c-
|
|
8497
|
-
--pf-c-
|
|
8316
|
+
--pf-c-card__actions--MarginTop: 0;
|
|
8317
|
+
--pf-c-card__actions--MarginBottom: 0;
|
|
8498
8318
|
}
|
|
8499
8319
|
|
|
8500
8320
|
.pf-c-card__header,
|
|
@@ -8543,10 +8363,6 @@ button.pf-c-breadcrumb__link {
|
|
|
8543
8363
|
border: var(--pf-c-card__input--focus--BorderWidth) solid var(--pf-c-card__input--focus--BorderColor);
|
|
8544
8364
|
}
|
|
8545
8365
|
|
|
8546
|
-
.pf-m-overpass-font .pf-c-card .pf-c-card__title {
|
|
8547
|
-
font-weight: var(--pf-global--FontWeight--normal);
|
|
8548
|
-
}
|
|
8549
|
-
|
|
8550
8366
|
:where(.pf-theme-dark) .pf-c-wizard__header, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
8551
8367
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
8552
8368
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
@@ -8610,8 +8426,6 @@ button.pf-c-breadcrumb__link {
|
|
|
8610
8426
|
display: grid;
|
|
8611
8427
|
grid-template-columns: auto 1fr;
|
|
8612
8428
|
grid-gap: var(--pf-c-check--GridGap);
|
|
8613
|
-
align-items: start;
|
|
8614
|
-
justify-items: start;
|
|
8615
8429
|
}
|
|
8616
8430
|
.pf-c-check.pf-m-standalone {
|
|
8617
8431
|
--pf-c-check--GridGap: 0;
|
|
@@ -8644,6 +8458,10 @@ button.pf-c-breadcrumb__link {
|
|
|
8644
8458
|
margin-top: var(--pf-c-check__body--MarginTop);
|
|
8645
8459
|
}
|
|
8646
8460
|
|
|
8461
|
+
.pf-c-check__label,
|
|
8462
|
+
.pf-c-check__input {
|
|
8463
|
+
justify-self: start;
|
|
8464
|
+
}
|
|
8647
8465
|
label.pf-c-check, .pf-c-check__label,
|
|
8648
8466
|
.pf-c-check__input {
|
|
8649
8467
|
cursor: pointer;
|
|
@@ -8795,28 +8613,40 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8795
8613
|
|
|
8796
8614
|
.pf-c-chip-group {
|
|
8797
8615
|
color: var(--pf-global--Color--100);
|
|
8798
|
-
--pf-c-chip-
|
|
8799
|
-
--pf-c-chip-
|
|
8616
|
+
--pf-c-chip-group--PaddingTop: 0;
|
|
8617
|
+
--pf-c-chip-group--PaddingRight: 0;
|
|
8618
|
+
--pf-c-chip-group--PaddingBottom: 0;
|
|
8619
|
+
--pf-c-chip-group--PaddingLeft: 0;
|
|
8620
|
+
--pf-c-chip-group--RowGap: var(--pf-global--spacer--sm);
|
|
8621
|
+
--pf-c-chip-group--ColumnGap: var(--pf-global--spacer--sm);
|
|
8622
|
+
--pf-c-chip-group__main--RowGap: var(--pf-global--spacer--xs);
|
|
8623
|
+
--pf-c-chip-group__main--ColumnGap: var(--pf-global--spacer--sm);
|
|
8624
|
+
--pf-c-chip-group__list--RowGap: var(--pf-global--spacer--xs);
|
|
8625
|
+
--pf-c-chip-group__list--ColumnGap: var(--pf-global--spacer--xs);
|
|
8800
8626
|
--pf-c-chip-group--m-category--PaddingTop: var(--pf-global--spacer--xs);
|
|
8801
8627
|
--pf-c-chip-group--m-category--PaddingRight: var(--pf-global--spacer--xs);
|
|
8802
8628
|
--pf-c-chip-group--m-category--PaddingBottom: var(--pf-global--spacer--xs);
|
|
8803
8629
|
--pf-c-chip-group--m-category--PaddingLeft: var(--pf-global--spacer--sm);
|
|
8804
8630
|
--pf-c-chip-group--m-category--BorderRadius: var(--pf-global--BorderRadius--sm);
|
|
8805
8631
|
--pf-c-chip-group--m-category--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
8806
|
-
--pf-c-chip-group__label--MarginRight: var(--pf-global--spacer--sm);
|
|
8807
8632
|
--pf-c-chip-group__label--FontSize: var(--pf-global--FontSize--sm);
|
|
8808
8633
|
--pf-c-chip-group__label--MaxWidth: 18ch;
|
|
8809
8634
|
--pf-c-chip-group__close--MarginTop: calc(var(--pf-global--spacer--xs) * -1);
|
|
8810
8635
|
--pf-c-chip-group__close--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
|
8811
|
-
--pf-c-chip-
|
|
8812
|
-
--pf-c-chip-group__list-item--MarginBottom: var(--pf-global--spacer--xs);
|
|
8636
|
+
--pf-c-chip-group__close--MarginLeft: calc(var(--pf-global--spacer--sm) * -1);
|
|
8813
8637
|
max-width: 100%;
|
|
8638
|
+
padding-top: var(--pf-c-chip-group--PaddingTop);
|
|
8639
|
+
padding-right: var(--pf-c-chip-group--PaddingRight);
|
|
8640
|
+
padding-bottom: var(--pf-c-chip-group--PaddingBottom);
|
|
8641
|
+
padding-left: var(--pf-c-chip-group--PaddingLeft);
|
|
8642
|
+
row-gap: var(--pf-c-chip-group--RowGap);
|
|
8643
|
+
column-gap: var(--pf-c-chip-group--ColumnGap);
|
|
8814
8644
|
}
|
|
8815
8645
|
.pf-c-chip-group.pf-m-category {
|
|
8816
|
-
|
|
8817
|
-
|
|
8818
|
-
|
|
8819
|
-
|
|
8646
|
+
--pf-c-chip-group--PaddingTop: var(--pf-c-chip-group--m-category--PaddingTop);
|
|
8647
|
+
--pf-c-chip-group--PaddingRight: var(--pf-c-chip-group--m-category--PaddingRight);
|
|
8648
|
+
--pf-c-chip-group--PaddingBottom: var(--pf-c-chip-group--m-category--PaddingBottom);
|
|
8649
|
+
--pf-c-chip-group--PaddingLeft: var(--pf-c-chip-group--m-category--PaddingLeft);
|
|
8820
8650
|
background-color: var(--pf-c-chip-group--m-category--BackgroundColor);
|
|
8821
8651
|
border-radius: var(--pf-c-chip-group--m-category--BorderRadius);
|
|
8822
8652
|
}
|
|
@@ -8827,11 +8657,8 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8827
8657
|
flex-wrap: wrap;
|
|
8828
8658
|
align-items: baseline;
|
|
8829
8659
|
min-width: 0;
|
|
8830
|
-
|
|
8831
|
-
|
|
8832
|
-
.pf-c-chip-group__list {
|
|
8833
|
-
margin-right: var(--pf-c-chip-group__list--MarginRight);
|
|
8834
|
-
margin-bottom: var(--pf-c-chip-group__list--MarginBottom);
|
|
8660
|
+
row-gap: var(--pf-c-chip-group__main--RowGap);
|
|
8661
|
+
column-gap: var(--pf-c-chip-group__main--ColumnGap);
|
|
8835
8662
|
}
|
|
8836
8663
|
|
|
8837
8664
|
.pf-c-chip-group,
|
|
@@ -8842,11 +8669,14 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8842
8669
|
min-width: 0;
|
|
8843
8670
|
}
|
|
8844
8671
|
|
|
8672
|
+
.pf-c-chip-group__list {
|
|
8673
|
+
row-gap: var(--pf-c-chip-group__list--RowGap);
|
|
8674
|
+
column-gap: var(--pf-c-chip-group__list--ColumnGap);
|
|
8675
|
+
}
|
|
8676
|
+
|
|
8845
8677
|
.pf-c-chip-group__list-item {
|
|
8846
8678
|
display: inline-flex;
|
|
8847
8679
|
min-width: 0;
|
|
8848
|
-
margin-right: var(--pf-c-chip-group__list-item--MarginRight);
|
|
8849
|
-
margin-bottom: var(--pf-c-chip-group__list-item--MarginBottom);
|
|
8850
8680
|
}
|
|
8851
8681
|
|
|
8852
8682
|
.pf-c-chip-group__label {
|
|
@@ -8854,7 +8684,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8854
8684
|
text-overflow: ellipsis;
|
|
8855
8685
|
white-space: nowrap;
|
|
8856
8686
|
max-width: var(--pf-c-chip-group__label--MaxWidth);
|
|
8857
|
-
margin-right: var(--pf-c-chip-group__label--MarginRight);
|
|
8858
8687
|
font-size: var(--pf-c-chip-group__label--FontSize);
|
|
8859
8688
|
}
|
|
8860
8689
|
|
|
@@ -8863,6 +8692,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8863
8692
|
align-self: flex-start;
|
|
8864
8693
|
margin-top: var(--pf-c-chip-group__close--MarginTop);
|
|
8865
8694
|
margin-bottom: var(--pf-c-chip-group__close--MarginBottom);
|
|
8695
|
+
margin-left: var(--pf-c-chip-group__close--MarginLeft);
|
|
8866
8696
|
}
|
|
8867
8697
|
|
|
8868
8698
|
.pf-c-clipboard-copy {
|
|
@@ -9282,7 +9112,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9282
9112
|
--pf-c-content--li--MarginTop: var(--pf-global--spacer--sm);
|
|
9283
9113
|
--pf-c-content--dl--ColumnGap: var(--pf-global--spacer--2xl);
|
|
9284
9114
|
--pf-c-content--dl--RowGap: var(--pf-global--spacer--md);
|
|
9285
|
-
--pf-c-content--dt--FontWeight: var(--pf-global--FontWeight--
|
|
9115
|
+
--pf-c-content--dt--FontWeight: var(--pf-global--FontWeight--bold);
|
|
9286
9116
|
--pf-c-content--dt--MarginTop: var(--pf-global--spacer--md);
|
|
9287
9117
|
--pf-c-content--dt--sm--MarginTop: 0;
|
|
9288
9118
|
--pf-c-content--hr--Height: var(--pf-global--BorderWidth--sm);
|
|
@@ -9346,12 +9176,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9346
9176
|
.pf-c-content ul {
|
|
9347
9177
|
margin: 0;
|
|
9348
9178
|
}
|
|
9349
|
-
.pf-c-content ol.pf-m-plain,
|
|
9350
|
-
.pf-c-content ul.pf-m-plain {
|
|
9351
|
-
padding-left: 0;
|
|
9352
|
-
margin-left: 0;
|
|
9353
|
-
list-style: none;
|
|
9354
|
-
}
|
|
9355
9179
|
.pf-c-content h1 {
|
|
9356
9180
|
margin-top: var(--pf-c-content--h1--MarginTop);
|
|
9357
9181
|
margin-bottom: var(--pf-c-content--h1--MarginBottom);
|
|
@@ -9471,16 +9295,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9471
9295
|
}
|
|
9472
9296
|
}
|
|
9473
9297
|
|
|
9474
|
-
.pf-m-overpass-font .pf-c-content {
|
|
9475
|
-
--pf-c-content--h2--LineHeight: var(--pf-global--LineHeight--sm);
|
|
9476
|
-
--pf-c-content--h4--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
9477
|
-
--pf-c-content--h5--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
9478
|
-
--pf-c-content--h6--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
9479
|
-
}
|
|
9480
|
-
.pf-m-overpass-font .pf-c-content blockquote {
|
|
9481
|
-
font-weight: var(--pf-global--FontWeight--light);
|
|
9482
|
-
}
|
|
9483
|
-
|
|
9484
9298
|
.pf-c-context-selector {
|
|
9485
9299
|
--pf-c-context-selector--Width: 15.625rem;
|
|
9486
9300
|
--pf-c-context-selector__toggle--PaddingTop: var(--pf-global--spacer--form-element);
|
|
@@ -11378,13 +11192,17 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11378
11192
|
--pf-c-toolbar--PaddingBottom: var(--pf-global--spacer--md);
|
|
11379
11193
|
--pf-c-toolbar__item--Display: block;
|
|
11380
11194
|
--pf-c-toolbar__item--MinWidth--base: auto;
|
|
11195
|
+
--pf-c-toolbar__item--AlignSelf: auto;
|
|
11381
11196
|
--pf-c-toolbar__group--Display: flex;
|
|
11197
|
+
--pf-c-toolbar__group--AlignItems: baseline;
|
|
11198
|
+
--pf-c-toolbar__group--AlignSelf: auto;
|
|
11382
11199
|
--pf-c-toolbar--m-sticky--ZIndex: var(--pf-global--ZIndex--xs);
|
|
11383
11200
|
--pf-c-toolbar--m-sticky--BoxShadow: var(--pf-global--BoxShadow--sm-bottom);
|
|
11384
11201
|
--pf-c-toolbar__content--Display: flex;
|
|
11385
11202
|
--pf-c-toolbar__content--PaddingRight: var(--pf-global--spacer--md);
|
|
11386
11203
|
--pf-c-toolbar__content--PaddingLeft: var(--pf-global--spacer--md);
|
|
11387
11204
|
--pf-c-toolbar__content-section--Display: flex;
|
|
11205
|
+
--pf-c-toolbar__content-section--AlignItems: baseline;
|
|
11388
11206
|
--pf-c-toolbar--m-page-insets--inset: var(--pf-global--spacer--md);
|
|
11389
11207
|
--pf-c-toolbar--m-page-insets--xl--inset: var(--pf-global--spacer--lg);
|
|
11390
11208
|
--pf-c-toolbar__expandable-content--Display: grid;
|
|
@@ -11506,9 +11324,22 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11506
11324
|
.pf-c-toolbar__group {
|
|
11507
11325
|
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--spacer);
|
|
11508
11326
|
--pf-hidden-visible--visible--Display: var(--pf-c-toolbar__group--Display);
|
|
11509
|
-
align-items:
|
|
11327
|
+
align-items: var(--pf-c-toolbar__group--AlignItems);
|
|
11328
|
+
align-self: var(--pf-c-toolbar__group--AlignSelf);
|
|
11510
11329
|
margin-right: var(--pf-c-toolbar--spacer);
|
|
11511
11330
|
}
|
|
11331
|
+
.pf-c-toolbar__group.pf-m-align-items-center {
|
|
11332
|
+
align-items: center;
|
|
11333
|
+
}
|
|
11334
|
+
.pf-c-toolbar__group.pf-m-align-items-baseline {
|
|
11335
|
+
align-items: baseline;
|
|
11336
|
+
}
|
|
11337
|
+
.pf-c-toolbar__group.pf-m-align-self-center {
|
|
11338
|
+
align-self: center;
|
|
11339
|
+
}
|
|
11340
|
+
.pf-c-toolbar__group.pf-m-align-self-baseline {
|
|
11341
|
+
align-self: baseline;
|
|
11342
|
+
}
|
|
11512
11343
|
.pf-c-toolbar__group.pf-m-button-group {
|
|
11513
11344
|
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-button-group--spacer);
|
|
11514
11345
|
}
|
|
@@ -11536,11 +11367,9 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11536
11367
|
.pf-c-toolbar__group.pf-m-toggle-group .pf-c-toolbar__group,
|
|
11537
11368
|
.pf-c-toolbar__group.pf-m-toggle-group .pf-c-toolbar__item {
|
|
11538
11369
|
display: none;
|
|
11539
|
-
visibility: hidden;
|
|
11540
11370
|
}
|
|
11541
11371
|
.pf-c-toolbar__group.pf-m-toggle-group .pf-c-toolbar__toggle {
|
|
11542
11372
|
display: inline-block;
|
|
11543
|
-
visibility: visible;
|
|
11544
11373
|
}
|
|
11545
11374
|
.pf-c-toolbar__group:last-child {
|
|
11546
11375
|
--pf-c-toolbar--spacer: 0;
|
|
@@ -11551,6 +11380,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11551
11380
|
--pf-c-toolbar__item--Width--base: var(--pf-c-toolbar__item--Width);
|
|
11552
11381
|
--pf-c-toolbar__item--MinWidth--base: var(--pf-c-toolbar__item--MinWidth);
|
|
11553
11382
|
--pf-hidden-visible--visible--Display: var(--pf-c-toolbar__item--Display);
|
|
11383
|
+
align-self: var(--pf-c-toolbar__item--AlignSelf);
|
|
11554
11384
|
width: var(--pf-c-toolbar__item--Width--base);
|
|
11555
11385
|
min-width: var(--pf-c-toolbar__item--MinWidth--base);
|
|
11556
11386
|
margin-right: var(--pf-c-toolbar--spacer);
|
|
@@ -11605,6 +11435,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11605
11435
|
--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))))));
|
|
11606
11436
|
}
|
|
11607
11437
|
}
|
|
11438
|
+
.pf-c-toolbar__item.pf-m-align-self-center {
|
|
11439
|
+
align-self: center;
|
|
11440
|
+
}
|
|
11441
|
+
.pf-c-toolbar__item.pf-m-align-self-baseline {
|
|
11442
|
+
align-self: baseline;
|
|
11443
|
+
}
|
|
11608
11444
|
.pf-c-toolbar__item.pf-m-overflow-menu {
|
|
11609
11445
|
--pf-c-toolbar--spacer: var(--pf-c-toolbar__item--m-overflow-menu--spacer);
|
|
11610
11446
|
}
|
|
@@ -11649,20 +11485,24 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11649
11485
|
.pf-c-toolbar__content,
|
|
11650
11486
|
.pf-c-toolbar__content-section {
|
|
11651
11487
|
flex-wrap: wrap;
|
|
11652
|
-
align-items: center;
|
|
11653
11488
|
}
|
|
11654
11489
|
|
|
11655
11490
|
.pf-c-toolbar__content {
|
|
11656
11491
|
--pf-hidden-visible--visible--Display: var(--pf-c-toolbar__content--Display);
|
|
11657
11492
|
position: relative;
|
|
11493
|
+
align-items: center;
|
|
11658
11494
|
padding-right: var(--pf-c-toolbar__content--PaddingRight);
|
|
11659
11495
|
padding-left: var(--pf-c-toolbar__content--PaddingLeft);
|
|
11660
11496
|
}
|
|
11661
11497
|
|
|
11662
11498
|
.pf-c-toolbar__content-section {
|
|
11663
11499
|
--pf-hidden-visible--visible--Display: var(--pf-c-toolbar__content-section--Display);
|
|
11500
|
+
align-items: var(--pf-c-toolbar__content-section--AlignItems);
|
|
11664
11501
|
width: 100%;
|
|
11665
11502
|
}
|
|
11503
|
+
.pf-c-toolbar__content-section.pf-m-align-items-center {
|
|
11504
|
+
align-items: center;
|
|
11505
|
+
}
|
|
11666
11506
|
|
|
11667
11507
|
.pf-c-toolbar__expandable-content {
|
|
11668
11508
|
position: absolute;
|
|
@@ -11673,7 +11513,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11673
11513
|
display: none;
|
|
11674
11514
|
width: 100%;
|
|
11675
11515
|
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);
|
|
11676
|
-
visibility: hidden;
|
|
11677
11516
|
background-color: var(--pf-c-toolbar__expandable-content--BackgroundColor);
|
|
11678
11517
|
box-shadow: var(--pf-c-toolbar__expandable-content--BoxShadow);
|
|
11679
11518
|
}
|
|
@@ -11686,7 +11525,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11686
11525
|
.pf-c-toolbar__expandable-content.pf-m-expanded {
|
|
11687
11526
|
display: grid;
|
|
11688
11527
|
grid-row-gap: var(--pf-c-toolbar__expandable-content--m-expanded--GridRowGap);
|
|
11689
|
-
visibility: visible;
|
|
11690
11528
|
}
|
|
11691
11529
|
.pf-c-toolbar__expandable-content .pf-c-toolbar__group,
|
|
11692
11530
|
.pf-c-toolbar__expandable-content .pf-c-toolbar__item {
|
|
@@ -11747,11 +11585,9 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11747
11585
|
.pf-m-toggle-group.pf-m-show .pf-c-toolbar__item {
|
|
11748
11586
|
display: flex;
|
|
11749
11587
|
flex: 0 1 auto;
|
|
11750
|
-
visibility: visible;
|
|
11751
11588
|
}
|
|
11752
11589
|
.pf-m-toggle-group.pf-m-show .pf-c-toolbar__toggle {
|
|
11753
11590
|
display: none;
|
|
11754
|
-
visibility: hidden;
|
|
11755
11591
|
}
|
|
11756
11592
|
|
|
11757
11593
|
@media (min-width: 576px) {
|
|
@@ -11762,11 +11598,9 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11762
11598
|
.pf-m-toggle-group.pf-m-show-on-sm .pf-c-toolbar__item {
|
|
11763
11599
|
display: flex;
|
|
11764
11600
|
flex: 0 1 auto;
|
|
11765
|
-
visibility: visible;
|
|
11766
11601
|
}
|
|
11767
11602
|
.pf-m-toggle-group.pf-m-show-on-sm .pf-c-toolbar__toggle {
|
|
11768
11603
|
display: none;
|
|
11769
|
-
visibility: hidden;
|
|
11770
11604
|
}
|
|
11771
11605
|
}
|
|
11772
11606
|
@media (min-width: 768px) {
|
|
@@ -11777,11 +11611,9 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11777
11611
|
.pf-m-toggle-group.pf-m-show-on-md .pf-c-toolbar__item {
|
|
11778
11612
|
display: flex;
|
|
11779
11613
|
flex: 0 1 auto;
|
|
11780
|
-
visibility: visible;
|
|
11781
11614
|
}
|
|
11782
11615
|
.pf-m-toggle-group.pf-m-show-on-md .pf-c-toolbar__toggle {
|
|
11783
11616
|
display: none;
|
|
11784
|
-
visibility: hidden;
|
|
11785
11617
|
}
|
|
11786
11618
|
}
|
|
11787
11619
|
@media (min-width: 992px) {
|
|
@@ -11792,11 +11624,9 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11792
11624
|
.pf-m-toggle-group.pf-m-show-on-lg .pf-c-toolbar__item {
|
|
11793
11625
|
display: flex;
|
|
11794
11626
|
flex: 0 1 auto;
|
|
11795
|
-
visibility: visible;
|
|
11796
11627
|
}
|
|
11797
11628
|
.pf-m-toggle-group.pf-m-show-on-lg .pf-c-toolbar__toggle {
|
|
11798
11629
|
display: none;
|
|
11799
|
-
visibility: hidden;
|
|
11800
11630
|
}
|
|
11801
11631
|
}
|
|
11802
11632
|
@media (min-width: 1200px) {
|
|
@@ -11807,11 +11637,9 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11807
11637
|
.pf-m-toggle-group.pf-m-show-on-xl .pf-c-toolbar__item {
|
|
11808
11638
|
display: flex;
|
|
11809
11639
|
flex: 0 1 auto;
|
|
11810
|
-
visibility: visible;
|
|
11811
11640
|
}
|
|
11812
11641
|
.pf-m-toggle-group.pf-m-show-on-xl .pf-c-toolbar__toggle {
|
|
11813
11642
|
display: none;
|
|
11814
|
-
visibility: hidden;
|
|
11815
11643
|
}
|
|
11816
11644
|
}
|
|
11817
11645
|
@media (min-width: 1450px) {
|
|
@@ -11822,11 +11650,9 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
11822
11650
|
.pf-m-toggle-group.pf-m-show-on-2xl .pf-c-toolbar__item {
|
|
11823
11651
|
display: flex;
|
|
11824
11652
|
flex: 0 1 auto;
|
|
11825
|
-
visibility: visible;
|
|
11826
11653
|
}
|
|
11827
11654
|
.pf-m-toggle-group.pf-m-show-on-2xl .pf-c-toolbar__toggle {
|
|
11828
11655
|
display: none;
|
|
11829
|
-
visibility: hidden;
|
|
11830
11656
|
}
|
|
11831
11657
|
}
|
|
11832
11658
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right,
|
|
@@ -12614,7 +12440,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
12614
12440
|
--pf-c-divider--after--Height: var(--pf-c-divider--m-horizontal--after--Height);
|
|
12615
12441
|
width: 100%;
|
|
12616
12442
|
height: auto;
|
|
12617
|
-
display: var(--pf-c-divider--Display);
|
|
12618
12443
|
flex-direction: var(--pf-c-divider--FlexDirection);
|
|
12619
12444
|
align-items: center;
|
|
12620
12445
|
align-self: stretch;
|
|
@@ -13212,7 +13037,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13212
13037
|
}
|
|
13213
13038
|
|
|
13214
13039
|
.pf-c-drawer__body {
|
|
13215
|
-
min-height: 0;
|
|
13216
13040
|
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);
|
|
13217
13041
|
}
|
|
13218
13042
|
.pf-c-drawer__body.pf-m-no-padding {
|
|
@@ -13243,7 +13067,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13243
13067
|
width: var(--pf-c-drawer__splitter--Width);
|
|
13244
13068
|
height: var(--pf-c-drawer__splitter--Height);
|
|
13245
13069
|
cursor: var(--pf-c-drawer__splitter--Cursor);
|
|
13246
|
-
visibility: hidden;
|
|
13247
13070
|
background-color: var(--pf-c-drawer__splitter--BackgroundColor);
|
|
13248
13071
|
}
|
|
13249
13072
|
.pf-c-drawer__splitter.pf-m-vertical {
|
|
@@ -13380,7 +13203,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13380
13203
|
}
|
|
13381
13204
|
.pf-c-drawer__splitter {
|
|
13382
13205
|
display: block;
|
|
13383
|
-
visibility: visible;
|
|
13384
13206
|
}
|
|
13385
13207
|
}
|
|
13386
13208
|
@media (min-width: 768px) {
|
|
@@ -13489,7 +13311,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13489
13311
|
}
|
|
13490
13312
|
.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 {
|
|
13491
13313
|
display: unset;
|
|
13492
|
-
visibility: visible;
|
|
13493
13314
|
}
|
|
13494
13315
|
.pf-c-drawer.pf-m-inline.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
13495
13316
|
margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -13502,7 +13323,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13502
13323
|
}
|
|
13503
13324
|
.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 {
|
|
13504
13325
|
display: unset;
|
|
13505
|
-
visibility: visible;
|
|
13506
13326
|
}
|
|
13507
13327
|
.pf-c-drawer.pf-m-inline.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
13508
13328
|
margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -13524,7 +13344,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13524
13344
|
}
|
|
13525
13345
|
.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 {
|
|
13526
13346
|
display: none;
|
|
13527
|
-
visibility: hidden;
|
|
13528
13347
|
}
|
|
13529
13348
|
}
|
|
13530
13349
|
@media (min-width: 992px) {
|
|
@@ -13553,7 +13372,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13553
13372
|
}
|
|
13554
13373
|
.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 {
|
|
13555
13374
|
display: unset;
|
|
13556
|
-
visibility: visible;
|
|
13557
13375
|
}
|
|
13558
13376
|
.pf-c-drawer.pf-m-inline-on-lg.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
13559
13377
|
margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -13566,7 +13384,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13566
13384
|
}
|
|
13567
13385
|
.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 {
|
|
13568
13386
|
display: unset;
|
|
13569
|
-
visibility: visible;
|
|
13570
13387
|
}
|
|
13571
13388
|
.pf-c-drawer.pf-m-inline-on-lg.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
13572
13389
|
margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -13588,7 +13405,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13588
13405
|
}
|
|
13589
13406
|
.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 {
|
|
13590
13407
|
display: none;
|
|
13591
|
-
visibility: hidden;
|
|
13592
13408
|
}
|
|
13593
13409
|
}
|
|
13594
13410
|
@media (min-width: 1200px) {
|
|
@@ -13617,7 +13433,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13617
13433
|
}
|
|
13618
13434
|
.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 {
|
|
13619
13435
|
display: unset;
|
|
13620
|
-
visibility: visible;
|
|
13621
13436
|
}
|
|
13622
13437
|
.pf-c-drawer.pf-m-inline-on-xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
13623
13438
|
margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -13630,7 +13445,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13630
13445
|
}
|
|
13631
13446
|
.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 {
|
|
13632
13447
|
display: unset;
|
|
13633
|
-
visibility: visible;
|
|
13634
13448
|
}
|
|
13635
13449
|
.pf-c-drawer.pf-m-inline-on-xl.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
13636
13450
|
margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -13652,7 +13466,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13652
13466
|
}
|
|
13653
13467
|
.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 {
|
|
13654
13468
|
display: none;
|
|
13655
|
-
visibility: hidden;
|
|
13656
13469
|
}
|
|
13657
13470
|
}
|
|
13658
13471
|
@media (min-width: 1450px) {
|
|
@@ -13681,7 +13494,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13681
13494
|
}
|
|
13682
13495
|
.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 {
|
|
13683
13496
|
display: unset;
|
|
13684
|
-
visibility: visible;
|
|
13685
13497
|
}
|
|
13686
13498
|
.pf-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
13687
13499
|
margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -13694,7 +13506,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13694
13506
|
}
|
|
13695
13507
|
.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 {
|
|
13696
13508
|
display: unset;
|
|
13697
|
-
visibility: visible;
|
|
13698
13509
|
}
|
|
13699
13510
|
.pf-c-drawer.pf-m-inline-on-2xl.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
13700
13511
|
margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -13716,7 +13527,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13716
13527
|
}
|
|
13717
13528
|
.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 {
|
|
13718
13529
|
display: none;
|
|
13719
|
-
visibility: hidden;
|
|
13720
13530
|
}
|
|
13721
13531
|
}
|
|
13722
13532
|
:where(.pf-theme-dark) .pf-c-wizard__header, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
@@ -14472,38 +14282,39 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14472
14282
|
--pf-c-empty-state--PaddingRight: var(--pf-global--spacer--xl);
|
|
14473
14283
|
--pf-c-empty-state--PaddingBottom: var(--pf-global--spacer--xl);
|
|
14474
14284
|
--pf-c-empty-state--PaddingLeft: var(--pf-global--spacer--xl);
|
|
14285
|
+
--pf-c-empty-state--m-xs--PaddingTop: var(--pf-global--spacer--md);
|
|
14286
|
+
--pf-c-empty-state--m-xs--PaddingRight: var(--pf-global--spacer--md);
|
|
14287
|
+
--pf-c-empty-state--m-xs--PaddingBottom: var(--pf-global--spacer--md);
|
|
14288
|
+
--pf-c-empty-state--m-xs--PaddingLeft: var(--pf-global--spacer--md);
|
|
14475
14289
|
--pf-c-empty-state__content--MaxWidth: none;
|
|
14290
|
+
--pf-c-empty-state--m-xs__content--MaxWidth: 21.875rem;
|
|
14291
|
+
--pf-c-empty-state--m-sm__content--MaxWidth: 25rem;
|
|
14292
|
+
--pf-c-empty-state--m-lg__content--MaxWidth: 37.5rem;
|
|
14476
14293
|
--pf-c-empty-state__icon--MarginBottom: var(--pf-global--spacer--lg);
|
|
14477
14294
|
--pf-c-empty-state__icon--FontSize: var(--pf-global--icon--FontSize--xl);
|
|
14478
14295
|
--pf-c-empty-state__icon--Color: var(--pf-global--icon--Color--light);
|
|
14479
|
-
--pf-c-empty-
|
|
14296
|
+
--pf-c-empty-state--m-xs__icon--MarginBottom: var(--pf-global--spacer--md);
|
|
14297
|
+
--pf-c-empty-state--m-xl__icon--MarginBottom: var(--pf-global--spacer--xl);
|
|
14298
|
+
--pf-c-empty-state--m-xl__icon--FontSize: 6.25rem;
|
|
14299
|
+
--pf-c-empty-state__title-text--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
|
|
14300
|
+
--pf-c-empty-state__title-text--FontSize: var(--pf-global--FontSize--xl);
|
|
14301
|
+
--pf-c-empty-state__title-text--FontWeight: var(--pf-global--FontWeight--normal);
|
|
14302
|
+
--pf-c-empty-state__title-text--LineHeight: var(--pf-global--LineHeight--md);
|
|
14303
|
+
--pf-c-empty-state--m-xs__title-text--FontSize: var(--pf-global--FontSize--md);
|
|
14304
|
+
--pf-c-empty-state--m-xl__title-text--FontSize: var(--pf-global--FontSize--4xl);
|
|
14305
|
+
--pf-c-empty-state--m-xl__title-text--LineHeight: var(--pf-global--LineHeight--sm);
|
|
14480
14306
|
--pf-c-empty-state__body--MarginTop: var(--pf-global--spacer--md);
|
|
14481
14307
|
--pf-c-empty-state__body--Color: var(--pf-global--Color--200);
|
|
14482
|
-
--pf-c-empty-
|
|
14483
|
-
--pf-c-empty-state__primary--secondary--MarginTop: var(--pf-global--spacer--sm);
|
|
14484
|
-
--pf-c-empty-state__secondary--MarginTop: var(--pf-global--spacer--xl);
|
|
14485
|
-
--pf-c-empty-state__secondary--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
|
14486
|
-
--pf-c-empty-state__secondary--child--MarginRight: calc(var(--pf-global--spacer--xs) / 2);
|
|
14487
|
-
--pf-c-empty-state__secondary--child--MarginBottom: var(--pf-global--spacer--xs);
|
|
14488
|
-
--pf-c-empty-state__secondary--child--MarginLeft: calc(var(--pf-global--spacer--xs) / 2);
|
|
14489
|
-
--pf-c-empty-state--m-xs__content--MaxWidth: 21.875rem;
|
|
14308
|
+
--pf-c-empty-state--body--FontSize: var(--pf-global--FontSize--md);
|
|
14490
14309
|
--pf-c-empty-state--m-xs__body--FontSize: var(--pf-global--FontSize--sm);
|
|
14491
|
-
--pf-c-empty-state--m-xs--button--FontSize: var(--pf-global--FontSize--sm);
|
|
14492
|
-
--pf-c-empty-state--m-xs--PaddingTop: var(--pf-global--spacer--md);
|
|
14493
|
-
--pf-c-empty-state--m-xs--PaddingRight: var(--pf-global--spacer--md);
|
|
14494
|
-
--pf-c-empty-state--m-xs--PaddingBottom: var(--pf-global--spacer--md);
|
|
14495
|
-
--pf-c-empty-state--m-xs--PaddingLeft: var(--pf-global--spacer--md);
|
|
14496
|
-
--pf-c-empty-state--m-xs__icon--MarginBottom: var(--pf-global--spacer--md);
|
|
14497
14310
|
--pf-c-empty-state--m-xs__body--MarginTop: var(--pf-global--spacer--md);
|
|
14498
|
-
--pf-c-empty-state--m-xs__primary--MarginTop: var(--pf-global--spacer--md);
|
|
14499
|
-
--pf-c-empty-state--m-xs__secondary--MarginTop: var(--pf-global--spacer--md);
|
|
14500
|
-
--pf-c-empty-state--m-sm__content--MaxWidth: 25rem;
|
|
14501
|
-
--pf-c-empty-state--m-lg__content--MaxWidth: 37.5rem;
|
|
14502
14311
|
--pf-c-empty-state--m-xl__body--FontSize: var(--pf-global--FontSize--xl);
|
|
14503
14312
|
--pf-c-empty-state--m-xl__body--MarginTop: var(--pf-global--spacer--lg);
|
|
14504
|
-
--pf-c-empty-
|
|
14505
|
-
--pf-c-empty-
|
|
14506
|
-
--pf-c-empty-state--m-
|
|
14313
|
+
--pf-c-empty-state__footer--RowGap: var(--pf-global--spacer--sm);
|
|
14314
|
+
--pf-c-empty-state__footer--MarginTop: var(--pf-global--spacer--xl);
|
|
14315
|
+
--pf-c-empty-state--m-xs__footer--MarginTop: var(--pf-global--spacer--md);
|
|
14316
|
+
--pf-c-empty-state__actions--RowGap: var(--pf-global--spacer--xs);
|
|
14317
|
+
--pf-c-empty-state__actions--ColumnGap: var(--pf-global--spacer--xs);
|
|
14507
14318
|
display: flex;
|
|
14508
14319
|
align-items: center;
|
|
14509
14320
|
justify-content: center;
|
|
@@ -14515,17 +14326,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14515
14326
|
--pf-c-empty-state--PaddingRight: var(--pf-c-empty-state--m-xs--PaddingRight);
|
|
14516
14327
|
--pf-c-empty-state--PaddingBottom: var(--pf-c-empty-state--m-xs--PaddingBottom);
|
|
14517
14328
|
--pf-c-empty-state--PaddingLeft: var(--pf-c-empty-state--m-xs--PaddingLeft);
|
|
14329
|
+
--pf-c-empty-state__title-text--FontSize: var(--pf-c-empty-state--m-xs__title-text--FontSize);
|
|
14518
14330
|
--pf-c-empty-state__content--MaxWidth: var(--pf-c-empty-state--m-xs__content--MaxWidth);
|
|
14519
14331
|
--pf-c-empty-state__icon--MarginBottom: var(--pf-c-empty-state--m-xs__icon--MarginBottom);
|
|
14520
14332
|
--pf-c-empty-state__body--MarginTop: var(--pf-c-empty-state--m-xs__body--MarginTop);
|
|
14521
|
-
--pf-c-empty-
|
|
14522
|
-
--pf-c-empty-
|
|
14523
|
-
}
|
|
14524
|
-
.pf-c-empty-state.pf-m-xs .pf-c-empty-state__body {
|
|
14525
|
-
font-size: var(--pf-c-empty-state--m-xs__body--FontSize);
|
|
14526
|
-
}
|
|
14527
|
-
.pf-c-empty-state.pf-m-xs .pf-c-button {
|
|
14528
|
-
--pf-c-button--FontSize: var(--pf-c-empty-state--m-xs--button--FontSize);
|
|
14333
|
+
--pf-c-empty-state--body--FontSize: var(--pf-c-empty-state--m-xs__body--FontSize);
|
|
14334
|
+
--pf-c-empty-state__footer--MarginTop: var(--pf-c-empty-state--m-xs__footer--MarginTop);
|
|
14529
14335
|
}
|
|
14530
14336
|
.pf-c-empty-state.pf-m-sm {
|
|
14531
14337
|
--pf-c-empty-state__content--MaxWidth: var(--pf-c-empty-state--m-sm__content--MaxWidth);
|
|
@@ -14535,12 +14341,11 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14535
14341
|
}
|
|
14536
14342
|
.pf-c-empty-state.pf-m-xl {
|
|
14537
14343
|
--pf-c-empty-state__body--MarginTop: var(--pf-c-empty-state--m-xl__body--MarginTop);
|
|
14344
|
+
--pf-c-empty-state--body--FontSize: var(--pf-c-empty-state--m-xl__body--FontSize);
|
|
14538
14345
|
--pf-c-empty-state__icon--MarginBottom: var(--pf-c-empty-state--m-xl__icon--MarginBottom);
|
|
14539
14346
|
--pf-c-empty-state__icon--FontSize: var(--pf-c-empty-state--m-xl__icon--FontSize);
|
|
14540
|
-
--pf-c-empty-
|
|
14541
|
-
|
|
14542
|
-
.pf-c-empty-state.pf-m-xl .pf-c-empty-state__body {
|
|
14543
|
-
font-size: var(--pf-c-empty-state--m-xl__body--FontSize);
|
|
14347
|
+
--pf-c-empty-state__title-text--FontSize: var(--pf-c-empty-state--m-xl__title-text--FontSize);
|
|
14348
|
+
--pf-c-empty-state__title-text--LineHeight: var(--pf-c-empty-state--m-xl__title-text--LineHeight);
|
|
14544
14349
|
}
|
|
14545
14350
|
.pf-c-empty-state.pf-m-full-height {
|
|
14546
14351
|
height: 100%;
|
|
@@ -14549,45 +14354,40 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14549
14354
|
.pf-c-empty-state__content {
|
|
14550
14355
|
max-width: var(--pf-c-empty-state__content--MaxWidth);
|
|
14551
14356
|
}
|
|
14552
|
-
.pf-c-empty-state__content > .pf-c-title.pf-m-lg {
|
|
14553
|
-
font-size: var(--pf-c-empty-state__content--c-title--m-lg--FontSize);
|
|
14554
|
-
}
|
|
14555
14357
|
|
|
14556
14358
|
.pf-c-empty-state__icon {
|
|
14557
14359
|
margin-bottom: var(--pf-c-empty-state__icon--MarginBottom);
|
|
14558
14360
|
font-size: var(--pf-c-empty-state__icon--FontSize);
|
|
14361
|
+
line-height: 1;
|
|
14559
14362
|
color: var(--pf-c-empty-state__icon--Color);
|
|
14560
14363
|
}
|
|
14561
14364
|
|
|
14365
|
+
.pf-c-empty-state__title-text {
|
|
14366
|
+
font-family: var(--pf-c-empty-state__title-text--FontFamily);
|
|
14367
|
+
font-size: var(--pf-c-empty-state__title-text--FontSize);
|
|
14368
|
+
font-weight: var(--pf-c-empty-state__title-text--FontWeight);
|
|
14369
|
+
line-height: var(--pf-c-empty-state__title-text--LineHeight);
|
|
14370
|
+
}
|
|
14371
|
+
|
|
14562
14372
|
.pf-c-empty-state__body {
|
|
14563
14373
|
margin-top: var(--pf-c-empty-state__body--MarginTop);
|
|
14374
|
+
font-size: var(--pf-c-empty-state--body--FontSize);
|
|
14564
14375
|
color: var(--pf-c-empty-state__body--Color);
|
|
14565
14376
|
}
|
|
14566
14377
|
|
|
14567
|
-
.pf-c-empty-
|
|
14568
|
-
|
|
14569
|
-
|
|
14570
|
-
|
|
14571
|
-
|
|
14572
|
-
|
|
14573
|
-
margin-top: var(--pf-c-empty-state__primary--secondary--MarginTop);
|
|
14378
|
+
.pf-c-empty-state__footer {
|
|
14379
|
+
display: flex;
|
|
14380
|
+
flex-direction: column;
|
|
14381
|
+
align-items: center;
|
|
14382
|
+
row-gap: var(--pf-c-empty-state__footer--RowGap);
|
|
14383
|
+
margin-top: var(--pf-c-empty-state__footer--MarginTop);
|
|
14574
14384
|
}
|
|
14575
14385
|
|
|
14576
|
-
.pf-c-empty-
|
|
14386
|
+
.pf-c-empty-state__actions {
|
|
14577
14387
|
display: flex;
|
|
14578
14388
|
flex-wrap: wrap;
|
|
14579
14389
|
justify-content: center;
|
|
14580
|
-
|
|
14581
|
-
margin-bottom: var(--pf-c-empty-state__secondary--MarginBottom);
|
|
14582
|
-
}
|
|
14583
|
-
.pf-c-empty-state__secondary > * {
|
|
14584
|
-
margin-right: var(--pf-c-empty-state__secondary--child--MarginRight);
|
|
14585
|
-
margin-bottom: var(--pf-c-empty-state__secondary--child--MarginBottom);
|
|
14586
|
-
margin-left: var(--pf-c-empty-state__secondary--child--MarginLeft);
|
|
14587
|
-
}
|
|
14588
|
-
|
|
14589
|
-
.pf-m-overpass-font .pf-c-empty-state .pf-c-empty-state__content > .pf-c-title.pf-m-lg {
|
|
14590
|
-
font-size: var(--pf-global--FontSize--lg);
|
|
14390
|
+
gap: var(--pf-c-empty-state__actions--RowGap) var(--pf-c-empty-state__actions--ColumnGap);
|
|
14591
14391
|
}
|
|
14592
14392
|
|
|
14593
14393
|
.pf-c-expandable-section {
|
|
@@ -14720,10 +14520,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14720
14520
|
margin-top: var(--pf-c-expandable-section__content--MarginTop);
|
|
14721
14521
|
}
|
|
14722
14522
|
|
|
14723
|
-
.pf-m-overpass-font .pf-c-expandable-section__toggle {
|
|
14724
|
-
font-weight: var(--pf-global--FontWeight--semi-bold);
|
|
14725
|
-
}
|
|
14726
|
-
|
|
14727
14523
|
.pf-c-file-upload {
|
|
14728
14524
|
--pf-c-file-upload--m-loading__file-details--before--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
14729
14525
|
--pf-c-file-upload--m-loading__file-details--before--Left: var(--pf-global--BorderWidth--sm);
|
|
@@ -15165,7 +14961,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
15165
14961
|
}
|
|
15166
14962
|
.pf-c-form__helper-text.pf-m-inactive {
|
|
15167
14963
|
display: none;
|
|
15168
|
-
visibility: hidden;
|
|
15169
14964
|
}
|
|
15170
14965
|
.pf-c-form__helper-text.pf-m-hidden {
|
|
15171
14966
|
visibility: hidden;
|
|
@@ -16052,7 +15847,7 @@ textarea.pf-c-form-control {
|
|
|
16052
15847
|
--pf-c-inline-edit__action--c-button--m-valid--m-plain--hover--Color: var(--pf-global--link--Color--hover);
|
|
16053
15848
|
--pf-c-inline-edit__action--m-icon-group--item--MarginRight: 0;
|
|
16054
15849
|
--pf-c-inline-edit__group--m-footer--MarginTop: var(--pf-global--spacer--xl);
|
|
16055
|
-
--pf-c-inline-edit__label--m-bold--FontWeight: var(--pf-global--FontWeight--
|
|
15850
|
+
--pf-c-inline-edit__label--m-bold--FontWeight: var(--pf-global--FontWeight--bold);
|
|
16056
15851
|
}
|
|
16057
15852
|
|
|
16058
15853
|
.pf-c-inline-edit__group {
|
|
@@ -16091,22 +15886,12 @@ textarea.pf-c-form-control {
|
|
|
16091
15886
|
.pf-c-inline-edit__action,
|
|
16092
15887
|
.pf-c-inline-edit__group.pf-m-action-group {
|
|
16093
15888
|
display: none;
|
|
16094
|
-
visibility: hidden;
|
|
16095
15889
|
}
|
|
16096
15890
|
|
|
16097
15891
|
.pf-c-inline-edit__action.pf-m-enable-editable {
|
|
16098
15892
|
display: inline-block;
|
|
16099
|
-
visibility: visible;
|
|
16100
15893
|
}
|
|
16101
15894
|
|
|
16102
|
-
.pf-c-inline-edit.pf-m-inline-editable .pf-c-inline-edit__input,
|
|
16103
|
-
.pf-c-inline-edit.pf-m-inline-editable .pf-c-inline-edit__action,
|
|
16104
|
-
.pf-c-inline-edit.pf-m-inline-editable .pf-c-inline-edit__group.pf-m-action-group,
|
|
16105
|
-
.pf-c-inline-edit .pf-m-inline-editable .pf-c-inline-edit__input,
|
|
16106
|
-
.pf-c-inline-edit .pf-m-inline-editable .pf-c-inline-edit__action,
|
|
16107
|
-
.pf-c-inline-edit .pf-m-inline-editable .pf-c-inline-edit__group.pf-m-action-group {
|
|
16108
|
-
visibility: visible;
|
|
16109
|
-
}
|
|
16110
15895
|
.pf-c-inline-edit.pf-m-inline-editable .pf-c-inline-edit__input,
|
|
16111
15896
|
.pf-c-inline-edit .pf-m-inline-editable .pf-c-inline-edit__input {
|
|
16112
15897
|
display: block;
|
|
@@ -16124,7 +15909,6 @@ textarea.pf-c-form-control {
|
|
|
16124
15909
|
.pf-c-inline-edit .pf-m-inline-editable .pf-c-inline-edit__value,
|
|
16125
15910
|
.pf-c-inline-edit .pf-m-inline-editable .pf-c-inline-edit__action.pf-m-enable-editable {
|
|
16126
15911
|
display: none;
|
|
16127
|
-
visibility: hidden;
|
|
16128
15912
|
}
|
|
16129
15913
|
|
|
16130
15914
|
.pf-c-inline-edit__label + .pf-c-inline-edit__action.pf-m-enable > .pf-c-button {
|
|
@@ -16278,7 +16062,6 @@ label.pf-c-input-group__text {
|
|
|
16278
16062
|
|
|
16279
16063
|
.pf-c-jump-links {
|
|
16280
16064
|
--pf-c-jump-links__list--Display: flex;
|
|
16281
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
16282
16065
|
--pf-c-jump-links__list--PaddingTop: 0;
|
|
16283
16066
|
--pf-c-jump-links__list--PaddingRight: var(--pf-global--spacer--md);
|
|
16284
16067
|
--pf-c-jump-links__list--PaddingBottom: 0;
|
|
@@ -16321,14 +16104,12 @@ label.pf-c-input-group__text {
|
|
|
16321
16104
|
--pf-c-jump-links__item--m-current__link-text--Color: var(--pf-global--Color--100);
|
|
16322
16105
|
--pf-c-jump-links__label--MarginBottom: var(--pf-global--spacer--md);
|
|
16323
16106
|
--pf-c-jump-links__label--Display: block;
|
|
16324
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
16325
16107
|
--pf-c-jump-links__toggle--MarginTop: calc(-1 * var(--pf-global--spacer--form-element));
|
|
16326
16108
|
--pf-c-jump-links__toggle--MarginBottom--base: calc(-1 * var(--pf-global--spacer--form-element));
|
|
16327
16109
|
--pf-c-jump-links__toggle--MarginBottom: var(--pf-c-jump-links__toggle--MarginBottom--base);
|
|
16328
16110
|
--pf-c-jump-links--m-expanded__toggle--MarginBottom: calc(var(--pf-c-jump-links__toggle--MarginBottom--base) + var(--pf-global--spacer--md));
|
|
16329
16111
|
--pf-c-jump-links__toggle--MarginLeft: calc(-1 * var(--pf-global--spacer--md));
|
|
16330
16112
|
--pf-c-jump-links__toggle--Display: none;
|
|
16331
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
16332
16113
|
--pf-c-jump-links__toggle-icon--Color: currentcolor;
|
|
16333
16114
|
--pf-c-jump-links__toggle-icon--Transition: var(--pf-global--Transition);
|
|
16334
16115
|
--pf-c-jump-links__toggle-icon--Rotate: 0;
|
|
@@ -16358,113 +16139,76 @@ label.pf-c-input-group__text {
|
|
|
16358
16139
|
}
|
|
16359
16140
|
.pf-c-jump-links.pf-m-expandable {
|
|
16360
16141
|
--pf-c-jump-links__list--Display: none;
|
|
16361
|
-
--pf-c-jump-links__list--Visibility: hidden;
|
|
16362
16142
|
--pf-c-jump-links__toggle--Display: block;
|
|
16363
|
-
--pf-c-jump-links__toggle--Visibility: visible;
|
|
16364
16143
|
--pf-c-jump-links__label--Display: none;
|
|
16365
|
-
--pf-c-jump-links__label--Visibility: hidden;
|
|
16366
16144
|
}
|
|
16367
16145
|
.pf-c-jump-links.pf-m-non-expandable {
|
|
16368
16146
|
--pf-c-jump-links__list--Display: flex;
|
|
16369
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
16370
16147
|
--pf-c-jump-links__toggle--Display: none;
|
|
16371
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
16372
16148
|
--pf-c-jump-links__label--Display: block;
|
|
16373
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
16374
16149
|
}
|
|
16375
16150
|
@media (min-width: 576px) {
|
|
16376
16151
|
.pf-c-jump-links.pf-m-expandable-on-sm {
|
|
16377
16152
|
--pf-c-jump-links__list--Display: none;
|
|
16378
|
-
--pf-c-jump-links__list--Visibility: hidden;
|
|
16379
16153
|
--pf-c-jump-links__toggle--Display: block;
|
|
16380
|
-
--pf-c-jump-links__toggle--Visibility: visible;
|
|
16381
16154
|
--pf-c-jump-links__label--Display: none;
|
|
16382
|
-
--pf-c-jump-links__label--Visibility: hidden;
|
|
16383
16155
|
}
|
|
16384
16156
|
.pf-c-jump-links.pf-m-non-expandable-on-sm {
|
|
16385
16157
|
--pf-c-jump-links__list--Display: flex;
|
|
16386
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
16387
16158
|
--pf-c-jump-links__toggle--Display: none;
|
|
16388
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
16389
16159
|
--pf-c-jump-links__label--Display: block;
|
|
16390
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
16391
16160
|
}
|
|
16392
16161
|
}
|
|
16393
16162
|
@media (min-width: 768px) {
|
|
16394
16163
|
.pf-c-jump-links.pf-m-expandable-on-md {
|
|
16395
16164
|
--pf-c-jump-links__list--Display: none;
|
|
16396
|
-
--pf-c-jump-links__list--Visibility: hidden;
|
|
16397
16165
|
--pf-c-jump-links__toggle--Display: block;
|
|
16398
|
-
--pf-c-jump-links__toggle--Visibility: visible;
|
|
16399
16166
|
--pf-c-jump-links__label--Display: none;
|
|
16400
|
-
--pf-c-jump-links__label--Visibility: hidden;
|
|
16401
16167
|
}
|
|
16402
16168
|
.pf-c-jump-links.pf-m-non-expandable-on-md {
|
|
16403
16169
|
--pf-c-jump-links__list--Display: flex;
|
|
16404
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
16405
16170
|
--pf-c-jump-links__toggle--Display: none;
|
|
16406
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
16407
16171
|
--pf-c-jump-links__label--Display: block;
|
|
16408
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
16409
16172
|
}
|
|
16410
16173
|
}
|
|
16411
16174
|
@media (min-width: 992px) {
|
|
16412
16175
|
.pf-c-jump-links.pf-m-expandable-on-lg {
|
|
16413
16176
|
--pf-c-jump-links__list--Display: none;
|
|
16414
|
-
--pf-c-jump-links__list--Visibility: hidden;
|
|
16415
16177
|
--pf-c-jump-links__toggle--Display: block;
|
|
16416
|
-
--pf-c-jump-links__toggle--Visibility: visible;
|
|
16417
16178
|
--pf-c-jump-links__label--Display: none;
|
|
16418
|
-
--pf-c-jump-links__label--Visibility: hidden;
|
|
16419
16179
|
}
|
|
16420
16180
|
.pf-c-jump-links.pf-m-non-expandable-on-lg {
|
|
16421
16181
|
--pf-c-jump-links__list--Display: flex;
|
|
16422
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
16423
16182
|
--pf-c-jump-links__toggle--Display: none;
|
|
16424
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
16425
16183
|
--pf-c-jump-links__label--Display: block;
|
|
16426
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
16427
16184
|
}
|
|
16428
16185
|
}
|
|
16429
16186
|
@media (min-width: 1200px) {
|
|
16430
16187
|
.pf-c-jump-links.pf-m-expandable-on-xl {
|
|
16431
16188
|
--pf-c-jump-links__list--Display: none;
|
|
16432
|
-
--pf-c-jump-links__list--Visibility: hidden;
|
|
16433
16189
|
--pf-c-jump-links__toggle--Display: block;
|
|
16434
|
-
--pf-c-jump-links__toggle--Visibility: visible;
|
|
16435
16190
|
--pf-c-jump-links__label--Display: none;
|
|
16436
|
-
--pf-c-jump-links__label--Visibility: hidden;
|
|
16437
16191
|
}
|
|
16438
16192
|
.pf-c-jump-links.pf-m-non-expandable-on-xl {
|
|
16439
16193
|
--pf-c-jump-links__list--Display: flex;
|
|
16440
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
16441
16194
|
--pf-c-jump-links__toggle--Display: none;
|
|
16442
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
16443
16195
|
--pf-c-jump-links__label--Display: block;
|
|
16444
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
16445
16196
|
}
|
|
16446
16197
|
}
|
|
16447
16198
|
@media (min-width: 1450px) {
|
|
16448
16199
|
.pf-c-jump-links.pf-m-expandable-on-2xl {
|
|
16449
16200
|
--pf-c-jump-links__list--Display: none;
|
|
16450
|
-
--pf-c-jump-links__list--Visibility: hidden;
|
|
16451
16201
|
--pf-c-jump-links__toggle--Display: block;
|
|
16452
|
-
--pf-c-jump-links__toggle--Visibility: visible;
|
|
16453
16202
|
--pf-c-jump-links__label--Display: none;
|
|
16454
|
-
--pf-c-jump-links__label--Visibility: hidden;
|
|
16455
16203
|
}
|
|
16456
16204
|
.pf-c-jump-links.pf-m-non-expandable-on-2xl {
|
|
16457
16205
|
--pf-c-jump-links__list--Display: flex;
|
|
16458
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
16459
16206
|
--pf-c-jump-links__toggle--Display: none;
|
|
16460
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
16461
16207
|
--pf-c-jump-links__label--Display: block;
|
|
16462
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
16463
16208
|
}
|
|
16464
16209
|
}
|
|
16465
16210
|
.pf-c-jump-links.pf-m-expanded {
|
|
16466
16211
|
--pf-c-jump-links__list--Display: flex;
|
|
16467
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
16468
16212
|
--pf-c-jump-links__toggle--MarginBottom: var(--pf-c-jump-links--m-expanded__toggle--MarginBottom);
|
|
16469
16213
|
--pf-c-jump-links__toggle-icon--Rotate: var(--pf-c-jump-links--m-expanded__toggle-icon--Rotate);
|
|
16470
16214
|
--pf-c-jump-links__toggle-icon--Color: var(--pf-c-jump-links--m-expanded__toggle-icon--Color);
|
|
@@ -16478,7 +16222,6 @@ label.pf-c-input-group__text {
|
|
|
16478
16222
|
padding-right: var(--pf-c-jump-links__list--PaddingRight);
|
|
16479
16223
|
padding-bottom: var(--pf-c-jump-links__list--PaddingBottom);
|
|
16480
16224
|
padding-left: var(--pf-c-jump-links__list--PaddingLeft);
|
|
16481
|
-
visibility: var(--pf-c-jump-links__list--Visibility);
|
|
16482
16225
|
}
|
|
16483
16226
|
.pf-c-jump-links__list::before {
|
|
16484
16227
|
position: absolute;
|
|
@@ -16547,7 +16290,6 @@ label.pf-c-input-group__text {
|
|
|
16547
16290
|
.pf-c-jump-links__label {
|
|
16548
16291
|
display: var(--pf-c-jump-links__label--Display);
|
|
16549
16292
|
margin-bottom: var(--pf-c-jump-links__label--MarginBottom);
|
|
16550
|
-
visibility: var(--pf-c-jump-links__label--Visibility);
|
|
16551
16293
|
}
|
|
16552
16294
|
|
|
16553
16295
|
.pf-c-jump-links__main {
|
|
@@ -16560,7 +16302,6 @@ label.pf-c-input-group__text {
|
|
|
16560
16302
|
margin-top: var(--pf-c-jump-links__toggle--MarginTop);
|
|
16561
16303
|
margin-bottom: var(--pf-c-jump-links__toggle--MarginBottom);
|
|
16562
16304
|
margin-left: var(--pf-c-jump-links__toggle--MarginLeft);
|
|
16563
|
-
visibility: var(--pf-c-jump-links__toggle--Visibility);
|
|
16564
16305
|
}
|
|
16565
16306
|
.pf-c-jump-links__toggle .pf-c-button {
|
|
16566
16307
|
display: flex;
|
|
@@ -16892,9 +16633,6 @@ label.pf-c-input-group__text {
|
|
|
16892
16633
|
--pf-c-label--m-editable--TextDecoration: var(--pf-c-label--m-editable--m-editable-active--TextDecoration);
|
|
16893
16634
|
--pf-c-label--BackgroundColor: var(--pf-c-label--m-editable--m-editable-active--BackgroundColor);
|
|
16894
16635
|
}
|
|
16895
|
-
.pf-c-label.pf-m-editable-active .pf-c-button {
|
|
16896
|
-
visibility: hidden;
|
|
16897
|
-
}
|
|
16898
16636
|
.pf-c-label .pf-c-button {
|
|
16899
16637
|
--pf-c-button--FontSize: var(--pf-c-label__c-button--FontSize);
|
|
16900
16638
|
--pf-c-button--PaddingTop: var(--pf-c-label__c-button--PaddingTop);
|
|
@@ -17057,8 +16795,18 @@ button.pf-c-label__content:focus {
|
|
|
17057
16795
|
}
|
|
17058
16796
|
|
|
17059
16797
|
.pf-c-label-group {
|
|
17060
|
-
--pf-c-label-
|
|
17061
|
-
--pf-c-label-
|
|
16798
|
+
--pf-c-label-group--RowGap: var(--pf-global--spacer--sm);
|
|
16799
|
+
--pf-c-label-group--ColumnGap: 0;
|
|
16800
|
+
--pf-c-label-group-m-vertical--RowGap: var(--pf-global--spacer--sm);
|
|
16801
|
+
--pf-c-label-group-m-vertical--ColumnGap: var(--pf-global--spacer--sm);
|
|
16802
|
+
--pf-c-label-group__main--RowGap: var(--pf-global--spacer--xs);
|
|
16803
|
+
--pf-c-label-group__main--ColumnGap: var(--pf-global--spacer--sm);
|
|
16804
|
+
--pf-c-label-group-m-vertical__main--RowGap: var(--pf-global--spacer--sm);
|
|
16805
|
+
--pf-c-label-group-m-vertical__main--ColumnGap: var(--pf-global--spacer--xs);
|
|
16806
|
+
--pf-c-label-group__list--RowGap: var(--pf-global--spacer--xs);
|
|
16807
|
+
--pf-c-label-group__list--ColumnGap: var(--pf-global--spacer--xs);
|
|
16808
|
+
--pf-c-label-group-m-vertical__list--RowGap: var(--pf-global--spacer--xs);
|
|
16809
|
+
--pf-c-label-group-m-vertical__list--ColumnGap: var(--pf-global--spacer--xs);
|
|
17062
16810
|
--pf-c-label-group--m-category--PaddingTop: var(--pf-global--spacer--xs);
|
|
17063
16811
|
--pf-c-label-group--m-category--PaddingRight: var(--pf-global--spacer--xs);
|
|
17064
16812
|
--pf-c-label-group--m-category--PaddingBottom: var(--pf-global--spacer--xs);
|
|
@@ -17068,20 +16816,14 @@ button.pf-c-label__content:focus {
|
|
|
17068
16816
|
--pf-c-label-group--m-category--BorderWidth: var(--pf-global--BorderWidth--sm);
|
|
17069
16817
|
--pf-c-label-group--m-category--BorderColor: var(--pf-global--BorderColor--300);
|
|
17070
16818
|
--pf-c-label-group--m-category--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
17071
|
-
--pf-c-label-group__label--MarginRight: var(--pf-global--spacer--sm);
|
|
17072
|
-
--pf-c-label-group__label--MarginBottom: 0;
|
|
17073
|
-
--pf-c-label-group--m-vertical__label--MarginBottom: var(--pf-global--spacer--sm);
|
|
17074
16819
|
--pf-c-label-group__label--FontSize: var(--pf-global--FontSize--sm);
|
|
17075
16820
|
--pf-c-label-group__label--MaxWidth: 18ch;
|
|
17076
16821
|
--pf-c-label-group__close--MarginTop: calc(var(--pf-global--spacer--xs) * -1);
|
|
17077
16822
|
--pf-c-label-group__close--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
|
17078
16823
|
--pf-c-label-group--m-vertical__close--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
|
|
17079
16824
|
--pf-c-label-group--m-vertical__close--MarginRight: calc(var(--pf-global--spacer--form-element) * -1);
|
|
17080
|
-
--pf-c-label-group--m-vertical__close--MarginLeft: var(--pf-global--spacer--sm);
|
|
17081
16825
|
--pf-c-label-group--m-vertical__close--c-button--PaddingRight: var(--pf-global--spacer--sm);
|
|
17082
16826
|
--pf-c-label-group--m-vertical__close--c-button--PaddingLeft: var(--pf-global--spacer--sm);
|
|
17083
|
-
--pf-c-label-group__list-item--MarginRight: var(--pf-global--spacer--xs);
|
|
17084
|
-
--pf-c-label-group__list-item--MarginBottom: var(--pf-global--spacer--xs);
|
|
17085
16827
|
--pf-c-label-group__textarea--MinWidth: 12.5rem;
|
|
17086
16828
|
--pf-c-label-group__textarea--PaddingTop: 0.125rem;
|
|
17087
16829
|
--pf-c-label-group__textarea--PaddingRight: var(--pf-global--spacer--xs);
|
|
@@ -17089,6 +16831,8 @@ button.pf-c-label__content:focus {
|
|
|
17089
16831
|
--pf-c-label-group__textarea--PaddingLeft: var(--pf-global--spacer--xs);
|
|
17090
16832
|
display: inline-flex;
|
|
17091
16833
|
align-items: center;
|
|
16834
|
+
row-gap: var(--pf-c-label-group--RowGap);
|
|
16835
|
+
column-gap: var(--pf-c-label-group--ColumnGap);
|
|
17092
16836
|
}
|
|
17093
16837
|
.pf-c-label-group.pf-m-category {
|
|
17094
16838
|
padding-top: var(--pf-c-label-group--m-category--PaddingTop);
|
|
@@ -17100,11 +16844,12 @@ button.pf-c-label__content:focus {
|
|
|
17100
16844
|
border-radius: var(--pf-c-label-group--m-category--BorderRadius);
|
|
17101
16845
|
}
|
|
17102
16846
|
.pf-c-label-group.pf-m-vertical {
|
|
17103
|
-
--pf-c-label-
|
|
17104
|
-
--pf-c-label-
|
|
17105
|
-
--pf-c-label-
|
|
17106
|
-
--pf-c-label-
|
|
17107
|
-
--pf-c-label-
|
|
16847
|
+
--pf-c-label-group--RowGap: var(--pf-c-label-group-m-vertical--RowGap);
|
|
16848
|
+
--pf-c-label-group--ColumnGap: var(--pf-c-label-group-m-vertical--ColumnGap);
|
|
16849
|
+
--pf-c-label-group__main--RowGap: var(--pf-c-label-group-m-vertical__main--RowGap);
|
|
16850
|
+
--pf-c-label-group__main--ColumnGap: var(--pf-c-label-group-m-vertical__main--ColumnGap);
|
|
16851
|
+
--pf-c-label-group__list--RowGap: var(--pf-c-label-group-m-vertical__list--RowGap);
|
|
16852
|
+
--pf-c-label-group__list--ColumnGap: var(--pf-c-label-group-m-vertical__list--ColumnGap);
|
|
17108
16853
|
--pf-c-label-group__close--MarginTop: var(--pf-c-label-group--m-vertical__close--MarginTop);
|
|
17109
16854
|
--pf-c-label-group__close--MarginLeft: var(--pf-c-label-group--m-vertical__close--MarginLeft);
|
|
17110
16855
|
--pf-c-label-group__close--MarginBottom: 0;
|
|
@@ -17121,9 +16866,6 @@ button.pf-c-label__content:focus {
|
|
|
17121
16866
|
.pf-c-label-group.pf-m-vertical .pf-c-label-group__main {
|
|
17122
16867
|
flex-direction: column;
|
|
17123
16868
|
}
|
|
17124
|
-
.pf-c-label-group.pf-m-vertical .pf-c-label-group__list-item:last-child {
|
|
17125
|
-
--pf-c-label-group__list-item--MarginBottom: 0;
|
|
17126
|
-
}
|
|
17127
16869
|
.pf-c-label-group.pf-m-vertical .pf-c-label-group__close .pf-c-button {
|
|
17128
16870
|
--pf-c-button--PaddingLeft: var(--pf-c-label-group--m-vertical__close--c-button--PaddingLeft);
|
|
17129
16871
|
--pf-c-button--PaddingRight: var(--pf-c-label-group--m-vertical__close--c-button--PaddingRight);
|
|
@@ -17145,19 +16887,19 @@ button.pf-c-label__content:focus {
|
|
|
17145
16887
|
flex: 1;
|
|
17146
16888
|
flex-wrap: wrap;
|
|
17147
16889
|
align-items: baseline;
|
|
16890
|
+
row-gap: var(--pf-c-label-group__main--RowGap);
|
|
16891
|
+
column-gap: var(--pf-c-label-group__main--ColumnGap);
|
|
17148
16892
|
}
|
|
17149
16893
|
|
|
17150
16894
|
.pf-c-label-group__list {
|
|
17151
16895
|
display: inline-flex;
|
|
17152
16896
|
flex-wrap: wrap;
|
|
17153
|
-
|
|
17154
|
-
|
|
16897
|
+
row-gap: var(--pf-c-label-group__list--RowGap);
|
|
16898
|
+
column-gap: var(--pf-c-label-group__list--ColumnGap);
|
|
17155
16899
|
}
|
|
17156
16900
|
|
|
17157
16901
|
.pf-c-label-group__list-item {
|
|
17158
16902
|
display: inline-flex;
|
|
17159
|
-
margin-right: var(--pf-c-label-group__list-item--MarginRight);
|
|
17160
|
-
margin-bottom: var(--pf-c-label-group__list-item--MarginBottom);
|
|
17161
16903
|
}
|
|
17162
16904
|
|
|
17163
16905
|
.pf-c-label-group__label {
|
|
@@ -17165,12 +16907,12 @@ button.pf-c-label__content:focus {
|
|
|
17165
16907
|
text-overflow: ellipsis;
|
|
17166
16908
|
white-space: nowrap;
|
|
17167
16909
|
max-width: var(--pf-c-label-group__label--MaxWidth);
|
|
17168
|
-
margin-right: var(--pf-c-label-group__label--MarginRight);
|
|
17169
|
-
margin-bottom: var(--pf-c-label-group__label--MarginBottom);
|
|
17170
16910
|
font-size: var(--pf-c-label-group__label--FontSize);
|
|
17171
16911
|
}
|
|
17172
16912
|
|
|
17173
16913
|
.pf-c-label-group__close {
|
|
16914
|
+
display: flex;
|
|
16915
|
+
align-self: start;
|
|
17174
16916
|
margin-top: var(--pf-c-label-group__close--MarginTop);
|
|
17175
16917
|
margin-right: var(--pf-c-label-group__close--MarginRight);
|
|
17176
16918
|
margin-bottom: var(--pf-c-label-group__close--MarginBottom);
|
|
@@ -18688,7 +18430,6 @@ ul.pf-c-list {
|
|
|
18688
18430
|
}
|
|
18689
18431
|
.pf-c-menu.pf-m-drilldown .pf-c-menu__list-item:not(.pf-m-current-path) .pf-c-menu {
|
|
18690
18432
|
display: none;
|
|
18691
|
-
visibility: hidden;
|
|
18692
18433
|
}
|
|
18693
18434
|
.pf-c-menu.pf-m-drilldown .pf-c-menu__item {
|
|
18694
18435
|
outline-offset: var(--pf-c-menu__item--OutlineOffset);
|
|
@@ -21160,6 +20901,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21160
20901
|
}
|
|
21161
20902
|
|
|
21162
20903
|
.pf-c-notification-drawer__body {
|
|
20904
|
+
flex: 1;
|
|
21163
20905
|
overflow-y: auto;
|
|
21164
20906
|
box-shadow: var(--pf-c-notification-drawer__body--ZIndex);
|
|
21165
20907
|
}
|
|
@@ -22689,11 +22431,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22689
22431
|
--pf-c-pagination--m-compact--child--MarginRight: var(--pf-global--spacer--sm);
|
|
22690
22432
|
--pf-c-pagination--c-options-menu__toggle--FontSize: var(--pf-global--FontSize--sm);
|
|
22691
22433
|
--pf-c-pagination__nav--Display: none;
|
|
22692
|
-
--pf-c-pagination__nav--Visibility: hidden;
|
|
22693
22434
|
--pf-c-pagination--m-display-summary__nav--Display: none;
|
|
22694
|
-
--pf-c-pagination--m-display-summary__nav--Visibility: hidden;
|
|
22695
22435
|
--pf-c-pagination--m-display-full__nav--Display: inline-flex;
|
|
22696
|
-
--pf-c-pagination--m-display-full__nav--Visibility: visible;
|
|
22697
22436
|
--pf-c-pagination__nav-control--c-button--PaddingRight: var(--pf-global--spacer--sm);
|
|
22698
22437
|
--pf-c-pagination__nav-control--c-button--PaddingLeft: var(--pf-global--spacer--sm);
|
|
22699
22438
|
--pf-c-pagination__nav-control--c-button--FontSize: var(--pf-global--FontSize--md);
|
|
@@ -22714,11 +22453,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22714
22453
|
--pf-c-pagination__nav-page-select--c-form-control--width-chars: 2;
|
|
22715
22454
|
--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));
|
|
22716
22455
|
--pf-c-pagination__total-items--Display: block;
|
|
22717
|
-
--pf-c-pagination__total-items--Visibility: visible;
|
|
22718
22456
|
--pf-c-pagination--m-display-summary__total-items--Display: block;
|
|
22719
|
-
--pf-c-pagination--m-display-summary__total-items--Visibility: visible;
|
|
22720
22457
|
--pf-c-pagination--m-display-full__total-items--Display: none;
|
|
22721
|
-
--pf-c-pagination--m-display-full__total-items--Visibility: hidden;
|
|
22722
22458
|
--pf-c-pagination--m-sticky--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
22723
22459
|
--pf-c-pagination--m-sticky--BoxShadow: var(--pf-global--BoxShadow--sm-bottom);
|
|
22724
22460
|
--pf-c-pagination--m-sticky--md--PaddingTop: var(--pf-global--spacer--md);
|
|
@@ -22738,11 +22474,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22738
22474
|
--pf-c-pagination--m-bottom--xl--PaddingLeft: var(--pf-global--spacer--lg);
|
|
22739
22475
|
--pf-c-pagination--m-bottom--m-sticky--BoxShadow: var(--pf-global--BoxShadow--sm-top);
|
|
22740
22476
|
--pf-c-pagination--c-options-menu--Display: none;
|
|
22741
|
-
--pf-c-pagination--c-options-menu--Visibility: hidden;
|
|
22742
22477
|
--pf-c-pagination--m-display-summary--c-options-menu--Display: none;
|
|
22743
|
-
--pf-c-pagination--m-display-summary--c-options-menu--Visibility: hidden;
|
|
22744
22478
|
--pf-c-pagination--m-display-full--c-options-menu--Display: inline-flex;
|
|
22745
|
-
--pf-c-pagination--m-display-full--c-options-menu--Visibility: visible;
|
|
22746
22479
|
display: flex;
|
|
22747
22480
|
flex-wrap: wrap;
|
|
22748
22481
|
align-items: center;
|
|
@@ -22760,11 +22493,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22760
22493
|
--pf-c-pagination--m-bottom__nav-control--c-button--OutlineOffset: 0;
|
|
22761
22494
|
--pf-c-pagination--m-bottom--BoxShadow: none;
|
|
22762
22495
|
--pf-c-pagination--c-options-menu--Display: inline-flex;
|
|
22763
|
-
--pf-c-pagination--c-options-menu--Visibility: visible;
|
|
22764
22496
|
--pf-c-pagination__nav--Display: inline-flex;
|
|
22765
|
-
--pf-c-pagination__nav--Visibility: visible;
|
|
22766
22497
|
--pf-c-pagination__total-items--Display: none;
|
|
22767
|
-
--pf-c-pagination__total-items--Visibility: hidden;
|
|
22768
22498
|
}
|
|
22769
22499
|
}
|
|
22770
22500
|
@media screen and (min-width: 1200px) {
|
|
@@ -22780,7 +22510,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22780
22510
|
}
|
|
22781
22511
|
.pf-c-pagination .pf-c-options-menu {
|
|
22782
22512
|
display: var(--pf-c-pagination--c-options-menu--Display);
|
|
22783
|
-
visibility: var(--pf-c-pagination--c-options-menu--Visibility);
|
|
22784
22513
|
}
|
|
22785
22514
|
.pf-c-pagination.pf-m-bottom {
|
|
22786
22515
|
--pf-c-pagination--child--MarginRight: var(--pf-c-pagination--m-bottom--child--MarginRight);
|
|
@@ -22809,18 +22538,15 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22809
22538
|
.pf-c-pagination.pf-m-bottom .pf-c-pagination__nav-control.pf-m-last,
|
|
22810
22539
|
.pf-c-pagination.pf-m-bottom .pf-c-pagination__nav-page-select {
|
|
22811
22540
|
display: none;
|
|
22812
|
-
visibility: hidden;
|
|
22813
22541
|
}
|
|
22814
22542
|
.pf-c-pagination.pf-m-bottom .pf-c-options-menu {
|
|
22815
22543
|
position: absolute;
|
|
22816
22544
|
display: block;
|
|
22817
|
-
visibility: visible;
|
|
22818
22545
|
}
|
|
22819
22546
|
.pf-c-pagination.pf-m-bottom .pf-c-pagination__nav {
|
|
22820
22547
|
display: flex;
|
|
22821
22548
|
flex-basis: 100%;
|
|
22822
22549
|
justify-content: space-between;
|
|
22823
|
-
visibility: visible;
|
|
22824
22550
|
}
|
|
22825
22551
|
@media screen and (min-width: 768px) {
|
|
22826
22552
|
.pf-c-pagination.pf-m-bottom {
|
|
@@ -22835,7 +22561,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22835
22561
|
.pf-c-pagination.pf-m-bottom .pf-c-pagination__nav-control.pf-m-last,
|
|
22836
22562
|
.pf-c-pagination.pf-m-bottom .pf-c-pagination__nav-page-select {
|
|
22837
22563
|
display: block;
|
|
22838
|
-
visibility: visible;
|
|
22839
22564
|
}
|
|
22840
22565
|
.pf-c-pagination.pf-m-bottom .pf-c-options-menu {
|
|
22841
22566
|
position: relative;
|
|
@@ -22875,7 +22600,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22875
22600
|
.pf-c-pagination__nav {
|
|
22876
22601
|
display: var(--pf-c-pagination__nav--Display);
|
|
22877
22602
|
justify-content: flex-end;
|
|
22878
|
-
visibility: var(--pf-c-pagination__nav--Visibility);
|
|
22879
22603
|
}
|
|
22880
22604
|
|
|
22881
22605
|
.pf-c-pagination__nav-control .pf-c-button {
|
|
@@ -22906,24 +22630,35 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22906
22630
|
|
|
22907
22631
|
.pf-c-pagination__total-items {
|
|
22908
22632
|
display: var(--pf-c-pagination__total-items--Display);
|
|
22909
|
-
visibility: var(--pf-c-pagination__total-items--Visibility);
|
|
22910
22633
|
}
|
|
22911
22634
|
|
|
22912
22635
|
.pf-c-pagination.pf-m-display-summary {
|
|
22913
22636
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-summary__nav--Display);
|
|
22914
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-summary__nav--Visibility);
|
|
22915
22637
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-summary--c-options-menu--Display);
|
|
22916
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-summary--c-options-menu--Visibility);
|
|
22917
22638
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-summary__total-items--Display);
|
|
22918
|
-
--pf-c-pagination__total-items--Visibility: var(--pf-c-pagination--m-display-summary__total-items--Visibility);
|
|
22919
22639
|
}
|
|
22920
22640
|
.pf-c-pagination.pf-m-display-full {
|
|
22921
22641
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-full__nav--Display);
|
|
22922
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-full__nav--Visibility);
|
|
22923
22642
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-full--c-options-menu--Display);
|
|
22924
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-full--c-options-menu--Visibility);
|
|
22925
22643
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-full__total-items--Display);
|
|
22926
|
-
|
|
22644
|
+
}
|
|
22645
|
+
.pf-c-pagination.pf-m-inset-none {
|
|
22646
|
+
--pf-c-pagination--inset: 0;
|
|
22647
|
+
}
|
|
22648
|
+
.pf-c-pagination.pf-m-inset-sm {
|
|
22649
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
22650
|
+
}
|
|
22651
|
+
.pf-c-pagination.pf-m-inset-md {
|
|
22652
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
22653
|
+
}
|
|
22654
|
+
.pf-c-pagination.pf-m-inset-lg {
|
|
22655
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
22656
|
+
}
|
|
22657
|
+
.pf-c-pagination.pf-m-inset-xl {
|
|
22658
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
22659
|
+
}
|
|
22660
|
+
.pf-c-pagination.pf-m-inset-2xl {
|
|
22661
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
22927
22662
|
}
|
|
22928
22663
|
.pf-c-pagination.pf-m-inset-none {
|
|
22929
22664
|
--pf-c-pagination--inset: 0;
|
|
@@ -22946,19 +22681,31 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22946
22681
|
@media (min-width: 576px) {
|
|
22947
22682
|
.pf-c-pagination.pf-m-display-summary-on-sm {
|
|
22948
22683
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-summary__nav--Display);
|
|
22949
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-summary__nav--Visibility);
|
|
22950
22684
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-summary--c-options-menu--Display);
|
|
22951
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-summary--c-options-menu--Visibility);
|
|
22952
22685
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-summary__total-items--Display);
|
|
22953
|
-
--pf-c-pagination__total-items--Visibility: var(--pf-c-pagination--m-display-summary__total-items--Visibility);
|
|
22954
22686
|
}
|
|
22955
22687
|
.pf-c-pagination.pf-m-display-full-on-sm {
|
|
22956
22688
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-full__nav--Display);
|
|
22957
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-full__nav--Visibility);
|
|
22958
22689
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-full--c-options-menu--Display);
|
|
22959
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-full--c-options-menu--Visibility);
|
|
22960
22690
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-full__total-items--Display);
|
|
22961
|
-
|
|
22691
|
+
}
|
|
22692
|
+
.pf-c-pagination.pf-m-inset-none-on-sm {
|
|
22693
|
+
--pf-c-pagination--inset: 0;
|
|
22694
|
+
}
|
|
22695
|
+
.pf-c-pagination.pf-m-inset-sm-on-sm {
|
|
22696
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
22697
|
+
}
|
|
22698
|
+
.pf-c-pagination.pf-m-inset-md-on-sm {
|
|
22699
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
22700
|
+
}
|
|
22701
|
+
.pf-c-pagination.pf-m-inset-lg-on-sm {
|
|
22702
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
22703
|
+
}
|
|
22704
|
+
.pf-c-pagination.pf-m-inset-xl-on-sm {
|
|
22705
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
22706
|
+
}
|
|
22707
|
+
.pf-c-pagination.pf-m-inset-2xl-on-sm {
|
|
22708
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
22962
22709
|
}
|
|
22963
22710
|
.pf-c-pagination.pf-m-inset-none-on-sm {
|
|
22964
22711
|
--pf-c-pagination--inset: 0;
|
|
@@ -22982,19 +22729,31 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22982
22729
|
@media (min-width: 768px) {
|
|
22983
22730
|
.pf-c-pagination.pf-m-display-summary-on-md {
|
|
22984
22731
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-summary__nav--Display);
|
|
22985
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-summary__nav--Visibility);
|
|
22986
22732
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-summary--c-options-menu--Display);
|
|
22987
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-summary--c-options-menu--Visibility);
|
|
22988
22733
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-summary__total-items--Display);
|
|
22989
|
-
--pf-c-pagination__total-items--Visibility: var(--pf-c-pagination--m-display-summary__total-items--Visibility);
|
|
22990
22734
|
}
|
|
22991
22735
|
.pf-c-pagination.pf-m-display-full-on-md {
|
|
22992
22736
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-full__nav--Display);
|
|
22993
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-full__nav--Visibility);
|
|
22994
22737
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-full--c-options-menu--Display);
|
|
22995
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-full--c-options-menu--Visibility);
|
|
22996
22738
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-full__total-items--Display);
|
|
22997
|
-
|
|
22739
|
+
}
|
|
22740
|
+
.pf-c-pagination.pf-m-inset-none-on-md {
|
|
22741
|
+
--pf-c-pagination--inset: 0;
|
|
22742
|
+
}
|
|
22743
|
+
.pf-c-pagination.pf-m-inset-sm-on-md {
|
|
22744
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
22745
|
+
}
|
|
22746
|
+
.pf-c-pagination.pf-m-inset-md-on-md {
|
|
22747
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
22748
|
+
}
|
|
22749
|
+
.pf-c-pagination.pf-m-inset-lg-on-md {
|
|
22750
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
22751
|
+
}
|
|
22752
|
+
.pf-c-pagination.pf-m-inset-xl-on-md {
|
|
22753
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
22754
|
+
}
|
|
22755
|
+
.pf-c-pagination.pf-m-inset-2xl-on-md {
|
|
22756
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
22998
22757
|
}
|
|
22999
22758
|
.pf-c-pagination.pf-m-inset-none-on-md {
|
|
23000
22759
|
--pf-c-pagination--inset: 0;
|
|
@@ -23018,19 +22777,31 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23018
22777
|
@media (min-width: 992px) {
|
|
23019
22778
|
.pf-c-pagination.pf-m-display-summary-on-lg {
|
|
23020
22779
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-summary__nav--Display);
|
|
23021
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-summary__nav--Visibility);
|
|
23022
22780
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-summary--c-options-menu--Display);
|
|
23023
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-summary--c-options-menu--Visibility);
|
|
23024
22781
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-summary__total-items--Display);
|
|
23025
|
-
--pf-c-pagination__total-items--Visibility: var(--pf-c-pagination--m-display-summary__total-items--Visibility);
|
|
23026
22782
|
}
|
|
23027
22783
|
.pf-c-pagination.pf-m-display-full-on-lg {
|
|
23028
22784
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-full__nav--Display);
|
|
23029
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-full__nav--Visibility);
|
|
23030
22785
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-full--c-options-menu--Display);
|
|
23031
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-full--c-options-menu--Visibility);
|
|
23032
22786
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-full__total-items--Display);
|
|
23033
|
-
|
|
22787
|
+
}
|
|
22788
|
+
.pf-c-pagination.pf-m-inset-none-on-lg {
|
|
22789
|
+
--pf-c-pagination--inset: 0;
|
|
22790
|
+
}
|
|
22791
|
+
.pf-c-pagination.pf-m-inset-sm-on-lg {
|
|
22792
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
22793
|
+
}
|
|
22794
|
+
.pf-c-pagination.pf-m-inset-md-on-lg {
|
|
22795
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
22796
|
+
}
|
|
22797
|
+
.pf-c-pagination.pf-m-inset-lg-on-lg {
|
|
22798
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
22799
|
+
}
|
|
22800
|
+
.pf-c-pagination.pf-m-inset-xl-on-lg {
|
|
22801
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
22802
|
+
}
|
|
22803
|
+
.pf-c-pagination.pf-m-inset-2xl-on-lg {
|
|
22804
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
23034
22805
|
}
|
|
23035
22806
|
.pf-c-pagination.pf-m-inset-none-on-lg {
|
|
23036
22807
|
--pf-c-pagination--inset: 0;
|
|
@@ -23054,19 +22825,31 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23054
22825
|
@media (min-width: 1200px) {
|
|
23055
22826
|
.pf-c-pagination.pf-m-display-summary-on-xl {
|
|
23056
22827
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-summary__nav--Display);
|
|
23057
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-summary__nav--Visibility);
|
|
23058
22828
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-summary--c-options-menu--Display);
|
|
23059
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-summary--c-options-menu--Visibility);
|
|
23060
22829
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-summary__total-items--Display);
|
|
23061
|
-
--pf-c-pagination__total-items--Visibility: var(--pf-c-pagination--m-display-summary__total-items--Visibility);
|
|
23062
22830
|
}
|
|
23063
22831
|
.pf-c-pagination.pf-m-display-full-on-xl {
|
|
23064
22832
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-full__nav--Display);
|
|
23065
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-full__nav--Visibility);
|
|
23066
22833
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-full--c-options-menu--Display);
|
|
23067
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-full--c-options-menu--Visibility);
|
|
23068
22834
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-full__total-items--Display);
|
|
23069
|
-
|
|
22835
|
+
}
|
|
22836
|
+
.pf-c-pagination.pf-m-inset-none-on-xl {
|
|
22837
|
+
--pf-c-pagination--inset: 0;
|
|
22838
|
+
}
|
|
22839
|
+
.pf-c-pagination.pf-m-inset-sm-on-xl {
|
|
22840
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
22841
|
+
}
|
|
22842
|
+
.pf-c-pagination.pf-m-inset-md-on-xl {
|
|
22843
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
22844
|
+
}
|
|
22845
|
+
.pf-c-pagination.pf-m-inset-lg-on-xl {
|
|
22846
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
22847
|
+
}
|
|
22848
|
+
.pf-c-pagination.pf-m-inset-xl-on-xl {
|
|
22849
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
22850
|
+
}
|
|
22851
|
+
.pf-c-pagination.pf-m-inset-2xl-on-xl {
|
|
22852
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
23070
22853
|
}
|
|
23071
22854
|
.pf-c-pagination.pf-m-inset-none-on-xl {
|
|
23072
22855
|
--pf-c-pagination--inset: 0;
|
|
@@ -23090,19 +22873,31 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23090
22873
|
@media (min-width: 1450px) {
|
|
23091
22874
|
.pf-c-pagination.pf-m-display-summary-on-2xl {
|
|
23092
22875
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-summary__nav--Display);
|
|
23093
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-summary__nav--Visibility);
|
|
23094
22876
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-summary--c-options-menu--Display);
|
|
23095
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-summary--c-options-menu--Visibility);
|
|
23096
22877
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-summary__total-items--Display);
|
|
23097
|
-
--pf-c-pagination__total-items--Visibility: var(--pf-c-pagination--m-display-summary__total-items--Visibility);
|
|
23098
22878
|
}
|
|
23099
22879
|
.pf-c-pagination.pf-m-display-full-on-2xl {
|
|
23100
22880
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-full__nav--Display);
|
|
23101
|
-
--pf-c-pagination__nav--Visibility: var(--pf-c-pagination--m-display-full__nav--Visibility);
|
|
23102
22881
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-full--c-options-menu--Display);
|
|
23103
|
-
--pf-c-pagination--c-options-menu--Visibility: var(--pf-c-pagination--m-display-full--c-options-menu--Visibility);
|
|
23104
22882
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-full__total-items--Display);
|
|
23105
|
-
|
|
22883
|
+
}
|
|
22884
|
+
.pf-c-pagination.pf-m-inset-none-on-2xl {
|
|
22885
|
+
--pf-c-pagination--inset: 0;
|
|
22886
|
+
}
|
|
22887
|
+
.pf-c-pagination.pf-m-inset-sm-on-2xl {
|
|
22888
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
22889
|
+
}
|
|
22890
|
+
.pf-c-pagination.pf-m-inset-md-on-2xl {
|
|
22891
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
22892
|
+
}
|
|
22893
|
+
.pf-c-pagination.pf-m-inset-lg-on-2xl {
|
|
22894
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
22895
|
+
}
|
|
22896
|
+
.pf-c-pagination.pf-m-inset-xl-on-2xl {
|
|
22897
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
22898
|
+
}
|
|
22899
|
+
.pf-c-pagination.pf-m-inset-2xl-on-2xl {
|
|
22900
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
23106
22901
|
}
|
|
23107
22902
|
.pf-c-pagination.pf-m-inset-none-on-2xl {
|
|
23108
22903
|
--pf-c-pagination--inset: 0;
|
|
@@ -23453,17 +23248,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23453
23248
|
}
|
|
23454
23249
|
|
|
23455
23250
|
:where(.pf-theme-dark) .pf-c-popover {
|
|
23456
|
-
--pf-c-
|
|
23457
|
-
--pf-c-popover__arrow--BoxShadow: none;
|
|
23251
|
+
--pf-c-popover__content--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
23458
23252
|
--pf-c-popover__arrow--BackgroundColor: var(--pf-c-popover__content--BackgroundColor);
|
|
23459
23253
|
--pf-c-popover--m-default__title-text--Color: var(--pf-global--default-color--200);
|
|
23460
23254
|
--pf-c-popover--m-info__title-text--Color: var(--pf-global--info-color--100);
|
|
23461
23255
|
--pf-c-popover--m-success__title-text--Color: var(--pf-global--success-color--100);
|
|
23462
23256
|
}
|
|
23463
|
-
:where(.pf-theme-dark) .pf-c-popover,
|
|
23464
|
-
:where(.pf-theme-dark) .pf-c-popover .pf-c-popover__arrow {
|
|
23465
|
-
border: 4px solid var(--pf-global--BorderColor--400);
|
|
23466
|
-
}
|
|
23467
23257
|
|
|
23468
23258
|
.pf-c-progress {
|
|
23469
23259
|
--pf-c-progress--GridGap: var(--pf-global--spacer--md);
|
|
@@ -23547,7 +23337,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23547
23337
|
}
|
|
23548
23338
|
.pf-c-progress.pf-m-singleline .pf-c-progress__description {
|
|
23549
23339
|
display: none;
|
|
23550
|
-
visibility: hidden;
|
|
23551
23340
|
}
|
|
23552
23341
|
.pf-c-progress.pf-m-singleline .pf-c-progress__bar {
|
|
23553
23342
|
grid-row: 1/2;
|
|
@@ -24290,8 +24079,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
24290
24079
|
display: grid;
|
|
24291
24080
|
grid-template-columns: auto 1fr;
|
|
24292
24081
|
grid-gap: var(--pf-c-radio--GridGap);
|
|
24293
|
-
align-items: start;
|
|
24294
|
-
justify-items: start;
|
|
24295
24082
|
}
|
|
24296
24083
|
.pf-c-radio.pf-m-standalone {
|
|
24297
24084
|
--pf-c-radio--GridGap: 0;
|
|
@@ -24330,6 +24117,10 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
24330
24117
|
margin-top: var(--pf-c-radio__body--MarginTop);
|
|
24331
24118
|
}
|
|
24332
24119
|
|
|
24120
|
+
.pf-c-radio__label,
|
|
24121
|
+
.pf-c-radio__input {
|
|
24122
|
+
justify-self: start;
|
|
24123
|
+
}
|
|
24333
24124
|
label.pf-c-radio, .pf-c-radio__label,
|
|
24334
24125
|
.pf-c-radio__input {
|
|
24335
24126
|
cursor: pointer;
|
|
@@ -25511,7 +25302,7 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
25511
25302
|
--pf-c-simple-list__title--PaddingLeft: var(--pf-global--spacer--md);
|
|
25512
25303
|
--pf-c-simple-list__title--FontSize: var(--pf-global--FontSize--sm);
|
|
25513
25304
|
--pf-c-simple-list__title--Color: var(--pf-global--Color--dark-200);
|
|
25514
|
-
--pf-c-simple-list__title--FontWeight: var(--pf-global--FontWeight--
|
|
25305
|
+
--pf-c-simple-list__title--FontWeight: var(--pf-global--FontWeight--bold);
|
|
25515
25306
|
--pf-c-simple-list__section--section--MarginTop: var(--pf-global--spacer--sm);
|
|
25516
25307
|
}
|
|
25517
25308
|
|
|
@@ -25818,7 +25609,7 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
25818
25609
|
left: -300%;
|
|
25819
25610
|
z-index: var(--pf-c-skip-to-content--ZIndex);
|
|
25820
25611
|
}
|
|
25821
|
-
.pf-c-skip-to-content:focus {
|
|
25612
|
+
.pf-c-skip-to-content:focus-within {
|
|
25822
25613
|
left: var(--pf-c-skip-to-content--focus--Left);
|
|
25823
25614
|
}
|
|
25824
25615
|
|
|
@@ -26320,7 +26111,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
26320
26111
|
}
|
|
26321
26112
|
.pf-c-switch__input:not(:checked) ~ .pf-c-switch__toggle .pf-c-switch__toggle-icon {
|
|
26322
26113
|
display: none;
|
|
26323
|
-
visibility: hidden;
|
|
26324
26114
|
}
|
|
26325
26115
|
.pf-c-switch__input:not(:checked) ~ .pf-m-on {
|
|
26326
26116
|
display: none;
|
|
@@ -26564,7 +26354,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
26564
26354
|
}
|
|
26565
26355
|
.pf-m-grid.pf-c-table thead {
|
|
26566
26356
|
display: none;
|
|
26567
|
-
visibility: hidden;
|
|
26568
26357
|
}
|
|
26569
26358
|
.pf-m-grid.pf-c-table tbody {
|
|
26570
26359
|
display: block;
|
|
@@ -26714,7 +26503,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
26714
26503
|
}
|
|
26715
26504
|
.pf-m-grid.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
|
|
26716
26505
|
display: none;
|
|
26717
|
-
visibility: hidden;
|
|
26718
26506
|
}
|
|
26719
26507
|
.pf-m-grid.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
|
|
26720
26508
|
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
|
|
@@ -26868,7 +26656,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
26868
26656
|
}
|
|
26869
26657
|
.pf-m-grid-md.pf-c-table thead {
|
|
26870
26658
|
display: none;
|
|
26871
|
-
visibility: hidden;
|
|
26872
26659
|
}
|
|
26873
26660
|
.pf-m-grid-md.pf-c-table tbody {
|
|
26874
26661
|
display: block;
|
|
@@ -27018,7 +26805,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27018
26805
|
}
|
|
27019
26806
|
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
|
|
27020
26807
|
display: none;
|
|
27021
|
-
visibility: hidden;
|
|
27022
26808
|
}
|
|
27023
26809
|
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
|
|
27024
26810
|
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
|
|
@@ -27185,7 +26971,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27185
26971
|
}
|
|
27186
26972
|
.pf-m-grid-lg.pf-c-table thead {
|
|
27187
26973
|
display: none;
|
|
27188
|
-
visibility: hidden;
|
|
27189
26974
|
}
|
|
27190
26975
|
.pf-m-grid-lg.pf-c-table tbody {
|
|
27191
26976
|
display: block;
|
|
@@ -27335,7 +27120,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27335
27120
|
}
|
|
27336
27121
|
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
|
|
27337
27122
|
display: none;
|
|
27338
|
-
visibility: hidden;
|
|
27339
27123
|
}
|
|
27340
27124
|
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
|
|
27341
27125
|
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
|
|
@@ -27502,7 +27286,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27502
27286
|
}
|
|
27503
27287
|
.pf-m-grid-xl.pf-c-table thead {
|
|
27504
27288
|
display: none;
|
|
27505
|
-
visibility: hidden;
|
|
27506
27289
|
}
|
|
27507
27290
|
.pf-m-grid-xl.pf-c-table tbody {
|
|
27508
27291
|
display: block;
|
|
@@ -27652,7 +27435,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27652
27435
|
}
|
|
27653
27436
|
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
|
|
27654
27437
|
display: none;
|
|
27655
|
-
visibility: hidden;
|
|
27656
27438
|
}
|
|
27657
27439
|
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
|
|
27658
27440
|
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
|
|
@@ -27819,7 +27601,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27819
27601
|
}
|
|
27820
27602
|
.pf-m-grid-2xl.pf-c-table thead {
|
|
27821
27603
|
display: none;
|
|
27822
|
-
visibility: hidden;
|
|
27823
27604
|
}
|
|
27824
27605
|
.pf-m-grid-2xl.pf-c-table tbody {
|
|
27825
27606
|
display: block;
|
|
@@ -27969,7 +27750,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27969
27750
|
}
|
|
27970
27751
|
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
|
|
27971
27752
|
display: none;
|
|
27972
|
-
visibility: hidden;
|
|
27973
27753
|
}
|
|
27974
27754
|
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
|
|
27975
27755
|
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
|
|
@@ -28978,7 +28758,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
28978
28758
|
}
|
|
28979
28759
|
.pf-c-table__expandable-row:not(.pf-m-expanded) {
|
|
28980
28760
|
display: none;
|
|
28981
|
-
visibility: hidden;
|
|
28982
28761
|
}
|
|
28983
28762
|
|
|
28984
28763
|
.pf-c-table__compound-expansion-toggle.pf-m-expanded:first-child,
|
|
@@ -29291,7 +29070,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29291
29070
|
|
|
29292
29071
|
.pf-c-table__tree-view-details-toggle {
|
|
29293
29072
|
display: none;
|
|
29294
|
-
visibility: hidden;
|
|
29295
29073
|
}
|
|
29296
29074
|
|
|
29297
29075
|
.pf-m-tree-view-grid.pf-c-table {
|
|
@@ -29353,7 +29131,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29353
29131
|
}
|
|
29354
29132
|
.pf-m-tree-view-grid.pf-c-table thead th {
|
|
29355
29133
|
display: none;
|
|
29356
|
-
visibility: none;
|
|
29357
29134
|
}
|
|
29358
29135
|
.pf-m-tree-view-grid.pf-c-table td {
|
|
29359
29136
|
display: none;
|
|
@@ -29380,12 +29157,10 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29380
29157
|
}
|
|
29381
29158
|
.pf-m-tree-view-grid.pf-c-table .pf-c-table__tree-view-title-header-cell {
|
|
29382
29159
|
display: block;
|
|
29383
|
-
visibility: visible;
|
|
29384
29160
|
}
|
|
29385
29161
|
.pf-m-tree-view-grid.pf-c-table .pf-c-table__tree-view-details-toggle,
|
|
29386
29162
|
.pf-m-tree-view-grid.pf-c-table .pf-c-table__action {
|
|
29387
29163
|
display: inline-block;
|
|
29388
|
-
visibility: visible;
|
|
29389
29164
|
}
|
|
29390
29165
|
.pf-m-tree-view-grid.pf-c-table .pf-c-table__action {
|
|
29391
29166
|
--pf-c-table--cell--Width: auto;
|
|
@@ -29496,7 +29271,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29496
29271
|
}
|
|
29497
29272
|
.pf-m-tree-view-grid-md.pf-c-table thead th {
|
|
29498
29273
|
display: none;
|
|
29499
|
-
visibility: none;
|
|
29500
29274
|
}
|
|
29501
29275
|
.pf-m-tree-view-grid-md.pf-c-table td {
|
|
29502
29276
|
display: none;
|
|
@@ -29523,12 +29297,10 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29523
29297
|
}
|
|
29524
29298
|
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__tree-view-title-header-cell {
|
|
29525
29299
|
display: block;
|
|
29526
|
-
visibility: visible;
|
|
29527
29300
|
}
|
|
29528
29301
|
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__tree-view-details-toggle,
|
|
29529
29302
|
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__action {
|
|
29530
29303
|
display: inline-block;
|
|
29531
|
-
visibility: visible;
|
|
29532
29304
|
}
|
|
29533
29305
|
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__action {
|
|
29534
29306
|
--pf-c-table--cell--Width: auto;
|
|
@@ -29640,7 +29412,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29640
29412
|
}
|
|
29641
29413
|
.pf-m-tree-view-grid-lg.pf-c-table thead th {
|
|
29642
29414
|
display: none;
|
|
29643
|
-
visibility: none;
|
|
29644
29415
|
}
|
|
29645
29416
|
.pf-m-tree-view-grid-lg.pf-c-table td {
|
|
29646
29417
|
display: none;
|
|
@@ -29667,12 +29438,10 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29667
29438
|
}
|
|
29668
29439
|
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__tree-view-title-header-cell {
|
|
29669
29440
|
display: block;
|
|
29670
|
-
visibility: visible;
|
|
29671
29441
|
}
|
|
29672
29442
|
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__tree-view-details-toggle,
|
|
29673
29443
|
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__action {
|
|
29674
29444
|
display: inline-block;
|
|
29675
|
-
visibility: visible;
|
|
29676
29445
|
}
|
|
29677
29446
|
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__action {
|
|
29678
29447
|
--pf-c-table--cell--Width: auto;
|
|
@@ -29784,7 +29553,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29784
29553
|
}
|
|
29785
29554
|
.pf-m-tree-view-grid-xl.pf-c-table thead th {
|
|
29786
29555
|
display: none;
|
|
29787
|
-
visibility: none;
|
|
29788
29556
|
}
|
|
29789
29557
|
.pf-m-tree-view-grid-xl.pf-c-table td {
|
|
29790
29558
|
display: none;
|
|
@@ -29811,12 +29579,10 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29811
29579
|
}
|
|
29812
29580
|
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__tree-view-title-header-cell {
|
|
29813
29581
|
display: block;
|
|
29814
|
-
visibility: visible;
|
|
29815
29582
|
}
|
|
29816
29583
|
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__tree-view-details-toggle,
|
|
29817
29584
|
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__action {
|
|
29818
29585
|
display: inline-block;
|
|
29819
|
-
visibility: visible;
|
|
29820
29586
|
}
|
|
29821
29587
|
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__action {
|
|
29822
29588
|
--pf-c-table--cell--Width: auto;
|
|
@@ -29928,7 +29694,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29928
29694
|
}
|
|
29929
29695
|
.pf-m-tree-view-grid-2xl.pf-c-table thead th {
|
|
29930
29696
|
display: none;
|
|
29931
|
-
visibility: none;
|
|
29932
29697
|
}
|
|
29933
29698
|
.pf-m-tree-view-grid-2xl.pf-c-table td {
|
|
29934
29699
|
display: none;
|
|
@@ -29955,12 +29720,10 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29955
29720
|
}
|
|
29956
29721
|
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__tree-view-title-header-cell {
|
|
29957
29722
|
display: block;
|
|
29958
|
-
visibility: visible;
|
|
29959
29723
|
}
|
|
29960
29724
|
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__tree-view-details-toggle,
|
|
29961
29725
|
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__action {
|
|
29962
29726
|
display: inline-block;
|
|
29963
|
-
visibility: visible;
|
|
29964
29727
|
}
|
|
29965
29728
|
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__action {
|
|
29966
29729
|
--pf-c-table--cell--Width: auto;
|
|
@@ -30038,7 +29801,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30038
29801
|
--pf-c-tabs--m-color-scheme--light-300__item--m-current__link--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
|
30039
29802
|
--pf-c-tabs--m-color-scheme--light-300__link--disabled--BackgroundColor: var(--pf-global--palette--black-150);
|
|
30040
29803
|
--pf-c-tabs__list--Display: flex;
|
|
30041
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
30042
29804
|
--pf-c-tabs__item--m-action--before--ZIndex: var(--pf-global--ZIndex--xs);
|
|
30043
29805
|
--pf-c-tabs__link--Color: var(--pf-global--Color--200);
|
|
30044
29806
|
--pf-c-tabs__link--FontSize: var(--pf-global--FontSize--md);
|
|
@@ -30108,7 +29870,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30108
29870
|
--pf-c-tabs__item--ScrollSnapAlign: end;
|
|
30109
29871
|
--pf-c-tabs--m-vertical__list--ScrollSnapTypeAxis: y;
|
|
30110
29872
|
--pf-c-tabs__toggle--Display: flex;
|
|
30111
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
30112
29873
|
--pf-c-tabs__toggle--MarginBottom: 0;
|
|
30113
29874
|
--pf-c-tabs--m-expanded__toggle--MarginBottom: var(--pf-global--spacer--md);
|
|
30114
29875
|
--pf-c-tabs__toggle-icon--Color: currentcolor;
|
|
@@ -30131,6 +29892,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30131
29892
|
--pf-c-tabs__item-action--last-child--c-button--PaddingRight: var(--pf-global--spacer--md);
|
|
30132
29893
|
--pf-c-tabs__item-action--c-button--OutlineOffset: -0.1875rem;
|
|
30133
29894
|
--pf-c-tabs__item-action-icon--MarginTop: 0.125rem;
|
|
29895
|
+
--pf-c-tabs__item-action--m-help--c-button--PaddingLeft: var(--pf-global--spacer--xs);
|
|
30134
29896
|
--pf-c-tabs__add--before--BorderColor: var(--pf-c-tabs__link--before--border-color--base);
|
|
30135
29897
|
--pf-c-tabs__add--before--BorderLeftWidth: var(--pf-c-tabs__link--before--border-width--base);
|
|
30136
29898
|
--pf-c-tabs__add--c-button--FontSize: var(--pf-global--FontSize--sm);
|
|
@@ -30195,14 +29957,10 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30195
29957
|
margin-left: 0;
|
|
30196
29958
|
transform: translateX(0);
|
|
30197
29959
|
}
|
|
30198
|
-
.pf-c-tabs.pf-m-
|
|
29960
|
+
.pf-c-tabs.pf-m-no-border-bottom {
|
|
30199
29961
|
--pf-c-tabs--before--BorderBottomWidth: 0;
|
|
30200
29962
|
--pf-c-tabs__link--disabled--before--BorderBottomWidth: 0;
|
|
30201
29963
|
}
|
|
30202
|
-
.pf-c-tabs.pf-m-border-bottom {
|
|
30203
|
-
--pf-c-tabs--before--BorderBottomWidth: var(--pf-c-tabs--before--border-width--base);
|
|
30204
|
-
--pf-c-tabs__link--disabled--before--BorderBottomWidth: var(--pf-c-tabs--before--border-width--base);
|
|
30205
|
-
}
|
|
30206
29964
|
.pf-c-tabs.pf-m-box .pf-c-tabs__link, .pf-c-tabs.pf-m-vertical .pf-c-tabs__link {
|
|
30207
29965
|
--pf-c-tabs__link--after--BorderBottomWidth: 0;
|
|
30208
29966
|
}
|
|
@@ -30297,89 +30055,64 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30297
30055
|
}
|
|
30298
30056
|
.pf-c-tabs.pf-m-vertical.pf-m-expandable {
|
|
30299
30057
|
--pf-c-tabs__list--Display: none;
|
|
30300
|
-
--pf-c-tabs__list--Visibility: hidden;
|
|
30301
30058
|
--pf-c-tabs__toggle--Display: flex;
|
|
30302
|
-
--pf-c-tabs__toggle--Visibility: visible;
|
|
30303
30059
|
}
|
|
30304
30060
|
.pf-c-tabs.pf-m-vertical.pf-m-non-expandable {
|
|
30305
30061
|
--pf-c-tabs__list--Display: flex;
|
|
30306
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
30307
30062
|
--pf-c-tabs__toggle--Display: none;
|
|
30308
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
30309
30063
|
}
|
|
30310
30064
|
@media (min-width: 576px) {
|
|
30311
30065
|
.pf-c-tabs.pf-m-vertical.pf-m-expandable-on-sm {
|
|
30312
30066
|
--pf-c-tabs__list--Display: none;
|
|
30313
|
-
--pf-c-tabs__list--Visibility: hidden;
|
|
30314
30067
|
--pf-c-tabs__toggle--Display: flex;
|
|
30315
|
-
--pf-c-tabs__toggle--Visibility: visible;
|
|
30316
30068
|
}
|
|
30317
30069
|
.pf-c-tabs.pf-m-vertical.pf-m-non-expandable-on-sm {
|
|
30318
30070
|
--pf-c-tabs__list--Display: flex;
|
|
30319
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
30320
30071
|
--pf-c-tabs__toggle--Display: none;
|
|
30321
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
30322
30072
|
}
|
|
30323
30073
|
}
|
|
30324
30074
|
@media (min-width: 768px) {
|
|
30325
30075
|
.pf-c-tabs.pf-m-vertical.pf-m-expandable-on-md {
|
|
30326
30076
|
--pf-c-tabs__list--Display: none;
|
|
30327
|
-
--pf-c-tabs__list--Visibility: hidden;
|
|
30328
30077
|
--pf-c-tabs__toggle--Display: flex;
|
|
30329
|
-
--pf-c-tabs__toggle--Visibility: visible;
|
|
30330
30078
|
}
|
|
30331
30079
|
.pf-c-tabs.pf-m-vertical.pf-m-non-expandable-on-md {
|
|
30332
30080
|
--pf-c-tabs__list--Display: flex;
|
|
30333
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
30334
30081
|
--pf-c-tabs__toggle--Display: none;
|
|
30335
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
30336
30082
|
}
|
|
30337
30083
|
}
|
|
30338
30084
|
@media (min-width: 992px) {
|
|
30339
30085
|
.pf-c-tabs.pf-m-vertical.pf-m-expandable-on-lg {
|
|
30340
30086
|
--pf-c-tabs__list--Display: none;
|
|
30341
|
-
--pf-c-tabs__list--Visibility: hidden;
|
|
30342
30087
|
--pf-c-tabs__toggle--Display: flex;
|
|
30343
|
-
--pf-c-tabs__toggle--Visibility: visible;
|
|
30344
30088
|
}
|
|
30345
30089
|
.pf-c-tabs.pf-m-vertical.pf-m-non-expandable-on-lg {
|
|
30346
30090
|
--pf-c-tabs__list--Display: flex;
|
|
30347
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
30348
30091
|
--pf-c-tabs__toggle--Display: none;
|
|
30349
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
30350
30092
|
}
|
|
30351
30093
|
}
|
|
30352
30094
|
@media (min-width: 1200px) {
|
|
30353
30095
|
.pf-c-tabs.pf-m-vertical.pf-m-expandable-on-xl {
|
|
30354
30096
|
--pf-c-tabs__list--Display: none;
|
|
30355
|
-
--pf-c-tabs__list--Visibility: hidden;
|
|
30356
30097
|
--pf-c-tabs__toggle--Display: flex;
|
|
30357
|
-
--pf-c-tabs__toggle--Visibility: visible;
|
|
30358
30098
|
}
|
|
30359
30099
|
.pf-c-tabs.pf-m-vertical.pf-m-non-expandable-on-xl {
|
|
30360
30100
|
--pf-c-tabs__list--Display: flex;
|
|
30361
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
30362
30101
|
--pf-c-tabs__toggle--Display: none;
|
|
30363
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
30364
30102
|
}
|
|
30365
30103
|
}
|
|
30366
30104
|
@media (min-width: 1450px) {
|
|
30367
30105
|
.pf-c-tabs.pf-m-vertical.pf-m-expandable-on-2xl {
|
|
30368
30106
|
--pf-c-tabs__list--Display: none;
|
|
30369
|
-
--pf-c-tabs__list--Visibility: hidden;
|
|
30370
30107
|
--pf-c-tabs__toggle--Display: flex;
|
|
30371
|
-
--pf-c-tabs__toggle--Visibility: visible;
|
|
30372
30108
|
}
|
|
30373
30109
|
.pf-c-tabs.pf-m-vertical.pf-m-non-expandable-on-2xl {
|
|
30374
30110
|
--pf-c-tabs__list--Display: flex;
|
|
30375
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
30376
30111
|
--pf-c-tabs__toggle--Display: none;
|
|
30377
|
-
--pf-c-tabs__toggle--Visibility: hidden;
|
|
30378
30112
|
}
|
|
30379
30113
|
}
|
|
30380
30114
|
.pf-c-tabs.pf-m-vertical.pf-m-expanded {
|
|
30381
30115
|
--pf-c-tabs__list--Display: flex;
|
|
30382
|
-
--pf-c-tabs__list--Visibility: visible;
|
|
30383
30116
|
--pf-c-tabs__toggle--MarginBottom: var(--pf-c-tabs--m-expanded__toggle--MarginBottom);
|
|
30384
30117
|
--pf-c-tabs__toggle-icon--Color: var(--pf-c-tabs--m-expanded__toggle-icon--Color);
|
|
30385
30118
|
--pf-c-tabs__toggle-icon--Rotate: var(--pf-c-tabs--m-expanded__toggle-icon--Rotate);
|
|
@@ -30435,7 +30168,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30435
30168
|
display: var(--pf-c-tabs__toggle--Display);
|
|
30436
30169
|
align-items: center;
|
|
30437
30170
|
margin-bottom: var(--pf-c-tabs__toggle--MarginBottom);
|
|
30438
|
-
visibility: var(--pf-c-tabs__toggle--Visibility);
|
|
30439
30171
|
}
|
|
30440
30172
|
|
|
30441
30173
|
.pf-c-tabs__toggle-button {
|
|
@@ -30472,7 +30204,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30472
30204
|
overflow-x: auto;
|
|
30473
30205
|
scroll-behavior: smooth;
|
|
30474
30206
|
scroll-snap-type: var(--pf-c-tabs__list--ScrollSnapType);
|
|
30475
|
-
visibility: var(--pf-c-tabs__list--Visibility);
|
|
30476
30207
|
-webkit-overflow-scrolling: touch;
|
|
30477
30208
|
}
|
|
30478
30209
|
.pf-c-tabs__list::-webkit-scrollbar {
|
|
@@ -30635,6 +30366,9 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30635
30366
|
--pf-c-button--PaddingLeft: var(--pf-c-tabs__item-action--c-button--PaddingLeft);
|
|
30636
30367
|
outline-offset: var(--pf-c-tabs__item-action--c-button--OutlineOffset);
|
|
30637
30368
|
}
|
|
30369
|
+
.pf-c-tabs__item-action.pf-m-help {
|
|
30370
|
+
--pf-c-tabs__item-action--c-button--PaddingLeft: var(--pf-c-tabs__item-action--m-help--c-button--PaddingLeft);
|
|
30371
|
+
}
|
|
30638
30372
|
.pf-c-tabs__item-action:last-child {
|
|
30639
30373
|
--pf-c-tabs__item-action--c-button--PaddingRight: var(--pf-c-tabs__item-action--last-child--c-button--PaddingRight);
|
|
30640
30374
|
}
|
|
@@ -31345,11 +31079,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
31345
31079
|
line-height: var(--pf-c-title--m-md--LineHeight);
|
|
31346
31080
|
}
|
|
31347
31081
|
|
|
31348
|
-
.pf-m-overpass-font .pf-c-title {
|
|
31349
|
-
--pf-c-title--m-md--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
31350
|
-
--pf-c-title--m-lg--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
31351
|
-
}
|
|
31352
|
-
|
|
31353
31082
|
.pf-c-toggle-group {
|
|
31354
31083
|
--pf-c-toggle-group__button--PaddingTop: var(--pf-global--spacer--form-element);
|
|
31355
31084
|
--pf-c-toggle-group__button--PaddingRight: var(--pf-global--spacer--md);
|
|
@@ -31619,16 +31348,13 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
31619
31348
|
}
|
|
31620
31349
|
|
|
31621
31350
|
:where(.pf-theme-dark) .pf-c-tooltip {
|
|
31622
|
-
--pf-c-tooltip--BoxShadow: none;
|
|
31623
31351
|
--pf-c-tooltip__content--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
31624
|
-
|
|
31625
|
-
:where(.pf-theme-dark) .pf-c-tooltip,
|
|
31626
|
-
:where(.pf-theme-dark) .pf-c-tooltip__arrow {
|
|
31627
|
-
border: var(--pf-global--BorderWidth--lg) solid var(--pf-global--BorderColor--300);
|
|
31352
|
+
--pf-c-tooltip__arrow--BoxShadow: var(--pf-global--BoxShadow--lg);
|
|
31628
31353
|
}
|
|
31629
31354
|
:where(.pf-theme-dark) .pf-c-tooltip__arrow {
|
|
31630
31355
|
--pf-c-tooltip__arrow--Width: 0.9375rem;
|
|
31631
31356
|
--pf-c-tooltip__arrow--Height: 0.9375rem;
|
|
31357
|
+
box-shadow: var(--pf-c-tooltip__arrow--BoxShadow);
|
|
31632
31358
|
}
|
|
31633
31359
|
|
|
31634
31360
|
.pf-c-truncate {
|
|
@@ -32385,7 +32111,6 @@ label.pf-c-tree-view__node-text {
|
|
|
32385
32111
|
.pf-c-wizard.pf-m-finished .pf-c-wizard__footer,
|
|
32386
32112
|
.pf-c-wizard.pf-m-finished .pf-c-wizard__toggle {
|
|
32387
32113
|
display: none;
|
|
32388
|
-
visibility: hidden;
|
|
32389
32114
|
}
|
|
32390
32115
|
|
|
32391
32116
|
.pf-c-wizard__header {
|
|
@@ -32411,12 +32136,10 @@ label.pf-c-tree-view__node-text {
|
|
|
32411
32136
|
display: none;
|
|
32412
32137
|
padding-top: var(--pf-c-wizard__description--PaddingTop);
|
|
32413
32138
|
color: var(--pf-c-wizard__description--Color);
|
|
32414
|
-
visibility: hidden;
|
|
32415
32139
|
}
|
|
32416
32140
|
@media screen and (min-width: 992px) {
|
|
32417
32141
|
.pf-c-wizard__description {
|
|
32418
32142
|
display: block;
|
|
32419
|
-
visibility: visible;
|
|
32420
32143
|
}
|
|
32421
32144
|
}
|
|
32422
32145
|
|
|
@@ -32434,7 +32157,6 @@ label.pf-c-tree-view__node-text {
|
|
|
32434
32157
|
@media screen and (min-width: 992px) {
|
|
32435
32158
|
.pf-c-wizard__toggle {
|
|
32436
32159
|
display: none;
|
|
32437
|
-
visibility: hidden;
|
|
32438
32160
|
}
|
|
32439
32161
|
}
|
|
32440
32162
|
.pf-c-wizard__toggle.pf-m-expanded {
|
|
@@ -32514,19 +32236,16 @@ label.pf-c-tree-view__node-text {
|
|
|
32514
32236
|
max-height: 100%;
|
|
32515
32237
|
overflow-y: auto;
|
|
32516
32238
|
-webkit-overflow-scrolling: touch;
|
|
32517
|
-
visibility: hidden;
|
|
32518
32239
|
background-color: var(--pf-c-wizard__nav--BackgroundColor);
|
|
32519
32240
|
box-shadow: var(--pf-c-wizard__nav--BoxShadow);
|
|
32520
32241
|
}
|
|
32521
32242
|
.pf-c-wizard__nav.pf-m-expanded {
|
|
32522
32243
|
display: block;
|
|
32523
|
-
visibility: visible;
|
|
32524
32244
|
}
|
|
32525
32245
|
@media screen and (min-width: 992px) {
|
|
32526
32246
|
.pf-c-wizard__nav {
|
|
32527
32247
|
display: block;
|
|
32528
32248
|
height: 100%;
|
|
32529
|
-
visibility: visible;
|
|
32530
32249
|
border-right: var(--pf-c-wizard__nav--lg--BorderRightWidth) solid var(--pf-c-wizard__nav--lg--BorderRightColor);
|
|
32531
32250
|
}
|
|
32532
32251
|
}
|
|
@@ -32559,11 +32278,9 @@ label.pf-c-tree-view__node-text {
|
|
|
32559
32278
|
}
|
|
32560
32279
|
.pf-c-wizard__nav-item.pf-m-expandable > .pf-c-wizard__nav-list {
|
|
32561
32280
|
display: none;
|
|
32562
|
-
visibility: hidden;
|
|
32563
32281
|
}
|
|
32564
32282
|
.pf-c-wizard__nav-item.pf-m-expanded > .pf-c-wizard__nav-list {
|
|
32565
32283
|
display: block;
|
|
32566
|
-
visibility: visible;
|
|
32567
32284
|
}
|
|
32568
32285
|
.pf-c-wizard__nav-item.pf-m-expanded > .pf-c-wizard__nav-link {
|
|
32569
32286
|
--pf-c-wizard__nav-link-toggle-icon--Rotate: var(--pf-c-wizard__nav-item--m-expanded__link-toggle-icon--Rotate);
|