@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
|
@@ -92,9 +92,9 @@
|
|
|
92
92
|
--pf-v5-c-drawer__actions--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
|
93
93
|
--pf-v5-c-drawer__actions--MarginRight: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
|
94
94
|
--pf-v5-c-drawer__panel--BoxShadow: none;
|
|
95
|
+
--pf-v5-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow: var(--pf-v5-global--BoxShadow--lg-top);
|
|
95
96
|
--pf-v5-c-drawer--m-expanded__panel--BoxShadow: var(--pf-v5-global--BoxShadow--lg-left);
|
|
96
97
|
--pf-v5-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-v5-global--BoxShadow--lg-right);
|
|
97
|
-
--pf-v5-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow: var(--pf-v5-global--BoxShadow--lg-top);
|
|
98
98
|
--pf-v5-c-drawer__panel--after--Width: var(--pf-v5-global--BorderWidth--sm);
|
|
99
99
|
--pf-v5-c-drawer--m-panel-bottom__panel--after--Height: var(--pf-v5-global--BorderWidth--sm);
|
|
100
100
|
--pf-v5-c-drawer__panel--after--BackgroundColor: transparent;
|
|
@@ -128,14 +128,26 @@
|
|
|
128
128
|
--pf-v5-c-drawer__panel--MinHeight: var(--pf-v5-c-drawer--m-panel-bottom__panel--xl--MinHeight);
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer {
|
|
132
|
+
--pf-v5-c-drawer--m-expanded__panel--BoxShadow: var(--pf-v5-global--BoxShadow--lg-right);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer {
|
|
136
|
+
--pf-v5-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-v5-global--BoxShadow--lg-left);
|
|
137
|
+
}
|
|
138
|
+
|
|
131
139
|
.pf-v5-c-drawer.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v5-c-drawer.pf-m-static > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
|
|
132
|
-
padding-
|
|
140
|
+
padding-inline-start: var(--pf-v5-c-drawer--m-inline__panel--PaddingLeft);
|
|
133
141
|
}
|
|
134
142
|
.pf-v5-c-drawer.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
135
143
|
order: 0;
|
|
136
|
-
margin-
|
|
144
|
+
margin-inline-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
137
145
|
transform: translateX(-100%);
|
|
138
146
|
}
|
|
147
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
148
|
+
transform: translateX(calc(-100% * var(--pf-v5-global--inverse--multiplier)));
|
|
149
|
+
}
|
|
150
|
+
|
|
139
151
|
.pf-v5-c-drawer.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__content {
|
|
140
152
|
order: 1;
|
|
141
153
|
}
|
|
@@ -145,6 +157,10 @@
|
|
|
145
157
|
.pf-v5-c-drawer.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
146
158
|
transform: translateX(-100%);
|
|
147
159
|
}
|
|
160
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
161
|
+
transform: translateX(calc(-100% * var(--pf-v5-global--inverse--multiplier)));
|
|
162
|
+
}
|
|
163
|
+
|
|
148
164
|
.pf-v5-c-drawer.pf-m-expanded.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
149
165
|
transform: translateX(0);
|
|
150
166
|
}
|
|
@@ -198,7 +214,10 @@
|
|
|
198
214
|
--pf-v5-c-drawer__content--BackgroundColor: var(--pf-v5-c-drawer__content--m-light-200--BackgroundColor);
|
|
199
215
|
}
|
|
200
216
|
.pf-v5-c-drawer__content > .pf-v5-c-drawer__body {
|
|
201
|
-
padding: var(--pf-v5-c-drawer__content--child--PaddingTop)
|
|
217
|
+
padding-block-start: var(--pf-v5-c-drawer__content--child--PaddingTop);
|
|
218
|
+
padding-block-end: var(--pf-v5-c-drawer__content--child--PaddingBottom);
|
|
219
|
+
padding-inline-start: var(--pf-v5-c-drawer__content--child--PaddingLeft);
|
|
220
|
+
padding-inline-end: var(--pf-v5-c-drawer__content--child--PaddingRight);
|
|
202
221
|
}
|
|
203
222
|
|
|
204
223
|
.pf-v5-c-drawer__panel {
|
|
@@ -216,8 +235,8 @@
|
|
|
216
235
|
}
|
|
217
236
|
.pf-v5-c-drawer__panel::after {
|
|
218
237
|
position: absolute;
|
|
219
|
-
|
|
220
|
-
|
|
238
|
+
inset-block-start: 0;
|
|
239
|
+
inset-inline-start: 0;
|
|
221
240
|
width: var(--pf-v5-c-drawer__panel--after--Width);
|
|
222
241
|
height: 100%;
|
|
223
242
|
content: "";
|
|
@@ -276,26 +295,32 @@
|
|
|
276
295
|
grid-row: 1;
|
|
277
296
|
grid-column: 2;
|
|
278
297
|
align-self: baseline;
|
|
279
|
-
margin-
|
|
280
|
-
margin-
|
|
298
|
+
margin-block-start: var(--pf-v5-c-drawer__actions--MarginTop);
|
|
299
|
+
margin-inline-end: var(--pf-v5-c-drawer__actions--MarginRight);
|
|
281
300
|
}
|
|
282
301
|
|
|
283
302
|
.pf-v5-c-drawer__body {
|
|
284
|
-
padding: var(--pf-v5-c-drawer--child--PaddingTop)
|
|
303
|
+
padding-block-start: var(--pf-v5-c-drawer--child--PaddingTop);
|
|
304
|
+
padding-block-end: var(--pf-v5-c-drawer--child--PaddingBottom);
|
|
305
|
+
padding-inline-start: var(--pf-v5-c-drawer--child--PaddingLeft);
|
|
306
|
+
padding-inline-end: var(--pf-v5-c-drawer--child--PaddingRight);
|
|
285
307
|
}
|
|
286
308
|
.pf-v5-c-drawer__body.pf-m-no-padding {
|
|
287
309
|
padding: 0;
|
|
288
310
|
}
|
|
289
311
|
.pf-v5-c-drawer__body.pf-m-no-padding > .pf-v5-c-drawer__actions,
|
|
290
312
|
.pf-v5-c-drawer__body.pf-m-no-padding > .pf-v5-c-drawer__head > .pf-v5-c-drawer__actions {
|
|
291
|
-
margin-
|
|
292
|
-
margin-
|
|
313
|
+
margin-block-start: 0;
|
|
314
|
+
margin-inline-end: 0;
|
|
293
315
|
}
|
|
294
316
|
.pf-v5-c-drawer__body.pf-m-padding {
|
|
295
|
-
padding: var(--pf-v5-c-drawer--child--m-padding--PaddingTop)
|
|
317
|
+
padding-block-start: var(--pf-v5-c-drawer--child--m-padding--PaddingTop);
|
|
318
|
+
padding-block-end: var(--pf-v5-c-drawer--child--m-padding--PaddingBottom);
|
|
319
|
+
padding-inline-start: var(--pf-v5-c-drawer--child--m-padding--PaddingLeft);
|
|
320
|
+
padding-inline-end: var(--pf-v5-c-drawer--child--m-padding--PaddingRight);
|
|
296
321
|
}
|
|
297
322
|
.pf-v5-c-drawer__body:not(.pf-m-no-padding) + * {
|
|
298
|
-
padding-
|
|
323
|
+
padding-block-start: 0;
|
|
299
324
|
}
|
|
300
325
|
.pf-v5-c-drawer__body:last-child {
|
|
301
326
|
flex: 1 1;
|
|
@@ -332,21 +357,28 @@
|
|
|
332
357
|
}
|
|
333
358
|
.pf-v5-c-drawer__splitter::after {
|
|
334
359
|
position: absolute;
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
360
|
+
inset-block-start: 0;
|
|
361
|
+
inset-block-end: 0;
|
|
362
|
+
inset-inline-start: 0;
|
|
363
|
+
inset-inline-end: 0;
|
|
339
364
|
content: "";
|
|
340
365
|
border: solid var(--pf-v5-c-drawer__splitter--after--BorderColor);
|
|
341
|
-
border-width: var(--pf-v5-c-drawer__splitter--after--BorderTopWidth)
|
|
366
|
+
border-block-start-width: var(--pf-v5-c-drawer__splitter--after--BorderTopWidth);
|
|
367
|
+
border-block-end-width: var(--pf-v5-c-drawer__splitter--after--BorderBottomWidth);
|
|
368
|
+
border-inline-start-width: var(--pf-v5-c-drawer__splitter--after--BorderLeftWidth);
|
|
369
|
+
border-inline-end-width: var(--pf-v5-c-drawer__splitter--after--BorderRightWidth);
|
|
342
370
|
}
|
|
343
371
|
|
|
344
372
|
.pf-v5-c-drawer__splitter-handle {
|
|
345
373
|
position: absolute;
|
|
346
|
-
|
|
347
|
-
|
|
374
|
+
inset-block-start: var(--pf-v5-c-drawer__splitter-handle--Top);
|
|
375
|
+
inset-inline-start: var(--pf-v5-c-drawer__splitter-handle--Left);
|
|
348
376
|
transform: translate(-50%, -50%);
|
|
349
377
|
}
|
|
378
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer__splitter-handle {
|
|
379
|
+
transform: translate(calc(-50% * var(--pf-v5-global--inverse--multiplier)), -50%);
|
|
380
|
+
}
|
|
381
|
+
|
|
350
382
|
.pf-v5-c-drawer__splitter-handle::after {
|
|
351
383
|
display: block;
|
|
352
384
|
width: var(--pf-v5-c-drawer__splitter-handle--after--Width);
|
|
@@ -354,7 +386,10 @@
|
|
|
354
386
|
content: "";
|
|
355
387
|
border-color: var(--pf-v5-c-drawer__splitter-handle--after--BorderColor);
|
|
356
388
|
border-style: solid;
|
|
357
|
-
border-width: var(--pf-v5-c-drawer__splitter-handle--after--BorderTopWidth)
|
|
389
|
+
border-block-start-width: var(--pf-v5-c-drawer__splitter-handle--after--BorderTopWidth);
|
|
390
|
+
border-block-end-width: var(--pf-v5-c-drawer__splitter-handle--after--BorderBottomWidth);
|
|
391
|
+
border-inline-start-width: var(--pf-v5-c-drawer__splitter-handle--after--BorderLeftWidth);
|
|
392
|
+
border-inline-end-width: var(--pf-v5-c-drawer__splitter-handle--after--BorderRightWidth);
|
|
358
393
|
}
|
|
359
394
|
|
|
360
395
|
@media screen and (min-width: 768px) {
|
|
@@ -383,15 +418,15 @@
|
|
|
383
418
|
--pf-v5-c-drawer--m-expanded__panel--BoxShadow: var(--pf-v5-c-drawer--m-expanded--m-panel-left__panel--BoxShadow);
|
|
384
419
|
}
|
|
385
420
|
.pf-v5-c-drawer.pf-m-panel-left.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v5-c-drawer.pf-m-panel-left.pf-m-static > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
|
|
386
|
-
padding-
|
|
387
|
-
padding-
|
|
421
|
+
padding-inline-start: 0;
|
|
422
|
+
padding-inline-end: var(--pf-v5-c-drawer--m-panel-left--m-inline__panel--PaddingRight);
|
|
388
423
|
}
|
|
389
424
|
.pf-v5-c-drawer.pf-m-panel-left.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
390
425
|
transform: translateX(0);
|
|
391
426
|
}
|
|
392
427
|
.pf-v5-c-drawer.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel::after {
|
|
393
|
-
|
|
394
|
-
|
|
428
|
+
inset-inline-start: auto;
|
|
429
|
+
inset-inline-end: 0;
|
|
395
430
|
}
|
|
396
431
|
.pf-v5-c-drawer.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel.pf-m-resizable > .pf-v5-c-drawer__splitter {
|
|
397
432
|
--pf-v5-c-drawer__splitter-handle--Left: var(--pf-v5-c-drawer--m-panel-left__splitter-handle--Left);
|
|
@@ -407,12 +442,12 @@
|
|
|
407
442
|
min-height: var(--pf-v5-c-drawer--m-panel-bottom__panel--md--MinHeight);
|
|
408
443
|
}
|
|
409
444
|
.pf-v5-c-drawer.pf-m-panel-bottom.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v5-c-drawer.pf-m-panel-bottom.pf-m-static > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
|
|
410
|
-
padding-
|
|
411
|
-
padding-
|
|
445
|
+
padding-block-start: var(--pf-v5-c-drawer--m-panel-bottom--m-inline__panel--PaddingTop);
|
|
446
|
+
padding-inline-start: 0;
|
|
412
447
|
}
|
|
413
448
|
.pf-v5-c-drawer.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel::after {
|
|
414
|
-
|
|
415
|
-
|
|
449
|
+
inset-block-start: 0;
|
|
450
|
+
inset-inline-start: auto;
|
|
416
451
|
width: 100%;
|
|
417
452
|
height: var(--pf-v5-c-drawer--m-panel-bottom__panel--after--Height);
|
|
418
453
|
}
|
|
@@ -546,41 +581,47 @@
|
|
|
546
581
|
overflow-x: auto;
|
|
547
582
|
}
|
|
548
583
|
.pf-v5-c-drawer.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
549
|
-
margin-
|
|
584
|
+
margin-inline-start: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
550
585
|
transform: translateX(100%);
|
|
551
586
|
}
|
|
587
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
588
|
+
transform: translateX(calc(100% * var(--pf-v5-global--inverse--multiplier)));
|
|
589
|
+
}
|
|
552
590
|
.pf-v5-c-drawer.pf-m-inline.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
553
|
-
margin-
|
|
591
|
+
margin-inline-start: 0;
|
|
554
592
|
transform: translateX(0);
|
|
555
593
|
}
|
|
556
594
|
.pf-v5-c-drawer.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
|
|
557
595
|
display: unset;
|
|
558
596
|
}
|
|
559
597
|
.pf-v5-c-drawer.pf-m-inline.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
560
|
-
margin-
|
|
561
|
-
margin-
|
|
598
|
+
margin-inline-start: 0;
|
|
599
|
+
margin-inline-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
562
600
|
transform: translateX(-100%);
|
|
563
601
|
}
|
|
602
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer.pf-m-inline.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
603
|
+
transform: translateX(calc(-100% * var(--pf-v5-global--inverse--multiplier)));
|
|
604
|
+
}
|
|
564
605
|
.pf-v5-c-drawer.pf-m-inline.pf-m-panel-left.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
565
|
-
margin-
|
|
606
|
+
margin-inline-end: 0;
|
|
566
607
|
transform: translateX(0);
|
|
567
608
|
}
|
|
568
609
|
.pf-v5-c-drawer.pf-m-inline.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
|
|
569
610
|
display: unset;
|
|
570
611
|
}
|
|
571
612
|
.pf-v5-c-drawer.pf-m-inline.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
572
|
-
margin-
|
|
613
|
+
margin-block-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
573
614
|
transform: translateY(100%);
|
|
574
615
|
}
|
|
575
616
|
.pf-v5-c-drawer.pf-m-inline.pf-m-panel-bottom.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
576
|
-
margin-
|
|
617
|
+
margin-block-end: 0;
|
|
577
618
|
transform: translateY(0);
|
|
578
619
|
}
|
|
579
620
|
.pf-v5-c-drawer.pf-m-static > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
580
621
|
transform: translateX(0);
|
|
581
622
|
}
|
|
582
623
|
.pf-v5-c-drawer.pf-m-static.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
583
|
-
margin-
|
|
624
|
+
margin-inline-end: 0;
|
|
584
625
|
transform: translateX(0);
|
|
585
626
|
}
|
|
586
627
|
.pf-v5-c-drawer.pf-m-static.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
@@ -607,41 +648,47 @@
|
|
|
607
648
|
overflow-x: auto;
|
|
608
649
|
}
|
|
609
650
|
.pf-v5-c-drawer.pf-m-inline-on-lg > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
610
|
-
margin-
|
|
651
|
+
margin-inline-start: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
611
652
|
transform: translateX(100%);
|
|
612
653
|
}
|
|
654
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer.pf-m-inline-on-lg > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
655
|
+
transform: translateX(calc(100% * var(--pf-v5-global--inverse--multiplier)));
|
|
656
|
+
}
|
|
613
657
|
.pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
614
|
-
margin-
|
|
658
|
+
margin-inline-start: 0;
|
|
615
659
|
transform: translateX(0);
|
|
616
660
|
}
|
|
617
661
|
.pf-v5-c-drawer.pf-m-inline-on-lg > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
|
|
618
662
|
display: unset;
|
|
619
663
|
}
|
|
620
664
|
.pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
621
|
-
margin-
|
|
622
|
-
margin-
|
|
665
|
+
margin-inline-start: 0;
|
|
666
|
+
margin-inline-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
623
667
|
transform: translateX(-100%);
|
|
624
668
|
}
|
|
669
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
670
|
+
transform: translateX(calc(-100% * var(--pf-v5-global--inverse--multiplier)));
|
|
671
|
+
}
|
|
625
672
|
.pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-panel-left.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
626
|
-
margin-
|
|
673
|
+
margin-inline-end: 0;
|
|
627
674
|
transform: translateX(0);
|
|
628
675
|
}
|
|
629
676
|
.pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
|
|
630
677
|
display: unset;
|
|
631
678
|
}
|
|
632
679
|
.pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
633
|
-
margin-
|
|
680
|
+
margin-block-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
634
681
|
transform: translateY(100%);
|
|
635
682
|
}
|
|
636
683
|
.pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-panel-bottom.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
637
|
-
margin-
|
|
684
|
+
margin-block-end: 0;
|
|
638
685
|
transform: translateY(0);
|
|
639
686
|
}
|
|
640
687
|
.pf-v5-c-drawer.pf-m-static-on-lg > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
641
688
|
transform: translateX(0);
|
|
642
689
|
}
|
|
643
690
|
.pf-v5-c-drawer.pf-m-static-on-lg.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
644
|
-
margin-
|
|
691
|
+
margin-inline-end: 0;
|
|
645
692
|
transform: translateX(0);
|
|
646
693
|
}
|
|
647
694
|
.pf-v5-c-drawer.pf-m-static-on-lg.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
@@ -668,41 +715,47 @@
|
|
|
668
715
|
overflow-x: auto;
|
|
669
716
|
}
|
|
670
717
|
.pf-v5-c-drawer.pf-m-inline-on-xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
671
|
-
margin-
|
|
718
|
+
margin-inline-start: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
672
719
|
transform: translateX(100%);
|
|
673
720
|
}
|
|
721
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer.pf-m-inline-on-xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
722
|
+
transform: translateX(calc(100% * var(--pf-v5-global--inverse--multiplier)));
|
|
723
|
+
}
|
|
674
724
|
.pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
675
|
-
margin-
|
|
725
|
+
margin-inline-start: 0;
|
|
676
726
|
transform: translateX(0);
|
|
677
727
|
}
|
|
678
728
|
.pf-v5-c-drawer.pf-m-inline-on-xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
|
|
679
729
|
display: unset;
|
|
680
730
|
}
|
|
681
731
|
.pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
682
|
-
margin-
|
|
683
|
-
margin-
|
|
732
|
+
margin-inline-start: 0;
|
|
733
|
+
margin-inline-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
684
734
|
transform: translateX(-100%);
|
|
685
735
|
}
|
|
736
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
737
|
+
transform: translateX(calc(-100% * var(--pf-v5-global--inverse--multiplier)));
|
|
738
|
+
}
|
|
686
739
|
.pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-panel-left.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
687
|
-
margin-
|
|
740
|
+
margin-inline-end: 0;
|
|
688
741
|
transform: translateX(0);
|
|
689
742
|
}
|
|
690
743
|
.pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
|
|
691
744
|
display: unset;
|
|
692
745
|
}
|
|
693
746
|
.pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
694
|
-
margin-
|
|
747
|
+
margin-block-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
695
748
|
transform: translateY(100%);
|
|
696
749
|
}
|
|
697
750
|
.pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-panel-bottom.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
698
|
-
margin-
|
|
751
|
+
margin-block-end: 0;
|
|
699
752
|
transform: translateY(0);
|
|
700
753
|
}
|
|
701
754
|
.pf-v5-c-drawer.pf-m-static-on-xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
702
755
|
transform: translateX(0);
|
|
703
756
|
}
|
|
704
757
|
.pf-v5-c-drawer.pf-m-static-on-xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
705
|
-
margin-
|
|
758
|
+
margin-inline-end: 0;
|
|
706
759
|
transform: translateX(0);
|
|
707
760
|
}
|
|
708
761
|
.pf-v5-c-drawer.pf-m-static-on-xl.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
@@ -729,41 +782,47 @@
|
|
|
729
782
|
overflow-x: auto;
|
|
730
783
|
}
|
|
731
784
|
.pf-v5-c-drawer.pf-m-inline-on-2xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
732
|
-
margin-
|
|
785
|
+
margin-inline-start: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
733
786
|
transform: translateX(100%);
|
|
734
787
|
}
|
|
788
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer.pf-m-inline-on-2xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
789
|
+
transform: translateX(calc(100% * var(--pf-v5-global--inverse--multiplier)));
|
|
790
|
+
}
|
|
735
791
|
.pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
736
|
-
margin-
|
|
792
|
+
margin-inline-start: 0;
|
|
737
793
|
transform: translateX(0);
|
|
738
794
|
}
|
|
739
795
|
.pf-v5-c-drawer.pf-m-inline-on-2xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
|
|
740
796
|
display: unset;
|
|
741
797
|
}
|
|
742
798
|
.pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
743
|
-
margin-
|
|
744
|
-
margin-
|
|
799
|
+
margin-inline-start: 0;
|
|
800
|
+
margin-inline-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
745
801
|
transform: translateX(-100%);
|
|
746
802
|
}
|
|
803
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
804
|
+
transform: translateX(calc(-100% * var(--pf-v5-global--inverse--multiplier)));
|
|
805
|
+
}
|
|
747
806
|
.pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
748
|
-
margin-
|
|
807
|
+
margin-inline-end: 0;
|
|
749
808
|
transform: translateX(0);
|
|
750
809
|
}
|
|
751
810
|
.pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
|
|
752
811
|
display: unset;
|
|
753
812
|
}
|
|
754
813
|
.pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
755
|
-
margin-
|
|
814
|
+
margin-block-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
756
815
|
transform: translateY(100%);
|
|
757
816
|
}
|
|
758
817
|
.pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-panel-bottom.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
759
|
-
margin-
|
|
818
|
+
margin-block-end: 0;
|
|
760
819
|
transform: translateY(0);
|
|
761
820
|
}
|
|
762
821
|
.pf-v5-c-drawer.pf-m-static-on-2xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
763
822
|
transform: translateX(0);
|
|
764
823
|
}
|
|
765
824
|
.pf-v5-c-drawer.pf-m-static-on-2xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
766
|
-
margin-
|
|
825
|
+
margin-inline-end: 0;
|
|
767
826
|
transform: translateX(0);
|
|
768
827
|
}
|
|
769
828
|
.pf-v5-c-drawer.pf-m-static-on-2xl.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|