@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
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
--pf-c-label--PaddingRight: var(--pf-global--spacer--sm);
|
|
5
5
|
--pf-c-label--PaddingBottom: var(--pf-global--spacer--xs);
|
|
6
6
|
--pf-c-label--PaddingLeft: var(--pf-global--spacer--sm);
|
|
7
|
+
--pf-c-label--MaxWidth: 100%;
|
|
7
8
|
--pf-c-label--BorderRadius: var(--pf-global--BorderRadius--lg);
|
|
8
9
|
--pf-c-label--BackgroundColor: var(--pf-global--palette--black-150);
|
|
9
10
|
--pf-c-label--Color: var(--pf-global--Color--100);
|
|
@@ -92,11 +93,11 @@
|
|
|
92
93
|
|
|
93
94
|
// Cyan
|
|
94
95
|
--pf-c-label--m-cyan--BackgroundColor: var(--pf-global--palette--cyan-50);
|
|
95
|
-
--pf-c-label--m-cyan__icon--Color: var(--pf-global--
|
|
96
|
-
--pf-c-label--m-cyan__content--Color: var(--pf-global--
|
|
96
|
+
--pf-c-label--m-cyan__icon--Color: var(--pf-global--custom-color--200);
|
|
97
|
+
--pf-c-label--m-cyan__content--Color: var(--pf-global--custom-color--300);
|
|
97
98
|
--pf-c-label--m-cyan__content--before--BorderColor: var(--pf-global--palette--cyan-100);
|
|
98
|
-
--pf-c-label--m-cyan__content--link--hover--before--BorderColor: var(--pf-global--
|
|
99
|
-
--pf-c-label--m-cyan__content--link--focus--before--BorderColor: var(--pf-global--
|
|
99
|
+
--pf-c-label--m-cyan__content--link--hover--before--BorderColor: var(--pf-global--custom-color--200);
|
|
100
|
+
--pf-c-label--m-cyan__content--link--focus--before--BorderColor: var(--pf-global--custom-color--200);
|
|
100
101
|
--pf-c-label--m-outline--m-cyan__content--Color: var(--pf-global--palette--cyan-400);
|
|
101
102
|
--pf-c-label--m-outline--m-cyan__content--before--BorderColor: var(--pf-global--BorderColor--100); // remove at breaking change
|
|
102
103
|
--pf-c-label--m-outline--m-cyan__content--link--hover--before--BorderColor: var(--pf-global--BorderColor--100); // remove at breaking change
|
|
@@ -134,27 +135,30 @@
|
|
|
134
135
|
|
|
135
136
|
// Content
|
|
136
137
|
--pf-c-label__content--Color: var(--pf-global--Color--100);
|
|
138
|
+
--pf-c-label__content--BackgroundColor: transparent;
|
|
137
139
|
--pf-c-label__content--MaxWidth: 100%;
|
|
138
140
|
--pf-c-label--m-outline__content--Color: var(--pf-global--Color--100);
|
|
139
141
|
--pf-c-label--m-editable__content--MaxWidth: 16ch;
|
|
140
142
|
|
|
141
|
-
//
|
|
142
|
-
--pf-c-label__text--MaxWidth:
|
|
143
|
+
// Text
|
|
144
|
+
--pf-c-label__text--MaxWidth: 100%;
|
|
143
145
|
|
|
144
146
|
// Icon
|
|
145
147
|
--pf-c-label__icon--Color: var(--pf-global--Color--100);
|
|
146
148
|
--pf-c-label__icon--MarginRight: var(--pf-global--spacer--xs);
|
|
147
149
|
|
|
148
|
-
//
|
|
149
|
-
--pf-c-
|
|
150
|
-
--pf-c-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
--pf-c-
|
|
154
|
-
--pf-c-
|
|
155
|
-
--pf-c-
|
|
156
|
-
--pf-c-
|
|
157
|
-
--pf-c-
|
|
150
|
+
// Actions
|
|
151
|
+
--pf-c-label__actions--FontSize: var(--pf-global--FontSize--xs);
|
|
152
|
+
--pf-c-label__actions--MarginRight: calc(var(--pf-c-label__actions--c-button--PaddingRight) * -1);
|
|
153
|
+
|
|
154
|
+
// Actions button (close)
|
|
155
|
+
--pf-c-label__actions--c-button--FontSize: var(--pf-global--FontSize--xs);
|
|
156
|
+
--pf-c-label__actions--c-button--MarginTop: calc(var(--pf-c-label__actions--c-button--PaddingTop) * -1);
|
|
157
|
+
--pf-c-label__actions--c-button--MarginBottom: calc(var(--pf-c-label__actions--c-button--PaddingBottom) * -1);
|
|
158
|
+
--pf-c-label__actions--c-button--PaddingTop: var(--pf-global--spacer--xs);
|
|
159
|
+
--pf-c-label__actions--c-button--PaddingRight: var(--pf-global--spacer--sm);
|
|
160
|
+
--pf-c-label__actions--c-button--PaddingBottom: var(--pf-global--spacer--xs);
|
|
161
|
+
--pf-c-label__actions--c-button--PaddingLeft: var(--pf-global--spacer--sm);
|
|
158
162
|
|
|
159
163
|
// Editable
|
|
160
164
|
--pf-c-label--m-editable--Cursor: pointer;
|
|
@@ -180,6 +184,7 @@
|
|
|
180
184
|
--pf-c-label--m-editable--m-editable-active__content--before--BorderColor: transparent;
|
|
181
185
|
|
|
182
186
|
position: relative;
|
|
187
|
+
max-width: var(--pf-c-label--MaxWidth);
|
|
183
188
|
padding: var(--pf-c-label--PaddingTop) var(--pf-c-label--PaddingRight) var(--pf-c-label--PaddingBottom) var(--pf-c-label--PaddingLeft);
|
|
184
189
|
font-size: var(--pf-c-label--FontSize);
|
|
185
190
|
color: var(--pf-c-label--Color);
|
|
@@ -340,13 +345,6 @@
|
|
|
340
345
|
}
|
|
341
346
|
|
|
342
347
|
&.pf-m-editable {
|
|
343
|
-
text-decoration: var(--pf-c-label--m-editable--TextDecoration);
|
|
344
|
-
cursor: var(--pf-c-label--m-editable--Cursor);
|
|
345
|
-
text-decoration-style: var(--pf-c-label--m-editable--TextDecorationStyle);
|
|
346
|
-
text-decoration-thickness: var(--pf-c-label--m-editable--TextDecorationThickness);
|
|
347
|
-
text-underline-offset: var(--pf-c-label--m-editable--TextDecorationOffset);
|
|
348
|
-
text-decoration-color: var(--pf-c-label--m-editable--TextDecorationColor);
|
|
349
|
-
|
|
350
348
|
--pf-c-label__content--MaxWidth: var(--pf-c-label--m-editable__content--MaxWidth);
|
|
351
349
|
--pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-editable__content--before--BorderWidth);
|
|
352
350
|
--pf-c-label__content--before--BorderColor: var(--pf-c-label--m-editable__content--before--BorderColor);
|
|
@@ -359,6 +357,13 @@
|
|
|
359
357
|
--pf-c-label--m-outline__content--link--hover--before--BorderWidth: var(--pf-c-label--m-editable__content--before--BorderWidth);
|
|
360
358
|
--pf-c-label--m-outline__content--link--focus--before--BorderWidth: var(--pf-c-label--m-editable__content--before--BorderWidth);
|
|
361
359
|
|
|
360
|
+
text-decoration: var(--pf-c-label--m-editable--TextDecoration);
|
|
361
|
+
text-decoration-thickness: var(--pf-c-label--m-editable--TextDecorationThickness);
|
|
362
|
+
text-decoration-style: var(--pf-c-label--m-editable--TextDecorationStyle);
|
|
363
|
+
text-decoration-color: var(--pf-c-label--m-editable--TextDecorationColor);
|
|
364
|
+
text-underline-offset: var(--pf-c-label--m-editable--TextDecorationOffset);
|
|
365
|
+
cursor: var(--pf-c-label--m-editable--Cursor);
|
|
366
|
+
|
|
362
367
|
&:hover {
|
|
363
368
|
--pf-c-label--m-editable--TextDecorationColor: var(--pf-c-label--m-editable--hover--TextDecorationColor);
|
|
364
369
|
}
|
|
@@ -374,19 +379,6 @@
|
|
|
374
379
|
--pf-c-label--BackgroundColor: var(--pf-c-label--m-editable--m-editable-active--BackgroundColor);
|
|
375
380
|
}
|
|
376
381
|
|
|
377
|
-
.pf-c-button {
|
|
378
|
-
--pf-c-button--FontSize: var(--pf-c-label__c-button--FontSize);
|
|
379
|
-
--pf-c-button--PaddingTop: var(--pf-c-label__c-button--PaddingTop);
|
|
380
|
-
--pf-c-button--PaddingRight: var(--pf-c-label__c-button--PaddingRight);
|
|
381
|
-
--pf-c-button--PaddingBottom: var(--pf-c-label__c-button--PaddingBottom);
|
|
382
|
-
--pf-c-button--PaddingLeft: var(--pf-c-label__c-button--PaddingLeft);
|
|
383
|
-
|
|
384
|
-
margin-top: var(--pf-c-label__c-button--MarginTop);
|
|
385
|
-
margin-right: var(--pf-c-label__c-button--MarginRight);
|
|
386
|
-
margin-bottom: var(--pf-c-label__c-button--MarginBottom);
|
|
387
|
-
margin-left: var(--pf-c-label__c-button--MarginLeft);
|
|
388
|
-
}
|
|
389
|
-
|
|
390
382
|
&.pf-m-overflow,
|
|
391
383
|
&.pf-m-add {
|
|
392
384
|
--pf-c-label__content--Color: var(--pf-c-label--m-overflow__content--Color);
|
|
@@ -413,10 +405,10 @@
|
|
|
413
405
|
}
|
|
414
406
|
|
|
415
407
|
.pf-c-label__content {
|
|
416
|
-
@include pf-text-overflow;
|
|
417
|
-
|
|
418
408
|
max-width: var(--pf-c-label__content--MaxWidth);
|
|
409
|
+
overflow: hidden;
|
|
419
410
|
color: var(--pf-c-label__content--Color);
|
|
411
|
+
background-color: var(--pf-c-label__content--BackgroundColor);
|
|
420
412
|
border-width: 0;
|
|
421
413
|
|
|
422
414
|
&::before {
|
|
@@ -431,11 +423,18 @@
|
|
|
431
423
|
border-radius: var(--pf-c-label--BorderRadius);
|
|
432
424
|
}
|
|
433
425
|
|
|
426
|
+
// truncate input fields
|
|
427
|
+
@at-root input#{&} {
|
|
428
|
+
@include pf-text-overflow;
|
|
429
|
+
}
|
|
430
|
+
|
|
434
431
|
// the content element can be used as a link
|
|
435
432
|
@at-root {
|
|
436
433
|
a#{&},
|
|
437
434
|
button#{&} {
|
|
435
|
+
padding: 0;
|
|
438
436
|
cursor: pointer;
|
|
437
|
+
background-color: transparent;
|
|
439
438
|
border: none;
|
|
440
439
|
|
|
441
440
|
&,
|
|
@@ -462,6 +461,22 @@
|
|
|
462
461
|
color: var(--pf-c-label__icon--Color);
|
|
463
462
|
}
|
|
464
463
|
|
|
464
|
+
.pf-c-label__actions {
|
|
465
|
+
margin-right: var(--pf-c-label__actions--MarginRight);
|
|
466
|
+
font-size: var(--pf-c-label__actions--FontSize);
|
|
467
|
+
|
|
468
|
+
.pf-c-button {
|
|
469
|
+
--pf-c-button--FontSize: var(--pf-c-label__actions--c-button--FontSize);
|
|
470
|
+
--pf-c-button--PaddingTop: var(--pf-c-label__actions--c-button--PaddingTop);
|
|
471
|
+
--pf-c-button--PaddingRight: var(--pf-c-label__actions--c-button--PaddingRight);
|
|
472
|
+
--pf-c-button--PaddingBottom: var(--pf-c-label__actions--c-button--PaddingBottom);
|
|
473
|
+
--pf-c-button--PaddingLeft: var(--pf-c-label__actions--c-button--PaddingLeft);
|
|
474
|
+
|
|
475
|
+
margin-top: var(--pf-c-label__actions--c-button--MarginTop);
|
|
476
|
+
margin-bottom: var(--pf-c-label__actions--c-button--MarginBottom);
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
|
|
465
480
|
// stylelint-disable no-invalid-position-at-import-rule
|
|
466
481
|
@import "themes/dark/label";
|
|
467
482
|
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
--pf-c-label--m-outline--m-purple__content--link--hover--before--BorderColor: var(--pf-global--palette--purple-100);
|
|
39
39
|
--pf-c-label--m-outline--m-purple__content--link--focus--before--BorderColor: var(--pf-global--palette--purple-100);
|
|
40
40
|
--pf-c-label--m-outline--m-purple__content--Color: var(--pf-global--palette--purple-300);
|
|
41
|
-
--pf-c-label--m-cyan__content--Color: var(--pf-global--
|
|
42
|
-
--pf-c-label--m-outline--m-cyan__content--Color: var(--pf-global--
|
|
41
|
+
--pf-c-label--m-cyan__content--Color: var(--pf-global--custom-color--200);
|
|
42
|
+
--pf-c-label--m-outline--m-cyan__content--Color: var(--pf-global--custom-color--200);
|
|
43
43
|
--pf-c-label--m-outline--m-cyan__content--before--BorderColor: var(--pf-global--palette--cyan-100);
|
|
44
44
|
--pf-c-label--m-outline--m-cyan__content--link--hover--before--BorderColor: var(--pf-global--palette--cyan-100);
|
|
45
45
|
--pf-c-label--m-outline--m-cyan__content--link--focus--before--BorderColor: var(--pf-global--palette--cyan-100);
|
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
.pf-c-label-group {
|
|
2
|
-
--pf-c-label-
|
|
3
|
-
--pf-c-label-
|
|
2
|
+
--pf-c-label-group--RowGap: var(--pf-global--spacer--sm);
|
|
3
|
+
--pf-c-label-group--ColumnGap: 0;
|
|
4
|
+
--pf-c-label-group-m-vertical--RowGap: var(--pf-global--spacer--sm);
|
|
5
|
+
--pf-c-label-group-m-vertical--ColumnGap: var(--pf-global--spacer--sm);
|
|
6
|
+
--pf-c-label-group__main--RowGap: var(--pf-global--spacer--xs);
|
|
7
|
+
--pf-c-label-group__main--ColumnGap: var(--pf-global--spacer--sm);
|
|
8
|
+
--pf-c-label-group-m-vertical__main--RowGap: var(--pf-global--spacer--sm);
|
|
9
|
+
--pf-c-label-group-m-vertical__main--ColumnGap: var(--pf-global--spacer--xs);
|
|
10
|
+
--pf-c-label-group__list--RowGap: var(--pf-global--spacer--xs);
|
|
11
|
+
--pf-c-label-group__list--ColumnGap: var(--pf-global--spacer--xs);
|
|
12
|
+
--pf-c-label-group-m-vertical__list--RowGap: var(--pf-global--spacer--xs);
|
|
13
|
+
--pf-c-label-group-m-vertical__list--ColumnGap: var(--pf-global--spacer--xs);
|
|
4
14
|
--pf-c-label-group--m-category--PaddingTop: var(--pf-global--spacer--xs);
|
|
5
15
|
--pf-c-label-group--m-category--PaddingRight: var(--pf-global--spacer--xs);
|
|
6
16
|
--pf-c-label-group--m-category--PaddingBottom: var(--pf-global--spacer--xs);
|
|
@@ -10,26 +20,22 @@
|
|
|
10
20
|
--pf-c-label-group--m-category--BorderWidth: var(--pf-global--BorderWidth--sm);
|
|
11
21
|
--pf-c-label-group--m-category--BorderColor: var(--pf-global--BorderColor--300);
|
|
12
22
|
--pf-c-label-group--m-category--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
13
|
-
--pf-c-label-group__label--MarginRight: var(--pf-global--spacer--sm);
|
|
14
|
-
--pf-c-label-group__label--MarginBottom: 0;
|
|
15
|
-
--pf-c-label-group--m-vertical__label--MarginBottom: var(--pf-global--spacer--sm);
|
|
16
23
|
--pf-c-label-group__label--FontSize: var(--pf-global--FontSize--sm);
|
|
17
24
|
--pf-c-label-group__label--MaxWidth: 18ch;
|
|
18
25
|
--pf-c-label-group__close--MarginTop: calc(var(--pf-global--spacer--xs) * -1);
|
|
19
26
|
--pf-c-label-group__close--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
|
20
27
|
--pf-c-label-group--m-vertical__close--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
|
|
21
28
|
--pf-c-label-group--m-vertical__close--MarginRight: calc(var(--pf-global--spacer--form-element) * -1);
|
|
22
|
-
--pf-c-label-group--m-vertical__close--MarginLeft: var(--pf-global--spacer--sm);
|
|
23
29
|
--pf-c-label-group--m-vertical__close--c-button--PaddingRight: var(--pf-global--spacer--sm);
|
|
24
30
|
--pf-c-label-group--m-vertical__close--c-button--PaddingLeft: var(--pf-global--spacer--sm);
|
|
25
|
-
--pf-c-label-group__list-item--MarginRight: var(--pf-global--spacer--xs);
|
|
26
|
-
--pf-c-label-group__list-item--MarginBottom: var(--pf-global--spacer--xs);
|
|
27
31
|
--pf-c-label-group__textarea--MinWidth: 12.5rem;
|
|
28
32
|
--pf-c-label-group__textarea--PaddingTop: 0.125rem;
|
|
29
33
|
--pf-c-label-group__textarea--PaddingRight: var(--pf-global--spacer--xs);
|
|
30
34
|
--pf-c-label-group__textarea--PaddingBottom: 0;
|
|
31
35
|
--pf-c-label-group__textarea--PaddingLeft: var(--pf-global--spacer--xs);
|
|
32
36
|
display: inline-flex;
|
|
37
|
+
row-gap: var(--pf-c-label-group--RowGap);
|
|
38
|
+
column-gap: var(--pf-c-label-group--ColumnGap);
|
|
33
39
|
align-items: center;
|
|
34
40
|
}
|
|
35
41
|
.pf-c-label-group.pf-m-category {
|
|
@@ -42,11 +48,12 @@
|
|
|
42
48
|
border-radius: var(--pf-c-label-group--m-category--BorderRadius);
|
|
43
49
|
}
|
|
44
50
|
.pf-c-label-group.pf-m-vertical {
|
|
45
|
-
--pf-c-label-
|
|
46
|
-
--pf-c-label-
|
|
47
|
-
--pf-c-label-
|
|
48
|
-
--pf-c-label-
|
|
49
|
-
--pf-c-label-
|
|
51
|
+
--pf-c-label-group--RowGap: var(--pf-c-label-group-m-vertical--RowGap);
|
|
52
|
+
--pf-c-label-group--ColumnGap: var(--pf-c-label-group-m-vertical--ColumnGap);
|
|
53
|
+
--pf-c-label-group__main--RowGap: var(--pf-c-label-group-m-vertical__main--RowGap);
|
|
54
|
+
--pf-c-label-group__main--ColumnGap: var(--pf-c-label-group-m-vertical__main--ColumnGap);
|
|
55
|
+
--pf-c-label-group__list--RowGap: var(--pf-c-label-group-m-vertical__list--RowGap);
|
|
56
|
+
--pf-c-label-group__list--ColumnGap: var(--pf-c-label-group-m-vertical__list--ColumnGap);
|
|
50
57
|
--pf-c-label-group__close--MarginTop: var(--pf-c-label-group--m-vertical__close--MarginTop);
|
|
51
58
|
--pf-c-label-group__close--MarginLeft: var(--pf-c-label-group--m-vertical__close--MarginLeft);
|
|
52
59
|
--pf-c-label-group__close--MarginBottom: 0;
|
|
@@ -63,9 +70,6 @@
|
|
|
63
70
|
.pf-c-label-group.pf-m-vertical .pf-c-label-group__main {
|
|
64
71
|
flex-direction: column;
|
|
65
72
|
}
|
|
66
|
-
.pf-c-label-group.pf-m-vertical .pf-c-label-group__list-item:last-child {
|
|
67
|
-
--pf-c-label-group__list-item--MarginBottom: 0;
|
|
68
|
-
}
|
|
69
73
|
.pf-c-label-group.pf-m-vertical .pf-c-label-group__close .pf-c-button {
|
|
70
74
|
--pf-c-button--PaddingLeft: var(--pf-c-label-group--m-vertical__close--c-button--PaddingLeft);
|
|
71
75
|
--pf-c-button--PaddingRight: var(--pf-c-label-group--m-vertical__close--c-button--PaddingRight);
|
|
@@ -86,20 +90,20 @@
|
|
|
86
90
|
display: flex;
|
|
87
91
|
flex: 1;
|
|
88
92
|
flex-wrap: wrap;
|
|
93
|
+
row-gap: var(--pf-c-label-group__main--RowGap);
|
|
94
|
+
column-gap: var(--pf-c-label-group__main--ColumnGap);
|
|
89
95
|
align-items: baseline;
|
|
90
96
|
}
|
|
91
97
|
|
|
92
98
|
.pf-c-label-group__list {
|
|
93
99
|
display: inline-flex;
|
|
94
100
|
flex-wrap: wrap;
|
|
95
|
-
|
|
96
|
-
|
|
101
|
+
row-gap: var(--pf-c-label-group__list--RowGap);
|
|
102
|
+
column-gap: var(--pf-c-label-group__list--ColumnGap);
|
|
97
103
|
}
|
|
98
104
|
|
|
99
105
|
.pf-c-label-group__list-item {
|
|
100
106
|
display: inline-flex;
|
|
101
|
-
margin-right: var(--pf-c-label-group__list-item--MarginRight);
|
|
102
|
-
margin-bottom: var(--pf-c-label-group__list-item--MarginBottom);
|
|
103
107
|
}
|
|
104
108
|
|
|
105
109
|
.pf-c-label-group__label {
|
|
@@ -107,12 +111,12 @@
|
|
|
107
111
|
text-overflow: ellipsis;
|
|
108
112
|
white-space: nowrap;
|
|
109
113
|
max-width: var(--pf-c-label-group__label--MaxWidth);
|
|
110
|
-
margin-right: var(--pf-c-label-group__label--MarginRight);
|
|
111
|
-
margin-bottom: var(--pf-c-label-group__label--MarginBottom);
|
|
112
114
|
font-size: var(--pf-c-label-group__label--FontSize);
|
|
113
115
|
}
|
|
114
116
|
|
|
115
117
|
.pf-c-label-group__close {
|
|
118
|
+
display: flex;
|
|
119
|
+
align-self: start;
|
|
116
120
|
margin-top: var(--pf-c-label-group__close--MarginTop);
|
|
117
121
|
margin-right: var(--pf-c-label-group__close--MarginRight);
|
|
118
122
|
margin-bottom: var(--pf-c-label-group__close--MarginBottom);
|
|
@@ -1,7 +1,21 @@
|
|
|
1
1
|
.pf-c-label-group {
|
|
2
|
-
//
|
|
3
|
-
--pf-c-label-
|
|
4
|
-
--pf-c-label-
|
|
2
|
+
// Label group - spaces main with the close button
|
|
3
|
+
--pf-c-label-group--RowGap: var(--pf-global--spacer--sm);
|
|
4
|
+
--pf-c-label-group--ColumnGap: 0;
|
|
5
|
+
--pf-c-label-group-m-vertical--RowGap: var(--pf-global--spacer--sm);
|
|
6
|
+
--pf-c-label-group-m-vertical--ColumnGap: var(--pf-global--spacer--sm);
|
|
7
|
+
|
|
8
|
+
// Main - spaces the category label with the list
|
|
9
|
+
--pf-c-label-group__main--RowGap: var(--pf-global--spacer--xs);
|
|
10
|
+
--pf-c-label-group__main--ColumnGap: var(--pf-global--spacer--sm);
|
|
11
|
+
--pf-c-label-group-m-vertical__main--RowGap: var(--pf-global--spacer--sm);
|
|
12
|
+
--pf-c-label-group-m-vertical__main--ColumnGap: var(--pf-global--spacer--xs);
|
|
13
|
+
|
|
14
|
+
// List - spaces the items
|
|
15
|
+
--pf-c-label-group__list--RowGap: var(--pf-global--spacer--xs);
|
|
16
|
+
--pf-c-label-group__list--ColumnGap: var(--pf-global--spacer--xs);
|
|
17
|
+
--pf-c-label-group-m-vertical__list--RowGap: var(--pf-global--spacer--xs);
|
|
18
|
+
--pf-c-label-group-m-vertical__list--ColumnGap: var(--pf-global--spacer--xs);
|
|
5
19
|
|
|
6
20
|
// Category
|
|
7
21
|
--pf-c-label-group--m-category--PaddingTop: var(--pf-global--spacer--xs);
|
|
@@ -15,9 +29,6 @@
|
|
|
15
29
|
--pf-c-label-group--m-category--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
16
30
|
|
|
17
31
|
// Label
|
|
18
|
-
--pf-c-label-group__label--MarginRight: var(--pf-global--spacer--sm);
|
|
19
|
-
--pf-c-label-group__label--MarginBottom: 0;
|
|
20
|
-
--pf-c-label-group--m-vertical__label--MarginBottom: var(--pf-global--spacer--sm);
|
|
21
32
|
--pf-c-label-group__label--FontSize: var(--pf-global--FontSize--sm);
|
|
22
33
|
--pf-c-label-group__label--MaxWidth: 18ch;
|
|
23
34
|
|
|
@@ -26,14 +37,9 @@
|
|
|
26
37
|
--pf-c-label-group__close--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
|
27
38
|
--pf-c-label-group--m-vertical__close--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
|
|
28
39
|
--pf-c-label-group--m-vertical__close--MarginRight: calc(var(--pf-global--spacer--form-element) * -1);
|
|
29
|
-
--pf-c-label-group--m-vertical__close--MarginLeft: var(--pf-global--spacer--sm);
|
|
30
40
|
--pf-c-label-group--m-vertical__close--c-button--PaddingRight: var(--pf-global--spacer--sm);
|
|
31
41
|
--pf-c-label-group--m-vertical__close--c-button--PaddingLeft: var(--pf-global--spacer--sm);
|
|
32
42
|
|
|
33
|
-
// List item
|
|
34
|
-
--pf-c-label-group__list-item--MarginRight: var(--pf-global--spacer--xs);
|
|
35
|
-
--pf-c-label-group__list-item--MarginBottom: var(--pf-global--spacer--xs);
|
|
36
|
-
|
|
37
43
|
// Textarea
|
|
38
44
|
--pf-c-label-group__textarea--MinWidth: #{pf-size-prem(200px)};
|
|
39
45
|
--pf-c-label-group__textarea--PaddingTop: #{pf-size-prem(2px)};
|
|
@@ -42,6 +48,8 @@
|
|
|
42
48
|
--pf-c-label-group__textarea--PaddingLeft: var(--pf-global--spacer--xs);
|
|
43
49
|
|
|
44
50
|
display: inline-flex;
|
|
51
|
+
row-gap: var(--pf-c-label-group--RowGap);
|
|
52
|
+
column-gap: var(--pf-c-label-group--ColumnGap);
|
|
45
53
|
align-items: center;
|
|
46
54
|
|
|
47
55
|
&.pf-m-category {
|
|
@@ -55,11 +63,12 @@
|
|
|
55
63
|
}
|
|
56
64
|
|
|
57
65
|
&.pf-m-vertical {
|
|
58
|
-
--pf-c-label-
|
|
59
|
-
--pf-c-label-
|
|
60
|
-
--pf-c-label-
|
|
61
|
-
--pf-c-label-
|
|
62
|
-
--pf-c-label-
|
|
66
|
+
--pf-c-label-group--RowGap: var(--pf-c-label-group-m-vertical--RowGap);
|
|
67
|
+
--pf-c-label-group--ColumnGap: var(--pf-c-label-group-m-vertical--ColumnGap);
|
|
68
|
+
--pf-c-label-group__main--RowGap: var(--pf-c-label-group-m-vertical__main--RowGap);
|
|
69
|
+
--pf-c-label-group__main--ColumnGap: var(--pf-c-label-group-m-vertical__main--ColumnGap);
|
|
70
|
+
--pf-c-label-group__list--RowGap: var(--pf-c-label-group-m-vertical__list--RowGap);
|
|
71
|
+
--pf-c-label-group__list--ColumnGap: var(--pf-c-label-group-m-vertical__list--ColumnGap);
|
|
63
72
|
--pf-c-label-group__close--MarginTop: var(--pf-c-label-group--m-vertical__close--MarginTop);
|
|
64
73
|
--pf-c-label-group__close--MarginLeft: var(--pf-c-label-group--m-vertical__close--MarginLeft);
|
|
65
74
|
--pf-c-label-group__close--MarginBottom: 0;
|
|
@@ -79,10 +88,6 @@
|
|
|
79
88
|
flex-direction: column;
|
|
80
89
|
}
|
|
81
90
|
|
|
82
|
-
.pf-c-label-group__list-item:last-child {
|
|
83
|
-
--pf-c-label-group__list-item--MarginBottom: 0;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
91
|
.pf-c-label-group__close .pf-c-button {
|
|
87
92
|
--pf-c-button--PaddingLeft: var(--pf-c-label-group--m-vertical__close--c-button--PaddingLeft);
|
|
88
93
|
--pf-c-button--PaddingRight: var(--pf-c-label-group--m-vertical__close--c-button--PaddingRight);
|
|
@@ -109,32 +114,32 @@
|
|
|
109
114
|
display: flex;
|
|
110
115
|
flex: 1;
|
|
111
116
|
flex-wrap: wrap;
|
|
117
|
+
row-gap: var(--pf-c-label-group__main--RowGap);
|
|
118
|
+
column-gap: var(--pf-c-label-group__main--ColumnGap);
|
|
112
119
|
align-items: baseline;
|
|
113
120
|
}
|
|
114
121
|
|
|
115
122
|
.pf-c-label-group__list {
|
|
116
123
|
display: inline-flex;
|
|
117
124
|
flex-wrap: wrap;
|
|
118
|
-
|
|
119
|
-
|
|
125
|
+
row-gap: var(--pf-c-label-group__list--RowGap);
|
|
126
|
+
column-gap: var(--pf-c-label-group__list--ColumnGap);
|
|
120
127
|
}
|
|
121
128
|
|
|
122
129
|
.pf-c-label-group__list-item {
|
|
123
130
|
display: inline-flex;
|
|
124
|
-
margin-right: var(--pf-c-label-group__list-item--MarginRight);
|
|
125
|
-
margin-bottom: var(--pf-c-label-group__list-item--MarginBottom);
|
|
126
131
|
}
|
|
127
132
|
|
|
128
133
|
.pf-c-label-group__label {
|
|
129
134
|
@include pf-text-overflow;
|
|
130
135
|
|
|
131
136
|
max-width: var(--pf-c-label-group__label--MaxWidth);
|
|
132
|
-
margin-right: var(--pf-c-label-group__label--MarginRight);
|
|
133
|
-
margin-bottom: var(--pf-c-label-group__label--MarginBottom);
|
|
134
137
|
font-size: var(--pf-c-label-group__label--FontSize);
|
|
135
138
|
}
|
|
136
139
|
|
|
137
140
|
.pf-c-label-group__close {
|
|
141
|
+
display: flex;
|
|
142
|
+
align-self: start;
|
|
138
143
|
margin-top: var(--pf-c-label-group__close--MarginTop);
|
|
139
144
|
margin-right: var(--pf-c-label-group__close--MarginRight);
|
|
140
145
|
margin-bottom: var(--pf-c-label-group__close--MarginBottom);
|
|
@@ -7,27 +7,6 @@
|
|
|
7
7
|
--pf-global--link--Color--hover: var(--pf-global--link--Color--light);
|
|
8
8
|
--pf-global--BackgroundColor--100: var(--pf-global--BackgroundColor--dark-100);
|
|
9
9
|
}
|
|
10
|
-
.pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card {
|
|
11
|
-
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-200);
|
|
12
|
-
}
|
|
13
|
-
.pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button {
|
|
14
|
-
--pf-c-button--m-primary--Color: var(--pf-global--primary-color--dark-100);
|
|
15
|
-
--pf-c-button--m-primary--hover--Color: var(--pf-global--primary-color--dark-100);
|
|
16
|
-
--pf-c-button--m-primary--focus--Color: var(--pf-global--primary-color--dark-100);
|
|
17
|
-
--pf-c-button--m-primary--active--Color: var(--pf-global--primary-color--dark-100);
|
|
18
|
-
--pf-c-button--m-primary--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
|
|
19
|
-
--pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
|
20
|
-
--pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
|
21
|
-
--pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
|
22
|
-
--pf-c-button--m-secondary--Color: var(--pf-global--Color--light-100);
|
|
23
|
-
--pf-c-button--m-secondary--hover--Color: var(--pf-global--Color--light-100);
|
|
24
|
-
--pf-c-button--m-secondary--focus--Color: var(--pf-global--Color--light-100);
|
|
25
|
-
--pf-c-button--m-secondary--active--Color: var(--pf-global--Color--light-100);
|
|
26
|
-
--pf-c-button--m-secondary--BorderColor: var(--pf-global--Color--light-100);
|
|
27
|
-
--pf-c-button--m-secondary--hover--BorderColor: var(--pf-global--Color--light-100);
|
|
28
|
-
--pf-c-button--m-secondary--focus--BorderColor: var(--pf-global--Color--light-100);
|
|
29
|
-
--pf-c-button--m-secondary--active--BorderColor: var(--pf-global--Color--light-100);
|
|
30
|
-
}
|
|
31
10
|
|
|
32
11
|
.pf-c-log-viewer {
|
|
33
12
|
--pf-c-log-viewer--Height: 100%;
|
|
@@ -216,23 +195,6 @@
|
|
|
216
195
|
--pf-global--link--Color--hover: #73bcf7;
|
|
217
196
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
218
197
|
}
|
|
219
|
-
:where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card {
|
|
220
|
-
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
221
|
-
}
|
|
222
|
-
:where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button {
|
|
223
|
-
--pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
|
|
224
|
-
--pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
|
|
225
|
-
--pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
|
|
226
|
-
--pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
|
|
227
|
-
--pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
|
|
228
|
-
--pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
|
|
229
|
-
--pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
|
|
230
|
-
--pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
|
|
231
|
-
--pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
|
|
232
|
-
--pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
|
|
233
|
-
--pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
|
|
234
|
-
--pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
|
|
235
|
-
}
|
|
236
198
|
|
|
237
199
|
:where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main {
|
|
238
200
|
color: var(--pf-global--Color--100);
|
|
@@ -7,32 +7,10 @@
|
|
|
7
7
|
--pf-global--link--Color--hover: var(--pf-global--link--Color--light);
|
|
8
8
|
--pf-global--BackgroundColor--100: var(--pf-global--BackgroundColor--dark-100);
|
|
9
9
|
}
|
|
10
|
-
.pf-c-login__footer .pf-c-card, .pf-c-login__header .pf-c-card {
|
|
11
|
-
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-200);
|
|
12
|
-
}
|
|
13
|
-
.pf-c-login__footer .pf-c-button, .pf-c-login__header .pf-c-button {
|
|
14
|
-
--pf-c-button--m-primary--Color: var(--pf-global--primary-color--dark-100);
|
|
15
|
-
--pf-c-button--m-primary--hover--Color: var(--pf-global--primary-color--dark-100);
|
|
16
|
-
--pf-c-button--m-primary--focus--Color: var(--pf-global--primary-color--dark-100);
|
|
17
|
-
--pf-c-button--m-primary--active--Color: var(--pf-global--primary-color--dark-100);
|
|
18
|
-
--pf-c-button--m-primary--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
|
|
19
|
-
--pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
|
20
|
-
--pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
|
21
|
-
--pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
|
22
|
-
--pf-c-button--m-secondary--Color: var(--pf-global--Color--light-100);
|
|
23
|
-
--pf-c-button--m-secondary--hover--Color: var(--pf-global--Color--light-100);
|
|
24
|
-
--pf-c-button--m-secondary--focus--Color: var(--pf-global--Color--light-100);
|
|
25
|
-
--pf-c-button--m-secondary--active--Color: var(--pf-global--Color--light-100);
|
|
26
|
-
--pf-c-button--m-secondary--BorderColor: var(--pf-global--Color--light-100);
|
|
27
|
-
--pf-c-button--m-secondary--hover--BorderColor: var(--pf-global--Color--light-100);
|
|
28
|
-
--pf-c-button--m-secondary--focus--BorderColor: var(--pf-global--Color--light-100);
|
|
29
|
-
--pf-c-button--m-secondary--active--BorderColor: var(--pf-global--Color--light-100);
|
|
30
|
-
}
|
|
31
10
|
|
|
32
11
|
.pf-c-login {
|
|
33
12
|
--pf-c-login--PaddingTop: var(--pf-global--spacer--lg);
|
|
34
13
|
--pf-c-login--PaddingBottom: var(--pf-global--spacer--lg);
|
|
35
|
-
--pf-c-login--xl--BackgroundImage: none;
|
|
36
14
|
--pf-c-login__container--xl--GridColumnGap: var(--pf-global--spacer--3xl);
|
|
37
15
|
--pf-c-login__container--MaxWidth: 31.25rem;
|
|
38
16
|
--pf-c-login__container--xl--MaxWidth: none;
|
|
@@ -46,8 +24,9 @@
|
|
|
46
24
|
--pf-c-login__header--xl--MarginTop: var(--pf-global--spacer--3xl);
|
|
47
25
|
--pf-c-login__header--c-brand--MarginBottom: var(--pf-global--spacer--lg);
|
|
48
26
|
--pf-c-login__header--c-brand--xl--MarginBottom: var(--pf-global--spacer--2xl);
|
|
49
|
-
--pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--
|
|
27
|
+
--pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
50
28
|
--pf-c-login__main--MarginBottom: var(--pf-global--spacer--lg);
|
|
29
|
+
--pf-c-login__main--BoxShadow: var(--pf-global--BoxShadow--xl);
|
|
51
30
|
--pf-c-login__main-header--PaddingTop: var(--pf-global--spacer--2xl);
|
|
52
31
|
--pf-c-login__main-header--PaddingRight: var(--pf-global--spacer--xl);
|
|
53
32
|
--pf-c-login__main-header--PaddingBottom: var(--pf-global--spacer--md);
|
|
@@ -81,7 +60,8 @@
|
|
|
81
60
|
--pf-c-login__main-footer-band--PaddingRight: var(--pf-global--spacer--md);
|
|
82
61
|
--pf-c-login__main-footer-band--PaddingBottom: var(--pf-global--spacer--lg);
|
|
83
62
|
--pf-c-login__main-footer-band--PaddingLeft: var(--pf-global--spacer--md);
|
|
84
|
-
--pf-c-login__main-footer-band--
|
|
63
|
+
--pf-c-login__main-footer-band--BorderTopColor: var(--pf-global--BorderColor--100);
|
|
64
|
+
--pf-c-login__main-footer-band--BorderTopWidth: var(--pf-global--BorderWidth--sm);
|
|
85
65
|
--pf-c-login__main-footer-band-item--PaddingTop: var(--pf-global--spacer--md);
|
|
86
66
|
--pf-c-login__footer--PaddingLeft: var(--pf-global--spacer--md);
|
|
87
67
|
--pf-c-login__footer--PaddingRight: var(--pf-global--spacer--md);
|
|
@@ -139,11 +119,6 @@
|
|
|
139
119
|
--pf-c-login__footer--c-list--PaddingTop: var(--pf-c-login__footer--c-list--xl--PaddingTop);
|
|
140
120
|
}
|
|
141
121
|
}
|
|
142
|
-
@media (min-width: 1200px) {
|
|
143
|
-
.pf-c-login {
|
|
144
|
-
background-image: var(--pf-c-login--xl--BackgroundImage);
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
122
|
@media (min-width: 576px) {
|
|
148
123
|
.pf-c-login {
|
|
149
124
|
align-items: center;
|
|
@@ -157,10 +132,10 @@
|
|
|
157
132
|
@media (min-width: 1200px) {
|
|
158
133
|
.pf-c-login__container {
|
|
159
134
|
display: grid;
|
|
160
|
-
justify-content: center;
|
|
161
|
-
grid-column-gap: var(--pf-c-login__container--xl--GridColumnGap);
|
|
162
|
-
grid-template-columns: var(--pf-c-login__container--xl--GridTemplateColumns);
|
|
163
135
|
grid-template-areas: "main header" "main footer" "main .";
|
|
136
|
+
grid-template-columns: var(--pf-c-login__container--xl--GridTemplateColumns);
|
|
137
|
+
grid-column-gap: var(--pf-c-login__container--xl--GridColumnGap);
|
|
138
|
+
justify-content: center;
|
|
164
139
|
padding-right: var(--pf-c-login__container--PaddingRight);
|
|
165
140
|
padding-left: var(--pf-c-login__container--PaddingLeft);
|
|
166
141
|
}
|
|
@@ -182,10 +157,11 @@
|
|
|
182
157
|
}
|
|
183
158
|
|
|
184
159
|
.pf-c-login__main {
|
|
160
|
+
grid-area: main;
|
|
185
161
|
align-self: start;
|
|
186
162
|
margin-bottom: var(--pf-c-login__main--MarginBottom);
|
|
187
163
|
background-color: var(--pf-c-login__main--BackgroundColor);
|
|
188
|
-
|
|
164
|
+
box-shadow: var(--pf-c-login__main--BoxShadow);
|
|
189
165
|
}
|
|
190
166
|
.pf-c-login__main > :first-child:not(.pf-c-login__main-header) {
|
|
191
167
|
padding-top: var(--pf-c-login__main-header--PaddingTop);
|
|
@@ -197,8 +173,8 @@
|
|
|
197
173
|
.pf-c-login__main-header {
|
|
198
174
|
display: grid;
|
|
199
175
|
grid-template-columns: 100%;
|
|
200
|
-
column-gap: var(--pf-c-login__main-header--ColumnGap);
|
|
201
176
|
row-gap: var(--pf-c-login__main-header--RowGap);
|
|
177
|
+
column-gap: var(--pf-c-login__main-header--ColumnGap);
|
|
202
178
|
align-items: center;
|
|
203
179
|
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);
|
|
204
180
|
}
|
|
@@ -210,26 +186,26 @@
|
|
|
210
186
|
|
|
211
187
|
.pf-c-login__main-header-utilities,
|
|
212
188
|
.pf-c-login__main-header .pf-c-dropdown {
|
|
213
|
-
grid-column: auto;
|
|
214
189
|
grid-row: auto;
|
|
190
|
+
grid-column: auto;
|
|
215
191
|
}
|
|
216
192
|
@media (min-width: 768px) {
|
|
217
193
|
.pf-c-login__main-header-utilities,
|
|
218
|
-
.pf-c-login__main-header .pf-c-dropdown {
|
|
219
|
-
grid-column: 2/3;
|
|
194
|
+
.pf-c-login__main-header .pf-c-dropdown {
|
|
220
195
|
grid-row: 1;
|
|
196
|
+
grid-column: 2/3;
|
|
221
197
|
}
|
|
222
198
|
}
|
|
223
199
|
|
|
224
200
|
.pf-c-login__main-header-utilities .pf-c-dropdown {
|
|
225
|
-
grid-column: auto;
|
|
226
201
|
grid-row: auto;
|
|
202
|
+
grid-column: auto;
|
|
227
203
|
}
|
|
228
204
|
|
|
229
205
|
.pf-c-login__main-header-desc {
|
|
206
|
+
grid-column: 1/-1;
|
|
230
207
|
margin-bottom: var(--pf-c-login__main-header-desc--MarginBottom);
|
|
231
208
|
font-size: var(--pf-c-login__main-header-desc--FontSize);
|
|
232
|
-
grid-column: 1/-1;
|
|
233
209
|
}
|
|
234
210
|
|
|
235
211
|
.pf-c-login__main-body {
|
|
@@ -264,11 +240,11 @@
|
|
|
264
240
|
}
|
|
265
241
|
|
|
266
242
|
.pf-c-login__main-footer-links-item-link svg {
|
|
267
|
-
fill: var(--pf-c-login__main-footer-links-item-link-svg--Fill);
|
|
268
243
|
width: 100%;
|
|
269
244
|
max-width: var(--pf-c-login__main-footer-links-item-link-svg--Width);
|
|
270
245
|
height: 100%;
|
|
271
246
|
max-height: var(--pf-c-login__main-footer-links-item-link-svg--Height);
|
|
247
|
+
fill: var(--pf-c-login__main-footer-links-item-link-svg--Fill);
|
|
272
248
|
}
|
|
273
249
|
.pf-c-login__main-footer-links-item-link:hover svg {
|
|
274
250
|
fill: var(--pf-c-login__main-footer-links-item-link-svg--hover--Fill);
|
|
@@ -277,7 +253,7 @@
|
|
|
277
253
|
.pf-c-login__main-footer-band {
|
|
278
254
|
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);
|
|
279
255
|
text-align: center;
|
|
280
|
-
|
|
256
|
+
border-top: var(--pf-c-login__main-footer-band--BorderTopWidth) solid var(--pf-c-login__main-footer-band--BorderTopColor);
|
|
281
257
|
}
|
|
282
258
|
.pf-c-login__main-footer-band > * + * {
|
|
283
259
|
padding-top: var(--pf-c-login__main-footer-band-item--PaddingTop);
|
|
@@ -306,26 +282,10 @@
|
|
|
306
282
|
--pf-global--link--Color--hover: #73bcf7;
|
|
307
283
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
308
284
|
}
|
|
309
|
-
:where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
310
|
-
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card {
|
|
311
|
-
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
312
|
-
}
|
|
313
|
-
:where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
314
|
-
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button {
|
|
315
|
-
--pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
|
|
316
|
-
--pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
|
|
317
|
-
--pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
|
|
318
|
-
--pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
|
|
319
|
-
--pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
|
|
320
|
-
--pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
|
|
321
|
-
--pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
|
|
322
|
-
--pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
|
|
323
|
-
--pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
|
|
324
|
-
--pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
|
|
325
|
-
--pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
|
|
326
|
-
--pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
|
|
327
|
-
}
|
|
328
285
|
|
|
286
|
+
:where(.pf-theme-dark) .pf-c-login {
|
|
287
|
+
--pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
288
|
+
}
|
|
329
289
|
:where(.pf-theme-dark) .pf-c-login__header,
|
|
330
290
|
:where(.pf-theme-dark) .pf-c-login__footer {
|
|
331
291
|
color: var(--pf-global--Color--100);
|