@patternfly/patternfly 6.0.0-alpha.7 → 6.0.0-alpha.9
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 +1 -1
- package/base/_variables.scss +7 -0
- package/base/patternfly-common.css +16 -2
- package/base/patternfly-globals.css +1 -1
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/base/patternfly-variables.css +16 -0
- package/base/tokens/_tokens-font.scss +16 -14
- 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 +7 -4
- package/components/Alert/alert-group.scss +7 -4
- package/components/Alert/alert.css +19 -13
- package/components/Alert/alert.scss +18 -13
- 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 +33 -21
- package/components/Button/button.scss +35 -23
- 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 +33 -30
- package/components/Content/content.scss +33 -30
- 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 +19 -22
- package/components/Masthead/masthead.scss +19 -22
- package/components/Menu/menu.css +79 -65
- package/components/Menu/menu.scss +80 -68
- package/components/MenuToggle/menu-toggle.css +33 -27
- package/components/MenuToggle/menu-toggle.scss +33 -27
- 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 +120 -93
- package/components/Nav/nav.scss +120 -93
- 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 +135 -77
- package/components/Page/page.scss +81 -52
- 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 +256 -195
- package/components/Table/table-grid.scss +53 -39
- 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 +92 -70
- package/components/Table/table.scss +90 -70
- 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 +44 -41
- package/components/Toolbar/toolbar.scss +26 -21
- 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/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/Menu/examples/Menu.css +8 -0
- package/docs/components/Menu/examples/Menu.md +90 -73
- package/docs/components/MenuToggle/examples/MenuToggle.md +60 -39
- package/docs/components/ModalBox/examples/ModalBox.css +3 -8
- package/docs/components/Nav/examples/Navigation.css +4 -21
- 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/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +26 -10
- package/docs/demos/CardView/examples/CardView.md +24 -20
- package/docs/demos/Dashboard/examples/Dashboard.md +3 -3
- package/docs/demos/DataList/examples/DataList.md +8 -2
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +160 -124
- package/docs/demos/Skeleton/examples/Skeleton.md +7 -35
- package/docs/demos/Table/examples/Table.md +336 -252
- package/docs/demos/Tabs/examples/Tabs.md +28 -21
- package/docs/demos/Toolbar/examples/Toolbar.css +5 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +44 -44
- 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 +37 -3
- package/patternfly-base-no-globals.css +37 -3
- package/patternfly-base-theme-dark-unversioned.css +38 -4
- package/patternfly-base.css +38 -4
- package/patternfly-no-globals.css +2748 -1960
- package/patternfly-theme-dark-unversioned.css +2749 -1961
- package/patternfly.css +2749 -1961
- 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/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
|
|
@@ -126,8 +126,8 @@
|
|
|
126
126
|
position: relative;
|
|
127
127
|
display: grid;
|
|
128
128
|
row-gap: var(--pf-v5-c-toolbar--RowGap);
|
|
129
|
-
padding-
|
|
130
|
-
padding-
|
|
129
|
+
padding-block-start: var(--pf-v5-c-toolbar--PaddingTop);
|
|
130
|
+
padding-block-end: var(--pf-v5-c-toolbar--PaddingBottom);
|
|
131
131
|
background-color: var(--pf-v5-c-toolbar--BackgroundColor);
|
|
132
132
|
}
|
|
133
133
|
@media screen and (min-width: 992px) {
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
}
|
|
149
149
|
.pf-v5-c-toolbar.pf-m-sticky {
|
|
150
150
|
position: sticky;
|
|
151
|
-
|
|
151
|
+
inset-block-start: 0;
|
|
152
152
|
z-index: var(--pf-v5-c-toolbar--m-sticky--ZIndex);
|
|
153
153
|
box-shadow: var(--pf-v5-c-toolbar--m-sticky--BoxShadow);
|
|
154
154
|
}
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
}
|
|
190
190
|
.pf-v5-c-toolbar__content-section > .pf-v5-c-divider.pf-m-vertical,
|
|
191
191
|
.pf-v5-c-toolbar__group > .pf-v5-c-divider.pf-m-vertical {
|
|
192
|
-
margin-
|
|
192
|
+
margin-inline-end: var(--pf-v5-c-toolbar--spacer);
|
|
193
193
|
}
|
|
194
194
|
.pf-v5-c-toolbar__content-section > .pf-v5-c-divider.pf-m-vertical:last-child,
|
|
195
195
|
.pf-v5-c-toolbar__group > .pf-v5-c-divider.pf-m-vertical:last-child {
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
row-gap: var(--pf-v5-c-toolbar__group--RowGap);
|
|
227
227
|
align-items: var(--pf-v5-c-toolbar__group--AlignItems);
|
|
228
228
|
align-self: var(--pf-v5-c-toolbar__group--AlignSelf);
|
|
229
|
-
margin-
|
|
229
|
+
margin-inline-end: var(--pf-v5-c-toolbar--spacer);
|
|
230
230
|
}
|
|
231
231
|
.pf-v5-c-toolbar__group.pf-m-button-group {
|
|
232
232
|
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-button-group--spacer);
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-filter-group--space-items);
|
|
248
248
|
}
|
|
249
249
|
.pf-v5-c-toolbar__group.pf-m-filter-group > * + * {
|
|
250
|
-
margin-
|
|
250
|
+
margin-inline-start: -1px;
|
|
251
251
|
}
|
|
252
252
|
.pf-v5-c-toolbar__group.pf-m-toggle-group {
|
|
253
253
|
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--spacer);
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
align-self: var(--pf-v5-c-toolbar__item--AlignSelf);
|
|
273
273
|
width: var(--pf-v5-c-toolbar__item--Width--base);
|
|
274
274
|
min-width: var(--pf-v5-c-toolbar__item--MinWidth--base);
|
|
275
|
-
margin-
|
|
275
|
+
margin-inline-end: var(--pf-v5-c-toolbar--spacer);
|
|
276
276
|
}
|
|
277
277
|
@media (min-width: 576px) {
|
|
278
278
|
.pf-v5-c-toolbar__item {
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
transform: translateY(var(--pf-v5-global--spacer--form-element));
|
|
364
364
|
}
|
|
365
365
|
.pf-v5-c-toolbar__item.pf-m-pagination {
|
|
366
|
-
margin-
|
|
366
|
+
margin-inline-start: auto;
|
|
367
367
|
}
|
|
368
368
|
.pf-v5-c-toolbar__item.pf-m-pagination .pf-v5-c-pagination {
|
|
369
369
|
flex-wrap: nowrap;
|
|
@@ -394,8 +394,8 @@
|
|
|
394
394
|
position: relative;
|
|
395
395
|
row-gap: var(--pf-v5-c-toolbar__content--RowGap);
|
|
396
396
|
align-items: var(--pf-v5-c-toolbar__content--AlignItems);
|
|
397
|
-
padding-
|
|
398
|
-
padding-
|
|
397
|
+
padding-inline-start: var(--pf-v5-c-toolbar__content--PaddingLeft);
|
|
398
|
+
padding-inline-end: var(--pf-v5-c-toolbar__content--PaddingRight);
|
|
399
399
|
}
|
|
400
400
|
|
|
401
401
|
.pf-v5-c-toolbar__content-section {
|
|
@@ -416,13 +416,16 @@
|
|
|
416
416
|
|
|
417
417
|
.pf-v5-c-toolbar__expandable-content {
|
|
418
418
|
position: absolute;
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
419
|
+
inset-block-start: calc(100% + var(--pf-v5-c-toolbar__content--RowGap));
|
|
420
|
+
inset-inline-start: 0;
|
|
421
|
+
inset-inline-end: 0;
|
|
422
422
|
z-index: var(--pf-v5-c-toolbar__expandable-content--ZIndex);
|
|
423
423
|
display: none;
|
|
424
424
|
width: 100%;
|
|
425
|
-
padding: var(--pf-v5-c-toolbar__expandable-content--PaddingTop)
|
|
425
|
+
padding-block-start: var(--pf-v5-c-toolbar__expandable-content--PaddingTop);
|
|
426
|
+
padding-block-end: var(--pf-v5-c-toolbar__expandable-content--PaddingBottom);
|
|
427
|
+
padding-inline-start: var(--pf-v5-c-toolbar__expandable-content--PaddingLeft);
|
|
428
|
+
padding-inline-end: var(--pf-v5-c-toolbar__expandable-content--PaddingRight);
|
|
426
429
|
background-color: var(--pf-v5-c-toolbar__expandable-content--BackgroundColor);
|
|
427
430
|
box-shadow: var(--pf-v5-c-toolbar__expandable-content--BoxShadow);
|
|
428
431
|
}
|
|
@@ -445,7 +448,7 @@
|
|
|
445
448
|
grid-row-gap: var(--pf-v5-c-toolbar__expandable-content--m-expanded--GridRowGap);
|
|
446
449
|
}
|
|
447
450
|
.pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__item.pf-m-label {
|
|
448
|
-
margin-
|
|
451
|
+
margin-block-end: var(--pf-v5-c-toolbar__expandable-content__item--m-label--MarginBottom);
|
|
449
452
|
font-size: var(--pf-v5-c-toolbar__expandable-content__item--m-label--FontSize);
|
|
450
453
|
}
|
|
451
454
|
|
|
@@ -455,13 +458,13 @@
|
|
|
455
458
|
flex-wrap: wrap;
|
|
456
459
|
grid-row-gap: 0;
|
|
457
460
|
align-items: baseline;
|
|
458
|
-
margin-
|
|
461
|
+
margin-block-start: var(--pf-v5-c-toolbar__group--m-chip-container--MarginTop);
|
|
459
462
|
}
|
|
460
463
|
.pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__item,
|
|
461
464
|
.pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__item {
|
|
462
465
|
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--spacer);
|
|
463
466
|
--pf-v5-c-toolbar__item--AlignSelf: auto;
|
|
464
|
-
margin-
|
|
467
|
+
margin-block-start: var(--pf-v5-c-toolbar__group--m-chip-container__item--MarginTop);
|
|
465
468
|
}
|
|
466
469
|
.pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__group,
|
|
467
470
|
.pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__group {
|
|
@@ -569,19 +572,19 @@
|
|
|
569
572
|
}
|
|
570
573
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right,
|
|
571
574
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right {
|
|
572
|
-
margin-
|
|
575
|
+
margin-inline-start: auto;
|
|
573
576
|
}
|
|
574
577
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right ~ .pf-m-pagination,
|
|
575
578
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right ~ .pf-m-pagination {
|
|
576
|
-
margin-
|
|
579
|
+
margin-inline-start: 0;
|
|
577
580
|
}
|
|
578
581
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left,
|
|
579
582
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left {
|
|
580
|
-
margin-
|
|
583
|
+
margin-inline-start: 0;
|
|
581
584
|
}
|
|
582
585
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left ~ .pf-m-pagination,
|
|
583
586
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left ~ .pf-m-pagination {
|
|
584
|
-
margin-
|
|
587
|
+
margin-inline-start: auto;
|
|
585
588
|
}
|
|
586
589
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap,
|
|
587
590
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap {
|
|
@@ -594,19 +597,19 @@
|
|
|
594
597
|
@media (min-width: 576px) {
|
|
595
598
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-sm,
|
|
596
599
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-sm {
|
|
597
|
-
margin-
|
|
600
|
+
margin-inline-start: auto;
|
|
598
601
|
}
|
|
599
602
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-sm ~ .pf-m-pagination,
|
|
600
603
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-sm ~ .pf-m-pagination {
|
|
601
|
-
margin-
|
|
604
|
+
margin-inline-start: 0;
|
|
602
605
|
}
|
|
603
606
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-sm,
|
|
604
607
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-sm {
|
|
605
|
-
margin-
|
|
608
|
+
margin-inline-start: 0;
|
|
606
609
|
}
|
|
607
610
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-sm ~ .pf-m-pagination,
|
|
608
611
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-sm ~ .pf-m-pagination {
|
|
609
|
-
margin-
|
|
612
|
+
margin-inline-start: auto;
|
|
610
613
|
}
|
|
611
614
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-sm,
|
|
612
615
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-sm {
|
|
@@ -620,19 +623,19 @@
|
|
|
620
623
|
@media (min-width: 768px) {
|
|
621
624
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-md,
|
|
622
625
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-md {
|
|
623
|
-
margin-
|
|
626
|
+
margin-inline-start: auto;
|
|
624
627
|
}
|
|
625
628
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-md ~ .pf-m-pagination,
|
|
626
629
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-md ~ .pf-m-pagination {
|
|
627
|
-
margin-
|
|
630
|
+
margin-inline-start: 0;
|
|
628
631
|
}
|
|
629
632
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-md,
|
|
630
633
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-md {
|
|
631
|
-
margin-
|
|
634
|
+
margin-inline-start: 0;
|
|
632
635
|
}
|
|
633
636
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-md ~ .pf-m-pagination,
|
|
634
637
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-md ~ .pf-m-pagination {
|
|
635
|
-
margin-
|
|
638
|
+
margin-inline-start: auto;
|
|
636
639
|
}
|
|
637
640
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-md,
|
|
638
641
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-md {
|
|
@@ -646,19 +649,19 @@
|
|
|
646
649
|
@media (min-width: 992px) {
|
|
647
650
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-lg,
|
|
648
651
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-lg {
|
|
649
|
-
margin-
|
|
652
|
+
margin-inline-start: auto;
|
|
650
653
|
}
|
|
651
654
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-lg ~ .pf-m-pagination,
|
|
652
655
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-lg ~ .pf-m-pagination {
|
|
653
|
-
margin-
|
|
656
|
+
margin-inline-start: 0;
|
|
654
657
|
}
|
|
655
658
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-lg,
|
|
656
659
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-lg {
|
|
657
|
-
margin-
|
|
660
|
+
margin-inline-start: 0;
|
|
658
661
|
}
|
|
659
662
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-lg ~ .pf-m-pagination,
|
|
660
663
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-lg ~ .pf-m-pagination {
|
|
661
|
-
margin-
|
|
664
|
+
margin-inline-start: auto;
|
|
662
665
|
}
|
|
663
666
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-lg,
|
|
664
667
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-lg {
|
|
@@ -672,19 +675,19 @@
|
|
|
672
675
|
@media (min-width: 1200px) {
|
|
673
676
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-xl,
|
|
674
677
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-xl {
|
|
675
|
-
margin-
|
|
678
|
+
margin-inline-start: auto;
|
|
676
679
|
}
|
|
677
680
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-xl ~ .pf-m-pagination,
|
|
678
681
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-xl ~ .pf-m-pagination {
|
|
679
|
-
margin-
|
|
682
|
+
margin-inline-start: 0;
|
|
680
683
|
}
|
|
681
684
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-xl,
|
|
682
685
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-xl {
|
|
683
|
-
margin-
|
|
686
|
+
margin-inline-start: 0;
|
|
684
687
|
}
|
|
685
688
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-xl ~ .pf-m-pagination,
|
|
686
689
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-xl ~ .pf-m-pagination {
|
|
687
|
-
margin-
|
|
690
|
+
margin-inline-start: auto;
|
|
688
691
|
}
|
|
689
692
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-xl,
|
|
690
693
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-xl {
|
|
@@ -698,19 +701,19 @@
|
|
|
698
701
|
@media (min-width: 1450px) {
|
|
699
702
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-2xl,
|
|
700
703
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-2xl {
|
|
701
|
-
margin-
|
|
704
|
+
margin-inline-start: auto;
|
|
702
705
|
}
|
|
703
706
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-2xl ~ .pf-m-pagination,
|
|
704
707
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-2xl ~ .pf-m-pagination {
|
|
705
|
-
margin-
|
|
708
|
+
margin-inline-start: 0;
|
|
706
709
|
}
|
|
707
710
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-2xl,
|
|
708
711
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-2xl {
|
|
709
|
-
margin-
|
|
712
|
+
margin-inline-start: 0;
|
|
710
713
|
}
|
|
711
714
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-2xl ~ .pf-m-pagination,
|
|
712
715
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-2xl ~ .pf-m-pagination {
|
|
713
|
-
margin-
|
|
716
|
+
margin-inline-start: auto;
|
|
714
717
|
}
|
|
715
718
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-2xl,
|
|
716
719
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-2xl {
|