@patternfly/patternfly 5.0.0-alpha.4 → 5.0.0-alpha.41
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 +4 -4
- package/RELEASE-NOTES.md +18 -1
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/images/pfbg-icon.svg +1 -0
- package/assets/pficon/pficon.scss +7 -2
- package/assets/pficon/pficon.woff2 +0 -0
- package/base/_base.scss +0 -18
- package/base/_chart-globals.scss +0 -4
- package/base/_common.scss +0 -22
- package/base/_fa-icons.scss +1 -2
- package/base/_fonts.scss +22 -27
- package/base/_globals.scss +92 -86
- package/base/_icons.scss +1 -28
- package/base/_svg-icons.scss +6 -0
- package/base/_variables.scss +4 -4
- package/base/patternfly-common.css +0 -10
- package/base/patternfly-fa-icons.css +1 -1
- package/base/patternfly-fonts.css +17 -17
- package/base/patternfly-globals.css +35 -41
- package/base/patternfly-icons.css +8 -22
- package/base/patternfly-pf-icons.css +6 -2
- package/base/patternfly-themes.css +0 -42
- package/base/patternfly-variables.css +3 -3
- package/base/themes/dark/_globals.scss +1 -1
- package/base/themes/dark/_variables.scss +1 -1
- package/components/AboutModalBox/about-modal-box.css +20 -50
- package/components/AboutModalBox/about-modal-box.scss +22 -14
- package/components/Accordion/accordion.css +2 -0
- package/components/Accordion/accordion.scss +2 -0
- package/components/Alert/alert.css +17 -8
- package/components/Alert/alert.scss +21 -7
- package/components/Alert/themes/dark/alert.scss +1 -1
- package/components/AppLauncher/app-launcher.css +2 -0
- package/components/AppLauncher/app-launcher.scss +2 -0
- package/components/Avatar/avatar.scss +2 -2
- package/components/BackgroundImage/background-image.css +8 -35
- package/components/BackgroundImage/background-image.scss +17 -43
- package/components/Banner/banner.css +14 -52
- package/components/Banner/banner.scss +9 -13
- package/components/Breadcrumb/breadcrumb.css +2 -0
- package/components/Breadcrumb/breadcrumb.scss +2 -0
- package/components/CalendarMonth/calendar-month.css +2 -2
- package/components/CalendarMonth/calendar-month.scss +3 -3
- package/components/Card/card.css +115 -50
- package/components/Card/card.scss +164 -63
- package/components/Chip/chip.css +33 -24
- package/components/Chip/chip.scss +40 -31
- package/components/ChipGroup/chip-group.css +27 -17
- package/components/ChipGroup/chip-group.scss +36 -22
- package/components/Content/content.css +11 -5
- package/components/Content/content.scss +17 -9
- package/components/ContextSelector/context-selector.css +13 -6
- package/components/ContextSelector/context-selector.scss +14 -7
- package/components/DataList/data-list-grid.css +7 -7
- package/components/DataList/data-list-grid.scss +1 -1
- package/components/DataList/data-list.css +46 -40
- package/components/DataList/data-list.scss +37 -28
- package/components/DatePicker/date-picker.css +0 -8
- package/components/DatePicker/date-picker.scss +0 -9
- package/components/DescriptionList/description-list.css +7 -7
- package/components/DescriptionList/description-list.scss +7 -7
- package/components/Divider/divider.css +2 -2
- package/components/Divider/divider.scss +3 -3
- package/components/Drawer/drawer.css +15 -16
- package/components/Drawer/drawer.scss +2 -3
- package/components/Dropdown/dropdown.css +26 -25
- package/components/Dropdown/dropdown.scss +17 -18
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/EmptyState/empty-state.css +46 -52
- package/components/EmptyState/empty-state.scss +58 -57
- package/components/ExpandableSection/expandable-section.css +2 -0
- package/components/ExpandableSection/expandable-section.scss +2 -0
- package/components/Form/form.css +14 -12
- package/components/Form/form.scss +9 -7
- package/components/FormControl/form-control.css +2 -5
- package/components/FormControl/themes/dark/form-control.scss +2 -6
- package/components/HelperText/helper-text.css +4 -0
- package/components/HelperText/helper-text.scss +5 -0
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -2
- package/components/Icon/icon.css +3 -3
- package/components/Icon/icon.scss +3 -3
- package/components/InputGroup/input-group.css +61 -85
- package/components/InputGroup/input-group.scss +55 -61
- package/components/InputGroup/themes/dark/input-group.scss +11 -25
- package/components/Label/label.css +49 -36
- package/components/Label/label.scss +53 -38
- package/components/Label/themes/dark/label.scss +2 -2
- package/components/LabelGroup/label-group.css +26 -22
- package/components/LabelGroup/label-group.scss +31 -26
- package/components/LogViewer/log-viewer.css +0 -38
- package/components/Login/login.css +20 -60
- package/components/Login/login.scss +16 -18
- package/components/Login/themes/dark/login.scss +4 -0
- package/components/Masthead/masthead.css +4 -42
- package/components/Masthead/masthead.scss +4 -4
- package/components/Menu/menu.css +9 -6
- package/components/Menu/menu.scss +34 -31
- package/components/MenuToggle/menu-toggle.css +3 -1
- package/components/MenuToggle/menu-toggle.scss +3 -1
- package/components/ModalBox/modal-box.css +12 -11
- package/components/ModalBox/modal-box.scss +14 -14
- package/components/MultipleFileUpload/multiple-file-upload.css +6 -6
- package/components/MultipleFileUpload/multiple-file-upload.scss +6 -6
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +2 -2
- package/components/NotificationDrawer/notification-drawer.css +8 -8
- package/components/NotificationDrawer/notification-drawer.scss +8 -8
- package/components/OptionsMenu/options-menu.css +8 -10
- package/components/OptionsMenu/options-menu.scss +9 -11
- package/components/Page/page.css +101 -122
- package/components/Page/page.scss +49 -21
- package/components/Pagination/pagination.css +2 -110
- package/components/Pagination/pagination.scss +0 -6
- package/components/Popover/popover.css +31 -37
- package/components/Popover/popover.scss +32 -37
- package/components/Popover/themes/dark/popover.scss +3 -9
- package/components/Progress/progress.css +13 -10
- package/components/Progress/progress.scss +13 -10
- package/components/ProgressStepper/progress-stepper.css +5 -5
- package/components/ProgressStepper/progress-stepper.scss +5 -5
- package/components/SearchInput/search-input.css +4 -2
- package/components/SearchInput/search-input.scss +4 -2
- package/components/Select/select.css +1 -1
- package/components/Select/select.scss +1 -1
- package/components/Sidebar/sidebar.css +69 -26
- package/components/Sidebar/sidebar.scss +84 -27
- package/components/SimpleList/simple-list.css +1 -1
- package/components/SimpleList/simple-list.scss +2 -2
- package/components/Spinner/spinner.css +4 -133
- package/components/Spinner/spinner.scss +4 -173
- package/components/Table/table-grid.css +28 -28
- package/components/Table/table-scrollable.css +31 -26
- package/components/Table/table-scrollable.scss +33 -28
- package/components/Table/table-tree-view.css +14 -4
- package/components/Table/table-tree-view.scss +15 -0
- package/components/Table/table.css +67 -65
- package/components/Table/table.scss +65 -62
- package/components/Tabs/tabs.css +0 -4
- package/components/Tabs/tabs.scss +0 -7
- package/components/TextInputGroup/text-input-group.css +6 -4
- package/components/TextInputGroup/text-input-group.scss +6 -5
- package/components/Tile/tile.css +1 -1
- package/components/Tile/tile.scss +1 -1
- package/components/Timestamp/timestamp.css +3 -3
- package/components/Timestamp/timestamp.scss +3 -3
- package/components/Toolbar/toolbar.css +78 -43
- package/components/Toolbar/toolbar.scss +50 -10
- package/components/Tooltip/themes/dark/tooltip.scss +1 -11
- package/components/Tooltip/tooltip.css +7 -12
- package/components/Tooltip/tooltip.scss +6 -3
- package/components/TreeView/tree-view.css +7 -15
- package/components/TreeView/tree-view.scss +7 -18
- package/components/Wizard/wizard.css +16 -39
- package/components/Wizard/wizard.scss +20 -2
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +20 -14
- package/docs/components/Accordion/examples/Accordion.md +12 -12
- package/docs/components/ActionList/examples/ActionList.md +6 -6
- package/docs/components/Alert/examples/Alert.md +29 -29
- package/docs/components/AlertGroup/examples/AlertGroup.md +15 -15
- package/docs/components/AppLauncher/examples/application-launcher.md +52 -46
- package/docs/components/Avatar/examples/Avatar.md +11 -11
- package/docs/components/BackToTop/examples/BackToTop.md +4 -4
- package/docs/components/Backdrop/examples/Backdrop.md +4 -4
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +13 -29
- package/docs/components/Badge/examples/Badge.md +5 -5
- package/docs/components/Banner/examples/Banner.md +8 -8
- package/docs/components/Brand/examples/Brand.md +9 -9
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +20 -20
- package/docs/components/Button/examples/Button.md +51 -55
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +301 -284
- package/docs/components/Card/examples/Card.md +676 -116
- package/docs/components/Check/examples/Check.md +16 -19
- package/docs/components/Chip/examples/Chip.md +70 -52
- package/docs/components/ChipGroup/examples/ChipGroup.md +452 -673
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
- package/docs/components/CodeBlock/examples/CodeBlock.md +9 -9
- package/docs/components/CodeEditor/examples/CodeEditor.md +54 -35
- package/docs/components/Content/examples/Content.md +37 -9
- package/docs/components/ContextSelector/examples/context-selector.css +5 -1
- package/docs/components/ContextSelector/examples/context-selector.md +87 -80
- package/docs/components/DataList/examples/DataList.md +239 -202
- package/docs/components/DatePicker/examples/DatePicker.md +139 -104
- package/docs/components/DescriptionList/examples/DescriptionList.md +24 -24
- package/docs/components/Divider/examples/Divider.md +10 -10
- package/docs/components/DragDrop/examples/DragDrop.md +5 -5
- package/docs/components/Drawer/examples/Drawer.md +43 -43
- package/docs/components/Dropdown/examples/Dropdown.css +5 -2
- package/docs/components/Dropdown/examples/Dropdown.md +125 -100
- package/docs/components/DualListSelector/examples/DualListSelector.md +201 -197
- package/docs/components/EmptyState/examples/EmptyState.md +130 -82
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +23 -23
- package/docs/components/FileUpload/examples/FileUpload.md +150 -110
- package/docs/components/Form/examples/Form.md +152 -130
- package/docs/components/FormControl/examples/FormControl.md +21 -20
- package/docs/components/HelperText/examples/HelperText.md +24 -35
- package/docs/components/Hint/examples/Hint.md +7 -7
- package/docs/components/Icon/examples/Icon.md +11 -12
- package/docs/components/InlineEdit/examples/InlineEdit.md +29 -27
- package/docs/components/InputGroup/examples/InputGroup.md +229 -179
- package/docs/components/JumpLinks/examples/JumpLinks.md +35 -35
- package/docs/components/Label/examples/Label.md +1427 -746
- package/docs/components/LabelGroup/examples/LabelGroup.md +295 -242
- package/docs/components/List/examples/List.md +18 -18
- package/docs/components/LogViewer/examples/LogViewer.md +79 -74
- package/docs/components/Login/examples/Login.md +103 -181
- package/docs/components/Masthead/examples/masthead.md +9 -9
- package/docs/components/Menu/examples/Menu.md +93 -85
- package/docs/components/MenuToggle/examples/MenuToggle.md +29 -28
- package/docs/components/ModalBox/examples/ModalBox.md +113 -92
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +27 -26
- package/docs/components/Nav/examples/Navigation.md +69 -69
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +64 -64
- package/docs/components/NumberInput/examples/NumberInput.md +311 -239
- package/docs/components/OptionsMenu/examples/options-menu.md +28 -28
- package/docs/components/OverflowMenu/examples/overflow-menu.md +25 -25
- package/docs/components/Page/examples/Page.css +7 -1
- package/docs/components/Page/examples/Page.md +81 -54
- package/docs/components/Pagination/examples/Pagination.md +27 -27
- package/docs/components/Panel/examples/Panel.md +10 -10
- package/docs/components/Popover/examples/Popover.md +206 -149
- package/docs/components/Progress/examples/Progress.md +32 -61
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +45 -39
- package/docs/components/Radio/examples/Radio.md +12 -11
- package/docs/components/SearchInput/examples/SearchInput.md +185 -148
- package/docs/components/Select/examples/Select.md +372 -318
- package/docs/components/Sidebar/examples/Sidebar.md +70 -14
- package/docs/components/SimpleList/examples/SimpleList.md +15 -15
- package/docs/components/Skeleton/examples/Skeleton.md +8 -8
- package/docs/components/SkipToContent/examples/SkipToContent.md +5 -5
- package/docs/components/Slider/examples/Slider.md +84 -62
- package/docs/components/Spinner/examples/Spinner.md +18 -67
- package/docs/components/Switch/examples/Switch.md +19 -19
- package/docs/components/TabContent/examples/TabContent.md +13 -13
- package/docs/components/Table/examples/Table.css +4 -0
- package/docs/components/Table/examples/Table.md +5212 -5750
- package/docs/components/Tabs/examples/Tabs.md +155 -155
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +523 -406
- package/docs/components/Tile/examples/Tile.md +16 -17
- package/docs/components/Timestamp/examples/Timestamp.md +5 -5
- package/docs/components/Title/examples/Title.md +17 -17
- package/docs/components/ToggleGroup/examples/toggle-group.md +13 -13
- package/docs/components/Toolbar/examples/Toolbar.md +848 -726
- package/docs/components/Tooltip/examples/Tooltip.md +10 -10
- package/docs/components/TreeView/examples/TreeView.md +34 -34
- package/docs/components/Truncate/examples/Truncate.md +4 -5
- package/docs/components/Wizard/examples/Wizard.md +119 -127
- package/docs/demos/AboutModal/examples/AboutModal.md +4 -5
- package/docs/demos/Alert/examples/Alert.md +118 -71
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -4
- package/docs/demos/Banner/examples/Banner.md +8 -9
- package/docs/demos/Button/examples/Button.md +10 -5
- package/docs/demos/Card/examples/Card.md +246 -168
- package/docs/demos/CardView/examples/CardView.md +57 -30
- package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
- package/docs/demos/Dashboard/examples/Dashboard.md +61 -38
- package/docs/demos/DataList/examples/DataList.md +312 -255
- package/docs/demos/DescriptionList/examples/DescriptionList.md +33 -22
- package/docs/demos/Drawer/examples/Drawer.md +24 -22
- package/docs/demos/Form/examples/BasicForms.md +220 -213
- package/docs/demos/HelperText/examples/HelperText.md +16 -14
- package/docs/demos/JumpLinks/examples/JumpLinks.md +28 -28
- package/docs/demos/Masthead/examples/Masthead.md +302 -284
- package/docs/demos/Modal/examples/Modal.md +54 -66
- package/docs/demos/Nav/examples/Nav.md +47 -47
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +70 -58
- package/docs/demos/Page/examples/Page.md +982 -51
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +22 -18
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +121 -106
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +345 -311
- package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
- package/docs/demos/Table/examples/Table.md +3373 -1333
- package/docs/demos/Tabs/examples/Tabs.md +141 -90
- package/docs/demos/Toolbar/examples/Toolbar.md +1994 -329
- package/docs/demos/Wizard/examples/Wizard.md +289 -266
- package/docs/layouts/Bullseye/examples/Bullseye.md +4 -4
- package/docs/layouts/Flex/examples/Flex.md +98 -98
- package/docs/layouts/Gallery/examples/Gallery.md +7 -7
- package/docs/layouts/Grid/examples/Grid.md +9 -9
- package/docs/layouts/Level/examples/Level.md +5 -5
- package/docs/layouts/Split/examples/Split.md +7 -7
- package/docs/layouts/Stack/examples/Stack.md +6 -6
- package/docs/utilities/Accessibility/examples/Accessibility.md +5 -5
- package/docs/utilities/Alignment/examples/Alignment.md +7 -7
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +13 -13
- package/docs/utilities/BoxShadow/examples/box-shadow.md +23 -23
- package/docs/utilities/Display/examples/Display.md +12 -12
- package/docs/utilities/Flex/examples/Flex.md +35 -35
- package/docs/utilities/Float/examples/Float.md +5 -5
- package/docs/utilities/Sizing/examples/Sizing.md +51 -51
- package/docs/utilities/Spacing/examples/Spacing.md +35 -35
- package/docs/utilities/Text/examples/Text.md +31 -31
- package/icons/{pf-icons.json → pf-icons.mjs} +2 -1
- package/layouts/Gallery/gallery.css +1 -1
- package/layouts/Gallery/gallery.scss +1 -1
- package/layouts/Grid/grid.css +7 -7
- package/layouts/Grid/grid.scss +2 -2
- package/package.json +60 -66
- package/patternfly-addons.css +48 -48
- package/{patternfly-base-no-reset.css → patternfly-base-no-globals.css} +28 -73
- package/{patternfly-base-no-reset.scss → patternfly-base-no-globals.scss} +1 -0
- package/patternfly-base.css +63 -114
- package/{patternfly-no-reset.css → patternfly-no-globals.css} +1206 -2449
- package/{patternfly-no-reset.scss → patternfly-no-globals.scss} +1 -0
- package/patternfly.css +1234 -2483
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +8 -24
- package/sass-utilities/mixins.scss +15 -39
- package/sass-utilities/placeholders.scss +0 -23
- package/sass-utilities/scss-variables.scss +5 -6
- package/sass-utilities/themes/dark/placeholders.scss +0 -22
- package/sass-utilities/themes/dark/scss-variables.scss +1 -1
- package/utilities/Spacing/spacing.scss +2 -2
- package/utilities/Text/text.css +48 -48
- package/utilities/Text/text.scss +6 -6
- package/utilities/Text/themes/dark/text.scss +2 -2
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Black.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Italic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Bold.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-BoldItalic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Italic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Medium.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-MediumItalic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Regular.woff +0 -0
- package/assets/fonts/webfonts/fa-solid-900.woff +0 -0
- package/assets/pficon/pficon.woff +0 -0
- package/base/_shield-inheritable.scss +0 -69
- package/base/_shield-noninheritable.scss +0 -13
- package/base/patternfly-shield-inheritable.css +0 -66
- package/base/patternfly-shield-inheritable.scss +0 -4
- package/base/patternfly-shield-noninheritable.css +0 -9
- package/base/patternfly-shield-noninheritable.scss +0 -4
- package/sass-utilities/bs-variables.scss +0 -709
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
.pf-c-login {
|
|
2
2
|
--pf-c-login--PaddingTop: var(--pf-global--spacer--lg);
|
|
3
3
|
--pf-c-login--PaddingBottom: var(--pf-global--spacer--lg);
|
|
4
|
-
--pf-c-login--xl--BackgroundImage: none;
|
|
5
4
|
|
|
6
5
|
// container
|
|
7
6
|
--pf-c-login__container--xl--GridColumnGap: var(--pf-global--spacer--3xl);
|
|
@@ -36,8 +35,9 @@
|
|
|
36
35
|
}
|
|
37
36
|
|
|
38
37
|
// main
|
|
39
|
-
--pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--
|
|
38
|
+
--pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
40
39
|
--pf-c-login__main--MarginBottom: var(--pf-global--spacer--lg);
|
|
40
|
+
--pf-c-login__main--BoxShadow: var(--pf-global--BoxShadow--xl);
|
|
41
41
|
|
|
42
42
|
@media (min-width: $pf-global--breakpoint--xl) {
|
|
43
43
|
--pf-c-login__main--MarginBottom: 0;
|
|
@@ -95,7 +95,8 @@
|
|
|
95
95
|
--pf-c-login__main-footer-band--PaddingRight: var(--pf-global--spacer--md);
|
|
96
96
|
--pf-c-login__main-footer-band--PaddingBottom: var(--pf-global--spacer--lg);
|
|
97
97
|
--pf-c-login__main-footer-band--PaddingLeft: var(--pf-global--spacer--md);
|
|
98
|
-
--pf-c-login__main-footer-band--
|
|
98
|
+
--pf-c-login__main-footer-band--BorderTopColor: var(--pf-global--BorderColor--100);
|
|
99
|
+
--pf-c-login__main-footer-band--BorderTopWidth: var(--pf-global--BorderWidth--sm);
|
|
99
100
|
--pf-c-login__main-footer-band-item--PaddingTop: var(--pf-global--spacer--md);
|
|
100
101
|
|
|
101
102
|
// footer
|
|
@@ -120,10 +121,6 @@
|
|
|
120
121
|
padding-top: var(--pf-c-login--PaddingTop);
|
|
121
122
|
padding-bottom: var(--pf-c-login--PaddingBottom);
|
|
122
123
|
|
|
123
|
-
@media (min-width: $pf-global--breakpoint--xl) {
|
|
124
|
-
background-image: var(--pf-c-login--xl--BackgroundImage);
|
|
125
|
-
}
|
|
126
|
-
|
|
127
124
|
@media (min-width: $pf-global--breakpoint--sm) {
|
|
128
125
|
align-items: center;
|
|
129
126
|
}
|
|
@@ -136,13 +133,13 @@
|
|
|
136
133
|
// Large viewports
|
|
137
134
|
@media (min-width: $pf-global--breakpoint--xl) {
|
|
138
135
|
display: grid;
|
|
139
|
-
justify-content: center;
|
|
140
|
-
grid-column-gap: var(--pf-c-login__container--xl--GridColumnGap);
|
|
141
|
-
grid-template-columns: var(--pf-c-login__container--xl--GridTemplateColumns);
|
|
142
136
|
grid-template-areas:
|
|
143
137
|
"main header"
|
|
144
138
|
"main footer"
|
|
145
139
|
"main .";
|
|
140
|
+
grid-template-columns: var(--pf-c-login__container--xl--GridTemplateColumns);
|
|
141
|
+
grid-column-gap: var(--pf-c-login__container--xl--GridColumnGap);
|
|
142
|
+
justify-content: center;
|
|
146
143
|
padding-right: var(--pf-c-login__container--PaddingRight);
|
|
147
144
|
padding-left: var(--pf-c-login__container--PaddingLeft);
|
|
148
145
|
}
|
|
@@ -165,10 +162,11 @@
|
|
|
165
162
|
}
|
|
166
163
|
|
|
167
164
|
.pf-c-login__main {
|
|
165
|
+
grid-area: main;
|
|
168
166
|
align-self: start;
|
|
169
167
|
margin-bottom: var(--pf-c-login__main--MarginBottom);
|
|
170
168
|
background-color: var(--pf-c-login__main--BackgroundColor);
|
|
171
|
-
|
|
169
|
+
box-shadow: var(--pf-c-login__main--BoxShadow);
|
|
172
170
|
|
|
173
171
|
// If the first child isn't a header, then we need to put the header's top padding there
|
|
174
172
|
> :first-child:not(.pf-c-login__main-header) {
|
|
@@ -184,8 +182,8 @@
|
|
|
184
182
|
.pf-c-login__main-header {
|
|
185
183
|
display: grid;
|
|
186
184
|
grid-template-columns: 100%;
|
|
187
|
-
column-gap: var(--pf-c-login__main-header--ColumnGap);
|
|
188
185
|
row-gap: var(--pf-c-login__main-header--RowGap);
|
|
186
|
+
column-gap: var(--pf-c-login__main-header--ColumnGap);
|
|
189
187
|
align-items: center;
|
|
190
188
|
padding: var(--pf-c-login__main-header--PaddingTop) var(--pf-c-login__main-header--PaddingRight) var(--pf-c-login__main-header--PaddingBottom) var(--pf-c-login__main-header--PaddingLeft);
|
|
191
189
|
|
|
@@ -196,26 +194,26 @@
|
|
|
196
194
|
|
|
197
195
|
.pf-c-login__main-header-utilities,
|
|
198
196
|
.pf-c-login__main-header .pf-c-dropdown {
|
|
199
|
-
grid-column: auto;
|
|
200
197
|
grid-row: auto;
|
|
198
|
+
grid-column: auto;
|
|
201
199
|
|
|
202
200
|
@media (min-width: $pf-global--breakpoint--md) {
|
|
203
|
-
grid-column: 2 / 3;
|
|
204
201
|
grid-row: 1;
|
|
202
|
+
grid-column: 2 / 3;
|
|
205
203
|
}
|
|
206
204
|
}
|
|
207
205
|
|
|
208
206
|
.pf-c-login__main-header-utilities {
|
|
209
207
|
.pf-c-dropdown {
|
|
210
|
-
grid-column: auto;
|
|
211
208
|
grid-row: auto;
|
|
209
|
+
grid-column: auto;
|
|
212
210
|
}
|
|
213
211
|
}
|
|
214
212
|
|
|
215
213
|
.pf-c-login__main-header-desc {
|
|
214
|
+
grid-column: 1 / -1;
|
|
216
215
|
margin-bottom: var(--pf-c-login__main-header-desc--MarginBottom);
|
|
217
216
|
font-size: var(--pf-c-login__main-header-desc--FontSize);
|
|
218
|
-
grid-column: 1 / -1;
|
|
219
217
|
}
|
|
220
218
|
|
|
221
219
|
.pf-c-login__main-body {
|
|
@@ -253,11 +251,11 @@
|
|
|
253
251
|
|
|
254
252
|
.pf-c-login__main-footer-links-item-link {
|
|
255
253
|
svg {
|
|
256
|
-
fill: var(--pf-c-login__main-footer-links-item-link-svg--Fill);
|
|
257
254
|
width: 100%;
|
|
258
255
|
max-width: var(--pf-c-login__main-footer-links-item-link-svg--Width);
|
|
259
256
|
height: 100%;
|
|
260
257
|
max-height: var(--pf-c-login__main-footer-links-item-link-svg--Height);
|
|
258
|
+
fill: var(--pf-c-login__main-footer-links-item-link-svg--Fill);
|
|
261
259
|
}
|
|
262
260
|
|
|
263
261
|
&:hover {
|
|
@@ -270,7 +268,7 @@
|
|
|
270
268
|
.pf-c-login__main-footer-band {
|
|
271
269
|
padding: var(--pf-c-login__main-footer-band--PaddingTop) var(--pf-c-login__main-footer-band--PaddingRight) var(--pf-c-login__main-footer-band--PaddingBottom) var(--pf-c-login__main-footer-band--PaddingLeft);
|
|
272
270
|
text-align: center;
|
|
273
|
-
|
|
271
|
+
border-top: var(--pf-c-login__main-footer-band--BorderTopWidth) solid var(--pf-c-login__main-footer-band--BorderTopColor);
|
|
274
272
|
|
|
275
273
|
> * + * {
|
|
276
274
|
padding-top: var(--pf-c-login__main-footer-band-item--PaddingTop);
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
@import "../../../../sass-utilities/themes/dark/all";
|
|
2
2
|
|
|
3
3
|
@mixin pf-theme-dark-login() {
|
|
4
|
+
.pf-c-login {
|
|
5
|
+
--pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
6
|
+
}
|
|
7
|
+
|
|
4
8
|
.pf-c-login__header,
|
|
5
9
|
.pf-c-login__footer {
|
|
6
10
|
@include pf-theme-dark--t-dark;
|
|
@@ -17,27 +17,6 @@
|
|
|
17
17
|
--pf-global--link--Color--hover: var(--pf-global--link--Color--light);
|
|
18
18
|
--pf-global--BackgroundColor--100: var(--pf-global--BackgroundColor--dark-100);
|
|
19
19
|
}
|
|
20
|
-
.pf-c-masthead .pf-c-button.pf-m-plain .pf-c-card, .pf-c-masthead .pf-c-card {
|
|
21
|
-
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-200);
|
|
22
|
-
}
|
|
23
|
-
.pf-c-masthead .pf-c-button.pf-m-plain .pf-c-button, .pf-c-masthead .pf-c-button {
|
|
24
|
-
--pf-c-button--m-primary--Color: var(--pf-global--primary-color--dark-100);
|
|
25
|
-
--pf-c-button--m-primary--hover--Color: var(--pf-global--primary-color--dark-100);
|
|
26
|
-
--pf-c-button--m-primary--focus--Color: var(--pf-global--primary-color--dark-100);
|
|
27
|
-
--pf-c-button--m-primary--active--Color: var(--pf-global--primary-color--dark-100);
|
|
28
|
-
--pf-c-button--m-primary--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
|
|
29
|
-
--pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
|
30
|
-
--pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
|
31
|
-
--pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
|
32
|
-
--pf-c-button--m-secondary--Color: var(--pf-global--Color--light-100);
|
|
33
|
-
--pf-c-button--m-secondary--hover--Color: var(--pf-global--Color--light-100);
|
|
34
|
-
--pf-c-button--m-secondary--focus--Color: var(--pf-global--Color--light-100);
|
|
35
|
-
--pf-c-button--m-secondary--active--Color: var(--pf-global--Color--light-100);
|
|
36
|
-
--pf-c-button--m-secondary--BorderColor: var(--pf-global--Color--light-100);
|
|
37
|
-
--pf-c-button--m-secondary--hover--BorderColor: var(--pf-global--Color--light-100);
|
|
38
|
-
--pf-c-button--m-secondary--focus--BorderColor: var(--pf-global--Color--light-100);
|
|
39
|
-
--pf-c-button--m-secondary--active--BorderColor: var(--pf-global--Color--light-100);
|
|
40
|
-
}
|
|
41
20
|
|
|
42
21
|
.pf-c-masthead {
|
|
43
22
|
--pf-c-masthead--PaddingLeft: var(--pf-c-masthead--inset);
|
|
@@ -235,6 +214,7 @@
|
|
|
235
214
|
position: relative;
|
|
236
215
|
display: flex;
|
|
237
216
|
flex-basis: var(--pf-c-masthead__main--FlexBasis);
|
|
217
|
+
grid-column: var(--pf-c-masthead__main--GridColumn);
|
|
238
218
|
align-items: center;
|
|
239
219
|
align-self: stretch;
|
|
240
220
|
order: var(--pf-c-masthead__main--Order);
|
|
@@ -242,7 +222,6 @@
|
|
|
242
222
|
padding-top: var(--pf-c-masthead__main--PaddingTop);
|
|
243
223
|
padding-bottom: var(--pf-c-masthead__main--PaddingBottom);
|
|
244
224
|
margin-right: var(--pf-c-masthead__main--MarginRight);
|
|
245
|
-
grid-column: var(--pf-c-masthead__main--GridColumn);
|
|
246
225
|
}
|
|
247
226
|
.pf-c-masthead__main::before {
|
|
248
227
|
position: absolute;
|
|
@@ -259,6 +238,9 @@
|
|
|
259
238
|
.pf-c-masthead__content {
|
|
260
239
|
display: flex;
|
|
261
240
|
flex-grow: 1;
|
|
241
|
+
flex-shrink: 1;
|
|
242
|
+
grid-column: var(--pf-c-masthead__content--GridColumn);
|
|
243
|
+
grid-column-end: -1;
|
|
262
244
|
align-items: center;
|
|
263
245
|
align-self: stretch;
|
|
264
246
|
order: var(--pf-c-masthead__content--Order);
|
|
@@ -266,9 +248,6 @@
|
|
|
266
248
|
padding-top: var(--pf-c-masthead__content--PaddingTop);
|
|
267
249
|
padding-bottom: var(--pf-c-masthead__content--PaddingBottom);
|
|
268
250
|
margin-left: var(--pf-c-masthead__content--MarginLeft);
|
|
269
|
-
grid-column: var(--pf-c-masthead__content--GridColumn);
|
|
270
|
-
grid-column-end: -1;
|
|
271
|
-
flex-shrink: 1;
|
|
272
251
|
}
|
|
273
252
|
.pf-c-masthead__content:only-child {
|
|
274
253
|
--pf-c-masthead__content--MarginLeft: 0;
|
|
@@ -668,23 +647,6 @@
|
|
|
668
647
|
--pf-global--link--Color--hover: #73bcf7;
|
|
669
648
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
670
649
|
}
|
|
671
|
-
:where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
|
|
672
|
-
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
673
|
-
}
|
|
674
|
-
:where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
|
|
675
|
-
--pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
|
|
676
|
-
--pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
|
|
677
|
-
--pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
|
|
678
|
-
--pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
|
|
679
|
-
--pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
|
|
680
|
-
--pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
|
|
681
|
-
--pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
|
|
682
|
-
--pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
|
|
683
|
-
--pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
|
|
684
|
-
--pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
|
|
685
|
-
--pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
|
|
686
|
-
--pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
|
|
687
|
-
}
|
|
688
650
|
|
|
689
651
|
:where(.pf-theme-dark) .pf-c-masthead {
|
|
690
652
|
--pf-c-masthead--BackgroundColor: var(--pf-global--palette--black-1000);
|
|
@@ -254,6 +254,7 @@ $pf-c-masthead--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
|
|
|
254
254
|
position: relative;
|
|
255
255
|
display: flex;
|
|
256
256
|
flex-basis: var(--pf-c-masthead__main--FlexBasis);
|
|
257
|
+
grid-column: var(--pf-c-masthead__main--GridColumn);
|
|
257
258
|
align-items: center;
|
|
258
259
|
align-self: stretch;
|
|
259
260
|
order: var(--pf-c-masthead__main--Order);
|
|
@@ -261,7 +262,6 @@ $pf-c-masthead--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
|
|
|
261
262
|
padding-top: var(--pf-c-masthead__main--PaddingTop);
|
|
262
263
|
padding-bottom: var(--pf-c-masthead__main--PaddingBottom);
|
|
263
264
|
margin-right: var(--pf-c-masthead__main--MarginRight);
|
|
264
|
-
grid-column: var(--pf-c-masthead__main--GridColumn);
|
|
265
265
|
|
|
266
266
|
&::before {
|
|
267
267
|
position: absolute;
|
|
@@ -281,6 +281,9 @@ $pf-c-masthead--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
|
|
|
281
281
|
.pf-c-masthead__content {
|
|
282
282
|
display: flex;
|
|
283
283
|
flex-grow: 1;
|
|
284
|
+
flex-shrink: 1;
|
|
285
|
+
grid-column: var(--pf-c-masthead__content--GridColumn);
|
|
286
|
+
grid-column-end: -1; // force content to right edge or full available width
|
|
284
287
|
align-items: center;
|
|
285
288
|
align-self: stretch;
|
|
286
289
|
order: var(--pf-c-masthead__content--Order);
|
|
@@ -288,9 +291,6 @@ $pf-c-masthead--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
|
|
|
288
291
|
padding-top: var(--pf-c-masthead__content--PaddingTop);
|
|
289
292
|
padding-bottom: var(--pf-c-masthead__content--PaddingBottom);
|
|
290
293
|
margin-left: var(--pf-c-masthead__content--MarginLeft);
|
|
291
|
-
grid-column: var(--pf-c-masthead__content--GridColumn);
|
|
292
|
-
grid-column-end: -1; // force content to right edge or full available width
|
|
293
|
-
flex-shrink: 1;
|
|
294
294
|
|
|
295
295
|
&:only-child {
|
|
296
296
|
--pf-c-masthead__content--MarginLeft: 0;
|
package/components/Menu/menu.css
CHANGED
|
@@ -150,6 +150,7 @@
|
|
|
150
150
|
--pf-c-menu__item-action--PaddingBottom: var(--pf-global--spacer--sm);
|
|
151
151
|
--pf-c-menu__item-action--PaddingLeft: var(--pf-global--spacer--md);
|
|
152
152
|
--pf-c-menu__item-action--Color: var(--pf-global--Color--200);
|
|
153
|
+
--pf-c-menu__item-action--BackgroundColor: transparent;
|
|
153
154
|
--pf-c-menu__item-action--hover--Color: var(--pf-global--Color--100);
|
|
154
155
|
--pf-c-menu__item-action--disabled--Color: var(--pf-global--disabled-color--200);
|
|
155
156
|
--pf-c-menu__item-action--m-favorited--Color: var(--pf-global--palette--gold-400);
|
|
@@ -181,12 +182,6 @@
|
|
|
181
182
|
--pf-c-menu--m-scrollable__footer--BoxShadow: var(--pf-global--BoxShadow--sm-top);
|
|
182
183
|
--pf-c-menu--m-scrollable__footer--after--BorderTopWidth: 0;
|
|
183
184
|
--pf-c-menu--m-scrollable__footer--after--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
|
|
184
|
-
top: var(--pf-c-menu--Top);
|
|
185
|
-
z-index: var(--pf-c-menu--ZIndex);
|
|
186
|
-
width: var(--pf-c-menu--Width);
|
|
187
|
-
min-width: var(--pf-c-menu--MinWidth);
|
|
188
|
-
background-color: var(--pf-c-menu--BackgroundColor);
|
|
189
|
-
box-shadow: var(--pf-c-menu--BoxShadow);
|
|
190
185
|
--pf-c-menu--m-nav--BoxShadow: var(--pf-global--BoxShadow--lg);
|
|
191
186
|
--pf-c-menu--m-nav--BackgroundColor: var(--pf-global--BackgroundColor--dark-300);
|
|
192
187
|
--pf-c-menu--m-nav__list--PaddingTop: 0;
|
|
@@ -214,6 +209,12 @@
|
|
|
214
209
|
--pf-c-menu--m-nav--c-menu--m-left--Right: calc(100% - var(--pf-c-menu--m-nav--c-menu--m-left--right-offset));
|
|
215
210
|
--pf-c-menu--m-nav--c-menu--m-top--Bottom: calc(0 + var(--pf-c-menu--m-nav--c-menu--m-top--bottom-offset));
|
|
216
211
|
--pf-c-menu--m-nav__list-item--first-child--c-menu--Top: 0;
|
|
212
|
+
top: var(--pf-c-menu--Top);
|
|
213
|
+
z-index: var(--pf-c-menu--ZIndex);
|
|
214
|
+
width: var(--pf-c-menu--Width);
|
|
215
|
+
min-width: var(--pf-c-menu--MinWidth);
|
|
216
|
+
background-color: var(--pf-c-menu--BackgroundColor);
|
|
217
|
+
box-shadow: var(--pf-c-menu--BoxShadow);
|
|
217
218
|
}
|
|
218
219
|
.pf-c-menu .pf-c-menu__content .pf-c-menu .pf-c-menu__content {
|
|
219
220
|
overflow: visible;
|
|
@@ -270,6 +271,7 @@
|
|
|
270
271
|
.pf-c-menu.pf-m-drilldown .pf-c-menu__list {
|
|
271
272
|
position: relative;
|
|
272
273
|
overflow: hidden;
|
|
274
|
+
visibility: visible;
|
|
273
275
|
transition: var(--pf-c-menu--m-drilldown__list--Transition);
|
|
274
276
|
}
|
|
275
277
|
.pf-c-menu.pf-m-drilldown .pf-c-menu__list .pf-c-menu__list {
|
|
@@ -580,6 +582,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
580
582
|
padding-bottom: var(--pf-c-menu__item-action--PaddingBottom);
|
|
581
583
|
padding-left: var(--pf-c-menu__item-action--PaddingLeft);
|
|
582
584
|
color: var(--pf-c-menu__item-action--Color);
|
|
585
|
+
background-color: var(--pf-c-menu__item-action--BackgroundColor);
|
|
583
586
|
border: none;
|
|
584
587
|
}
|
|
585
588
|
.pf-c-menu__item-action.pf-m-favorite .pf-c-menu__item-action-icon {
|
|
@@ -141,6 +141,7 @@
|
|
|
141
141
|
--pf-c-menu__item-action--PaddingBottom: var(--pf-global--spacer--sm);
|
|
142
142
|
--pf-c-menu__item-action--PaddingLeft: var(--pf-global--spacer--md);
|
|
143
143
|
--pf-c-menu__item-action--Color: var(--pf-global--Color--200);
|
|
144
|
+
--pf-c-menu__item-action--BackgroundColor: transparent;
|
|
144
145
|
--pf-c-menu__item-action--hover--Color: var(--pf-global--Color--100);
|
|
145
146
|
--pf-c-menu__item-action--disabled--Color: var(--pf-global--disabled-color--200);
|
|
146
147
|
--pf-c-menu__item-action--m-favorited--Color: var(--pf-global--palette--gold-400);
|
|
@@ -187,6 +188,37 @@
|
|
|
187
188
|
--pf-c-menu--m-scrollable__footer--after--BorderTopWidth: 0;
|
|
188
189
|
--pf-c-menu--m-scrollable__footer--after--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
|
|
189
190
|
|
|
191
|
+
// Nav variant
|
|
192
|
+
--pf-c-menu--m-nav--BoxShadow: var(--pf-global--BoxShadow--lg);
|
|
193
|
+
--pf-c-menu--m-nav--BackgroundColor: var(--pf-global--BackgroundColor--dark-300);
|
|
194
|
+
--pf-c-menu--m-nav__list--PaddingTop: 0;
|
|
195
|
+
--pf-c-menu--m-nav__list--PaddingBottom: 0;
|
|
196
|
+
--pf-c-menu--m-nav__list-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--dark-200);
|
|
197
|
+
--pf-c-menu--m-nav__list-item--focus-within--BackgroundColor: var(--pf-global--BackgroundColor--dark-200);
|
|
198
|
+
--pf-c-menu--m-nav__list-item--active--BackgroundColor: var(--pf-global--BackgroundColor--dark-200);
|
|
199
|
+
--pf-c-menu--m-nav__item--PaddingRight: var(--pf-global--spacer--lg);
|
|
200
|
+
--pf-c-menu--m-nav__item--PaddingLeft: var(--pf-global--spacer--lg);
|
|
201
|
+
--pf-c-menu--m-nav__item--Color: var(--pf-global--Color--light-100);
|
|
202
|
+
--pf-c-menu--m-nav__item--FontSize: var(--pf-global--FontSize--sm);
|
|
203
|
+
--pf-c-menu--m-nav__item--OutlineOffset: calc(var(--pf-global--spacer--xs) * -1);
|
|
204
|
+
--pf-c-menu--m-nav__item--before--BorderBottomColor: var(--pf-global--BackgroundColor--dark-200);
|
|
205
|
+
--pf-c-menu--m-nav__item--before--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
|
|
206
|
+
--pf-c-menu--m-nav__item--hover--after--BorderLeftColor: var(--pf-global--BorderColor--200);
|
|
207
|
+
--pf-c-menu--m-nav__item--hover--after--BorderLeftWidth: var(--pf-global--BorderWidth--sm);
|
|
208
|
+
--pf-c-menu--m-nav__item--hover--after--Top: calc(var(--pf-c-menu--m-nav__item--before--BorderBottomWidth) * -1);
|
|
209
|
+
--pf-c-menu--m-nav__item__list-item--first-child__item--hover--after--Top: 0;
|
|
210
|
+
--pf-c-menu--m-nav__item-description--Color: var(--pf-global--Color--light-200);
|
|
211
|
+
|
|
212
|
+
// Nav nested menus
|
|
213
|
+
--pf-c-menu--m-nav--c-menu--left-offset: #{pf-size-prem(4px)};
|
|
214
|
+
--pf-c-menu--m-nav--c-menu--m-top--bottom-offset: 0;
|
|
215
|
+
--pf-c-menu--m-nav--c-menu--m-left--right-offset: #{pf-size-prem(4px)};
|
|
216
|
+
--pf-c-menu--m-nav--c-menu--Top: calc(var(--pf-c-menu--m-nav__item--before--BorderBottomWidth) * -1);
|
|
217
|
+
--pf-c-menu--m-nav--c-menu--Left: calc(100% - var(--pf-c-menu--m-nav--c-menu--left-offset));
|
|
218
|
+
--pf-c-menu--m-nav--c-menu--m-left--Right: calc(100% - var(--pf-c-menu--m-nav--c-menu--m-left--right-offset));
|
|
219
|
+
--pf-c-menu--m-nav--c-menu--m-top--Bottom: calc(0 + var(--pf-c-menu--m-nav--c-menu--m-top--bottom-offset));
|
|
220
|
+
--pf-c-menu--m-nav__list-item--first-child--c-menu--Top: 0;
|
|
221
|
+
|
|
190
222
|
top: var(--pf-c-menu--Top);
|
|
191
223
|
z-index: var(--pf-c-menu--ZIndex);
|
|
192
224
|
width: var(--pf-c-menu--Width);
|
|
@@ -274,6 +306,7 @@
|
|
|
274
306
|
.pf-c-menu__list {
|
|
275
307
|
position: relative;
|
|
276
308
|
overflow: hidden;
|
|
309
|
+
visibility: visible;
|
|
277
310
|
transition: var(--pf-c-menu--m-drilldown__list--Transition);
|
|
278
311
|
|
|
279
312
|
& .pf-c-menu__list {
|
|
@@ -343,37 +376,6 @@
|
|
|
343
376
|
}
|
|
344
377
|
}
|
|
345
378
|
|
|
346
|
-
// Nav variant
|
|
347
|
-
--pf-c-menu--m-nav--BoxShadow: var(--pf-global--BoxShadow--lg);
|
|
348
|
-
--pf-c-menu--m-nav--BackgroundColor: var(--pf-global--BackgroundColor--dark-300);
|
|
349
|
-
--pf-c-menu--m-nav__list--PaddingTop: 0;
|
|
350
|
-
--pf-c-menu--m-nav__list--PaddingBottom: 0;
|
|
351
|
-
--pf-c-menu--m-nav__list-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--dark-200);
|
|
352
|
-
--pf-c-menu--m-nav__list-item--focus-within--BackgroundColor: var(--pf-global--BackgroundColor--dark-200);
|
|
353
|
-
--pf-c-menu--m-nav__list-item--active--BackgroundColor: var(--pf-global--BackgroundColor--dark-200);
|
|
354
|
-
--pf-c-menu--m-nav__item--PaddingRight: var(--pf-global--spacer--lg);
|
|
355
|
-
--pf-c-menu--m-nav__item--PaddingLeft: var(--pf-global--spacer--lg);
|
|
356
|
-
--pf-c-menu--m-nav__item--Color: var(--pf-global--Color--light-100);
|
|
357
|
-
--pf-c-menu--m-nav__item--FontSize: var(--pf-global--FontSize--sm);
|
|
358
|
-
--pf-c-menu--m-nav__item--OutlineOffset: calc(var(--pf-global--spacer--xs) * -1);
|
|
359
|
-
--pf-c-menu--m-nav__item--before--BorderBottomColor: var(--pf-global--BackgroundColor--dark-200);
|
|
360
|
-
--pf-c-menu--m-nav__item--before--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
|
|
361
|
-
--pf-c-menu--m-nav__item--hover--after--BorderLeftColor: var(--pf-global--BorderColor--200);
|
|
362
|
-
--pf-c-menu--m-nav__item--hover--after--BorderLeftWidth: var(--pf-global--BorderWidth--sm);
|
|
363
|
-
--pf-c-menu--m-nav__item--hover--after--Top: calc(var(--pf-c-menu--m-nav__item--before--BorderBottomWidth) * -1);
|
|
364
|
-
--pf-c-menu--m-nav__item__list-item--first-child__item--hover--after--Top: 0;
|
|
365
|
-
--pf-c-menu--m-nav__item-description--Color: var(--pf-global--Color--light-200);
|
|
366
|
-
|
|
367
|
-
// Nested menus
|
|
368
|
-
--pf-c-menu--m-nav--c-menu--left-offset: #{pf-size-prem(4px)};
|
|
369
|
-
--pf-c-menu--m-nav--c-menu--m-top--bottom-offset: 0;
|
|
370
|
-
--pf-c-menu--m-nav--c-menu--m-left--right-offset: #{pf-size-prem(4px)};
|
|
371
|
-
--pf-c-menu--m-nav--c-menu--Top: calc(var(--pf-c-menu--m-nav__item--before--BorderBottomWidth) * -1);
|
|
372
|
-
--pf-c-menu--m-nav--c-menu--Left: calc(100% - var(--pf-c-menu--m-nav--c-menu--left-offset));
|
|
373
|
-
--pf-c-menu--m-nav--c-menu--m-left--Right: calc(100% - var(--pf-c-menu--m-nav--c-menu--m-left--right-offset));
|
|
374
|
-
--pf-c-menu--m-nav--c-menu--m-top--Bottom: calc(0 + var(--pf-c-menu--m-nav--c-menu--m-top--bottom-offset));
|
|
375
|
-
--pf-c-menu--m-nav__list-item--first-child--c-menu--Top: 0;
|
|
376
|
-
|
|
377
379
|
&.pf-m-nav,
|
|
378
380
|
&.pf-m-nav & {
|
|
379
381
|
--pf-c-menu--BackgroundColor: var(--pf-c-menu--m-nav--BackgroundColor);
|
|
@@ -701,6 +703,7 @@
|
|
|
701
703
|
padding-bottom: var(--pf-c-menu__item-action--PaddingBottom);
|
|
702
704
|
padding-left: var(--pf-c-menu__item-action--PaddingLeft);
|
|
703
705
|
color: var(--pf-c-menu__item-action--Color);
|
|
706
|
+
background-color: var(--pf-c-menu__item-action--BackgroundColor);
|
|
704
707
|
border: none;
|
|
705
708
|
|
|
706
709
|
&.pf-m-favorite {
|
|
@@ -106,6 +106,7 @@
|
|
|
106
106
|
--pf-c-menu-toggle--m-split-button--m-action--m-primary--child--BorderLeftColor: var(--pf-global--primary-color--200);
|
|
107
107
|
--pf-c-menu-toggle--m-split-button--m-action--m-primary--m-expanded--child--BackgroundColor: var(--pf-global--primary-color--200);
|
|
108
108
|
--pf-c-menu-toggle--m-split-button--m-action--m-secondary--child--BorderLeftColor: var(--pf-global--primary-color--100);
|
|
109
|
+
--pf-c-menu-toggle__button--BackgroundColor: transparent;
|
|
109
110
|
--pf-c-menu-toggle__button__controls--MarginRight: var(--pf-global--spacer--sm);
|
|
110
111
|
--pf-c-menu-toggle__button__controls--MarginLeft: var(--pf-global--spacer--sm);
|
|
111
112
|
--pf-c-menu-toggle--m-typeahead__controls--MarginRight: var(--pf-global--spacer--md);
|
|
@@ -361,13 +362,14 @@
|
|
|
361
362
|
--pf-c-menu-toggle__controls--MarginRight: var(--pf-c-menu-toggle__button__controls--MarginRight);
|
|
362
363
|
--pf-c-menu-toggle__controls--MarginLeft: var(--pf-c-menu-toggle__button__controls--MarginLeft);
|
|
363
364
|
color: inherit;
|
|
365
|
+
background-color: var(--pf-c-menu-toggle__button--BackgroundColor);
|
|
364
366
|
border: 0;
|
|
365
367
|
}
|
|
366
368
|
|
|
367
369
|
.pf-c-menu-toggle__icon {
|
|
368
370
|
display: inline-flex;
|
|
369
|
-
align-self: center;
|
|
370
371
|
flex-shrink: 0;
|
|
372
|
+
align-self: center;
|
|
371
373
|
margin-right: var(--pf-c-menu-toggle__icon--MarginRight);
|
|
372
374
|
line-height: 1;
|
|
373
375
|
}
|
|
@@ -149,6 +149,7 @@
|
|
|
149
149
|
--pf-c-menu-toggle--m-split-button--m-action--m-secondary--child--BorderLeftColor: var(--pf-global--primary-color--100);
|
|
150
150
|
|
|
151
151
|
// Split button, controls, check
|
|
152
|
+
--pf-c-menu-toggle__button--BackgroundColor: transparent;
|
|
152
153
|
--pf-c-menu-toggle__button__controls--MarginRight: var(--pf-global--spacer--sm);
|
|
153
154
|
--pf-c-menu-toggle__button__controls--MarginLeft: var(--pf-global--spacer--sm);
|
|
154
155
|
|
|
@@ -502,13 +503,14 @@
|
|
|
502
503
|
--pf-c-menu-toggle__controls--MarginLeft: var(--pf-c-menu-toggle__button__controls--MarginLeft);
|
|
503
504
|
|
|
504
505
|
color: inherit;
|
|
506
|
+
background-color: var(--pf-c-menu-toggle__button--BackgroundColor);
|
|
505
507
|
border: 0;
|
|
506
508
|
}
|
|
507
509
|
|
|
508
510
|
.pf-c-menu-toggle__icon {
|
|
509
511
|
display: inline-flex;
|
|
510
|
-
align-self: center;
|
|
511
512
|
flex-shrink: 0;
|
|
513
|
+
align-self: center;
|
|
512
514
|
margin-right: var(--pf-c-menu-toggle__icon--MarginRight);
|
|
513
515
|
line-height: 1;
|
|
514
516
|
}
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
--pf-c-modal-box--m-warning__title-icon--Color: var(--pf-global--warning-color--100);
|
|
18
18
|
--pf-c-modal-box--m-success__title-icon--Color: var(--pf-global--success-color--100);
|
|
19
19
|
--pf-c-modal-box--m-info__title-icon--Color: var(--pf-global--info-color--100);
|
|
20
|
-
--pf-c-modal-box--m-
|
|
20
|
+
--pf-c-modal-box--m-custom__title-icon--Color: var(--pf-global--custom-color--200);
|
|
21
21
|
--pf-c-modal-box__header--PaddingTop: var(--pf-global--spacer--lg);
|
|
22
22
|
--pf-c-modal-box__header--PaddingRight: var(--pf-global--spacer--lg);
|
|
23
23
|
--pf-c-modal-box__header--PaddingLeft: var(--pf-global--spacer--lg);
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
--pf-c-modal-box__body--PaddingLeft: var(--pf-global--spacer--lg);
|
|
35
35
|
--pf-c-modal-box__body--last-child--PaddingBottom: var(--pf-global--spacer--lg);
|
|
36
36
|
--pf-c-modal-box__header--body--PaddingTop: var(--pf-global--spacer--md);
|
|
37
|
-
--pf-c-modal-
|
|
38
|
-
--pf-c-modal-
|
|
39
|
-
--pf-c-modal-
|
|
37
|
+
--pf-c-modal-box__close--Top: calc(var(--pf-global--spacer--lg));
|
|
38
|
+
--pf-c-modal-box__close--Right: var(--pf-global--spacer--md);
|
|
39
|
+
--pf-c-modal-box__close--sibling--MarginRight: calc(var(--pf-global--spacer--xl) + var(--pf-global--spacer--sm));
|
|
40
40
|
--pf-c-modal-box__footer--PaddingTop: var(--pf-global--spacer--lg);
|
|
41
41
|
--pf-c-modal-box__footer--PaddingRight: var(--pf-global--spacer--lg);
|
|
42
42
|
--pf-c-modal-box__footer--PaddingBottom: var(--pf-global--spacer--lg);
|
|
@@ -82,19 +82,20 @@
|
|
|
82
82
|
.pf-c-modal-box.pf-m-success {
|
|
83
83
|
--pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-success__title-icon--Color);
|
|
84
84
|
}
|
|
85
|
-
.pf-c-modal-box.pf-m-
|
|
86
|
-
--pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-
|
|
85
|
+
.pf-c-modal-box.pf-m-custom {
|
|
86
|
+
--pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-custom__title-icon--Color);
|
|
87
87
|
}
|
|
88
88
|
.pf-c-modal-box.pf-m-info {
|
|
89
89
|
--pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-info__title-icon--Color);
|
|
90
90
|
}
|
|
91
|
-
|
|
91
|
+
|
|
92
|
+
.pf-c-modal-box__close {
|
|
92
93
|
position: absolute;
|
|
93
|
-
top: var(--pf-c-modal-
|
|
94
|
-
right: var(--pf-c-modal-
|
|
94
|
+
top: var(--pf-c-modal-box__close--Top);
|
|
95
|
+
right: var(--pf-c-modal-box__close--Right);
|
|
95
96
|
}
|
|
96
|
-
.pf-c-modal-
|
|
97
|
-
margin-right: var(--pf-c-modal-
|
|
97
|
+
.pf-c-modal-box__close + * {
|
|
98
|
+
margin-right: var(--pf-c-modal-box__close--sibling--MarginRight);
|
|
98
99
|
}
|
|
99
100
|
|
|
100
101
|
.pf-c-modal-box__header {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
--pf-c-modal-box--m-warning__title-icon--Color: var(--pf-global--warning-color--100);
|
|
20
20
|
--pf-c-modal-box--m-success__title-icon--Color: var(--pf-global--success-color--100);
|
|
21
21
|
--pf-c-modal-box--m-info__title-icon--Color: var(--pf-global--info-color--100);
|
|
22
|
-
--pf-c-modal-box--m-
|
|
22
|
+
--pf-c-modal-box--m-custom__title-icon--Color: var(--pf-global--custom-color--200);
|
|
23
23
|
|
|
24
24
|
@media (min-width: $pf-global--breakpoint--xl) {
|
|
25
25
|
--pf-c-modal-box--m-align-top--spacer: var(--pf-c-modal-box--m-align-top--xl--spacer);
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
--pf-c-modal-box__header--body--PaddingTop: var(--pf-global--spacer--md);
|
|
53
53
|
|
|
54
54
|
// Close
|
|
55
|
-
--pf-c-modal-
|
|
56
|
-
--pf-c-modal-
|
|
57
|
-
--pf-c-modal-
|
|
55
|
+
--pf-c-modal-box__close--Top: calc(var(--pf-global--spacer--lg));
|
|
56
|
+
--pf-c-modal-box__close--Right: var(--pf-global--spacer--md);
|
|
57
|
+
--pf-c-modal-box__close--sibling--MarginRight: calc(var(--pf-global--spacer--xl) + var(--pf-global--spacer--sm));
|
|
58
58
|
|
|
59
59
|
// Footer
|
|
60
60
|
--pf-c-modal-box__footer--PaddingTop: var(--pf-global--spacer--lg);
|
|
@@ -107,23 +107,23 @@
|
|
|
107
107
|
--pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-success__title-icon--Color);
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
&.pf-m-
|
|
111
|
-
--pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-
|
|
110
|
+
&.pf-m-custom {
|
|
111
|
+
--pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-custom__title-icon--Color);
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
&.pf-m-info {
|
|
115
115
|
--pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-info__title-icon--Color);
|
|
116
116
|
}
|
|
117
|
+
}
|
|
117
118
|
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
119
|
+
// Close button
|
|
120
|
+
.pf-c-modal-box__close {
|
|
121
|
+
position: absolute;
|
|
122
|
+
top: var(--pf-c-modal-box__close--Top);
|
|
123
|
+
right: var(--pf-c-modal-box__close--Right);
|
|
123
124
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
}
|
|
125
|
+
+ * {
|
|
126
|
+
margin-right: var(--pf-c-modal-box__close--sibling--MarginRight); // Create room for the close button
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
--pf-c-multiple-file-upload__status-item-progress-text--Color: var(--pf-global--primary-color--100);
|
|
63
63
|
--pf-c-multiple-file-upload__status-item-progress-size--Color: var(--pf-global--Color--200);
|
|
64
64
|
display: grid;
|
|
65
|
-
gap: var(--pf-c-multiple-file-upload--Gap);
|
|
66
65
|
grid-template-columns: var(--pf-c-multiple-file-upload--GridTemplateColumns);
|
|
66
|
+
gap: var(--pf-c-multiple-file-upload--Gap);
|
|
67
67
|
}
|
|
68
68
|
.pf-c-multiple-file-upload.pf-m-horizontal {
|
|
69
69
|
--pf-c-multiple-file-upload--GridTemplateColumns: var(--pf-c-multiple-file-upload--m-horizontal--GridTemplateColumns);
|
|
@@ -89,21 +89,21 @@
|
|
|
89
89
|
|
|
90
90
|
.pf-c-multiple-file-upload__main {
|
|
91
91
|
display: grid;
|
|
92
|
+
grid-template-areas: var(--pf-c-multiple-file-upload__main--GridTemplateAreas);
|
|
93
|
+
grid-template-rows: var(--pf-c-multiple-file-upload__main--GridTemplateRows);
|
|
94
|
+
grid-template-columns: var(--pf-c-multiple-file-upload__main--GridTemplateColumns);
|
|
95
|
+
gap: var(--pf-c-multiple-file-upload__main--Gap);
|
|
92
96
|
padding: var(--pf-c-multiple-file-upload__main--PaddingTop) var(--pf-c-multiple-file-upload__main--PaddingRight) var(--pf-c-multiple-file-upload__main--PaddingBottom) var(--pf-c-multiple-file-upload__main--PaddingLeft);
|
|
93
97
|
text-align: var(--pf-c-multiple-file-upload__main--TextAlign);
|
|
94
98
|
background-color: var(--pf-c-multiple-file-upload__main--BackgroundColor);
|
|
95
99
|
border: var(--pf-c-multiple-file-upload__main--BorderWidth) var(--pf-c-multiple-file-upload__main--BorderStyle) var(--pf-c-multiple-file-upload__main--BorderColor);
|
|
96
|
-
grid-template-columns: var(--pf-c-multiple-file-upload__main--GridTemplateColumns);
|
|
97
|
-
grid-template-rows: var(--pf-c-multiple-file-upload__main--GridTemplateRows);
|
|
98
|
-
grid-template-areas: var(--pf-c-multiple-file-upload__main--GridTemplateAreas);
|
|
99
|
-
gap: var(--pf-c-multiple-file-upload__main--Gap);
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
.pf-c-multiple-file-upload__title {
|
|
103
103
|
display: var(--pf-c-multiple-file-upload__title--Display);
|
|
104
|
+
grid-area: title;
|
|
104
105
|
grid-template-columns: var(--pf-c-multiple-file-upload__title--GridTemplateColumns);
|
|
105
106
|
gap: var(--pf-c-multiple-file-upload__title--Gap);
|
|
106
|
-
grid-area: title;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
.pf-c-multiple-file-upload__title-icon {
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
--pf-c-multiple-file-upload__status-item-progress-size--Color: var(--pf-global--Color--200);
|
|
94
94
|
|
|
95
95
|
display: grid;
|
|
96
|
-
gap: var(--pf-c-multiple-file-upload--Gap);
|
|
97
96
|
grid-template-columns: var(--pf-c-multiple-file-upload--GridTemplateColumns);
|
|
97
|
+
gap: var(--pf-c-multiple-file-upload--Gap);
|
|
98
98
|
|
|
99
99
|
&.pf-m-horizontal {
|
|
100
100
|
--pf-c-multiple-file-upload--GridTemplateColumns: var(--pf-c-multiple-file-upload--m-horizontal--GridTemplateColumns);
|
|
@@ -122,21 +122,21 @@
|
|
|
122
122
|
|
|
123
123
|
.pf-c-multiple-file-upload__main {
|
|
124
124
|
display: grid;
|
|
125
|
+
grid-template-areas: var(--pf-c-multiple-file-upload__main--GridTemplateAreas);
|
|
126
|
+
grid-template-rows: var(--pf-c-multiple-file-upload__main--GridTemplateRows);
|
|
127
|
+
grid-template-columns: var(--pf-c-multiple-file-upload__main--GridTemplateColumns);
|
|
128
|
+
gap: var(--pf-c-multiple-file-upload__main--Gap);
|
|
125
129
|
padding: var(--pf-c-multiple-file-upload__main--PaddingTop) var(--pf-c-multiple-file-upload__main--PaddingRight) var(--pf-c-multiple-file-upload__main--PaddingBottom) var(--pf-c-multiple-file-upload__main--PaddingLeft);
|
|
126
130
|
text-align: var(--pf-c-multiple-file-upload__main--TextAlign);
|
|
127
131
|
background-color: var(--pf-c-multiple-file-upload__main--BackgroundColor);
|
|
128
132
|
border: var(--pf-c-multiple-file-upload__main--BorderWidth) var(--pf-c-multiple-file-upload__main--BorderStyle) var(--pf-c-multiple-file-upload__main--BorderColor);
|
|
129
|
-
grid-template-columns: var(--pf-c-multiple-file-upload__main--GridTemplateColumns);
|
|
130
|
-
grid-template-rows: var(--pf-c-multiple-file-upload__main--GridTemplateRows);
|
|
131
|
-
grid-template-areas: var(--pf-c-multiple-file-upload__main--GridTemplateAreas);
|
|
132
|
-
gap: var(--pf-c-multiple-file-upload__main--Gap);
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
.pf-c-multiple-file-upload__title {
|
|
136
136
|
display: var(--pf-c-multiple-file-upload__title--Display);
|
|
137
|
+
grid-area: title;
|
|
137
138
|
grid-template-columns: var(--pf-c-multiple-file-upload__title--GridTemplateColumns);
|
|
138
139
|
gap: var(--pf-c-multiple-file-upload__title--Gap);
|
|
139
|
-
grid-area: title;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
.pf-c-multiple-file-upload__title-icon {
|
package/components/Nav/nav.css
CHANGED
|
@@ -862,8 +862,8 @@
|
|
|
862
862
|
--pf-c-nav__link--focus--after--BorderLeftWidth: var(--pf-c-nav__section__link--focus--after--BorderWidth);
|
|
863
863
|
--pf-c-nav__link--active--after--BorderLeftWidth: var(--pf-c-nav__section__link--active--after--BorderWidth);
|
|
864
864
|
--pf-c-nav__link--m-current--after--BorderLeftWidth: var(--pf-c-nav__section__link--m-current--after--BorderWidth);
|
|
865
|
-
margin-top: var(--pf-c-nav__section--MarginTop);
|
|
866
865
|
--pf-c-nav--c-divider--MarginBottom: 0;
|
|
866
|
+
margin-top: var(--pf-c-nav__section--MarginTop);
|
|
867
867
|
}
|
|
868
868
|
.pf-c-nav__section + .pf-c-nav__section {
|
|
869
869
|
--pf-c-nav__section--MarginTop: var(--pf-c-nav__section--section--MarginTop);
|