@patternfly/patternfly 5.1.0-prerelease.2 → 5.1.0-prerelease.21
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 +10 -0
- 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 +22 -0
- package/base/_globals.scss +1 -1
- package/base/_variables.scss +7 -0
- package/base/patternfly-common.css +17 -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 +5 -0
- package/components/AboutModalBox/about-modal-box.css +20 -13
- package/components/AboutModalBox/about-modal-box.scss +20 -13
- 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 -2
- 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 +23 -17
- package/components/Button/button.scss +22 -16
- 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 +24 -16
- package/components/Card/card.scss +23 -16
- 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 -49
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +69 -84
- 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 +21 -11
- package/components/FormControl/form-control.scss +21 -11
- 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 +80 -66
- package/components/Menu/menu.scss +81 -69
- package/components/MenuToggle/menu-toggle.css +41 -29
- package/components/MenuToggle/menu-toggle.scss +41 -29
- 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 +13 -7
- package/components/NotificationBadge/notification-badge.scss +13 -7
- package/components/NotificationDrawer/notification-drawer.css +32 -19
- package/components/NotificationDrawer/notification-drawer.scss +30 -19
- package/components/NumberInput/number-input.css +3 -3
- 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 +123 -65
- package/components/Page/page.scss +69 -40
- package/components/Page/themes/dark/page.scss +1 -1
- package/components/Pagination/pagination.css +28 -18
- 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 +82 -31
- package/components/Popover/popover.scss +104 -45
- package/components/Progress/progress.css +7 -7
- package/components/Progress/progress.scss +7 -7
- package/components/ProgressStepper/progress-stepper.css +26 -20
- package/components/ProgressStepper/progress-stepper.scss +25 -19
- package/components/Radio/radio.css +4 -5
- package/components/Radio/radio.scss +4 -5
- 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 -219
- 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 +91 -69
- package/components/Table/table.scss +89 -69
- 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 +24 -21
- package/components/Tooltip/tooltip.css +76 -25
- package/components/Tooltip/tooltip.scss +100 -41
- package/components/TreeView/tree-view.css +48 -27
- package/components/TreeView/tree-view.scss +51 -29
- 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/AppLauncher/deprecated/application-launcher.md +155 -70
- package/docs/components/Badge/examples/Badge.md +16 -4
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +11 -5
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +1 -0
- package/docs/components/Card/examples/Card.md +152 -64
- package/docs/components/Chip/examples/Chip.md +1 -1
- package/docs/components/ContextSelector/deprecated/context-selector.md +198 -96
- package/docs/components/DataList/examples/DataList.md +391 -136
- package/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/Dropdown/deprecated/Dropdown.md +881 -367
- package/docs/components/DualListSelector/examples/DualListSelector.md +368 -128
- package/docs/components/FormControl/examples/FormControl.md +2 -1
- package/docs/components/Hint/examples/Hint.md +57 -24
- package/docs/components/InlineEdit/examples/InlineEdit.md +46 -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 +40 -30
- package/docs/components/Menu/examples/Menu.md +41 -20
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
- package/docs/components/ModalBox/examples/ModalBox.css +3 -8
- package/docs/components/Nav/examples/Navigation.css +3 -26
- package/docs/components/Nav/examples/Navigation.md +99 -0
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +619 -240
- package/docs/components/OptionsMenu/deprecated/options-menu.md +403 -160
- package/docs/components/OverflowMenu/examples/overflow-menu.md +45 -34
- package/docs/components/Pagination/examples/Pagination.md +195 -65
- package/docs/components/Popover/examples/Popover.css +3 -9
- package/docs/components/Popover/examples/Popover.md +4 -4
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +50 -0
- package/docs/components/Select/deprecated/Select.css +3 -3
- package/docs/components/Select/deprecated/Select.md +40 -52
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +4548 -1670
- package/docs/components/Tabs/examples/Tabs.md +1094 -438
- 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 +218 -128
- package/docs/components/Tooltip/examples/Tooltip.css +4 -0
- package/docs/components/Tooltip/examples/Tooltip.md +8 -6
- package/docs/components/TreeView/examples/TreeView.md +23 -8
- package/docs/components/Truncate/examples/Truncate.md +2 -2
- package/docs/components/Wizard/examples/Wizard.md +75 -36
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +72 -31
- package/docs/demos/CardView/examples/CardView.md +182 -74
- package/docs/demos/ContextSelector/examples/ContextSelector.md +95 -47
- package/docs/demos/Dashboard/examples/Dashboard.md +18 -9
- package/docs/demos/DataList/examples/DataList.md +163 -70
- package/docs/demos/DescriptionList/examples/DescriptionList.md +20 -9
- package/docs/demos/Drawer/examples/Drawer.md +20 -9
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +803 -338
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +241 -101
- package/docs/demos/Skeleton/examples/Skeleton.md +7 -35
- package/docs/demos/Table/examples/Table.md +1422 -607
- package/docs/demos/Tabs/examples/Tabs.md +113 -48
- package/docs/demos/Toolbar/examples/Toolbar.md +318 -123
- package/docs/demos/Wizard/examples/Wizard.md +191 -41
- 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 +40 -37
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +27 -3
- package/patternfly-base-no-globals.css +27 -3
- package/patternfly-base-theme-dark-unversioned.css +28 -4
- package/patternfly-base.css +28 -4
- package/patternfly-no-globals.css +2687 -1894
- package/patternfly-theme-dark-unversioned.css +2688 -1895
- package/patternfly.css +2688 -1895
- 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/placeholders.scss +1 -1
- package/sass-utilities/scss-variables.scss +8 -8
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
|
@@ -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
|
|
@@ -127,8 +127,8 @@
|
|
|
127
127
|
position: relative;
|
|
128
128
|
display: grid;
|
|
129
129
|
row-gap: var(--pf-v5-c-toolbar--RowGap);
|
|
130
|
-
padding-
|
|
131
|
-
padding-
|
|
130
|
+
padding-block-start: var(--pf-v5-c-toolbar--PaddingTop);
|
|
131
|
+
padding-block-end: var(--pf-v5-c-toolbar--PaddingBottom);
|
|
132
132
|
background-color: var(--pf-v5-c-toolbar--BackgroundColor);
|
|
133
133
|
}
|
|
134
134
|
@media screen and (min-width: 992px) {
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
}
|
|
150
150
|
.pf-v5-c-toolbar.pf-m-sticky {
|
|
151
151
|
position: sticky;
|
|
152
|
-
|
|
152
|
+
inset-block-start: 0;
|
|
153
153
|
z-index: var(--pf-v5-c-toolbar--m-sticky--ZIndex);
|
|
154
154
|
box-shadow: var(--pf-v5-c-toolbar--m-sticky--BoxShadow);
|
|
155
155
|
}
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
}
|
|
191
191
|
.pf-v5-c-toolbar__content-section > .pf-v5-c-divider.pf-m-vertical,
|
|
192
192
|
.pf-v5-c-toolbar__group > .pf-v5-c-divider.pf-m-vertical {
|
|
193
|
-
margin-
|
|
193
|
+
margin-inline-end: var(--pf-v5-c-toolbar--spacer);
|
|
194
194
|
}
|
|
195
195
|
.pf-v5-c-toolbar__content-section > .pf-v5-c-divider.pf-m-vertical:last-child,
|
|
196
196
|
.pf-v5-c-toolbar__group > .pf-v5-c-divider.pf-m-vertical:last-child {
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
row-gap: var(--pf-v5-c-toolbar__group--RowGap);
|
|
228
228
|
align-items: var(--pf-v5-c-toolbar__group--AlignItems);
|
|
229
229
|
align-self: var(--pf-v5-c-toolbar__group--AlignSelf);
|
|
230
|
-
margin-
|
|
230
|
+
margin-inline-end: var(--pf-v5-c-toolbar--spacer);
|
|
231
231
|
}
|
|
232
232
|
.pf-v5-c-toolbar__group.pf-m-button-group {
|
|
233
233
|
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-button-group--spacer);
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-filter-group--space-items);
|
|
249
249
|
}
|
|
250
250
|
.pf-v5-c-toolbar__group.pf-m-filter-group > * + * {
|
|
251
|
-
margin-
|
|
251
|
+
margin-inline-start: -1px;
|
|
252
252
|
}
|
|
253
253
|
.pf-v5-c-toolbar__group.pf-m-toggle-group {
|
|
254
254
|
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--spacer);
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
align-self: var(--pf-v5-c-toolbar__item--AlignSelf);
|
|
274
274
|
width: var(--pf-v5-c-toolbar__item--Width--base);
|
|
275
275
|
min-width: var(--pf-v5-c-toolbar__item--MinWidth--base);
|
|
276
|
-
margin-
|
|
276
|
+
margin-inline-end: var(--pf-v5-c-toolbar--spacer);
|
|
277
277
|
}
|
|
278
278
|
@media (min-width: 576px) {
|
|
279
279
|
.pf-v5-c-toolbar__item {
|
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
transform: translateY(var(--pf-v5-global--spacer--form-element));
|
|
365
365
|
}
|
|
366
366
|
.pf-v5-c-toolbar__item.pf-m-pagination {
|
|
367
|
-
margin-
|
|
367
|
+
margin-inline-start: auto;
|
|
368
368
|
}
|
|
369
369
|
.pf-v5-c-toolbar__item.pf-m-pagination .pf-v5-c-pagination {
|
|
370
370
|
flex-wrap: nowrap;
|
|
@@ -395,8 +395,8 @@
|
|
|
395
395
|
position: relative;
|
|
396
396
|
row-gap: var(--pf-v5-c-toolbar__content--RowGap);
|
|
397
397
|
align-items: var(--pf-v5-c-toolbar__content--AlignItems);
|
|
398
|
-
padding-
|
|
399
|
-
padding-
|
|
398
|
+
padding-inline-start: var(--pf-v5-c-toolbar__content--PaddingLeft);
|
|
399
|
+
padding-inline-end: var(--pf-v5-c-toolbar__content--PaddingRight);
|
|
400
400
|
}
|
|
401
401
|
|
|
402
402
|
.pf-v5-c-toolbar__content-section {
|
|
@@ -417,13 +417,16 @@
|
|
|
417
417
|
|
|
418
418
|
.pf-v5-c-toolbar__expandable-content {
|
|
419
419
|
position: absolute;
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
420
|
+
inset-block-start: calc(100% + var(--pf-v5-c-toolbar__content--RowGap));
|
|
421
|
+
inset-inline-start: 0;
|
|
422
|
+
inset-inline-end: 0;
|
|
423
423
|
z-index: var(--pf-v5-c-toolbar__expandable-content--ZIndex);
|
|
424
424
|
display: none;
|
|
425
425
|
width: 100%;
|
|
426
|
-
padding: var(--pf-v5-c-toolbar__expandable-content--PaddingTop)
|
|
426
|
+
padding-block-start: var(--pf-v5-c-toolbar__expandable-content--PaddingTop);
|
|
427
|
+
padding-block-end: var(--pf-v5-c-toolbar__expandable-content--PaddingBottom);
|
|
428
|
+
padding-inline-start: var(--pf-v5-c-toolbar__expandable-content--PaddingLeft);
|
|
429
|
+
padding-inline-end: var(--pf-v5-c-toolbar__expandable-content--PaddingRight);
|
|
427
430
|
background-color: var(--pf-v5-c-toolbar__expandable-content--BackgroundColor);
|
|
428
431
|
box-shadow: var(--pf-v5-c-toolbar__expandable-content--BoxShadow);
|
|
429
432
|
}
|
|
@@ -446,7 +449,7 @@
|
|
|
446
449
|
grid-row-gap: var(--pf-v5-c-toolbar__expandable-content--m-expanded--GridRowGap);
|
|
447
450
|
}
|
|
448
451
|
.pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__item.pf-m-label {
|
|
449
|
-
margin-
|
|
452
|
+
margin-block-end: var(--pf-v5-c-toolbar__expandable-content__item--m-label--MarginBottom);
|
|
450
453
|
font-size: var(--pf-v5-c-toolbar__expandable-content__item--m-label--FontSize);
|
|
451
454
|
}
|
|
452
455
|
|
|
@@ -456,13 +459,13 @@
|
|
|
456
459
|
flex-wrap: wrap;
|
|
457
460
|
grid-row-gap: 0;
|
|
458
461
|
align-items: baseline;
|
|
459
|
-
margin-
|
|
462
|
+
margin-block-start: var(--pf-v5-c-toolbar__group--m-chip-container--MarginTop);
|
|
460
463
|
}
|
|
461
464
|
.pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__item,
|
|
462
465
|
.pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__item {
|
|
463
466
|
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--spacer);
|
|
464
467
|
--pf-v5-c-toolbar__item--AlignSelf: auto;
|
|
465
|
-
margin-
|
|
468
|
+
margin-block-start: var(--pf-v5-c-toolbar__group--m-chip-container__item--MarginTop);
|
|
466
469
|
}
|
|
467
470
|
.pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__group,
|
|
468
471
|
.pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__group {
|
|
@@ -570,19 +573,19 @@
|
|
|
570
573
|
}
|
|
571
574
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right,
|
|
572
575
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right {
|
|
573
|
-
margin-
|
|
576
|
+
margin-inline-start: auto;
|
|
574
577
|
}
|
|
575
578
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right ~ .pf-m-pagination,
|
|
576
579
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right ~ .pf-m-pagination {
|
|
577
|
-
margin-
|
|
580
|
+
margin-inline-start: 0;
|
|
578
581
|
}
|
|
579
582
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left,
|
|
580
583
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left {
|
|
581
|
-
margin-
|
|
584
|
+
margin-inline-start: 0;
|
|
582
585
|
}
|
|
583
586
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left ~ .pf-m-pagination,
|
|
584
587
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left ~ .pf-m-pagination {
|
|
585
|
-
margin-
|
|
588
|
+
margin-inline-start: auto;
|
|
586
589
|
}
|
|
587
590
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap,
|
|
588
591
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap {
|
|
@@ -595,19 +598,19 @@
|
|
|
595
598
|
@media (min-width: 576px) {
|
|
596
599
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-sm,
|
|
597
600
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-sm {
|
|
598
|
-
margin-
|
|
601
|
+
margin-inline-start: auto;
|
|
599
602
|
}
|
|
600
603
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-sm ~ .pf-m-pagination,
|
|
601
604
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-sm ~ .pf-m-pagination {
|
|
602
|
-
margin-
|
|
605
|
+
margin-inline-start: 0;
|
|
603
606
|
}
|
|
604
607
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-sm,
|
|
605
608
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-sm {
|
|
606
|
-
margin-
|
|
609
|
+
margin-inline-start: 0;
|
|
607
610
|
}
|
|
608
611
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-sm ~ .pf-m-pagination,
|
|
609
612
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-sm ~ .pf-m-pagination {
|
|
610
|
-
margin-
|
|
613
|
+
margin-inline-start: auto;
|
|
611
614
|
}
|
|
612
615
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-sm,
|
|
613
616
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-sm {
|
|
@@ -621,19 +624,19 @@
|
|
|
621
624
|
@media (min-width: 768px) {
|
|
622
625
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-md,
|
|
623
626
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-md {
|
|
624
|
-
margin-
|
|
627
|
+
margin-inline-start: auto;
|
|
625
628
|
}
|
|
626
629
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-md ~ .pf-m-pagination,
|
|
627
630
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-md ~ .pf-m-pagination {
|
|
628
|
-
margin-
|
|
631
|
+
margin-inline-start: 0;
|
|
629
632
|
}
|
|
630
633
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-md,
|
|
631
634
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-md {
|
|
632
|
-
margin-
|
|
635
|
+
margin-inline-start: 0;
|
|
633
636
|
}
|
|
634
637
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-md ~ .pf-m-pagination,
|
|
635
638
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-md ~ .pf-m-pagination {
|
|
636
|
-
margin-
|
|
639
|
+
margin-inline-start: auto;
|
|
637
640
|
}
|
|
638
641
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-md,
|
|
639
642
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-md {
|
|
@@ -647,19 +650,19 @@
|
|
|
647
650
|
@media (min-width: 992px) {
|
|
648
651
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-lg,
|
|
649
652
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-lg {
|
|
650
|
-
margin-
|
|
653
|
+
margin-inline-start: auto;
|
|
651
654
|
}
|
|
652
655
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-lg ~ .pf-m-pagination,
|
|
653
656
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-lg ~ .pf-m-pagination {
|
|
654
|
-
margin-
|
|
657
|
+
margin-inline-start: 0;
|
|
655
658
|
}
|
|
656
659
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-lg,
|
|
657
660
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-lg {
|
|
658
|
-
margin-
|
|
661
|
+
margin-inline-start: 0;
|
|
659
662
|
}
|
|
660
663
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-lg ~ .pf-m-pagination,
|
|
661
664
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-lg ~ .pf-m-pagination {
|
|
662
|
-
margin-
|
|
665
|
+
margin-inline-start: auto;
|
|
663
666
|
}
|
|
664
667
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-lg,
|
|
665
668
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-lg {
|
|
@@ -673,19 +676,19 @@
|
|
|
673
676
|
@media (min-width: 1200px) {
|
|
674
677
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-xl,
|
|
675
678
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-xl {
|
|
676
|
-
margin-
|
|
679
|
+
margin-inline-start: auto;
|
|
677
680
|
}
|
|
678
681
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-xl ~ .pf-m-pagination,
|
|
679
682
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-xl ~ .pf-m-pagination {
|
|
680
|
-
margin-
|
|
683
|
+
margin-inline-start: 0;
|
|
681
684
|
}
|
|
682
685
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-xl,
|
|
683
686
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-xl {
|
|
684
|
-
margin-
|
|
687
|
+
margin-inline-start: 0;
|
|
685
688
|
}
|
|
686
689
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-xl ~ .pf-m-pagination,
|
|
687
690
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-xl ~ .pf-m-pagination {
|
|
688
|
-
margin-
|
|
691
|
+
margin-inline-start: auto;
|
|
689
692
|
}
|
|
690
693
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-xl,
|
|
691
694
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-xl {
|
|
@@ -699,19 +702,19 @@
|
|
|
699
702
|
@media (min-width: 1450px) {
|
|
700
703
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-2xl,
|
|
701
704
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-2xl {
|
|
702
|
-
margin-
|
|
705
|
+
margin-inline-start: auto;
|
|
703
706
|
}
|
|
704
707
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-2xl ~ .pf-m-pagination,
|
|
705
708
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-2xl ~ .pf-m-pagination {
|
|
706
|
-
margin-
|
|
709
|
+
margin-inline-start: 0;
|
|
707
710
|
}
|
|
708
711
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-2xl,
|
|
709
712
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-2xl {
|
|
710
|
-
margin-
|
|
713
|
+
margin-inline-start: 0;
|
|
711
714
|
}
|
|
712
715
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-2xl ~ .pf-m-pagination,
|
|
713
716
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-2xl ~ .pf-m-pagination {
|
|
714
|
-
margin-
|
|
717
|
+
margin-inline-start: auto;
|
|
715
718
|
}
|
|
716
719
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-2xl,
|
|
717
720
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-2xl {
|