@patternfly/patternfly 6.0.0-alpha.1 → 6.0.0-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -3
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +6 -129
- package/base/_common.scss +21 -0
- package/base/_globals.scss +14 -14
- package/base/_variables.scss +12 -0
- package/base/patternfly-common.css +16 -2
- package/base/patternfly-globals.css +13 -14
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/base/patternfly-variables.css +865 -0
- package/base/tokens/_tokens-dark.scss +331 -0
- package/base/tokens/_tokens-default.scss +379 -0
- package/base/tokens/_tokens-font.scss +96 -0
- package/base/tokens/_tokens-palette.scss +75 -0
- package/components/AboutModalBox/about-modal-box.css +23 -12
- package/components/AboutModalBox/about-modal-box.scss +25 -12
- package/components/Accordion/accordion.css +33 -20
- package/components/Accordion/accordion.scss +32 -20
- package/components/ActionList/action-list.css +2 -2
- package/components/ActionList/action-list.scss +2 -2
- package/components/Alert/alert-group.css +27 -20
- package/components/Alert/alert-group.scss +27 -20
- package/components/Alert/alert.css +74 -95
- package/components/Alert/alert.scss +76 -89
- package/components/AppLauncher/app-launcher.css +32 -23
- package/components/AppLauncher/app-launcher.scss +32 -23
- package/components/BackToTop/back-to-top.css +2 -2
- package/components/BackToTop/back-to-top.scss +2 -2
- package/components/Backdrop/backdrop.css +2 -2
- package/components/Backdrop/backdrop.scss +2 -2
- package/components/BackgroundImage/background-image.css +6 -3
- package/components/BackgroundImage/background-image.scss +8 -3
- package/components/Badge/badge.css +2 -2
- package/components/Badge/badge.scss +2 -2
- package/components/Banner/banner.css +5 -5
- package/components/Banner/banner.scss +5 -2
- package/components/Breadcrumb/breadcrumb.css +9 -3
- package/components/Breadcrumb/breadcrumb.scss +8 -3
- package/components/Button/button.css +167 -195
- package/components/Button/button.scss +187 -157
- package/components/Button/themes/dark/button.scss +1 -1
- package/components/CalendarMonth/calendar-month.css +25 -15
- package/components/CalendarMonth/calendar-month.scss +23 -15
- package/components/Card/card.css +25 -17
- package/components/Card/card.scss +24 -17
- package/components/Check/check.css +2 -2
- package/components/Check/check.scss +2 -2
- package/components/Chip/chip-group.css +6 -6
- package/components/Chip/chip-group.scss +6 -6
- package/components/Chip/chip.css +16 -9
- package/components/Chip/chip.scss +17 -9
- package/components/ClipboardCopy/clipboard-copy.css +19 -10
- package/components/ClipboardCopy/clipboard-copy.scss +16 -8
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
- package/components/CodeBlock/code-block.css +6 -3
- package/components/CodeBlock/code-block.scss +6 -3
- package/components/CodeEditor/code-editor.css +31 -22
- package/components/CodeEditor/code-editor.scss +30 -21
- package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
- package/components/Content/content.css +100 -97
- package/components/Content/content.scss +101 -98
- package/components/ContextSelector/context-selector.css +41 -26
- package/components/ContextSelector/context-selector.scss +40 -25
- package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
- package/components/DataList/data-list-grid.css +21 -21
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +69 -56
- package/components/DataList/data-list.scss +47 -35
- package/components/DatePicker/date-picker.css +8 -8
- package/components/DatePicker/date-picker.scss +8 -8
- package/components/DescriptionList/description-list.css +8 -5
- package/components/DescriptionList/description-list.scss +8 -5
- package/components/DragDrop/drag-drop.css +8 -8
- package/components/DragDrop/drag-drop.scss +8 -8
- package/components/Drawer/drawer.css +120 -61
- package/components/Drawer/drawer.scss +92 -43
- package/components/Dropdown/dropdown.css +75 -66
- package/components/Dropdown/dropdown.scss +65 -56
- package/components/DualListSelector/dual-list-selector.css +29 -15
- package/components/DualListSelector/dual-list-selector.scss +30 -15
- package/components/EmptyState/empty-state.css +7 -4
- package/components/EmptyState/empty-state.scss +7 -4
- package/components/ExpandableSection/expandable-section.css +17 -10
- package/components/ExpandableSection/expandable-section.scss +15 -10
- package/components/FileUpload/file-upload.css +9 -15
- package/components/FileUpload/file-upload.scss +9 -15
- package/components/Form/form.css +53 -50
- package/components/Form/form.scss +46 -44
- package/components/FormControl/form-control.css +18 -9
- package/components/FormControl/form-control.scss +18 -9
- package/components/HelperText/helper-text.css +1 -1
- package/components/HelperText/helper-text.scss +1 -1
- package/components/Hint/hint.css +9 -6
- package/components/Hint/hint.scss +9 -6
- package/components/Icon/icon.css +1 -1
- package/components/Icon/icon.scss +1 -1
- package/components/InlineEdit/inline-edit.css +4 -4
- package/components/InlineEdit/inline-edit.scss +4 -4
- package/components/InputGroup/input-group.css +12 -6
- package/components/InputGroup/input-group.scss +11 -5
- package/components/InputGroup/themes/dark/input-group.scss +1 -1
- package/components/JumpLinks/jump-links.css +27 -24
- package/components/JumpLinks/jump-links.scss +26 -24
- package/components/Label/label-group.css +13 -10
- package/components/Label/label-group.scss +13 -10
- package/components/Label/label.css +9 -9
- package/components/Label/label.scss +9 -9
- package/components/List/list.css +9 -9
- package/components/List/list.scss +9 -9
- package/components/LogViewer/log-viewer.css +14 -14
- package/components/LogViewer/log-viewer.scss +14 -14
- package/components/Login/login.css +36 -27
- package/components/Login/login.scss +36 -27
- package/components/Masthead/masthead.css +68 -125
- package/components/Masthead/masthead.scss +123 -153
- package/components/Menu/menu.css +79 -65
- package/components/Menu/menu.scss +80 -68
- package/components/MenuToggle/menu-toggle.css +89 -99
- package/components/MenuToggle/menu-toggle.scss +92 -108
- package/components/ModalBox/modal-box.css +19 -19
- package/components/ModalBox/modal-box.scss +20 -20
- package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
- package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
- package/components/Nav/nav.css +162 -133
- package/components/Nav/nav.scss +162 -135
- package/components/Nav/themes/dark/nav.scss +2 -2
- package/components/NotificationBadge/notification-badge.css +66 -85
- package/components/NotificationBadge/notification-badge.scss +72 -103
- package/components/NotificationDrawer/notification-drawer.css +32 -19
- package/components/NotificationDrawer/notification-drawer.scss +30 -19
- package/components/NumberInput/number-input.css +2 -2
- package/components/NumberInput/number-input.scss +2 -2
- package/components/OptionsMenu/options-menu.css +43 -31
- package/components/OptionsMenu/options-menu.scss +43 -31
- package/components/OverflowMenu/overflow-menu.css +2 -2
- package/components/OverflowMenu/overflow-menu.scss +2 -2
- package/components/Page/page.css +203 -135
- package/components/Page/page.scss +149 -108
- package/components/Page/themes/dark/page.scss +1 -1
- package/components/Pagination/pagination.css +27 -17
- package/components/Pagination/pagination.scss +25 -17
- package/components/Panel/panel.css +13 -7
- package/components/Panel/panel.scss +13 -7
- package/components/Popover/popover.css +72 -40
- package/components/Popover/popover.scss +95 -75
- package/components/Progress/progress.css +9 -7
- package/components/Progress/progress.scss +12 -7
- package/components/ProgressStepper/progress-stepper.css +26 -20
- package/components/ProgressStepper/progress-stepper.scss +25 -19
- package/components/Radio/radio.css +3 -3
- package/components/Radio/radio.scss +3 -3
- package/components/Select/select.css +56 -47
- package/components/Select/select.scss +56 -47
- package/components/Sidebar/sidebar.css +11 -5
- package/components/Sidebar/sidebar.scss +11 -5
- package/components/SimpleList/simple-list.css +10 -4
- package/components/SimpleList/simple-list.scss +10 -4
- package/components/Skeleton/skeleton.css +6 -5
- package/components/Skeleton/skeleton.scss +4 -5
- package/components/SkipToContent/skip-to-content.css +3 -3
- package/components/SkipToContent/skip-to-content.scss +3 -3
- package/components/Slider/slider.css +47 -26
- package/components/Slider/slider.scss +56 -28
- package/components/Switch/switch.css +9 -5
- package/components/Switch/switch.scss +10 -6
- package/components/TabContent/tab-content.css +4 -1
- package/components/TabContent/tab-content.scss +4 -1
- package/components/Table/table-grid.css +264 -203
- package/components/Table/table-grid.scss +61 -47
- package/components/Table/table-scrollable.css +4 -4
- package/components/Table/table-scrollable.scss +6 -4
- package/components/Table/table-tree-view.css +112 -105
- package/components/Table/table-tree-view.scss +38 -33
- package/components/Table/table.css +181 -158
- package/components/Table/table.scss +181 -164
- package/components/Tabs/tabs.css +76 -48
- package/components/Tabs/tabs.scss +74 -48
- package/components/TextInputGroup/text-input-group.css +15 -15
- package/components/TextInputGroup/text-input-group.scss +15 -15
- package/components/Tile/tile.css +10 -10
- package/components/Tile/tile.scss +10 -10
- package/components/ToggleGroup/toggle-group.css +14 -11
- package/components/ToggleGroup/toggle-group.scss +14 -11
- package/components/Toolbar/toolbar.css +48 -43
- package/components/Toolbar/toolbar.scss +29 -23
- package/components/Tooltip/tooltip.css +60 -28
- package/components/Tooltip/tooltip.scss +76 -56
- package/components/TreeView/tree-view.css +48 -27
- package/components/TreeView/tree-view.scss +50 -28
- package/components/Truncate/truncate.css +9 -0
- package/components/Truncate/truncate.scss +16 -3
- package/components/Wizard/wizard.css +57 -36
- package/components/Wizard/wizard.scss +57 -36
- package/docs/components/Alert/examples/Alert.md +1 -1
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +15 -3
- package/docs/components/Card/examples/Card.md +15 -15
- package/docs/components/Check/examples/Check.md +71 -59
- package/docs/components/Chip/examples/Chip.md +1 -1
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
- package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
- package/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
- package/docs/components/Label/examples/Label.md +1 -1
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +120 -30
- package/docs/components/Masthead/examples/masthead.md +7 -54
- package/docs/components/Menu/examples/Menu.css +8 -0
- package/docs/components/Menu/examples/Menu.md +90 -73
- package/docs/components/MenuToggle/examples/MenuToggle.md +102 -81
- package/docs/components/ModalBox/examples/ModalBox.css +3 -8
- package/docs/components/Nav/examples/Navigation.css +3 -25
- package/docs/components/Nav/examples/Navigation.md +99 -0
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
- package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
- package/docs/components/Popover/examples/Popover.css +4 -9
- package/docs/components/Radio/examples/Radio.md +63 -55
- package/docs/components/Select/deprecated/Select.md +184 -177
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +2 -2
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Toolbar/examples/Toolbar.md +525 -431
- package/docs/components/Tooltip/examples/Tooltip.css +4 -0
- package/docs/components/Tooltip/examples/Tooltip.md +3 -1
- package/docs/components/Truncate/examples/Truncate.md +2 -2
- package/docs/demos/AboutModal/examples/AboutModal.md +83 -8
- package/docs/demos/Alert/examples/Alert.md +249 -24
- package/docs/demos/BackToTop/examples/BackToTop.md +83 -8
- package/docs/demos/Banner/examples/Banner.md +168 -16
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +26 -10
- package/docs/demos/CardView/examples/CardView.md +107 -28
- package/docs/demos/ContextSelector/examples/ContextSelector.md +332 -32
- package/docs/demos/Dashboard/examples/Dashboard.md +86 -11
- package/docs/demos/DataList/examples/DataList.md +340 -34
- package/docs/demos/DescriptionList/examples/DescriptionList.md +249 -24
- package/docs/demos/Drawer/examples/Drawer.md +415 -40
- package/docs/demos/JumpLinks/examples/JumpLinks.md +498 -48
- package/docs/demos/Masthead/examples/Masthead.md +742 -67
- package/docs/demos/Modal/examples/Modal.md +498 -48
- package/docs/demos/Nav/examples/Nav.md +664 -64
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +415 -40
- package/docs/demos/Page/examples/Page.md +747 -72
- package/docs/demos/Page/examples/Penta.md +746 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +741 -180
- package/docs/demos/Skeleton/examples/Skeleton.md +90 -43
- package/docs/demos/Table/examples/Table.md +1581 -372
- package/docs/demos/Tabs/examples/Tabs.md +526 -69
- package/docs/demos/Toolbar/examples/Toolbar.css +5 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +210 -60
- package/docs/demos/Wizard/examples/Wizard.md +747 -72
- package/docs/layouts/Flex/examples/Flex.md +5 -5
- package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
- package/icons/pficons.mjs +1 -0
- package/layouts/Flex/flex.css +115 -43
- package/layouts/Flex/flex.scss +20 -8
- package/package.json +9 -5
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +886 -3
- package/patternfly-base-no-globals.css +886 -3
- package/patternfly-base-theme-dark-unversioned.css +899 -17
- package/patternfly-base.css +899 -17
- package/patternfly-no-globals.css +4239 -2698
- package/patternfly-theme-dark-unversioned.css +4252 -2712
- package/patternfly.css +4252 -2712
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -0
- package/sass-utilities/mixins.scss +62 -2
- package/sass-utilities/scss-variables.scss +8 -8
- package/sass-utilities/themes/dark/mixins.scss +3 -1
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
- package/components/Alert/themes/dark/alert.scss +0 -17
- package/components/Masthead/themes/dark/masthead.scss +0 -14
- package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
--pf-v5-c-text-input-group__text-input--PaddingLeft: var(--pf-v5-c-text-input-group__main--m-icon__text-input--PaddingLeft);
|
|
68
68
|
}
|
|
69
69
|
.pf-v5-c-text-input-group__main > :first-child:not(.pf-v5-c-text-input-group__text) {
|
|
70
|
-
margin-
|
|
70
|
+
margin-inline-start: var(--pf-v5-c-text-input-group__main--first-child--not--text-input--MarginLeft);
|
|
71
71
|
}
|
|
72
72
|
.pf-v5-c-text-input-group__main .pf-v5-c-chip-group__main {
|
|
73
|
-
padding-
|
|
74
|
-
padding-
|
|
75
|
-
padding-
|
|
73
|
+
padding-block-start: var(--pf-v5-c-text-input-group--c-chip-group__main--PaddingTop);
|
|
74
|
+
padding-block-end: var(--pf-v5-c-text-input-group--c-chip-group__main--PaddingBottom);
|
|
75
|
+
padding-inline-end: var(--pf-v5-c-text-input-group--c-chip-group__main--PaddingRight);
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
.pf-v5-c-text-input-group__text {
|
|
@@ -83,10 +83,7 @@
|
|
|
83
83
|
}
|
|
84
84
|
.pf-v5-c-text-input-group__text::before, .pf-v5-c-text-input-group__text::after {
|
|
85
85
|
position: absolute;
|
|
86
|
-
|
|
87
|
-
right: 0;
|
|
88
|
-
bottom: 0;
|
|
89
|
-
left: 0;
|
|
86
|
+
inset: 0;
|
|
90
87
|
pointer-events: none;
|
|
91
88
|
content: "";
|
|
92
89
|
}
|
|
@@ -94,7 +91,7 @@
|
|
|
94
91
|
border: var(--pf-v5-c-text-input-group__text--before--BorderWidth) solid var(--pf-v5-c-text-input-group__text--before--BorderColor);
|
|
95
92
|
}
|
|
96
93
|
.pf-v5-c-text-input-group__text::after {
|
|
97
|
-
border-
|
|
94
|
+
border-block-end: var(--pf-v5-c-text-input-group__text--after--BorderBottomWidth) solid var(--pf-v5-c-text-input-group__text--after--BorderBottomColor);
|
|
98
95
|
}
|
|
99
96
|
.pf-v5-c-text-input-group__text:focus-within {
|
|
100
97
|
--pf-v5-c-text-input-group__text--after--BorderBottomWidth: var(--pf-v5-c-text-input-group__text--focus-within--after--BorderBottomWidth);
|
|
@@ -103,8 +100,8 @@
|
|
|
103
100
|
|
|
104
101
|
.pf-v5-c-text-input-group__icon {
|
|
105
102
|
position: absolute;
|
|
106
|
-
|
|
107
|
-
|
|
103
|
+
inset-block-start: 50%;
|
|
104
|
+
inset-inline-start: var(--pf-v5-c-text-input-group__icon--Left);
|
|
108
105
|
color: var(--pf-v5-c-text-input-group__icon--Color);
|
|
109
106
|
transform: translateY(var(--pf-v5-c-text-input-group__icon--TranslateY));
|
|
110
107
|
}
|
|
@@ -116,7 +113,10 @@
|
|
|
116
113
|
position: relative;
|
|
117
114
|
width: 100%;
|
|
118
115
|
min-width: var(--pf-v5-c-text-input-group__text-input--MinWidth);
|
|
119
|
-
padding: var(--pf-v5-c-text-input-group__text-input--PaddingTop)
|
|
116
|
+
padding-block-start: var(--pf-v5-c-text-input-group__text-input--PaddingTop);
|
|
117
|
+
padding-block-end: var(--pf-v5-c-text-input-group__text-input--PaddingBottom);
|
|
118
|
+
padding-inline-start: var(--pf-v5-c-text-input-group__text-input--PaddingLeft);
|
|
119
|
+
padding-inline-end: var(--pf-v5-c-text-input-group__text-input--PaddingRight);
|
|
120
120
|
background-color: var(--pf-v5-c-text-input-group__text-input--BackgroundColor);
|
|
121
121
|
border: 0;
|
|
122
122
|
}
|
|
@@ -133,11 +133,11 @@
|
|
|
133
133
|
.pf-v5-c-text-input-group__utilities {
|
|
134
134
|
display: flex;
|
|
135
135
|
align-items: center;
|
|
136
|
-
margin-
|
|
137
|
-
margin-
|
|
136
|
+
margin-inline-start: var(--pf-v5-c-text-input-group__utilities--MarginLeft);
|
|
137
|
+
margin-inline-end: var(--pf-v5-c-text-input-group__utilities--MarginRight);
|
|
138
138
|
}
|
|
139
139
|
.pf-v5-c-text-input-group__utilities > * + * {
|
|
140
|
-
margin-
|
|
140
|
+
margin-inline-start: var(--pf-v5-c-text-input-group__utilities--child--MarginLeft);
|
|
141
141
|
}
|
|
142
142
|
.pf-v5-c-text-input-group__utilities .pf-v5-c-button {
|
|
143
143
|
--pf-v5-c-button--PaddingRight: var(--pf-v5-c-text-input-group__utilities--c-button--PaddingRight);
|
|
@@ -95,13 +95,13 @@
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
> :first-child:not(.#{$text-input-group}__text) {
|
|
98
|
-
margin-
|
|
98
|
+
margin-inline-start: var(--#{$text-input-group}__main--first-child--not--text-input--MarginLeft);
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
.#{$chip-group}__main {
|
|
102
|
-
padding-
|
|
103
|
-
padding-
|
|
104
|
-
padding-
|
|
102
|
+
padding-block-start: var(--#{$text-input-group}--c-chip-group__main--PaddingTop);
|
|
103
|
+
padding-block-end: var(--#{$text-input-group}--c-chip-group__main--PaddingBottom);
|
|
104
|
+
padding-inline-end: var(--#{$text-input-group}--c-chip-group__main--PaddingRight);
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
|
|
@@ -114,10 +114,7 @@
|
|
|
114
114
|
&::before,
|
|
115
115
|
&::after {
|
|
116
116
|
position: absolute;
|
|
117
|
-
|
|
118
|
-
right: 0;
|
|
119
|
-
bottom: 0;
|
|
120
|
-
left: 0;
|
|
117
|
+
inset: 0;
|
|
121
118
|
pointer-events: none;
|
|
122
119
|
content: "";
|
|
123
120
|
}
|
|
@@ -127,7 +124,7 @@
|
|
|
127
124
|
}
|
|
128
125
|
|
|
129
126
|
&::after {
|
|
130
|
-
border-
|
|
127
|
+
border-block-end: var(--#{$text-input-group}__text--after--BorderBottomWidth) solid var(--#{$text-input-group}__text--after--BorderBottomColor);
|
|
131
128
|
}
|
|
132
129
|
|
|
133
130
|
&:focus-within {
|
|
@@ -138,8 +135,8 @@
|
|
|
138
135
|
|
|
139
136
|
.#{$text-input-group}__icon {
|
|
140
137
|
position: absolute;
|
|
141
|
-
|
|
142
|
-
|
|
138
|
+
inset-block-start: 50%;
|
|
139
|
+
inset-inline-start: var(--#{$text-input-group}__icon--Left);
|
|
143
140
|
color: var(--#{$text-input-group}__icon--Color);
|
|
144
141
|
transform: translateY(var(--#{$text-input-group}__icon--TranslateY));
|
|
145
142
|
}
|
|
@@ -150,7 +147,10 @@
|
|
|
150
147
|
position: relative;
|
|
151
148
|
width: 100%;
|
|
152
149
|
min-width: var(--#{$text-input-group}__text-input--MinWidth);
|
|
153
|
-
padding: var(--#{$text-input-group}__text-input--PaddingTop)
|
|
150
|
+
padding-block-start: var(--#{$text-input-group}__text-input--PaddingTop);
|
|
151
|
+
padding-block-end: var(--#{$text-input-group}__text-input--PaddingBottom);
|
|
152
|
+
padding-inline-start: var(--#{$text-input-group}__text-input--PaddingLeft);
|
|
153
|
+
padding-inline-end: var(--#{$text-input-group}__text-input--PaddingRight);
|
|
154
154
|
background-color: var(--#{$text-input-group}__text-input--BackgroundColor);
|
|
155
155
|
border: 0;
|
|
156
156
|
|
|
@@ -171,11 +171,11 @@
|
|
|
171
171
|
.#{$text-input-group}__utilities {
|
|
172
172
|
display: flex;
|
|
173
173
|
align-items: center;
|
|
174
|
-
margin-
|
|
175
|
-
margin-
|
|
174
|
+
margin-inline-start: var(--#{$text-input-group}__utilities--MarginLeft);
|
|
175
|
+
margin-inline-end: var(--#{$text-input-group}__utilities--MarginRight);
|
|
176
176
|
|
|
177
177
|
> * + * {
|
|
178
|
-
margin-
|
|
178
|
+
margin-inline-start: var(--#{$text-input-group}__utilities--child--MarginLeft);
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
.#{$button} {
|
package/components/Tile/tile.css
CHANGED
|
@@ -43,7 +43,10 @@
|
|
|
43
43
|
position: relative;
|
|
44
44
|
display: inline-grid;
|
|
45
45
|
grid-template-rows: min-content;
|
|
46
|
-
padding: var(--pf-v5-c-tile--PaddingTop)
|
|
46
|
+
padding-block-start: var(--pf-v5-c-tile--PaddingTop);
|
|
47
|
+
padding-block-end: var(--pf-v5-c-tile--PaddingBottom);
|
|
48
|
+
padding-inline-start: var(--pf-v5-c-tile--PaddingLeft);
|
|
49
|
+
padding-inline-end: var(--pf-v5-c-tile--PaddingRight);
|
|
47
50
|
text-align: center;
|
|
48
51
|
cursor: pointer;
|
|
49
52
|
background-color: var(--pf-v5-c-tile--BackgroundColor);
|
|
@@ -56,16 +59,13 @@
|
|
|
56
59
|
content: "";
|
|
57
60
|
}
|
|
58
61
|
.pf-v5-c-tile::before {
|
|
59
|
-
|
|
60
|
-
right: 0;
|
|
61
|
-
bottom: 0;
|
|
62
|
-
left: 0;
|
|
62
|
+
inset: 0;
|
|
63
63
|
border: var(--pf-v5-c-tile--before--BorderWidth) solid var(--pf-v5-c-tile--before--BorderColor);
|
|
64
64
|
}
|
|
65
65
|
.pf-v5-c-tile::after {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
66
|
+
inset-block-end: 0;
|
|
67
|
+
inset-inline-start: 0;
|
|
68
|
+
inset-inline-end: 0;
|
|
69
69
|
height: var(--pf-v5-c-tile--after--Height);
|
|
70
70
|
background-color: var(--pf-v5-c-tile--after--BackgroundColor);
|
|
71
71
|
transition: var(--pf-v5-c-tile--after--Transition);
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
display: flex;
|
|
119
119
|
align-items: center;
|
|
120
120
|
justify-content: center;
|
|
121
|
-
margin-
|
|
121
|
+
margin-block-end: var(--pf-v5-c-tile__header--m-stacked__icon--MarginBottom);
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
.pf-v5-c-tile__title {
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
.pf-v5-c-tile__icon {
|
|
134
|
-
margin-
|
|
134
|
+
margin-inline-end: var(--pf-v5-c-tile__icon--MarginRight);
|
|
135
135
|
font-size: var(--pf-v5-c-tile__icon--FontSize);
|
|
136
136
|
color: var(--pf-v5-c-tile__icon--Color);
|
|
137
137
|
}
|
|
@@ -66,7 +66,10 @@
|
|
|
66
66
|
position: relative;
|
|
67
67
|
display: inline-grid;
|
|
68
68
|
grid-template-rows: min-content;
|
|
69
|
-
padding: var(--#{$tile}--PaddingTop)
|
|
69
|
+
padding-block-start: var(--#{$tile}--PaddingTop);
|
|
70
|
+
padding-block-end: var(--#{$tile}--PaddingBottom);
|
|
71
|
+
padding-inline-start: var(--#{$tile}--PaddingLeft);
|
|
72
|
+
padding-inline-end: var(--#{$tile}--PaddingRight);
|
|
70
73
|
text-align: center;
|
|
71
74
|
cursor: pointer;
|
|
72
75
|
background-color: var(--#{$tile}--BackgroundColor);
|
|
@@ -81,17 +84,14 @@
|
|
|
81
84
|
}
|
|
82
85
|
|
|
83
86
|
&::before {
|
|
84
|
-
|
|
85
|
-
right: 0;
|
|
86
|
-
bottom: 0;
|
|
87
|
-
left: 0;
|
|
87
|
+
inset: 0;
|
|
88
88
|
border: var(--#{$tile}--before--BorderWidth) solid var(--#{$tile}--before--BorderColor);
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
&::after {
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
92
|
+
inset-block-end: 0;
|
|
93
|
+
inset-inline-start: 0;
|
|
94
|
+
inset-inline-end: 0;
|
|
95
95
|
height: var(--#{$tile}--after--Height);
|
|
96
96
|
background-color: var(--#{$tile}--after--BackgroundColor);
|
|
97
97
|
transition: var(--#{$tile}--after--Transition);
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
display: flex;
|
|
156
156
|
align-items: center;
|
|
157
157
|
justify-content: center;
|
|
158
|
-
margin-
|
|
158
|
+
margin-block-end: var(--#{$tile}__header--m-stacked__icon--MarginBottom);
|
|
159
159
|
}
|
|
160
160
|
}
|
|
161
161
|
}
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
.#{$tile}__icon {
|
|
173
|
-
margin-
|
|
173
|
+
margin-inline-end: var(--#{$tile}__icon--MarginRight);
|
|
174
174
|
font-size: var(--#{$tile}__icon--FontSize);
|
|
175
175
|
color: var(--#{$tile}__icon--Color);
|
|
176
176
|
}
|
|
@@ -44,22 +44,25 @@
|
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.pf-v5-c-toggle-group__item + .pf-v5-c-toggle-group__item {
|
|
47
|
-
margin-
|
|
47
|
+
margin-inline-start: var(--pf-v5-c-toggle-group__item--item--MarginLeft);
|
|
48
48
|
}
|
|
49
49
|
.pf-v5-c-toggle-group__item:first-child .pf-v5-c-toggle-group__button, .pf-v5-c-toggle-group__item:first-child .pf-v5-c-toggle-group__button::before {
|
|
50
|
-
border-
|
|
51
|
-
border-
|
|
50
|
+
border-start-start-radius: var(--pf-v5-c-toggle-group__item--first-child__button--BorderTopLeftRadius);
|
|
51
|
+
border-end-start-radius: var(--pf-v5-c-toggle-group__item--first-child__button--BorderBottomLeftRadius);
|
|
52
52
|
}
|
|
53
53
|
.pf-v5-c-toggle-group__item:last-child .pf-v5-c-toggle-group__button, .pf-v5-c-toggle-group__item:last-child .pf-v5-c-toggle-group__button::before {
|
|
54
|
-
border-
|
|
55
|
-
border-
|
|
54
|
+
border-start-end-radius: var(--pf-v5-c-toggle-group__item--last-child__button--BorderTopRightRadius);
|
|
55
|
+
border-end-end-radius: var(--pf-v5-c-toggle-group__item--last-child__button--BorderBottomRightRadius);
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
.pf-v5-c-toggle-group__button {
|
|
59
59
|
position: relative;
|
|
60
60
|
z-index: var(--pf-v5-c-toggle-group__button--ZIndex);
|
|
61
61
|
display: inline-flex;
|
|
62
|
-
padding: var(--pf-v5-c-toggle-group__button--PaddingTop)
|
|
62
|
+
padding-block-start: var(--pf-v5-c-toggle-group__button--PaddingTop);
|
|
63
|
+
padding-block-end: var(--pf-v5-c-toggle-group__button--PaddingBottom);
|
|
64
|
+
padding-inline-start: var(--pf-v5-c-toggle-group__button--PaddingLeft);
|
|
65
|
+
padding-inline-end: var(--pf-v5-c-toggle-group__button--PaddingRight);
|
|
63
66
|
font-size: var(--pf-v5-c-toggle-group__button--FontSize);
|
|
64
67
|
line-height: var(--pf-v5-c-toggle-group__button--LineHeight);
|
|
65
68
|
color: var(--pf-v5-c-toggle-group__button--Color);
|
|
@@ -68,10 +71,10 @@
|
|
|
68
71
|
}
|
|
69
72
|
.pf-v5-c-toggle-group__button::before {
|
|
70
73
|
position: absolute;
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
74
|
+
inset-block-start: 0;
|
|
75
|
+
inset-block-end: 0;
|
|
76
|
+
inset-inline-start: 0;
|
|
77
|
+
inset-inline-end: 0;
|
|
75
78
|
pointer-events: none;
|
|
76
79
|
content: "";
|
|
77
80
|
border: var(--pf-v5-c-toggle-group__button--before--BorderWidth) solid var(--pf-v5-c-toggle-group__button--before--BorderColor);
|
|
@@ -101,7 +104,7 @@
|
|
|
101
104
|
|
|
102
105
|
.pf-v5-c-toggle-group__icon + .pf-v5-c-toggle-group__text,
|
|
103
106
|
.pf-v5-c-toggle-group__text + .pf-v5-c-toggle-group__icon {
|
|
104
|
-
margin-
|
|
107
|
+
margin-inline-start: var(--pf-v5-c-toggle-group__icon--text--MarginLeft);
|
|
105
108
|
}
|
|
106
109
|
|
|
107
110
|
:where(.pf-v5-theme-dark) .pf-v5-c-toggle-group {
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
|
|
59
59
|
.#{$toggle-group}__item {
|
|
60
60
|
& + & {
|
|
61
|
-
margin-
|
|
61
|
+
margin-inline-start: var(--#{$toggle-group}__item--item--MarginLeft);
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
&:first-child {
|
|
65
65
|
.#{$toggle-group}__button {
|
|
66
66
|
&,
|
|
67
67
|
&::before {
|
|
68
|
-
border-
|
|
69
|
-
border-
|
|
68
|
+
border-start-start-radius: var(--#{$toggle-group}__item--first-child__button--BorderTopLeftRadius);
|
|
69
|
+
border-end-start-radius: var(--#{$toggle-group}__item--first-child__button--BorderBottomLeftRadius);
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
}
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
.#{$toggle-group}__button {
|
|
76
76
|
&,
|
|
77
77
|
&::before {
|
|
78
|
-
border-
|
|
79
|
-
border-
|
|
78
|
+
border-start-end-radius: var(--#{$toggle-group}__item--last-child__button--BorderTopRightRadius);
|
|
79
|
+
border-end-end-radius: var(--#{$toggle-group}__item--last-child__button--BorderBottomRightRadius);
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
}
|
|
@@ -86,7 +86,10 @@
|
|
|
86
86
|
position: relative;
|
|
87
87
|
z-index: var(--#{$toggle-group}__button--ZIndex);
|
|
88
88
|
display: inline-flex;
|
|
89
|
-
padding: var(--#{$toggle-group}__button--PaddingTop)
|
|
89
|
+
padding-block-start: var(--#{$toggle-group}__button--PaddingTop);
|
|
90
|
+
padding-block-end: var(--#{$toggle-group}__button--PaddingBottom);
|
|
91
|
+
padding-inline-start: var(--#{$toggle-group}__button--PaddingLeft);
|
|
92
|
+
padding-inline-end: var(--#{$toggle-group}__button--PaddingRight);
|
|
90
93
|
font-size: var(--#{$toggle-group}__button--FontSize);
|
|
91
94
|
line-height: var(--#{$toggle-group}__button--LineHeight);
|
|
92
95
|
color: var(--#{$toggle-group}__button--Color);
|
|
@@ -95,10 +98,10 @@
|
|
|
95
98
|
|
|
96
99
|
&::before {
|
|
97
100
|
position: absolute;
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
101
|
+
inset-block-start: 0;
|
|
102
|
+
inset-block-end: 0;
|
|
103
|
+
inset-inline-start: 0;
|
|
104
|
+
inset-inline-end: 0;
|
|
102
105
|
pointer-events: none;
|
|
103
106
|
content: "";
|
|
104
107
|
border: var(--#{$toggle-group}__button--before--BorderWidth) solid var(--#{$toggle-group}__button--before--BorderColor);
|
|
@@ -136,7 +139,7 @@
|
|
|
136
139
|
|
|
137
140
|
.#{$toggle-group}__icon + .#{$toggle-group}__text,
|
|
138
141
|
.#{$toggle-group}__text + .#{$toggle-group}__icon {
|
|
139
|
-
margin-
|
|
142
|
+
margin-inline-start: var(--#{$toggle-group}__icon--text--MarginLeft);
|
|
140
143
|
}
|
|
141
144
|
|
|
142
145
|
// stylelint-disable no-invalid-position-at-import-rule
|
|
@@ -47,9 +47,8 @@
|
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
|
|
50
|
+
:root {
|
|
51
51
|
--pf-v5-c-toolbar--AlignItems--base: flex-start;
|
|
52
|
-
--pf-v5-c-toolbar--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
|
53
52
|
--pf-v5-c-toolbar--RowGap--base: var(--pf-v5-global--spacer--lg);
|
|
54
53
|
--pf-v5-c-toolbar--RowGap: var(--pf-v5-c-toolbar--RowGap--base);
|
|
55
54
|
--pf-v5-c-toolbar--PaddingTop: var(--pf-v5-global--spacer--md);
|
|
@@ -124,11 +123,14 @@
|
|
|
124
123
|
--pf-v5-c-toolbar--m-full-height--PaddingBottom: 0;
|
|
125
124
|
--pf-v5-c-toolbar--m-full-height__item--Display: flex;
|
|
126
125
|
--pf-v5-c-toolbar--m-full-height__item--AlignItems: center;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.pf-v5-c-toolbar {
|
|
127
129
|
position: relative;
|
|
128
130
|
display: grid;
|
|
129
131
|
row-gap: var(--pf-v5-c-toolbar--RowGap);
|
|
130
|
-
padding-
|
|
131
|
-
padding-
|
|
132
|
+
padding-block-start: var(--pf-v5-c-toolbar--PaddingTop);
|
|
133
|
+
padding-block-end: var(--pf-v5-c-toolbar--PaddingBottom);
|
|
132
134
|
background-color: var(--pf-v5-c-toolbar--BackgroundColor);
|
|
133
135
|
}
|
|
134
136
|
@media screen and (min-width: 992px) {
|
|
@@ -149,7 +151,7 @@
|
|
|
149
151
|
}
|
|
150
152
|
.pf-v5-c-toolbar.pf-m-sticky {
|
|
151
153
|
position: sticky;
|
|
152
|
-
|
|
154
|
+
inset-block-start: 0;
|
|
153
155
|
z-index: var(--pf-v5-c-toolbar--m-sticky--ZIndex);
|
|
154
156
|
box-shadow: var(--pf-v5-c-toolbar--m-sticky--BoxShadow);
|
|
155
157
|
}
|
|
@@ -190,7 +192,7 @@
|
|
|
190
192
|
}
|
|
191
193
|
.pf-v5-c-toolbar__content-section > .pf-v5-c-divider.pf-m-vertical,
|
|
192
194
|
.pf-v5-c-toolbar__group > .pf-v5-c-divider.pf-m-vertical {
|
|
193
|
-
margin-
|
|
195
|
+
margin-inline-end: var(--pf-v5-c-toolbar--spacer);
|
|
194
196
|
}
|
|
195
197
|
.pf-v5-c-toolbar__content-section > .pf-v5-c-divider.pf-m-vertical:last-child,
|
|
196
198
|
.pf-v5-c-toolbar__group > .pf-v5-c-divider.pf-m-vertical:last-child {
|
|
@@ -227,7 +229,7 @@
|
|
|
227
229
|
row-gap: var(--pf-v5-c-toolbar__group--RowGap);
|
|
228
230
|
align-items: var(--pf-v5-c-toolbar__group--AlignItems);
|
|
229
231
|
align-self: var(--pf-v5-c-toolbar__group--AlignSelf);
|
|
230
|
-
margin-
|
|
232
|
+
margin-inline-end: var(--pf-v5-c-toolbar--spacer);
|
|
231
233
|
}
|
|
232
234
|
.pf-v5-c-toolbar__group.pf-m-button-group {
|
|
233
235
|
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-button-group--spacer);
|
|
@@ -248,7 +250,7 @@
|
|
|
248
250
|
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-filter-group--space-items);
|
|
249
251
|
}
|
|
250
252
|
.pf-v5-c-toolbar__group.pf-m-filter-group > * + * {
|
|
251
|
-
margin-
|
|
253
|
+
margin-inline-start: -1px;
|
|
252
254
|
}
|
|
253
255
|
.pf-v5-c-toolbar__group.pf-m-toggle-group {
|
|
254
256
|
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--spacer);
|
|
@@ -273,7 +275,7 @@
|
|
|
273
275
|
align-self: var(--pf-v5-c-toolbar__item--AlignSelf);
|
|
274
276
|
width: var(--pf-v5-c-toolbar__item--Width--base);
|
|
275
277
|
min-width: var(--pf-v5-c-toolbar__item--MinWidth--base);
|
|
276
|
-
margin-
|
|
278
|
+
margin-inline-end: var(--pf-v5-c-toolbar--spacer);
|
|
277
279
|
}
|
|
278
280
|
@media (min-width: 576px) {
|
|
279
281
|
.pf-v5-c-toolbar__item {
|
|
@@ -364,7 +366,7 @@
|
|
|
364
366
|
transform: translateY(var(--pf-v5-global--spacer--form-element));
|
|
365
367
|
}
|
|
366
368
|
.pf-v5-c-toolbar__item.pf-m-pagination {
|
|
367
|
-
margin-
|
|
369
|
+
margin-inline-start: auto;
|
|
368
370
|
}
|
|
369
371
|
.pf-v5-c-toolbar__item.pf-m-pagination .pf-v5-c-pagination {
|
|
370
372
|
flex-wrap: nowrap;
|
|
@@ -395,8 +397,8 @@
|
|
|
395
397
|
position: relative;
|
|
396
398
|
row-gap: var(--pf-v5-c-toolbar__content--RowGap);
|
|
397
399
|
align-items: var(--pf-v5-c-toolbar__content--AlignItems);
|
|
398
|
-
padding-
|
|
399
|
-
padding-
|
|
400
|
+
padding-inline-start: var(--pf-v5-c-toolbar__content--PaddingLeft);
|
|
401
|
+
padding-inline-end: var(--pf-v5-c-toolbar__content--PaddingRight);
|
|
400
402
|
}
|
|
401
403
|
|
|
402
404
|
.pf-v5-c-toolbar__content-section {
|
|
@@ -417,13 +419,16 @@
|
|
|
417
419
|
|
|
418
420
|
.pf-v5-c-toolbar__expandable-content {
|
|
419
421
|
position: absolute;
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
422
|
+
inset-block-start: calc(100% + var(--pf-v5-c-toolbar__content--RowGap));
|
|
423
|
+
inset-inline-start: 0;
|
|
424
|
+
inset-inline-end: 0;
|
|
423
425
|
z-index: var(--pf-v5-c-toolbar__expandable-content--ZIndex);
|
|
424
426
|
display: none;
|
|
425
427
|
width: 100%;
|
|
426
|
-
padding: var(--pf-v5-c-toolbar__expandable-content--PaddingTop)
|
|
428
|
+
padding-block-start: var(--pf-v5-c-toolbar__expandable-content--PaddingTop);
|
|
429
|
+
padding-block-end: var(--pf-v5-c-toolbar__expandable-content--PaddingBottom);
|
|
430
|
+
padding-inline-start: var(--pf-v5-c-toolbar__expandable-content--PaddingLeft);
|
|
431
|
+
padding-inline-end: var(--pf-v5-c-toolbar__expandable-content--PaddingRight);
|
|
427
432
|
background-color: var(--pf-v5-c-toolbar__expandable-content--BackgroundColor);
|
|
428
433
|
box-shadow: var(--pf-v5-c-toolbar__expandable-content--BoxShadow);
|
|
429
434
|
}
|
|
@@ -446,7 +451,7 @@
|
|
|
446
451
|
grid-row-gap: var(--pf-v5-c-toolbar__expandable-content--m-expanded--GridRowGap);
|
|
447
452
|
}
|
|
448
453
|
.pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__item.pf-m-label {
|
|
449
|
-
margin-
|
|
454
|
+
margin-block-end: var(--pf-v5-c-toolbar__expandable-content__item--m-label--MarginBottom);
|
|
450
455
|
font-size: var(--pf-v5-c-toolbar__expandable-content__item--m-label--FontSize);
|
|
451
456
|
}
|
|
452
457
|
|
|
@@ -456,13 +461,13 @@
|
|
|
456
461
|
flex-wrap: wrap;
|
|
457
462
|
grid-row-gap: 0;
|
|
458
463
|
align-items: baseline;
|
|
459
|
-
margin-
|
|
464
|
+
margin-block-start: var(--pf-v5-c-toolbar__group--m-chip-container--MarginTop);
|
|
460
465
|
}
|
|
461
466
|
.pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__item,
|
|
462
467
|
.pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__item {
|
|
463
468
|
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--spacer);
|
|
464
469
|
--pf-v5-c-toolbar__item--AlignSelf: auto;
|
|
465
|
-
margin-
|
|
470
|
+
margin-block-start: var(--pf-v5-c-toolbar__group--m-chip-container__item--MarginTop);
|
|
466
471
|
}
|
|
467
472
|
.pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__group,
|
|
468
473
|
.pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__group {
|
|
@@ -570,19 +575,19 @@
|
|
|
570
575
|
}
|
|
571
576
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right,
|
|
572
577
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right {
|
|
573
|
-
margin-
|
|
578
|
+
margin-inline-start: auto;
|
|
574
579
|
}
|
|
575
580
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right ~ .pf-m-pagination,
|
|
576
581
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right ~ .pf-m-pagination {
|
|
577
|
-
margin-
|
|
582
|
+
margin-inline-start: 0;
|
|
578
583
|
}
|
|
579
584
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left,
|
|
580
585
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left {
|
|
581
|
-
margin-
|
|
586
|
+
margin-inline-start: 0;
|
|
582
587
|
}
|
|
583
588
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left ~ .pf-m-pagination,
|
|
584
589
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left ~ .pf-m-pagination {
|
|
585
|
-
margin-
|
|
590
|
+
margin-inline-start: auto;
|
|
586
591
|
}
|
|
587
592
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap,
|
|
588
593
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap {
|
|
@@ -595,19 +600,19 @@
|
|
|
595
600
|
@media (min-width: 576px) {
|
|
596
601
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-sm,
|
|
597
602
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-sm {
|
|
598
|
-
margin-
|
|
603
|
+
margin-inline-start: auto;
|
|
599
604
|
}
|
|
600
605
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-sm ~ .pf-m-pagination,
|
|
601
606
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-sm ~ .pf-m-pagination {
|
|
602
|
-
margin-
|
|
607
|
+
margin-inline-start: 0;
|
|
603
608
|
}
|
|
604
609
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-sm,
|
|
605
610
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-sm {
|
|
606
|
-
margin-
|
|
611
|
+
margin-inline-start: 0;
|
|
607
612
|
}
|
|
608
613
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-sm ~ .pf-m-pagination,
|
|
609
614
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-sm ~ .pf-m-pagination {
|
|
610
|
-
margin-
|
|
615
|
+
margin-inline-start: auto;
|
|
611
616
|
}
|
|
612
617
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-sm,
|
|
613
618
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-sm {
|
|
@@ -621,19 +626,19 @@
|
|
|
621
626
|
@media (min-width: 768px) {
|
|
622
627
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-md,
|
|
623
628
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-md {
|
|
624
|
-
margin-
|
|
629
|
+
margin-inline-start: auto;
|
|
625
630
|
}
|
|
626
631
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-md ~ .pf-m-pagination,
|
|
627
632
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-md ~ .pf-m-pagination {
|
|
628
|
-
margin-
|
|
633
|
+
margin-inline-start: 0;
|
|
629
634
|
}
|
|
630
635
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-md,
|
|
631
636
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-md {
|
|
632
|
-
margin-
|
|
637
|
+
margin-inline-start: 0;
|
|
633
638
|
}
|
|
634
639
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-md ~ .pf-m-pagination,
|
|
635
640
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-md ~ .pf-m-pagination {
|
|
636
|
-
margin-
|
|
641
|
+
margin-inline-start: auto;
|
|
637
642
|
}
|
|
638
643
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-md,
|
|
639
644
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-md {
|
|
@@ -647,19 +652,19 @@
|
|
|
647
652
|
@media (min-width: 992px) {
|
|
648
653
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-lg,
|
|
649
654
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-lg {
|
|
650
|
-
margin-
|
|
655
|
+
margin-inline-start: auto;
|
|
651
656
|
}
|
|
652
657
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-lg ~ .pf-m-pagination,
|
|
653
658
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-lg ~ .pf-m-pagination {
|
|
654
|
-
margin-
|
|
659
|
+
margin-inline-start: 0;
|
|
655
660
|
}
|
|
656
661
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-lg,
|
|
657
662
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-lg {
|
|
658
|
-
margin-
|
|
663
|
+
margin-inline-start: 0;
|
|
659
664
|
}
|
|
660
665
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-lg ~ .pf-m-pagination,
|
|
661
666
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-lg ~ .pf-m-pagination {
|
|
662
|
-
margin-
|
|
667
|
+
margin-inline-start: auto;
|
|
663
668
|
}
|
|
664
669
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-lg,
|
|
665
670
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-lg {
|
|
@@ -673,19 +678,19 @@
|
|
|
673
678
|
@media (min-width: 1200px) {
|
|
674
679
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-xl,
|
|
675
680
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-xl {
|
|
676
|
-
margin-
|
|
681
|
+
margin-inline-start: auto;
|
|
677
682
|
}
|
|
678
683
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-xl ~ .pf-m-pagination,
|
|
679
684
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-xl ~ .pf-m-pagination {
|
|
680
|
-
margin-
|
|
685
|
+
margin-inline-start: 0;
|
|
681
686
|
}
|
|
682
687
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-xl,
|
|
683
688
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-xl {
|
|
684
|
-
margin-
|
|
689
|
+
margin-inline-start: 0;
|
|
685
690
|
}
|
|
686
691
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-xl ~ .pf-m-pagination,
|
|
687
692
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-xl ~ .pf-m-pagination {
|
|
688
|
-
margin-
|
|
693
|
+
margin-inline-start: auto;
|
|
689
694
|
}
|
|
690
695
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-xl,
|
|
691
696
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-xl {
|
|
@@ -699,19 +704,19 @@
|
|
|
699
704
|
@media (min-width: 1450px) {
|
|
700
705
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-2xl,
|
|
701
706
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-2xl {
|
|
702
|
-
margin-
|
|
707
|
+
margin-inline-start: auto;
|
|
703
708
|
}
|
|
704
709
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-2xl ~ .pf-m-pagination,
|
|
705
710
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-2xl ~ .pf-m-pagination {
|
|
706
|
-
margin-
|
|
711
|
+
margin-inline-start: 0;
|
|
707
712
|
}
|
|
708
713
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-2xl,
|
|
709
714
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-2xl {
|
|
710
|
-
margin-
|
|
715
|
+
margin-inline-start: 0;
|
|
711
716
|
}
|
|
712
717
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-2xl ~ .pf-m-pagination,
|
|
713
718
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-2xl ~ .pf-m-pagination {
|
|
714
|
-
margin-
|
|
719
|
+
margin-inline-start: auto;
|
|
715
720
|
}
|
|
716
721
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-2xl,
|
|
717
722
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-2xl {
|