@patternfly/react-styles 4.92.7 → 5.0.0-alpha.10
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1431 -4312
- package/css/assets/images/pfbg-icon.svg +1 -0
- package/css/components/AboutModalBox/about-modal-box.css +143 -200
- package/css/components/AboutModalBox/about-modal-box.d.ts +10 -11
- package/css/components/AboutModalBox/about-modal-box.js +10 -11
- package/css/components/AboutModalBox/about-modal-box.mjs +10 -11
- package/css/components/Accordion/accordion.css +164 -160
- package/css/components/Accordion/accordion.d.ts +7 -7
- package/css/components/Accordion/accordion.js +7 -7
- package/css/components/Accordion/accordion.mjs +7 -7
- package/css/components/ActionList/action-list.css +19 -19
- package/css/components/ActionList/action-list.d.ts +2 -2
- package/css/components/ActionList/action-list.js +2 -2
- package/css/components/ActionList/action-list.mjs +2 -2
- package/css/components/Alert/alert-group.css +54 -0
- package/css/components/Alert/alert-group.d.ts +9 -0
- package/css/components/{AlertGroup → Alert}/alert-group.js +2 -2
- package/css/components/Alert/alert-group.mjs +8 -0
- package/css/components/Alert/alert.css +180 -175
- package/css/components/Alert/alert.d.ts +12 -12
- package/css/components/Alert/alert.js +12 -12
- package/css/components/Alert/alert.mjs +12 -12
- package/css/components/AppLauncher/app-launcher.css +158 -156
- package/css/components/AppLauncher/app-launcher.d.ts +12 -12
- package/css/components/AppLauncher/app-launcher.js +12 -12
- package/css/components/AppLauncher/app-launcher.mjs +12 -12
- package/css/components/Avatar/avatar.css +123 -123
- package/css/components/Avatar/avatar.d.ts +1 -1
- package/css/components/Avatar/avatar.js +1 -1
- package/css/components/Avatar/avatar.mjs +1 -1
- package/css/components/BackToTop/back-to-top.css +24 -24
- package/css/components/BackToTop/back-to-top.d.ts +2 -2
- package/css/components/BackToTop/back-to-top.js +2 -2
- package/css/components/BackToTop/back-to-top.mjs +2 -2
- package/css/components/Backdrop/backdrop.css +8 -8
- package/css/components/Backdrop/backdrop.d.ts +2 -2
- package/css/components/Backdrop/backdrop.js +2 -2
- package/css/components/Backdrop/backdrop.mjs +2 -2
- package/css/components/BackgroundImage/background-image.css +12 -39
- package/css/components/BackgroundImage/background-image.d.ts +1 -2
- package/css/components/BackgroundImage/background-image.js +1 -2
- package/css/components/BackgroundImage/background-image.mjs +1 -2
- package/css/components/Badge/badge.css +29 -29
- package/css/components/Badge/badge.d.ts +2 -2
- package/css/components/Badge/badge.js +2 -2
- package/css/components/Badge/badge.mjs +2 -2
- package/css/components/Banner/banner.css +90 -128
- package/css/components/Banner/banner.d.ts +8 -9
- package/css/components/Banner/banner.js +8 -9
- package/css/components/Banner/banner.mjs +8 -9
- package/css/components/Brand/brand.css +28 -28
- package/css/components/Brand/brand.d.ts +1 -1
- package/css/components/Brand/brand.js +1 -1
- package/css/components/Brand/brand.mjs +1 -1
- package/css/components/Breadcrumb/breadcrumb.css +53 -57
- package/css/components/Breadcrumb/breadcrumb.d.ts +10 -11
- package/css/components/Breadcrumb/breadcrumb.js +10 -11
- package/css/components/Breadcrumb/breadcrumb.mjs +10 -11
- package/css/components/Button/button.css +476 -480
- package/css/components/Button/button.d.ts +8 -9
- package/css/components/Button/button.js +8 -9
- package/css/components/Button/button.mjs +8 -9
- package/css/components/CalendarMonth/calendar-month.css +157 -157
- package/css/components/CalendarMonth/calendar-month.d.ts +12 -12
- package/css/components/CalendarMonth/calendar-month.js +12 -12
- package/css/components/CalendarMonth/calendar-month.mjs +12 -12
- package/css/components/Card/card.css +327 -266
- package/css/components/Card/card.d.ts +23 -15
- package/css/components/Card/card.js +23 -15
- package/css/components/Card/card.mjs +23 -15
- package/css/components/Check/check.css +47 -45
- package/css/components/Check/check.d.ts +6 -6
- package/css/components/Check/check.js +6 -6
- package/css/components/Check/check.mjs +6 -6
- package/css/components/Chip/chip.css +83 -74
- package/css/components/Chip/chip.d.ts +7 -6
- package/css/components/Chip/chip.js +7 -6
- package/css/components/Chip/chip.mjs +7 -6
- package/css/components/ChipGroup/chip-group.css +60 -50
- package/css/components/ChipGroup/chip-group.d.ts +6 -6
- package/css/components/ChipGroup/chip-group.js +6 -6
- package/css/components/ChipGroup/chip-group.mjs +6 -6
- package/css/components/ClipboardCopy/clipboard-copy.css +65 -65
- package/css/components/ClipboardCopy/clipboard-copy.d.ts +9 -9
- package/css/components/ClipboardCopy/clipboard-copy.js +9 -9
- package/css/components/ClipboardCopy/clipboard-copy.mjs +9 -9
- package/css/components/CodeBlock/code-block.css +21 -21
- package/css/components/CodeBlock/code-block.d.ts +6 -6
- package/css/components/CodeBlock/code-block.js +6 -6
- package/css/components/CodeBlock/code-block.mjs +6 -6
- package/css/components/CodeEditor/code-editor.css +80 -80
- package/css/components/CodeEditor/code-editor.d.ts +12 -12
- package/css/components/CodeEditor/code-editor.js +12 -12
- package/css/components/CodeEditor/code-editor.mjs +12 -12
- package/css/components/Consoles/AccessConsoles.css +5 -4
- package/css/components/Consoles/DesktopViewer.css +1 -2
- package/css/components/Consoles/SerialConsole.css +1 -1
- package/css/components/Consoles/VncConsole.css +1 -1
- package/css/components/Content/content.css +210 -220
- package/css/components/Content/content.d.ts +2 -3
- package/css/components/Content/content.js +2 -3
- package/css/components/Content/content.mjs +2 -3
- package/css/components/ContextSelector/context-selector.css +230 -223
- package/css/components/ContextSelector/context-selector.d.ts +10 -10
- package/css/components/ContextSelector/context-selector.js +10 -10
- package/css/components/ContextSelector/context-selector.mjs +10 -10
- package/css/components/DataList/data-list-grid.css +189 -189
- package/css/components/DataList/data-list-grid.d.ts +4 -4
- package/css/components/DataList/data-list-grid.js +4 -4
- package/css/components/DataList/data-list-grid.mjs +4 -4
- package/css/components/DataList/data-list.css +525 -534
- package/css/components/DataList/data-list.d.ts +18 -18
- package/css/components/DataList/data-list.js +18 -18
- package/css/components/DataList/data-list.mjs +18 -18
- package/css/components/DatePicker/date-picker.css +40 -48
- package/css/components/DatePicker/date-picker.d.ts +6 -7
- package/css/components/DatePicker/date-picker.js +6 -7
- package/css/components/DatePicker/date-picker.mjs +6 -7
- package/css/components/DescriptionList/description-list-order.css +90 -90
- package/css/components/DescriptionList/description-list-order.d.ts +1 -1
- package/css/components/DescriptionList/description-list-order.js +1 -1
- package/css/components/DescriptionList/description-list-order.mjs +1 -1
- package/css/components/DescriptionList/description-list.css +193 -193
- package/css/components/DescriptionList/description-list.d.ts +7 -7
- package/css/components/DescriptionList/description-list.js +7 -7
- package/css/components/DescriptionList/description-list.mjs +7 -7
- package/css/components/Divider/divider.css +231 -247
- package/css/components/Divider/divider.d.ts +1 -1
- package/css/components/Divider/divider.js +1 -1
- package/css/components/Divider/divider.mjs +1 -1
- package/css/components/DragDrop/drag-drop.css +31 -31
- package/css/components/DragDrop/drag-drop.d.ts +2 -2
- package/css/components/DragDrop/drag-drop.js +2 -2
- package/css/components/DragDrop/drag-drop.mjs +2 -2
- package/css/components/Drawer/drawer.css +437 -452
- package/css/components/Drawer/drawer.d.ts +14 -14
- package/css/components/Drawer/drawer.js +14 -14
- package/css/components/Drawer/drawer.mjs +14 -14
- package/css/components/Dropdown/dropdown.css +446 -445
- package/css/components/Dropdown/dropdown.d.ts +21 -21
- package/css/components/Dropdown/dropdown.js +21 -21
- package/css/components/Dropdown/dropdown.mjs +21 -21
- package/css/components/DualListSelector/dual-list-selector.css +187 -187
- package/css/components/DualListSelector/dual-list-selector.d.ts +25 -25
- package/css/components/DualListSelector/dual-list-selector.js +25 -25
- package/css/components/DualListSelector/dual-list-selector.mjs +25 -25
- package/css/components/EmptyState/empty-state.css +91 -101
- package/css/components/EmptyState/empty-state.d.ts +9 -12
- package/css/components/EmptyState/empty-state.js +9 -12
- package/css/components/EmptyState/empty-state.mjs +9 -12
- package/css/components/ExpandableSection/expandable-section.css +102 -104
- package/css/components/ExpandableSection/expandable-section.d.ts +6 -7
- package/css/components/ExpandableSection/expandable-section.js +6 -7
- package/css/components/ExpandableSection/expandable-section.mjs +6 -7
- package/css/components/FileUpload/file-upload.css +30 -30
- package/css/components/FileUpload/file-upload.d.ts +6 -6
- package/css/components/FileUpload/file-upload.js +6 -6
- package/css/components/FileUpload/file-upload.mjs +6 -6
- package/css/components/Form/form.css +329 -328
- package/css/components/Form/form.d.ts +28 -28
- package/css/components/Form/form.js +28 -28
- package/css/components/Form/form.mjs +28 -28
- package/css/components/FormControl/form-control.css +309 -312
- package/css/components/FormControl/form-control.d.ts +2 -2
- package/css/components/FormControl/form-control.js +2 -2
- package/css/components/FormControl/form-control.mjs +2 -2
- package/css/components/HelperText/helper-text.css +61 -57
- package/css/components/HelperText/helper-text.d.ts +6 -5
- package/css/components/HelperText/helper-text.js +6 -5
- package/css/components/HelperText/helper-text.mjs +6 -5
- package/css/components/Hint/hint.css +40 -40
- package/css/components/Hint/hint.d.ts +9 -9
- package/css/components/Hint/hint.js +9 -9
- package/css/components/Hint/hint.mjs +9 -9
- package/css/components/Icon/icon.css +90 -90
- package/css/components/Icon/icon.d.ts +5 -5
- package/css/components/Icon/icon.js +5 -5
- package/css/components/Icon/icon.mjs +5 -5
- package/css/components/InlineEdit/inline-edit.css +43 -54
- package/css/components/InlineEdit/inline-edit.d.ts +8 -8
- package/css/components/InlineEdit/inline-edit.js +8 -8
- package/css/components/InlineEdit/inline-edit.mjs +8 -8
- package/css/components/InputGroup/input-group.css +74 -98
- package/css/components/InputGroup/input-group.d.ts +7 -5
- package/css/components/InputGroup/input-group.js +7 -5
- package/css/components/InputGroup/input-group.mjs +7 -5
- package/css/components/JumpLinks/jump-links.css +178 -221
- package/css/components/JumpLinks/jump-links.d.ts +11 -11
- package/css/components/JumpLinks/jump-links.js +11 -11
- package/css/components/JumpLinks/jump-links.mjs +11 -11
- package/css/components/Label/label.css +397 -387
- package/css/components/Label/label.d.ts +7 -6
- package/css/components/Label/label.js +7 -6
- package/css/components/Label/label.mjs +7 -6
- package/css/components/LabelGroup/label-group.css +93 -89
- package/css/components/LabelGroup/label-group.d.ts +8 -8
- package/css/components/LabelGroup/label-group.js +8 -8
- package/css/components/LabelGroup/label-group.mjs +8 -8
- package/css/components/List/list.css +53 -53
- package/css/components/List/list.d.ts +3 -3
- package/css/components/List/list.js +3 -3
- package/css/components/List/list.mjs +3 -3
- package/css/components/LogViewer/log-viewer.css +140 -178
- package/css/components/LogViewer/log-viewer.d.ts +14 -16
- package/css/components/LogViewer/log-viewer.js +14 -16
- package/css/components/LogViewer/log-viewer.mjs +14 -16
- package/css/components/Login/login.css +180 -220
- package/css/components/Login/login.d.ts +19 -21
- package/css/components/Login/login.js +19 -21
- package/css/components/Login/login.mjs +19 -21
- package/css/components/Masthead/masthead.css +538 -576
- package/css/components/Masthead/masthead.d.ts +15 -16
- package/css/components/Masthead/masthead.js +15 -16
- package/css/components/Masthead/masthead.mjs +15 -16
- package/css/components/Menu/menu.css +436 -449
- package/css/components/Menu/menu.d.ts +24 -24
- package/css/components/Menu/menu.js +24 -24
- package/css/components/Menu/menu.mjs +24 -24
- package/css/components/MenuToggle/menu-toggle.css +312 -310
- package/css/components/MenuToggle/menu-toggle.d.ts +10 -10
- package/css/components/MenuToggle/menu-toggle.js +10 -10
- package/css/components/MenuToggle/menu-toggle.mjs +10 -10
- package/css/components/ModalBox/modal-box.css +119 -118
- package/css/components/ModalBox/modal-box.d.ts +13 -12
- package/css/components/ModalBox/modal-box.js +13 -12
- package/css/components/ModalBox/modal-box.mjs +13 -12
- package/css/components/MultipleFileUpload/multiple-file-upload.css +136 -136
- package/css/components/MultipleFileUpload/multiple-file-upload.d.ts +18 -18
- package/css/components/MultipleFileUpload/multiple-file-upload.js +18 -18
- package/css/components/MultipleFileUpload/multiple-file-upload.mjs +18 -18
- package/css/components/Nav/nav.css +769 -769
- package/css/components/Nav/nav.d.ts +17 -17
- package/css/components/Nav/nav.js +17 -17
- package/css/components/Nav/nav.mjs +17 -17
- package/css/components/NotificationBadge/notification-badge.css +80 -80
- package/css/components/NotificationBadge/notification-badge.d.ts +5 -5
- package/css/components/NotificationBadge/notification-badge.js +5 -5
- package/css/components/NotificationBadge/notification-badge.mjs +5 -5
- package/css/components/NotificationDrawer/notification-drawer.css +184 -183
- package/css/components/NotificationDrawer/notification-drawer.d.ts +21 -21
- package/css/components/NotificationDrawer/notification-drawer.js +21 -21
- package/css/components/NotificationDrawer/notification-drawer.mjs +21 -21
- package/css/components/NumberInput/number-input.css +21 -21
- package/css/components/NumberInput/number-input.d.ts +5 -5
- package/css/components/NumberInput/number-input.js +5 -5
- package/css/components/NumberInput/number-input.mjs +5 -5
- package/css/components/OptionsMenu/options-menu.css +177 -179
- package/css/components/OptionsMenu/options-menu.d.ts +13 -13
- package/css/components/OptionsMenu/options-menu.js +13 -13
- package/css/components/OptionsMenu/options-menu.mjs +13 -13
- package/css/components/OverflowMenu/overflow-menu.css +42 -42
- package/css/components/OverflowMenu/overflow-menu.d.ts +6 -6
- package/css/components/OverflowMenu/overflow-menu.js +6 -6
- package/css/components/OverflowMenu/overflow-menu.mjs +6 -6
- package/css/components/Page/page.css +644 -683
- package/css/components/Page/page.d.ts +35 -35
- package/css/components/Page/page.js +35 -35
- package/css/components/Page/page.mjs +35 -35
- package/css/components/Pagination/pagination.css +275 -330
- package/css/components/Pagination/pagination.d.ts +10 -10
- package/css/components/Pagination/pagination.js +10 -10
- package/css/components/Pagination/pagination.mjs +10 -10
- package/css/components/Panel/panel.css +57 -57
- package/css/components/Panel/panel.d.ts +5 -5
- package/css/components/Panel/panel.js +5 -5
- package/css/components/Panel/panel.mjs +5 -5
- package/css/components/Popover/popover.css +128 -134
- package/css/components/Popover/popover.d.ts +13 -14
- package/css/components/Popover/popover.js +13 -14
- package/css/components/Popover/popover.mjs +13 -14
- package/css/components/Progress/progress.css +97 -95
- package/css/components/Progress/progress.d.ts +9 -9
- package/css/components/Progress/progress.js +9 -9
- package/css/components/Progress/progress.mjs +9 -9
- package/css/components/ProgressStepper/progress-stepper.css +509 -509
- package/css/components/ProgressStepper/progress-stepper.d.ts +8 -8
- package/css/components/ProgressStepper/progress-stepper.js +8 -8
- package/css/components/ProgressStepper/progress-stepper.mjs +8 -8
- package/css/components/Radio/radio.css +46 -44
- package/css/components/Radio/radio.d.ts +5 -5
- package/css/components/Radio/radio.js +5 -5
- package/css/components/Radio/radio.mjs +5 -5
- package/css/components/SearchInput/search-input.css +114 -112
- package/css/components/SearchInput/search-input.d.ts +15 -15
- package/css/components/SearchInput/search-input.js +15 -15
- package/css/components/SearchInput/search-input.mjs +15 -15
- package/css/components/Select/select.css +413 -413
- package/css/components/Select/select.d.ts +34 -34
- package/css/components/Select/select.js +34 -34
- package/css/components/Select/select.mjs +34 -34
- package/css/components/Sidebar/sidebar.css +238 -195
- package/css/components/Sidebar/sidebar.d.ts +6 -4
- package/css/components/Sidebar/sidebar.js +6 -4
- package/css/components/Sidebar/sidebar.mjs +6 -4
- package/css/components/SimpleList/simple-list.css +65 -65
- package/css/components/SimpleList/simple-list.d.ts +5 -5
- package/css/components/SimpleList/simple-list.js +5 -5
- package/css/components/SimpleList/simple-list.mjs +5 -5
- package/css/components/Skeleton/skeleton.css +115 -115
- package/css/components/Skeleton/skeleton.d.ts +2 -2
- package/css/components/Skeleton/skeleton.js +2 -2
- package/css/components/Skeleton/skeleton.mjs +2 -2
- package/css/components/SkipToContent/skip-to-content.css +8 -8
- package/css/components/SkipToContent/skip-to-content.d.ts +1 -1
- package/css/components/SkipToContent/skip-to-content.js +1 -1
- package/css/components/SkipToContent/skip-to-content.mjs +1 -1
- package/css/components/Slider/slider.css +132 -132
- package/css/components/Slider/slider.d.ts +12 -12
- package/css/components/Slider/slider.js +12 -12
- package/css/components/Slider/slider.mjs +12 -12
- package/css/components/Spinner/spinner.css +57 -186
- package/css/components/Spinner/spinner.d.ts +2 -5
- package/css/components/Spinner/spinner.js +2 -5
- package/css/components/Spinner/spinner.mjs +2 -5
- package/css/components/Switch/switch.css +87 -88
- package/css/components/Switch/switch.d.ts +6 -6
- package/css/components/Switch/switch.js +6 -6
- package/css/components/Switch/switch.mjs +6 -6
- package/css/components/TabContent/tab-content.css +28 -28
- package/css/components/TabContent/tab-content.d.ts +2 -2
- package/css/components/TabContent/tab-content.js +2 -2
- package/css/components/TabContent/tab-content.mjs +2 -2
- package/css/components/Table/inline-edit.css +23 -19
- package/css/components/Table/table-grid.css +845 -855
- package/css/components/Table/table-grid.d.ts +14 -14
- package/css/components/Table/table-grid.js +14 -14
- package/css/components/Table/table-grid.mjs +14 -14
- package/css/components/Table/table-scrollable.css +38 -33
- package/css/components/Table/table-scrollable.d.ts +6 -5
- package/css/components/Table/table-scrollable.js +6 -5
- package/css/components/Table/table-scrollable.mjs +6 -5
- package/css/components/Table/table-tree-view.css +494 -500
- package/css/components/Table/table-tree-view.d.ts +13 -12
- package/css/components/Table/table-tree-view.js +13 -12
- package/css/components/Table/table-tree-view.mjs +13 -12
- package/css/components/Table/table.css +747 -761
- package/css/components/Table/table.d.ts +26 -26
- package/css/components/Table/table.js +26 -26
- package/css/components/Table/table.mjs +26 -26
- package/css/components/Tabs/tabs.css +605 -638
- package/css/components/Tabs/tabs.d.ts +18 -19
- package/css/components/Tabs/tabs.js +18 -19
- package/css/components/Tabs/tabs.mjs +18 -19
- package/css/components/TextInputGroup/text-input-group.css +95 -93
- package/css/components/TextInputGroup/text-input-group.d.ts +9 -9
- package/css/components/TextInputGroup/text-input-group.js +9 -9
- package/css/components/TextInputGroup/text-input-group.mjs +9 -9
- package/css/components/Tile/tile.css +100 -100
- package/css/components/Tile/tile.d.ts +6 -6
- package/css/components/Tile/tile.js +6 -6
- package/css/components/Tile/tile.mjs +6 -6
- package/css/components/Timestamp/timestamp.css +28 -28
- package/css/components/Timestamp/timestamp.d.ts +1 -1
- package/css/components/Timestamp/timestamp.js +1 -1
- package/css/components/Timestamp/timestamp.mjs +1 -1
- package/css/components/Title/title.css +45 -50
- package/css/components/Title/title.d.ts +2 -3
- package/css/components/Title/title.js +2 -3
- package/css/components/Title/title.mjs +2 -3
- package/css/components/ToggleGroup/toggle-group.css +81 -81
- package/css/components/ToggleGroup/toggle-group.d.ts +6 -6
- package/css/components/ToggleGroup/toggle-group.js +6 -6
- package/css/components/ToggleGroup/toggle-group.mjs +6 -6
- package/css/components/Toolbar/toolbar.css +721 -717
- package/css/components/Toolbar/toolbar.d.ts +16 -12
- package/css/components/Toolbar/toolbar.js +16 -12
- package/css/components/Toolbar/toolbar.mjs +16 -12
- package/css/components/Tooltip/tooltip.css +56 -61
- package/css/components/Tooltip/tooltip.d.ts +4 -4
- package/css/components/Tooltip/tooltip.js +4 -4
- package/css/components/Tooltip/tooltip.mjs +4 -4
- package/css/components/TreeView/tree-view.css +365 -373
- package/css/components/TreeView/tree-view.d.ts +17 -17
- package/css/components/TreeView/tree-view.js +17 -17
- package/css/components/TreeView/tree-view.mjs +17 -17
- package/css/components/Truncate/truncate.css +11 -11
- package/css/components/Truncate/truncate.d.ts +3 -3
- package/css/components/Truncate/truncate.js +3 -3
- package/css/components/Truncate/truncate.mjs +3 -3
- package/css/components/Wizard/wizard.css +321 -353
- package/css/components/Wizard/wizard.d.ts +29 -30
- package/css/components/Wizard/wizard.js +29 -30
- package/css/components/Wizard/wizard.mjs +29 -30
- package/css/docs/components/Avatar/examples/Avatar.css +1 -1
- package/css/docs/components/Button/examples/Button.css +1 -1
- package/css/docs/components/Button/examples/Button.d.ts +1 -1
- package/css/docs/components/Button/examples/Button.js +1 -1
- package/css/docs/components/Button/examples/Button.mjs +1 -1
- package/css/docs/components/ContextSelector/examples/context-selector.css +5 -1
- package/css/docs/components/DragDrop/examples/DragDrop.css +3 -3
- package/css/docs/components/DragDrop/examples/DragDrop.d.ts +1 -1
- package/css/docs/components/DragDrop/examples/DragDrop.js +1 -1
- package/css/docs/components/DragDrop/examples/DragDrop.mjs +1 -1
- package/css/docs/components/Dropdown/examples/Dropdown.css +6 -3
- package/css/docs/components/Dropdown/examples/Dropdown.d.ts +1 -1
- package/css/docs/components/Dropdown/examples/Dropdown.js +1 -1
- package/css/docs/components/Dropdown/examples/Dropdown.mjs +1 -1
- package/css/docs/components/FormControl/examples/FormControl.css +3 -3
- package/css/docs/components/Label/examples/Label.css +2 -2
- package/css/docs/components/Label/examples/Label.d.ts +1 -1
- package/css/docs/components/Label/examples/Label.js +1 -1
- package/css/docs/components/Label/examples/Label.mjs +1 -1
- package/css/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/css/docs/components/LogViewer/examples/LogViewer.d.ts +1 -1
- package/css/docs/components/LogViewer/examples/LogViewer.js +1 -1
- package/css/docs/components/LogViewer/examples/LogViewer.mjs +1 -1
- package/css/docs/components/ModalBox/examples/ModalBox.css +2 -2
- package/css/docs/components/ModalBox/examples/ModalBox.d.ts +1 -1
- package/css/docs/components/ModalBox/examples/ModalBox.js +1 -1
- package/css/docs/components/ModalBox/examples/ModalBox.mjs +1 -1
- package/css/docs/components/Nav/examples/Navigation.css +13 -13
- package/css/docs/components/Nav/examples/Navigation.d.ts +4 -4
- package/css/docs/components/Nav/examples/Navigation.js +4 -4
- package/css/docs/components/Nav/examples/Navigation.mjs +4 -4
- package/css/docs/components/NotificationBadge/examples/NotificationBadge.css +1 -1
- package/css/docs/components/OverflowMenu/examples/overflow-menu.css +4 -4
- package/css/docs/components/OverflowMenu/examples/overflow-menu.d.ts +2 -2
- package/css/docs/components/OverflowMenu/examples/overflow-menu.js +2 -2
- package/css/docs/components/OverflowMenu/examples/overflow-menu.mjs +2 -2
- package/css/docs/components/Page/examples/Page.css +11 -5
- package/css/docs/components/Page/examples/Page.d.ts +3 -3
- package/css/docs/components/Page/examples/Page.js +3 -3
- package/css/docs/components/Page/examples/Page.mjs +3 -3
- package/css/docs/components/Popover/examples/Popover.css +1 -1
- package/css/docs/components/Popover/examples/Popover.d.ts +1 -1
- package/css/docs/components/Popover/examples/Popover.js +1 -1
- package/css/docs/components/Popover/examples/Popover.mjs +1 -1
- package/css/docs/components/Skeleton/examples/Skeleton.css +1 -1
- package/css/docs/components/Skeleton/examples/Skeleton.d.ts +1 -1
- package/css/docs/components/Skeleton/examples/Skeleton.js +1 -1
- package/css/docs/components/Skeleton/examples/Skeleton.mjs +1 -1
- package/css/docs/components/Table/examples/Table.css +5 -1
- package/css/docs/components/Table/examples/Table.d.ts +1 -1
- package/css/docs/components/Table/examples/Table.js +1 -1
- package/css/docs/components/Table/examples/Table.mjs +1 -1
- package/css/docs/components/Tabs/examples/Tabs.css +1 -1
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.css +2 -2
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.d.ts +2 -2
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.js +2 -2
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.mjs +2 -2
- package/css/docs/components/Tile/examples/Tile.css +5 -5
- package/css/docs/components/Tile/examples/Tile.d.ts +1 -1
- package/css/docs/components/Tile/examples/Tile.js +1 -1
- package/css/docs/components/Tile/examples/Tile.mjs +1 -1
- package/css/docs/components/ToggleGroup/examples/toggle-group.css +1 -1
- package/css/docs/components/Toolbar/examples/Toolbar.css +34 -34
- package/css/docs/components/Toolbar/examples/Toolbar.d.ts +3 -3
- package/css/docs/components/Toolbar/examples/Toolbar.js +3 -3
- package/css/docs/components/Toolbar/examples/Toolbar.mjs +3 -3
- package/css/docs/components/Truncate/examples/Truncate.css +3 -3
- package/css/docs/components/Truncate/examples/Truncate.d.ts +1 -1
- package/css/docs/components/Truncate/examples/Truncate.js +1 -1
- package/css/docs/components/Truncate/examples/Truncate.mjs +1 -1
- package/css/docs/demos/Card/examples/Card.css +6 -6
- package/css/docs/demos/Card/examples/Card.d.ts +2 -2
- package/css/docs/demos/Card/examples/Card.js +2 -2
- package/css/docs/demos/Card/examples/Card.mjs +2 -2
- package/css/docs/layouts/Bullseye/examples/Bullseye.css +2 -2
- package/css/docs/layouts/Bullseye/examples/Bullseye.d.ts +2 -2
- package/css/docs/layouts/Bullseye/examples/Bullseye.js +2 -2
- package/css/docs/layouts/Bullseye/examples/Bullseye.mjs +2 -2
- package/css/docs/layouts/Flex/examples/Flex.css +2 -2
- package/css/docs/layouts/Flex/examples/Flex.d.ts +2 -2
- package/css/docs/layouts/Flex/examples/Flex.js +2 -2
- package/css/docs/layouts/Flex/examples/Flex.mjs +2 -2
- package/css/docs/layouts/Gallery/examples/Gallery.css +2 -2
- package/css/docs/layouts/Gallery/examples/Gallery.d.ts +2 -2
- package/css/docs/layouts/Gallery/examples/Gallery.js +2 -2
- package/css/docs/layouts/Gallery/examples/Gallery.mjs +2 -2
- package/css/docs/layouts/Grid/examples/Grid.css +1 -1
- package/css/docs/layouts/Grid/examples/Grid.d.ts +1 -1
- package/css/docs/layouts/Grid/examples/Grid.js +1 -1
- package/css/docs/layouts/Grid/examples/Grid.mjs +1 -1
- package/css/docs/layouts/Level/examples/Level.css +3 -3
- package/css/docs/layouts/Level/examples/Level.d.ts +2 -2
- package/css/docs/layouts/Level/examples/Level.js +2 -2
- package/css/docs/layouts/Level/examples/Level.mjs +2 -2
- package/css/docs/layouts/Split/examples/Split.css +2 -2
- package/css/docs/layouts/Split/examples/Split.d.ts +2 -2
- package/css/docs/layouts/Split/examples/Split.js +2 -2
- package/css/docs/layouts/Split/examples/Split.mjs +2 -2
- package/css/docs/layouts/Stack/examples/Stack.css +3 -3
- package/css/docs/layouts/Stack/examples/Stack.d.ts +2 -2
- package/css/docs/layouts/Stack/examples/Stack.js +2 -2
- package/css/docs/layouts/Stack/examples/Stack.mjs +2 -2
- package/css/docs/utilities/Alignment/examples/Alignment.css +4 -4
- package/css/docs/utilities/Alignment/examples/Alignment.d.ts +4 -4
- package/css/docs/utilities/Alignment/examples/Alignment.js +4 -4
- package/css/docs/utilities/Alignment/examples/Alignment.mjs +4 -4
- package/css/docs/utilities/BoxShadow/examples/box-shadow.css +11 -11
- package/css/docs/utilities/Display/examples/Display.css +8 -8
- package/css/docs/utilities/Display/examples/Display.d.ts +8 -8
- package/css/docs/utilities/Display/examples/Display.js +8 -8
- package/css/docs/utilities/Display/examples/Display.mjs +8 -8
- package/css/docs/utilities/Flex/examples/Flex.css +5 -5
- package/css/docs/utilities/Flex/examples/Flex.d.ts +2 -2
- package/css/docs/utilities/Flex/examples/Flex.js +2 -2
- package/css/docs/utilities/Flex/examples/Flex.mjs +2 -2
- package/css/docs/utilities/Float/examples/Float.css +2 -2
- package/css/docs/utilities/Float/examples/Float.d.ts +2 -2
- package/css/docs/utilities/Float/examples/Float.js +2 -2
- package/css/docs/utilities/Float/examples/Float.mjs +2 -2
- package/css/docs/utilities/Sizing/examples/Sizing.css +4 -4
- package/css/docs/utilities/Sizing/examples/Sizing.d.ts +4 -4
- package/css/docs/utilities/Sizing/examples/Sizing.js +4 -4
- package/css/docs/utilities/Sizing/examples/Sizing.mjs +4 -4
- package/css/docs/utilities/Spacing/examples/Spacing.css +1 -1
- package/css/docs/utilities/Spacing/examples/Spacing.d.ts +1 -1
- package/css/docs/utilities/Spacing/examples/Spacing.js +1 -1
- package/css/docs/utilities/Spacing/examples/Spacing.mjs +1 -1
- package/css/layouts/Bullseye/bullseye.css +3 -3
- package/css/layouts/Bullseye/bullseye.d.ts +1 -1
- package/css/layouts/Bullseye/bullseye.js +1 -1
- package/css/layouts/Bullseye/bullseye.mjs +1 -1
- package/css/layouts/Flex/flex.css +796 -796
- package/css/layouts/Flex/flex.d.ts +1 -1
- package/css/layouts/Flex/flex.js +1 -1
- package/css/layouts/Flex/flex.mjs +1 -1
- package/css/layouts/Gallery/gallery.css +34 -34
- package/css/layouts/Gallery/gallery.d.ts +1 -1
- package/css/layouts/Gallery/gallery.js +1 -1
- package/css/layouts/Gallery/gallery.mjs +1 -1
- package/css/layouts/Grid/grid.css +531 -531
- package/css/layouts/Grid/grid.d.ts +2 -2
- package/css/layouts/Grid/grid.js +2 -2
- package/css/layouts/Grid/grid.mjs +2 -2
- package/css/layouts/Level/level.css +4 -4
- package/css/layouts/Level/level.d.ts +1 -1
- package/css/layouts/Level/level.js +1 -1
- package/css/layouts/Level/level.mjs +1 -1
- package/css/layouts/Split/split.css +6 -6
- package/css/layouts/Split/split.d.ts +2 -2
- package/css/layouts/Split/split.js +2 -2
- package/css/layouts/Split/split.mjs +2 -2
- package/css/layouts/Stack/stack.css +5 -5
- package/css/layouts/Stack/stack.d.ts +2 -2
- package/css/layouts/Stack/stack.js +2 -2
- package/css/layouts/Stack/stack.mjs +2 -2
- package/css/layouts/Toolbar/toolbar.css +20 -14
- package/css/utilities/Accessibility/accessibility.css +18 -18
- package/css/utilities/Accessibility/accessibility.d.ts +18 -18
- package/css/utilities/Accessibility/accessibility.js +18 -18
- package/css/utilities/Accessibility/accessibility.mjs +18 -18
- package/css/utilities/Alignment/alignment.css +24 -24
- package/css/utilities/Alignment/alignment.d.ts +24 -24
- package/css/utilities/Alignment/alignment.js +24 -24
- package/css/utilities/Alignment/alignment.mjs +24 -24
- package/css/utilities/BackgroundColor/BackgroundColor.css +252 -252
- package/css/utilities/BackgroundColor/BackgroundColor.d.ts +97 -97
- package/css/utilities/BackgroundColor/BackgroundColor.js +97 -97
- package/css/utilities/BackgroundColor/BackgroundColor.mjs +97 -97
- package/css/utilities/BoxShadow/box-shadow.css +42 -42
- package/css/utilities/BoxShadow/box-shadow.d.ts +21 -21
- package/css/utilities/BoxShadow/box-shadow.js +21 -21
- package/css/utilities/BoxShadow/box-shadow.mjs +21 -21
- package/css/utilities/Display/display.css +54 -54
- package/css/utilities/Display/display.d.ts +54 -54
- package/css/utilities/Display/display.js +54 -54
- package/css/utilities/Display/display.mjs +54 -54
- package/css/utilities/Flex/flex.css +228 -228
- package/css/utilities/Flex/flex.d.ts +228 -228
- package/css/utilities/Flex/flex.js +228 -228
- package/css/utilities/Flex/flex.mjs +228 -228
- package/css/utilities/Float/float.css +12 -12
- package/css/utilities/Float/float.d.ts +12 -12
- package/css/utilities/Float/float.js +12 -12
- package/css/utilities/Float/float.mjs +12 -12
- package/css/utilities/Sizing/sizing.css +244 -244
- package/css/utilities/Sizing/sizing.d.ts +196 -196
- package/css/utilities/Sizing/sizing.js +196 -196
- package/css/utilities/Sizing/sizing.mjs +196 -196
- package/css/utilities/Spacing/spacing.css +1704 -1704
- package/css/utilities/Spacing/spacing.d.ts +840 -840
- package/css/utilities/Spacing/spacing.js +840 -840
- package/css/utilities/Spacing/spacing.mjs +840 -840
- package/css/utilities/Text/text.css +643 -643
- package/css/utilities/Text/text.d.ts +284 -284
- package/css/utilities/Text/text.js +284 -284
- package/css/utilities/Text/text.mjs +284 -284
- package/package.json +5 -5
- package/scripts/generateClassMaps.js +5 -5
- package/src/css/components/Consoles/AccessConsoles.css +5 -4
- package/src/css/components/Consoles/DesktopViewer.css +1 -2
- package/src/css/components/Consoles/SerialConsole.css +1 -1
- package/src/css/components/Consoles/VncConsole.css +1 -1
- package/src/css/components/Table/inline-edit.css +23 -19
- package/src/css/layouts/Toolbar/toolbar.css +20 -14
- package/css/components/AlertGroup/alert-group.css +0 -54
- package/css/components/AlertGroup/alert-group.d.ts +0 -9
- package/css/components/AlertGroup/alert-group.mjs +0 -8
@@ -1,1178 +1,1182 @@
|
|
1
|
-
.pf-c-toolbar__content-section, .pf-c-toolbar__content, .pf-c-toolbar__item, .pf-c-toolbar__group {
|
2
|
-
--pf-hidden-visible--
|
3
|
-
--pf-hidden-visible--hidden--Display
|
4
|
-
--pf-hidden-visible--
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
visibility: var(--pf-hidden-visible--Visibility);
|
9
|
-
}
|
10
|
-
.pf-m-hidden.pf-c-toolbar__content-section, .pf-m-hidden.pf-c-toolbar__content, .pf-m-hidden.pf-c-toolbar__item, .pf-m-hidden.pf-c-toolbar__group {
|
11
|
-
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
12
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
1
|
+
.pf-v5-c-toolbar__content-section, .pf-v5-c-toolbar__content, .pf-v5-c-toolbar__item, .pf-v5-c-toolbar__group {
|
2
|
+
--pf-v5-hidden-visible--hidden--Display: none;
|
3
|
+
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
|
4
|
+
display: var(--pf-v5-hidden-visible--Display);
|
5
|
+
}
|
6
|
+
.pf-m-hidden.pf-v5-c-toolbar__content-section, .pf-m-hidden.pf-v5-c-toolbar__content, .pf-m-hidden.pf-v5-c-toolbar__item, .pf-m-hidden.pf-v5-c-toolbar__group {
|
7
|
+
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
|
13
8
|
}
|
14
9
|
@media screen and (min-width: 576px) {
|
15
|
-
.pf-m-hidden-on-sm.pf-c-toolbar__content-section, .pf-m-hidden-on-sm.pf-c-toolbar__content, .pf-m-hidden-on-sm.pf-c-toolbar__item, .pf-m-hidden-on-sm.pf-c-toolbar__group {
|
16
|
-
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
17
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
10
|
+
.pf-m-hidden-on-sm.pf-v5-c-toolbar__content-section, .pf-m-hidden-on-sm.pf-v5-c-toolbar__content, .pf-m-hidden-on-sm.pf-v5-c-toolbar__item, .pf-m-hidden-on-sm.pf-v5-c-toolbar__group {
|
11
|
+
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
|
18
12
|
}
|
19
|
-
.pf-m-visible-on-sm.pf-c-toolbar__content-section, .pf-m-visible-on-sm.pf-c-toolbar__content, .pf-m-visible-on-sm.pf-c-toolbar__item, .pf-m-visible-on-sm.pf-c-toolbar__group {
|
20
|
-
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
21
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
13
|
+
.pf-m-visible-on-sm.pf-v5-c-toolbar__content-section, .pf-m-visible-on-sm.pf-v5-c-toolbar__content, .pf-m-visible-on-sm.pf-v5-c-toolbar__item, .pf-m-visible-on-sm.pf-v5-c-toolbar__group {
|
14
|
+
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
|
22
15
|
}
|
23
16
|
}
|
24
17
|
@media screen and (min-width: 768px) {
|
25
|
-
.pf-m-hidden-on-md.pf-c-toolbar__content-section, .pf-m-hidden-on-md.pf-c-toolbar__content, .pf-m-hidden-on-md.pf-c-toolbar__item, .pf-m-hidden-on-md.pf-c-toolbar__group {
|
26
|
-
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
27
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
18
|
+
.pf-m-hidden-on-md.pf-v5-c-toolbar__content-section, .pf-m-hidden-on-md.pf-v5-c-toolbar__content, .pf-m-hidden-on-md.pf-v5-c-toolbar__item, .pf-m-hidden-on-md.pf-v5-c-toolbar__group {
|
19
|
+
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
|
28
20
|
}
|
29
|
-
.pf-m-visible-on-md.pf-c-toolbar__content-section, .pf-m-visible-on-md.pf-c-toolbar__content, .pf-m-visible-on-md.pf-c-toolbar__item, .pf-m-visible-on-md.pf-c-toolbar__group {
|
30
|
-
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
31
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
21
|
+
.pf-m-visible-on-md.pf-v5-c-toolbar__content-section, .pf-m-visible-on-md.pf-v5-c-toolbar__content, .pf-m-visible-on-md.pf-v5-c-toolbar__item, .pf-m-visible-on-md.pf-v5-c-toolbar__group {
|
22
|
+
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
|
32
23
|
}
|
33
24
|
}
|
34
25
|
@media screen and (min-width: 992px) {
|
35
|
-
.pf-m-hidden-on-lg.pf-c-toolbar__content-section, .pf-m-hidden-on-lg.pf-c-toolbar__content, .pf-m-hidden-on-lg.pf-c-toolbar__item, .pf-m-hidden-on-lg.pf-c-toolbar__group {
|
36
|
-
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
37
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
26
|
+
.pf-m-hidden-on-lg.pf-v5-c-toolbar__content-section, .pf-m-hidden-on-lg.pf-v5-c-toolbar__content, .pf-m-hidden-on-lg.pf-v5-c-toolbar__item, .pf-m-hidden-on-lg.pf-v5-c-toolbar__group {
|
27
|
+
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
|
38
28
|
}
|
39
|
-
.pf-m-visible-on-lg.pf-c-toolbar__content-section, .pf-m-visible-on-lg.pf-c-toolbar__content, .pf-m-visible-on-lg.pf-c-toolbar__item, .pf-m-visible-on-lg.pf-c-toolbar__group {
|
40
|
-
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
41
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
29
|
+
.pf-m-visible-on-lg.pf-v5-c-toolbar__content-section, .pf-m-visible-on-lg.pf-v5-c-toolbar__content, .pf-m-visible-on-lg.pf-v5-c-toolbar__item, .pf-m-visible-on-lg.pf-v5-c-toolbar__group {
|
30
|
+
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
|
42
31
|
}
|
43
32
|
}
|
44
33
|
@media screen and (min-width: 1200px) {
|
45
|
-
.pf-m-hidden-on-xl.pf-c-toolbar__content-section, .pf-m-hidden-on-xl.pf-c-toolbar__content, .pf-m-hidden-on-xl.pf-c-toolbar__item, .pf-m-hidden-on-xl.pf-c-toolbar__group {
|
46
|
-
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
47
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
34
|
+
.pf-m-hidden-on-xl.pf-v5-c-toolbar__content-section, .pf-m-hidden-on-xl.pf-v5-c-toolbar__content, .pf-m-hidden-on-xl.pf-v5-c-toolbar__item, .pf-m-hidden-on-xl.pf-v5-c-toolbar__group {
|
35
|
+
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
|
48
36
|
}
|
49
|
-
.pf-m-visible-on-xl.pf-c-toolbar__content-section, .pf-m-visible-on-xl.pf-c-toolbar__content, .pf-m-visible-on-xl.pf-c-toolbar__item, .pf-m-visible-on-xl.pf-c-toolbar__group {
|
50
|
-
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
51
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
37
|
+
.pf-m-visible-on-xl.pf-v5-c-toolbar__content-section, .pf-m-visible-on-xl.pf-v5-c-toolbar__content, .pf-m-visible-on-xl.pf-v5-c-toolbar__item, .pf-m-visible-on-xl.pf-v5-c-toolbar__group {
|
38
|
+
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
|
52
39
|
}
|
53
40
|
}
|
54
41
|
@media screen and (min-width: 1450px) {
|
55
|
-
.pf-m-hidden-on-2xl.pf-c-toolbar__content-section, .pf-m-hidden-on-2xl.pf-c-toolbar__content, .pf-m-hidden-on-2xl.pf-c-toolbar__item, .pf-m-hidden-on-2xl.pf-c-toolbar__group {
|
56
|
-
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
57
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
42
|
+
.pf-m-hidden-on-2xl.pf-v5-c-toolbar__content-section, .pf-m-hidden-on-2xl.pf-v5-c-toolbar__content, .pf-m-hidden-on-2xl.pf-v5-c-toolbar__item, .pf-m-hidden-on-2xl.pf-v5-c-toolbar__group {
|
43
|
+
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
|
58
44
|
}
|
59
|
-
.pf-m-visible-on-2xl.pf-c-toolbar__content-section, .pf-m-visible-on-2xl.pf-c-toolbar__content, .pf-m-visible-on-2xl.pf-c-toolbar__item, .pf-m-visible-on-2xl.pf-c-toolbar__group {
|
60
|
-
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
61
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
45
|
+
.pf-m-visible-on-2xl.pf-v5-c-toolbar__content-section, .pf-m-visible-on-2xl.pf-v5-c-toolbar__content, .pf-m-visible-on-2xl.pf-v5-c-toolbar__item, .pf-m-visible-on-2xl.pf-v5-c-toolbar__group {
|
46
|
+
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
|
62
47
|
}
|
63
48
|
}
|
64
49
|
|
65
|
-
.pf-c-toolbar {
|
66
|
-
--pf-c-toolbar--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
67
|
-
--pf-c-toolbar--RowGap: var(--pf-global--spacer--lg);
|
68
|
-
--pf-c-toolbar--
|
69
|
-
--pf-c-toolbar--
|
70
|
-
--pf-c-
|
71
|
-
--pf-c-
|
72
|
-
--pf-c-
|
73
|
-
--pf-c-
|
74
|
-
--pf-c-
|
75
|
-
--pf-c-
|
76
|
-
--pf-c-
|
77
|
-
--pf-c-
|
78
|
-
--pf-c-
|
79
|
-
--pf-c-toolbar--m-
|
80
|
-
--pf-c-toolbar--m-
|
81
|
-
--pf-c-
|
82
|
-
--pf-c-
|
83
|
-
--pf-c-
|
84
|
-
--pf-c-
|
85
|
-
--pf-c-
|
86
|
-
--pf-c-
|
87
|
-
--pf-c-
|
88
|
-
--pf-c-
|
89
|
-
--pf-c-
|
90
|
-
--pf-c-toolbar__expandable-content--
|
91
|
-
--pf-c-toolbar__expandable-content--
|
92
|
-
--pf-c-toolbar__expandable-content--
|
93
|
-
--pf-c-
|
94
|
-
--pf-c-
|
95
|
-
--pf-c-
|
96
|
-
--pf-c-
|
97
|
-
--pf-c-
|
98
|
-
--pf-c-
|
99
|
-
--pf-c-
|
100
|
-
--pf-c-
|
101
|
-
--pf-c-toolbar__group--m-
|
102
|
-
--pf-c-toolbar__group--m-
|
103
|
-
--pf-c-
|
104
|
-
--pf-c-
|
105
|
-
--pf-c-toolbar__group--
|
106
|
-
--pf-c-
|
107
|
-
--pf-c-
|
108
|
-
--pf-c-
|
109
|
-
--pf-c-
|
110
|
-
--pf-c-
|
111
|
-
--pf-c-
|
112
|
-
--pf-c-
|
113
|
-
--pf-c-
|
114
|
-
--pf-c-
|
115
|
-
--pf-c-toolbar__item--m-
|
116
|
-
--pf-c-
|
117
|
-
--pf-c-
|
118
|
-
--pf-c-
|
119
|
-
--pf-c-
|
120
|
-
--pf-c-
|
121
|
-
--pf-c-
|
122
|
-
--pf-c-
|
123
|
-
--pf-c-
|
50
|
+
.pf-v5-c-toolbar {
|
51
|
+
--pf-v5-c-toolbar--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
52
|
+
--pf-v5-c-toolbar--RowGap--base: var(--pf-v5-global--spacer--lg);
|
53
|
+
--pf-v5-c-toolbar--RowGap: var(--pf-v5-c-toolbar--RowGap--base);
|
54
|
+
--pf-v5-c-toolbar--PaddingTop: var(--pf-v5-global--spacer--md);
|
55
|
+
--pf-v5-c-toolbar--PaddingBottom: var(--pf-v5-global--spacer--md);
|
56
|
+
--pf-v5-c-toolbar--item--RowGap--base: var(--pf-v5-global--spacer--xs);
|
57
|
+
--pf-v5-c-toolbar__item--Display: block;
|
58
|
+
--pf-v5-c-toolbar__item--MinWidth--base: auto;
|
59
|
+
--pf-v5-c-toolbar__item--AlignSelf: auto;
|
60
|
+
--pf-v5-c-toolbar__group--Display: flex;
|
61
|
+
--pf-v5-c-toolbar__group--AlignItems: baseline;
|
62
|
+
--pf-v5-c-toolbar__group--AlignSelf: auto;
|
63
|
+
--pf-v5-c-toolbar__group--RowGap: var(--pf-v5-c-toolbar--item--RowGap--base);
|
64
|
+
--pf-v5-c-toolbar--m-sticky--ZIndex: var(--pf-v5-global--ZIndex--xs);
|
65
|
+
--pf-v5-c-toolbar--m-sticky--BoxShadow: var(--pf-v5-global--BoxShadow--sm-bottom);
|
66
|
+
--pf-v5-c-toolbar__content--Display: flex;
|
67
|
+
--pf-v5-c-toolbar__content--RowGap: var(--pf-v5-c-toolbar--RowGap--base);
|
68
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-global--spacer--md);
|
69
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-global--spacer--md);
|
70
|
+
--pf-v5-c-toolbar__content-section--Display: flex;
|
71
|
+
--pf-v5-c-toolbar__content-section--AlignItems: baseline;
|
72
|
+
--pf-v5-c-toolbar__content-section--RowGap: var(--pf-v5-c-toolbar--item--RowGap--base);
|
73
|
+
--pf-v5-c-toolbar--m-page-insets--inset: var(--pf-v5-global--spacer--md);
|
74
|
+
--pf-v5-c-toolbar--m-page-insets--xl--inset: var(--pf-v5-global--spacer--lg);
|
75
|
+
--pf-v5-c-toolbar__expandable-content--Display: grid;
|
76
|
+
--pf-v5-c-toolbar__expandable-content--PaddingRight: var(--pf-v5-c-toolbar__content--PaddingRight);
|
77
|
+
--pf-v5-c-toolbar__expandable-content--PaddingBottom: var(--pf-v5-global--spacer--md);
|
78
|
+
--pf-v5-c-toolbar__expandable-content--PaddingLeft: var(--pf-v5-c-toolbar__content--PaddingLeft);
|
79
|
+
--pf-v5-c-toolbar__expandable-content--lg--PaddingRight: 0;
|
80
|
+
--pf-v5-c-toolbar__expandable-content--lg--PaddingBottom: 0;
|
81
|
+
--pf-v5-c-toolbar__expandable-content--lg--PaddingLeft: 0;
|
82
|
+
--pf-v5-c-toolbar__expandable-content--ZIndex: var(--pf-v5-global--ZIndex--sm);
|
83
|
+
--pf-v5-c-toolbar__expandable-content--BoxShadow: var(--pf-v5-global--BoxShadow--md-bottom);
|
84
|
+
--pf-v5-c-toolbar__expandable-content--BackgroundColor: var(--pf-v5-c-toolbar--BackgroundColor);
|
85
|
+
--pf-v5-c-toolbar__expandable-content--m-expanded--GridRowGap: var(--pf-v5-global--gutter--md);
|
86
|
+
--pf-v5-c-toolbar__group--m-chip-container--MarginTop: calc(var(--pf-v5-global--spacer--md) * -1);
|
87
|
+
--pf-v5-c-toolbar__group--m-chip-container__item--MarginTop: var(--pf-v5-global--spacer--md);
|
88
|
+
--pf-v5-c-toolbar--spacer--base: var(--pf-v5-global--spacer--md);
|
89
|
+
--pf-v5-c-toolbar__item--spacer: var(--pf-v5-c-toolbar--spacer--base);
|
90
|
+
--pf-v5-c-toolbar__group--spacer: var(--pf-v5-c-toolbar--spacer--base);
|
91
|
+
--pf-v5-c-toolbar__item--Width: auto;
|
92
|
+
--pf-v5-c-toolbar__group--m-toggle-group--spacer: var(--pf-v5-global--spacer--sm);
|
93
|
+
--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer: var(--pf-v5-c-toolbar__group--spacer);
|
94
|
+
--pf-v5-c-toolbar__group--m-icon-button-group--spacer: var(--pf-v5-c-toolbar__group--spacer);
|
95
|
+
--pf-v5-c-toolbar__group--m-icon-button-group--space-items: 0;
|
96
|
+
--pf-v5-c-toolbar__group--m-button-group--spacer: var(--pf-v5-c-toolbar__group--spacer);
|
97
|
+
--pf-v5-c-toolbar__group--m-button-group--space-items: var(--pf-v5-global--spacer--sm);
|
98
|
+
--pf-v5-c-toolbar__group--m-filter-group--spacer: var(--pf-v5-c-toolbar__group--spacer);
|
99
|
+
--pf-v5-c-toolbar__group--m-filter-group--space-items: 0;
|
100
|
+
--pf-v5-c-toolbar__item--m-overflow-menu--spacer: var(--pf-v5-c-toolbar__item--spacer);
|
101
|
+
--pf-v5-c-toolbar__item--m-bulk-select--spacer: var(--pf-v5-global--spacer--lg);
|
102
|
+
--pf-v5-c-toolbar__expand-all-icon--Rotate: 0;
|
103
|
+
--pf-v5-c-toolbar__expand-all-icon--Transition: var(--pf-v5-global--Transition);
|
104
|
+
--pf-v5-c-toolbar__item--m-expand-all--m-expanded__expand-all-icon--Rotate: 90deg;
|
105
|
+
--pf-v5-c-toolbar__item--m-search-filter--spacer: var(--pf-v5-global--spacer--sm);
|
106
|
+
--pf-v5-c-toolbar__item--m-chip-group--spacer: var(--pf-v5-global--spacer--sm);
|
107
|
+
--pf-v5-c-toolbar__item--m-label--spacer: var(--pf-v5-c-toolbar__item--spacer);
|
108
|
+
--pf-v5-c-toolbar__item--m-label--FontWeight: var(--pf-v5-global--FontWeight--bold);
|
109
|
+
--pf-v5-c-toolbar__expandable-content__item--m-label--MarginBottom: calc(-1 * var(--pf-v5-c-toolbar__expandable-content--m-expanded--GridRowGap) + var(--pf-v5-global--spacer--sm));
|
110
|
+
--pf-v5-c-toolbar__expandable-content__item--m-label--FontSize: var(--pf-v5-global--FontSize--sm);
|
111
|
+
--pf-v5-c-toolbar__toggle--m-expanded__c-button--m-plain--Color: var(--pf-v5-global--Color--100);
|
112
|
+
--pf-v5-c-toolbar--c-divider--m-vertical--spacer: var(--pf-v5-c-toolbar--spacer--base);
|
113
|
+
--pf-v5-c-toolbar--m-full-height--PaddingTop: 0;
|
114
|
+
--pf-v5-c-toolbar--m-full-height--PaddingBottom: 0;
|
115
|
+
--pf-v5-c-toolbar--m-full-height__item--Display: flex;
|
116
|
+
--pf-v5-c-toolbar--m-full-height__item--AlignItems: center;
|
124
117
|
position: relative;
|
125
|
-
row-gap: var(--pf-c-toolbar--RowGap);
|
126
118
|
display: grid;
|
127
|
-
|
128
|
-
padding-
|
129
|
-
|
119
|
+
row-gap: var(--pf-v5-c-toolbar--RowGap);
|
120
|
+
padding-top: var(--pf-v5-c-toolbar--PaddingTop);
|
121
|
+
padding-bottom: var(--pf-v5-c-toolbar--PaddingBottom);
|
122
|
+
background-color: var(--pf-v5-c-toolbar--BackgroundColor);
|
130
123
|
}
|
131
124
|
@media screen and (min-width: 992px) {
|
132
|
-
.pf-c-toolbar {
|
133
|
-
--pf-c-toolbar__expandable-content--PaddingRight: var(--pf-c-toolbar__expandable-content--lg--PaddingRight);
|
134
|
-
--pf-c-toolbar__expandable-content--PaddingBottom: var(--pf-c-toolbar__expandable-content--lg--PaddingBottom);
|
135
|
-
--pf-c-toolbar__expandable-content--PaddingLeft: var(--pf-c-toolbar__expandable-content--lg--PaddingLeft);
|
125
|
+
.pf-v5-c-toolbar {
|
126
|
+
--pf-v5-c-toolbar__expandable-content--PaddingRight: var(--pf-v5-c-toolbar__expandable-content--lg--PaddingRight);
|
127
|
+
--pf-v5-c-toolbar__expandable-content--PaddingBottom: var(--pf-v5-c-toolbar__expandable-content--lg--PaddingBottom);
|
128
|
+
--pf-v5-c-toolbar__expandable-content--PaddingLeft: var(--pf-v5-c-toolbar__expandable-content--lg--PaddingLeft);
|
136
129
|
}
|
137
130
|
}
|
138
131
|
@media screen and (min-width: 1200px) {
|
139
|
-
.pf-c-toolbar {
|
140
|
-
--pf-c-toolbar--m-page-insets--inset: var(--pf-c-toolbar--m-page-insets--xl--inset);
|
132
|
+
.pf-v5-c-toolbar {
|
133
|
+
--pf-v5-c-toolbar--m-page-insets--inset: var(--pf-v5-c-toolbar--m-page-insets--xl--inset);
|
141
134
|
}
|
142
135
|
}
|
143
|
-
.pf-c-toolbar.pf-m-page-insets {
|
144
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--m-page-insets--inset);
|
145
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--m-page-insets--inset);
|
136
|
+
.pf-v5-c-toolbar.pf-m-page-insets {
|
137
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--m-page-insets--inset);
|
138
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--m-page-insets--inset);
|
146
139
|
}
|
147
|
-
.pf-c-toolbar.pf-m-sticky {
|
140
|
+
.pf-v5-c-toolbar.pf-m-sticky {
|
148
141
|
position: sticky;
|
149
142
|
top: 0;
|
150
|
-
z-index: var(--pf-c-toolbar--m-sticky--ZIndex);
|
151
|
-
box-shadow: var(--pf-c-toolbar--m-sticky--BoxShadow);
|
143
|
+
z-index: var(--pf-v5-c-toolbar--m-sticky--ZIndex);
|
144
|
+
box-shadow: var(--pf-v5-c-toolbar--m-sticky--BoxShadow);
|
152
145
|
}
|
153
|
-
.pf-c-toolbar.pf-m-full-height {
|
154
|
-
--pf-c-toolbar--PaddingTop: var(--pf-c-toolbar--m-full-height--PaddingTop);
|
155
|
-
--pf-c-toolbar--PaddingBottom: var(--pf-c-toolbar--m-full-height--PaddingTop);
|
156
|
-
--pf-c-toolbar__item--Display: var(--pf-c-toolbar--m-full-height__item--Display);
|
146
|
+
.pf-v5-c-toolbar.pf-m-full-height {
|
147
|
+
--pf-v5-c-toolbar--PaddingTop: var(--pf-v5-c-toolbar--m-full-height--PaddingTop);
|
148
|
+
--pf-v5-c-toolbar--PaddingBottom: var(--pf-v5-c-toolbar--m-full-height--PaddingTop);
|
149
|
+
--pf-v5-c-toolbar__item--Display: var(--pf-v5-c-toolbar--m-full-height__item--Display);
|
157
150
|
height: 100%;
|
158
151
|
}
|
159
|
-
.pf-c-toolbar.pf-m-full-height,
|
160
|
-
.pf-c-toolbar.pf-m-full-height .pf-c-toolbar__content,
|
161
|
-
.pf-c-toolbar.pf-m-full-height .pf-c-toolbar__content-section,
|
162
|
-
.pf-c-toolbar.pf-m-full-height .pf-c-toolbar__expandable-content,
|
163
|
-
.pf-c-toolbar.pf-m-full-height .pf-c-toolbar__group {
|
152
|
+
.pf-v5-c-toolbar.pf-m-full-height,
|
153
|
+
.pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__content,
|
154
|
+
.pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__content-section,
|
155
|
+
.pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__expandable-content,
|
156
|
+
.pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__group {
|
164
157
|
min-width: 0;
|
165
158
|
}
|
166
|
-
.pf-c-toolbar.pf-m-full-height,
|
167
|
-
.pf-c-toolbar.pf-m-full-height .pf-c-toolbar__content,
|
168
|
-
.pf-c-toolbar.pf-m-full-height .pf-c-toolbar__content-section,
|
169
|
-
.pf-c-toolbar.pf-m-full-height .pf-c-toolbar__group,
|
170
|
-
.pf-c-toolbar.pf-m-full-height .pf-c-toolbar__item {
|
159
|
+
.pf-v5-c-toolbar.pf-m-full-height,
|
160
|
+
.pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__content,
|
161
|
+
.pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__content-section,
|
162
|
+
.pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__group,
|
163
|
+
.pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__item {
|
171
164
|
align-self: stretch;
|
172
165
|
}
|
173
|
-
.pf-c-toolbar.pf-m-full-height .pf-c-toolbar__item {
|
174
|
-
align-items: var(--pf-c-toolbar--m-full-height__item--AlignItems);
|
166
|
+
.pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__item {
|
167
|
+
align-items: var(--pf-v5-c-toolbar--m-full-height__item--AlignItems);
|
175
168
|
}
|
176
|
-
.pf-c-toolbar.pf-m-static,
|
177
|
-
.pf-c-toolbar.pf-m-static .pf-c-toolbar__content {
|
169
|
+
.pf-v5-c-toolbar.pf-m-static,
|
170
|
+
.pf-v5-c-toolbar.pf-m-static .pf-v5-c-toolbar__content {
|
178
171
|
position: static;
|
179
172
|
}
|
180
|
-
.pf-c-toolbar.pf-m-static .pf-c-toolbar__expandable-content {
|
173
|
+
.pf-v5-c-toolbar.pf-m-static .pf-v5-c-toolbar__expandable-content {
|
181
174
|
position: absolute;
|
182
175
|
}
|
183
176
|
|
184
|
-
.pf-c-toolbar__content-section > .pf-c-divider,
|
185
|
-
.pf-c-toolbar__group > .pf-c-divider {
|
186
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar--c-divider--m-vertical--spacer);
|
177
|
+
.pf-v5-c-toolbar__content-section > .pf-v5-c-divider,
|
178
|
+
.pf-v5-c-toolbar__group > .pf-v5-c-divider {
|
179
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar--c-divider--m-vertical--spacer);
|
187
180
|
}
|
188
|
-
.pf-c-toolbar__content-section > .pf-c-divider.pf-m-vertical,
|
189
|
-
.pf-c-toolbar__group > .pf-c-divider.pf-m-vertical {
|
190
|
-
margin-right: var(--pf-c-toolbar--spacer);
|
181
|
+
.pf-v5-c-toolbar__content-section > .pf-v5-c-divider.pf-m-vertical,
|
182
|
+
.pf-v5-c-toolbar__group > .pf-v5-c-divider.pf-m-vertical {
|
183
|
+
margin-right: var(--pf-v5-c-toolbar--spacer);
|
191
184
|
}
|
192
|
-
.pf-c-toolbar__content-section > .pf-c-divider.pf-m-vertical:last-child,
|
193
|
-
.pf-c-toolbar__group > .pf-c-divider.pf-m-vertical:last-child {
|
194
|
-
--pf-c-toolbar--spacer: 0;
|
185
|
+
.pf-v5-c-toolbar__content-section > .pf-v5-c-divider.pf-m-vertical:last-child,
|
186
|
+
.pf-v5-c-toolbar__group > .pf-v5-c-divider.pf-m-vertical:last-child {
|
187
|
+
--pf-v5-c-toolbar--spacer: 0;
|
195
188
|
}
|
196
189
|
|
197
|
-
.pf-c-toolbar__group {
|
198
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--spacer);
|
199
|
-
--pf-hidden-visible--visible--Display: var(--pf-c-toolbar__group--Display);
|
190
|
+
.pf-v5-c-toolbar__group {
|
191
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--spacer);
|
192
|
+
--pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-toolbar__group--Display);
|
193
|
+
row-gap: var(--pf-v5-c-toolbar__group--RowGap);
|
194
|
+
align-items: var(--pf-v5-c-toolbar__group--AlignItems);
|
195
|
+
align-self: var(--pf-v5-c-toolbar__group--AlignSelf);
|
196
|
+
margin-right: var(--pf-v5-c-toolbar--spacer);
|
197
|
+
}
|
198
|
+
.pf-v5-c-toolbar__group.pf-m-align-items-center {
|
200
199
|
align-items: center;
|
201
|
-
margin-right: var(--pf-c-toolbar--spacer);
|
202
200
|
}
|
203
|
-
.pf-c-toolbar__group.pf-m-
|
204
|
-
|
201
|
+
.pf-v5-c-toolbar__group.pf-m-align-items-baseline {
|
202
|
+
align-items: baseline;
|
203
|
+
}
|
204
|
+
.pf-v5-c-toolbar__group.pf-m-align-self-center {
|
205
|
+
align-self: center;
|
206
|
+
}
|
207
|
+
.pf-v5-c-toolbar__group.pf-m-align-self-baseline {
|
208
|
+
align-self: baseline;
|
205
209
|
}
|
206
|
-
.pf-c-toolbar__group.pf-m-button-group
|
207
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-button-group--
|
210
|
+
.pf-v5-c-toolbar__group.pf-m-button-group {
|
211
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-button-group--spacer);
|
208
212
|
}
|
209
|
-
.pf-c-toolbar__group.pf-m-
|
210
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-
|
213
|
+
.pf-v5-c-toolbar__group.pf-m-button-group > * {
|
214
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-button-group--space-items);
|
211
215
|
}
|
212
|
-
.pf-c-toolbar__group.pf-m-icon-button-group
|
213
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-icon-button-group--
|
216
|
+
.pf-v5-c-toolbar__group.pf-m-icon-button-group {
|
217
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-icon-button-group--spacer);
|
214
218
|
}
|
215
|
-
.pf-c-toolbar__group.pf-m-
|
216
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-
|
219
|
+
.pf-v5-c-toolbar__group.pf-m-icon-button-group > * {
|
220
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-icon-button-group--space-items);
|
217
221
|
}
|
218
|
-
.pf-c-toolbar__group.pf-m-filter-group
|
219
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-filter-group--
|
222
|
+
.pf-v5-c-toolbar__group.pf-m-filter-group {
|
223
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-filter-group--spacer);
|
220
224
|
}
|
221
|
-
.pf-c-toolbar__group.pf-m-filter-group > *
|
225
|
+
.pf-v5-c-toolbar__group.pf-m-filter-group > * {
|
226
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-filter-group--space-items);
|
227
|
+
}
|
228
|
+
.pf-v5-c-toolbar__group.pf-m-filter-group > * + * {
|
222
229
|
margin-left: -1px;
|
223
230
|
}
|
224
|
-
.pf-c-toolbar__group.pf-m-toggle-group {
|
225
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--spacer);
|
231
|
+
.pf-v5-c-toolbar__group.pf-m-toggle-group {
|
232
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--spacer);
|
226
233
|
}
|
227
|
-
.pf-c-toolbar__group.pf-m-toggle-group .pf-c-toolbar__group,
|
228
|
-
.pf-c-toolbar__group.pf-m-toggle-group .pf-c-toolbar__item {
|
234
|
+
.pf-v5-c-toolbar__group.pf-m-toggle-group .pf-v5-c-toolbar__group,
|
235
|
+
.pf-v5-c-toolbar__group.pf-m-toggle-group .pf-v5-c-toolbar__item {
|
229
236
|
display: none;
|
230
|
-
visibility: hidden;
|
231
237
|
}
|
232
|
-
.pf-c-toolbar__group.pf-m-toggle-group .pf-c-toolbar__toggle {
|
238
|
+
.pf-v5-c-toolbar__group.pf-m-toggle-group .pf-v5-c-toolbar__toggle {
|
233
239
|
display: inline-block;
|
234
|
-
visibility: visible;
|
235
240
|
}
|
236
|
-
.pf-c-toolbar__group:last-child {
|
237
|
-
--pf-c-toolbar--spacer: 0;
|
241
|
+
.pf-v5-c-toolbar__group:last-child {
|
242
|
+
--pf-v5-c-toolbar--spacer: 0;
|
238
243
|
}
|
239
244
|
|
240
|
-
.pf-c-toolbar__item {
|
241
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar__item--spacer);
|
242
|
-
--pf-c-toolbar__item--Width--base: var(--pf-c-toolbar__item--Width);
|
243
|
-
--pf-c-toolbar__item--MinWidth--base: var(--pf-c-toolbar__item--MinWidth);
|
244
|
-
--pf-hidden-visible--visible--Display: var(--pf-c-toolbar__item--Display);
|
245
|
-
|
246
|
-
|
247
|
-
|
245
|
+
.pf-v5-c-toolbar__item {
|
246
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--spacer);
|
247
|
+
--pf-v5-c-toolbar__item--Width--base: var(--pf-v5-c-toolbar__item--Width);
|
248
|
+
--pf-v5-c-toolbar__item--MinWidth--base: var(--pf-v5-c-toolbar__item--MinWidth);
|
249
|
+
--pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-toolbar__item--Display);
|
250
|
+
align-self: var(--pf-v5-c-toolbar__item--AlignSelf);
|
251
|
+
width: var(--pf-v5-c-toolbar__item--Width--base);
|
252
|
+
min-width: var(--pf-v5-c-toolbar__item--MinWidth--base);
|
253
|
+
margin-right: var(--pf-v5-c-toolbar--spacer);
|
248
254
|
}
|
249
255
|
@media (min-width: 576px) {
|
250
|
-
.pf-c-toolbar__item {
|
251
|
-
--pf-c-toolbar__item--Width--base: var(--pf-c-toolbar__item--Width-on-sm, var(--pf-c-toolbar__item--Width));
|
256
|
+
.pf-v5-c-toolbar__item {
|
257
|
+
--pf-v5-c-toolbar__item--Width--base: var(--pf-v5-c-toolbar__item--Width-on-sm, var(--pf-v5-c-toolbar__item--Width));
|
252
258
|
}
|
253
259
|
}
|
254
260
|
@media (min-width: 768px) {
|
255
|
-
.pf-c-toolbar__item {
|
256
|
-
--pf-c-toolbar__item--Width--base: var(--pf-c-toolbar__item--Width-on-md, var(--pf-c-toolbar__item--Width-on-sm, var(--pf-c-toolbar__item--Width)));
|
261
|
+
.pf-v5-c-toolbar__item {
|
262
|
+
--pf-v5-c-toolbar__item--Width--base: var(--pf-v5-c-toolbar__item--Width-on-md, var(--pf-v5-c-toolbar__item--Width-on-sm, var(--pf-v5-c-toolbar__item--Width)));
|
257
263
|
}
|
258
264
|
}
|
259
265
|
@media (min-width: 992px) {
|
260
|
-
.pf-c-toolbar__item {
|
261
|
-
--pf-c-toolbar__item--Width--base: var(--pf-c-toolbar__item--Width-on-lg, var(--pf-c-toolbar__item--Width-on-md, var(--pf-c-toolbar__item--Width-on-sm, var(--pf-c-toolbar__item--Width))));
|
266
|
+
.pf-v5-c-toolbar__item {
|
267
|
+
--pf-v5-c-toolbar__item--Width--base: var(--pf-v5-c-toolbar__item--Width-on-lg, var(--pf-v5-c-toolbar__item--Width-on-md, var(--pf-v5-c-toolbar__item--Width-on-sm, var(--pf-v5-c-toolbar__item--Width))));
|
262
268
|
}
|
263
269
|
}
|
264
270
|
@media (min-width: 1200px) {
|
265
|
-
.pf-c-toolbar__item {
|
266
|
-
--pf-c-toolbar__item--Width--base: var(--pf-c-toolbar__item--Width-on-xl, var(--pf-c-toolbar__item--Width-on-lg, var(--pf-c-toolbar__item--Width-on-md, var(--pf-c-toolbar__item--Width-on-sm, var(--pf-c-toolbar__item--Width)))));
|
271
|
+
.pf-v5-c-toolbar__item {
|
272
|
+
--pf-v5-c-toolbar__item--Width--base: var(--pf-v5-c-toolbar__item--Width-on-xl, var(--pf-v5-c-toolbar__item--Width-on-lg, var(--pf-v5-c-toolbar__item--Width-on-md, var(--pf-v5-c-toolbar__item--Width-on-sm, var(--pf-v5-c-toolbar__item--Width)))));
|
267
273
|
}
|
268
274
|
}
|
269
275
|
@media (min-width: 1450px) {
|
270
|
-
.pf-c-toolbar__item {
|
271
|
-
--pf-c-toolbar__item--Width--base: var(--pf-c-toolbar__item--Width-on-2xl, var(--pf-c-toolbar__item--Width-on-xl, var(--pf-c-toolbar__item--Width-on-lg, var(--pf-c-toolbar__item--Width-on-md, var(--pf-c-toolbar__item--Width-on-sm, var(--pf-c-toolbar__item--Width))))));
|
276
|
+
.pf-v5-c-toolbar__item {
|
277
|
+
--pf-v5-c-toolbar__item--Width--base: var(--pf-v5-c-toolbar__item--Width-on-2xl, var(--pf-v5-c-toolbar__item--Width-on-xl, var(--pf-v5-c-toolbar__item--Width-on-lg, var(--pf-v5-c-toolbar__item--Width-on-md, var(--pf-v5-c-toolbar__item--Width-on-sm, var(--pf-v5-c-toolbar__item--Width))))));
|
272
278
|
}
|
273
279
|
}
|
274
280
|
@media (min-width: 576px) {
|
275
|
-
.pf-c-toolbar__item {
|
276
|
-
--pf-c-toolbar__item--MinWidth--base: var(--pf-c-toolbar__item--MinWidth-on-sm, var(--pf-c-toolbar__item--MinWidth));
|
281
|
+
.pf-v5-c-toolbar__item {
|
282
|
+
--pf-v5-c-toolbar__item--MinWidth--base: var(--pf-v5-c-toolbar__item--MinWidth-on-sm, var(--pf-v5-c-toolbar__item--MinWidth));
|
277
283
|
}
|
278
284
|
}
|
279
285
|
@media (min-width: 768px) {
|
280
|
-
.pf-c-toolbar__item {
|
281
|
-
--pf-c-toolbar__item--MinWidth--base: var(--pf-c-toolbar__item--MinWidth-on-md, var(--pf-c-toolbar__item--MinWidth-on-sm, var(--pf-c-toolbar__item--MinWidth)));
|
286
|
+
.pf-v5-c-toolbar__item {
|
287
|
+
--pf-v5-c-toolbar__item--MinWidth--base: var(--pf-v5-c-toolbar__item--MinWidth-on-md, var(--pf-v5-c-toolbar__item--MinWidth-on-sm, var(--pf-v5-c-toolbar__item--MinWidth)));
|
282
288
|
}
|
283
289
|
}
|
284
290
|
@media (min-width: 992px) {
|
285
|
-
.pf-c-toolbar__item {
|
286
|
-
--pf-c-toolbar__item--MinWidth--base: var(--pf-c-toolbar__item--MinWidth-on-lg, var(--pf-c-toolbar__item--MinWidth-on-md, var(--pf-c-toolbar__item--MinWidth-on-sm, var(--pf-c-toolbar__item--MinWidth))));
|
291
|
+
.pf-v5-c-toolbar__item {
|
292
|
+
--pf-v5-c-toolbar__item--MinWidth--base: var(--pf-v5-c-toolbar__item--MinWidth-on-lg, var(--pf-v5-c-toolbar__item--MinWidth-on-md, var(--pf-v5-c-toolbar__item--MinWidth-on-sm, var(--pf-v5-c-toolbar__item--MinWidth))));
|
287
293
|
}
|
288
294
|
}
|
289
295
|
@media (min-width: 1200px) {
|
290
|
-
.pf-c-toolbar__item {
|
291
|
-
--pf-c-toolbar__item--MinWidth--base: var(--pf-c-toolbar__item--MinWidth-on-xl, var(--pf-c-toolbar__item--MinWidth-on-lg, var(--pf-c-toolbar__item--MinWidth-on-md, var(--pf-c-toolbar__item--MinWidth-on-sm, var(--pf-c-toolbar__item--MinWidth)))));
|
296
|
+
.pf-v5-c-toolbar__item {
|
297
|
+
--pf-v5-c-toolbar__item--MinWidth--base: var(--pf-v5-c-toolbar__item--MinWidth-on-xl, var(--pf-v5-c-toolbar__item--MinWidth-on-lg, var(--pf-v5-c-toolbar__item--MinWidth-on-md, var(--pf-v5-c-toolbar__item--MinWidth-on-sm, var(--pf-v5-c-toolbar__item--MinWidth)))));
|
292
298
|
}
|
293
299
|
}
|
294
300
|
@media (min-width: 1450px) {
|
295
|
-
.pf-c-toolbar__item {
|
296
|
-
--pf-c-toolbar__item--MinWidth--base: var(--pf-c-toolbar__item--MinWidth-on-2xl, var(--pf-c-toolbar__item--MinWidth-on-xl, var(--pf-c-toolbar__item--MinWidth-on-lg, var(--pf-c-toolbar__item--MinWidth-on-md, var(--pf-c-toolbar__item--MinWidth-on-sm, var(--pf-c-toolbar__item--MinWidth))))));
|
301
|
+
.pf-v5-c-toolbar__item {
|
302
|
+
--pf-v5-c-toolbar__item--MinWidth--base: var(--pf-v5-c-toolbar__item--MinWidth-on-2xl, var(--pf-v5-c-toolbar__item--MinWidth-on-xl, var(--pf-v5-c-toolbar__item--MinWidth-on-lg, var(--pf-v5-c-toolbar__item--MinWidth-on-md, var(--pf-v5-c-toolbar__item--MinWidth-on-sm, var(--pf-v5-c-toolbar__item--MinWidth))))));
|
297
303
|
}
|
298
304
|
}
|
299
|
-
.pf-c-toolbar__item.pf-m-
|
300
|
-
|
305
|
+
.pf-v5-c-toolbar__item.pf-m-align-self-center {
|
306
|
+
align-self: center;
|
307
|
+
}
|
308
|
+
.pf-v5-c-toolbar__item.pf-m-align-self-baseline {
|
309
|
+
align-self: baseline;
|
310
|
+
}
|
311
|
+
.pf-v5-c-toolbar__item.pf-m-overflow-menu {
|
312
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-overflow-menu--spacer);
|
301
313
|
}
|
302
|
-
.pf-c-toolbar__item.pf-m-bulk-select {
|
303
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar__item--m-bulk-select--spacer);
|
314
|
+
.pf-v5-c-toolbar__item.pf-m-bulk-select {
|
315
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-bulk-select--spacer);
|
304
316
|
}
|
305
|
-
.pf-c-toolbar__item.pf-m-expand-all.pf-m-expanded {
|
306
|
-
--pf-c-toolbar__expand-all-icon--Rotate: var(--pf-c-toolbar__item--m-expand-all--m-expanded__expand-all-icon--Rotate);
|
317
|
+
.pf-v5-c-toolbar__item.pf-m-expand-all.pf-m-expanded {
|
318
|
+
--pf-v5-c-toolbar__expand-all-icon--Rotate: var(--pf-v5-c-toolbar__item--m-expand-all--m-expanded__expand-all-icon--Rotate);
|
307
319
|
}
|
308
|
-
.pf-c-toolbar__item.pf-m-search-filter {
|
309
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar__item--m-search-filter--spacer);
|
320
|
+
.pf-v5-c-toolbar__item.pf-m-search-filter {
|
321
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-search-filter--spacer);
|
310
322
|
}
|
311
|
-
.pf-c-toolbar__item.pf-m-chip-group {
|
312
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar__item--m-chip-group--spacer);
|
323
|
+
.pf-v5-c-toolbar__item.pf-m-chip-group {
|
324
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-chip-group--spacer);
|
313
325
|
}
|
314
|
-
.pf-c-toolbar__item.pf-m-label {
|
315
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar__item--m-label--spacer);
|
316
|
-
font-weight: var(--pf-c-toolbar__item--m-label--FontWeight);
|
326
|
+
.pf-v5-c-toolbar__item.pf-m-label {
|
327
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-label--spacer);
|
328
|
+
font-weight: var(--pf-v5-c-toolbar__item--m-label--FontWeight);
|
317
329
|
}
|
318
|
-
.pf-c-toolbar__item.pf-m-pagination {
|
330
|
+
.pf-v5-c-toolbar__item.pf-m-pagination {
|
319
331
|
margin-left: auto;
|
320
332
|
}
|
321
|
-
.pf-c-toolbar__item.pf-m-pagination .pf-c-pagination {
|
333
|
+
.pf-v5-c-toolbar__item.pf-m-pagination .pf-v5-c-pagination {
|
322
334
|
flex-wrap: nowrap;
|
323
335
|
}
|
324
|
-
.pf-c-toolbar__item:last-child {
|
325
|
-
--pf-c-toolbar--spacer: 0;
|
336
|
+
.pf-v5-c-toolbar__item:last-child {
|
337
|
+
--pf-v5-c-toolbar--spacer: 0;
|
326
338
|
}
|
327
339
|
|
328
|
-
.pf-c-toolbar__group.pf-m-overflow-container,
|
329
|
-
.pf-c-toolbar__item.pf-m-overflow-container {
|
340
|
+
.pf-v5-c-toolbar__group.pf-m-overflow-container,
|
341
|
+
.pf-v5-c-toolbar__item.pf-m-overflow-container {
|
330
342
|
flex: 1;
|
331
343
|
overflow: hidden;
|
332
344
|
}
|
333
345
|
|
334
|
-
.pf-c-toolbar__expand-all-icon {
|
346
|
+
.pf-v5-c-toolbar__expand-all-icon {
|
335
347
|
display: inline-block;
|
336
|
-
transition: var(--pf-c-toolbar__expand-all-icon--Transition);
|
337
|
-
transform: rotate(var(--pf-c-toolbar__expand-all-icon--Rotate));
|
348
|
+
transition: var(--pf-v5-c-toolbar__expand-all-icon--Transition);
|
349
|
+
transform: rotate(var(--pf-v5-c-toolbar__expand-all-icon--Rotate));
|
338
350
|
}
|
339
351
|
|
340
|
-
.pf-c-toolbar__content,
|
341
|
-
.pf-c-toolbar__content-section {
|
352
|
+
.pf-v5-c-toolbar__content,
|
353
|
+
.pf-v5-c-toolbar__content-section {
|
342
354
|
flex-wrap: wrap;
|
343
|
-
align-items: center;
|
344
355
|
}
|
345
356
|
|
346
|
-
.pf-c-toolbar__content {
|
347
|
-
--pf-hidden-visible--visible--Display: var(--pf-c-toolbar__content--Display);
|
357
|
+
.pf-v5-c-toolbar__content {
|
358
|
+
--pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-toolbar__content--Display);
|
348
359
|
position: relative;
|
349
|
-
|
350
|
-
|
360
|
+
row-gap: var(--pf-v5-c-toolbar__content--RowGap);
|
361
|
+
align-items: center;
|
362
|
+
padding-right: var(--pf-v5-c-toolbar__content--PaddingRight);
|
363
|
+
padding-left: var(--pf-v5-c-toolbar__content--PaddingLeft);
|
351
364
|
}
|
352
365
|
|
353
|
-
.pf-c-toolbar__content-section {
|
354
|
-
--pf-hidden-visible--visible--Display: var(--pf-c-toolbar__content-section--Display);
|
366
|
+
.pf-v5-c-toolbar__content-section {
|
367
|
+
--pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-toolbar__content-section--Display);
|
368
|
+
row-gap: var(--pf-v5-c-toolbar__content-section--RowGap);
|
369
|
+
align-items: var(--pf-v5-c-toolbar__content-section--AlignItems);
|
355
370
|
width: 100%;
|
356
371
|
}
|
372
|
+
.pf-v5-c-toolbar__content-section.pf-m-align-items-center {
|
373
|
+
align-items: center;
|
374
|
+
}
|
357
375
|
|
358
|
-
.pf-c-toolbar__expandable-content {
|
376
|
+
.pf-v5-c-toolbar__expandable-content {
|
359
377
|
position: absolute;
|
360
|
-
top: 100
|
378
|
+
top: calc(100% + var(--pf-v5-c-toolbar__content--RowGap));
|
361
379
|
right: 0;
|
362
380
|
left: 0;
|
363
|
-
z-index: var(--pf-c-toolbar__expandable-content--ZIndex);
|
381
|
+
z-index: var(--pf-v5-c-toolbar__expandable-content--ZIndex);
|
364
382
|
display: none;
|
365
383
|
width: 100%;
|
366
|
-
padding: var(--pf-
|
367
|
-
|
368
|
-
|
369
|
-
box-shadow: var(--pf-c-toolbar__expandable-content--BoxShadow);
|
384
|
+
padding: 0 var(--pf-v5-c-toolbar__expandable-content--PaddingRight) var(--pf-v5-c-toolbar__expandable-content--PaddingBottom) var(--pf-v5-c-toolbar__expandable-content--PaddingLeft);
|
385
|
+
background-color: var(--pf-v5-c-toolbar__expandable-content--BackgroundColor);
|
386
|
+
box-shadow: var(--pf-v5-c-toolbar__expandable-content--BoxShadow);
|
370
387
|
}
|
371
388
|
@media screen and (min-width: 992px) {
|
372
|
-
.pf-c-toolbar__expandable-content {
|
389
|
+
.pf-v5-c-toolbar__expandable-content {
|
373
390
|
position: static;
|
374
391
|
box-shadow: none;
|
375
392
|
}
|
376
393
|
}
|
377
|
-
.pf-c-toolbar__expandable-content.pf-m-expanded {
|
394
|
+
.pf-v5-c-toolbar__expandable-content.pf-m-expanded {
|
378
395
|
display: grid;
|
379
|
-
grid-row-gap: var(--pf-c-toolbar__expandable-content--m-expanded--GridRowGap);
|
380
|
-
visibility: visible;
|
396
|
+
grid-row-gap: var(--pf-v5-c-toolbar__expandable-content--m-expanded--GridRowGap);
|
381
397
|
}
|
382
|
-
.pf-c-toolbar__expandable-content .pf-c-toolbar__group,
|
383
|
-
.pf-c-toolbar__expandable-content .pf-c-toolbar__item {
|
384
|
-
--pf-c-toolbar--spacer: 0;
|
398
|
+
.pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__group,
|
399
|
+
.pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__item {
|
400
|
+
--pf-v5-c-toolbar--spacer: 0;
|
385
401
|
}
|
386
|
-
.pf-c-toolbar__expandable-content .pf-c-toolbar__group {
|
402
|
+
.pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__group {
|
387
403
|
display: grid;
|
388
|
-
grid-row-gap: var(--pf-c-toolbar__expandable-content--m-expanded--GridRowGap);
|
404
|
+
grid-row-gap: var(--pf-v5-c-toolbar__expandable-content--m-expanded--GridRowGap);
|
389
405
|
}
|
390
|
-
.pf-c-toolbar__expandable-content .pf-m-label {
|
391
|
-
margin-bottom: var(--pf-c-toolbar__expandable-content__item--m-label--MarginBottom);
|
392
|
-
font-size: var(--pf-c-toolbar__expandable-content__item--m-label--FontSize);
|
406
|
+
.pf-v5-c-toolbar__expandable-content .pf-m-label {
|
407
|
+
margin-bottom: var(--pf-v5-c-toolbar__expandable-content__item--m-label--MarginBottom);
|
408
|
+
font-size: var(--pf-v5-c-toolbar__expandable-content__item--m-label--FontSize);
|
393
409
|
}
|
394
410
|
|
395
|
-
.pf-c-toolbar__content.pf-m-chip-container,
|
396
|
-
.pf-c-toolbar__group.pf-m-chip-container {
|
411
|
+
.pf-v5-c-toolbar__content.pf-m-chip-container,
|
412
|
+
.pf-v5-c-toolbar__group.pf-m-chip-container {
|
397
413
|
display: flex;
|
398
414
|
flex-wrap: wrap;
|
399
|
-
align-items: baseline;
|
400
|
-
margin-top: var(--pf-c-toolbar__group--m-chip-container--MarginTop);
|
401
415
|
grid-row-gap: 0;
|
416
|
+
align-items: baseline;
|
417
|
+
margin-top: var(--pf-v5-c-toolbar__group--m-chip-container--MarginTop);
|
402
418
|
}
|
403
|
-
.pf-c-toolbar__content.pf-m-chip-container .pf-c-toolbar__item,
|
404
|
-
.pf-c-toolbar__group.pf-m-chip-container .pf-c-toolbar__item {
|
405
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar__item--spacer);
|
406
|
-
margin-top: var(--pf-c-toolbar__group--m-chip-container__item--MarginTop);
|
419
|
+
.pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__item,
|
420
|
+
.pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__item {
|
421
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--spacer);
|
422
|
+
margin-top: var(--pf-v5-c-toolbar__group--m-chip-container__item--MarginTop);
|
407
423
|
}
|
408
|
-
.pf-c-toolbar__content.pf-m-chip-container .pf-c-toolbar__group,
|
409
|
-
.pf-c-toolbar__group.pf-m-chip-container .pf-c-toolbar__group {
|
410
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--spacer);
|
424
|
+
.pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__group,
|
425
|
+
.pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__group {
|
426
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--spacer);
|
411
427
|
display: flex;
|
412
428
|
flex-wrap: wrap;
|
413
429
|
grid-row-gap: 0;
|
414
430
|
}
|
415
|
-
.pf-c-toolbar__content.pf-m-chip-container .pf-c-toolbar__group:last-child,
|
416
|
-
.pf-c-toolbar__content.pf-m-chip-container .pf-c-toolbar__item:last-child,
|
417
|
-
.pf-c-toolbar__group.pf-m-chip-container .pf-c-toolbar__group:last-child,
|
418
|
-
.pf-c-toolbar__group.pf-m-chip-container .pf-c-toolbar__item:last-child {
|
419
|
-
--pf-c-toolbar--spacer: 0;
|
431
|
+
.pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__group:last-child,
|
432
|
+
.pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__item:last-child,
|
433
|
+
.pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__group:last-child,
|
434
|
+
.pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__item:last-child {
|
435
|
+
--pf-v5-c-toolbar--spacer: 0;
|
420
436
|
}
|
421
437
|
|
422
|
-
.pf-c-toolbar .pf-c-chip-group:last-child {
|
423
|
-
--pf-c-chip-group--MarginRight: 0;
|
438
|
+
.pf-v5-c-toolbar .pf-v5-c-chip-group:last-child {
|
439
|
+
--pf-v5-c-chip-group--MarginRight: 0;
|
424
440
|
}
|
425
441
|
|
426
|
-
.pf-c-toolbar .pf-c-chip-group li:last-child {
|
427
|
-
--pf-c-chip-group__li--m-toolbar--MarginRight: 0;
|
442
|
+
.pf-v5-c-toolbar .pf-v5-c-chip-group li:last-child {
|
443
|
+
--pf-v5-c-chip-group__li--m-toolbar--MarginRight: 0;
|
428
444
|
}
|
429
445
|
|
430
|
-
.pf-c-toolbar__toggle.pf-m-expanded .pf-c-button.pf-m-plain {
|
431
|
-
color: var(--pf-c-toolbar__toggle--m-expanded__c-button--m-plain--Color);
|
446
|
+
.pf-v5-c-toolbar__toggle.pf-m-expanded .pf-v5-c-button.pf-m-plain {
|
447
|
+
color: var(--pf-v5-c-toolbar__toggle--m-expanded__c-button--m-plain--Color);
|
432
448
|
}
|
433
449
|
|
434
450
|
.pf-m-toggle-group.pf-m-show {
|
435
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
|
451
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
|
436
452
|
}
|
437
|
-
.pf-m-toggle-group.pf-m-show .pf-c-toolbar__group,
|
438
|
-
.pf-m-toggle-group.pf-m-show .pf-c-toolbar__item {
|
453
|
+
.pf-m-toggle-group.pf-m-show .pf-v5-c-toolbar__group,
|
454
|
+
.pf-m-toggle-group.pf-m-show .pf-v5-c-toolbar__item {
|
439
455
|
display: flex;
|
440
456
|
flex: 0 1 auto;
|
441
|
-
visibility: visible;
|
442
457
|
}
|
443
|
-
.pf-m-toggle-group.pf-m-show .pf-c-toolbar__toggle {
|
458
|
+
.pf-m-toggle-group.pf-m-show .pf-v5-c-toolbar__toggle {
|
444
459
|
display: none;
|
445
|
-
visibility: hidden;
|
446
460
|
}
|
447
461
|
|
448
462
|
@media (min-width: 576px) {
|
449
463
|
.pf-m-toggle-group.pf-m-show-on-sm {
|
450
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
|
464
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
|
451
465
|
}
|
452
|
-
.pf-m-toggle-group.pf-m-show-on-sm .pf-c-toolbar__group,
|
453
|
-
.pf-m-toggle-group.pf-m-show-on-sm .pf-c-toolbar__item {
|
466
|
+
.pf-m-toggle-group.pf-m-show-on-sm .pf-v5-c-toolbar__group,
|
467
|
+
.pf-m-toggle-group.pf-m-show-on-sm .pf-v5-c-toolbar__item {
|
454
468
|
display: flex;
|
455
469
|
flex: 0 1 auto;
|
456
|
-
visibility: visible;
|
457
470
|
}
|
458
|
-
.pf-m-toggle-group.pf-m-show-on-sm .pf-c-toolbar__toggle {
|
471
|
+
.pf-m-toggle-group.pf-m-show-on-sm .pf-v5-c-toolbar__toggle {
|
459
472
|
display: none;
|
460
|
-
visibility: hidden;
|
461
473
|
}
|
462
474
|
}
|
463
475
|
@media (min-width: 768px) {
|
464
476
|
.pf-m-toggle-group.pf-m-show-on-md {
|
465
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
|
477
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
|
466
478
|
}
|
467
|
-
.pf-m-toggle-group.pf-m-show-on-md .pf-c-toolbar__group,
|
468
|
-
.pf-m-toggle-group.pf-m-show-on-md .pf-c-toolbar__item {
|
479
|
+
.pf-m-toggle-group.pf-m-show-on-md .pf-v5-c-toolbar__group,
|
480
|
+
.pf-m-toggle-group.pf-m-show-on-md .pf-v5-c-toolbar__item {
|
469
481
|
display: flex;
|
470
482
|
flex: 0 1 auto;
|
471
|
-
visibility: visible;
|
472
483
|
}
|
473
|
-
.pf-m-toggle-group.pf-m-show-on-md .pf-c-toolbar__toggle {
|
484
|
+
.pf-m-toggle-group.pf-m-show-on-md .pf-v5-c-toolbar__toggle {
|
474
485
|
display: none;
|
475
|
-
visibility: hidden;
|
476
486
|
}
|
477
487
|
}
|
478
488
|
@media (min-width: 992px) {
|
479
489
|
.pf-m-toggle-group.pf-m-show-on-lg {
|
480
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
|
490
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
|
481
491
|
}
|
482
|
-
.pf-m-toggle-group.pf-m-show-on-lg .pf-c-toolbar__group,
|
483
|
-
.pf-m-toggle-group.pf-m-show-on-lg .pf-c-toolbar__item {
|
492
|
+
.pf-m-toggle-group.pf-m-show-on-lg .pf-v5-c-toolbar__group,
|
493
|
+
.pf-m-toggle-group.pf-m-show-on-lg .pf-v5-c-toolbar__item {
|
484
494
|
display: flex;
|
485
495
|
flex: 0 1 auto;
|
486
|
-
visibility: visible;
|
487
496
|
}
|
488
|
-
.pf-m-toggle-group.pf-m-show-on-lg .pf-c-toolbar__toggle {
|
497
|
+
.pf-m-toggle-group.pf-m-show-on-lg .pf-v5-c-toolbar__toggle {
|
489
498
|
display: none;
|
490
|
-
visibility: hidden;
|
491
499
|
}
|
492
500
|
}
|
493
501
|
@media (min-width: 1200px) {
|
494
502
|
.pf-m-toggle-group.pf-m-show-on-xl {
|
495
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
|
503
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
|
496
504
|
}
|
497
|
-
.pf-m-toggle-group.pf-m-show-on-xl .pf-c-toolbar__group,
|
498
|
-
.pf-m-toggle-group.pf-m-show-on-xl .pf-c-toolbar__item {
|
505
|
+
.pf-m-toggle-group.pf-m-show-on-xl .pf-v5-c-toolbar__group,
|
506
|
+
.pf-m-toggle-group.pf-m-show-on-xl .pf-v5-c-toolbar__item {
|
499
507
|
display: flex;
|
500
508
|
flex: 0 1 auto;
|
501
|
-
visibility: visible;
|
502
509
|
}
|
503
|
-
.pf-m-toggle-group.pf-m-show-on-xl .pf-c-toolbar__toggle {
|
510
|
+
.pf-m-toggle-group.pf-m-show-on-xl .pf-v5-c-toolbar__toggle {
|
504
511
|
display: none;
|
505
|
-
visibility: hidden;
|
506
512
|
}
|
507
513
|
}
|
508
514
|
@media (min-width: 1450px) {
|
509
515
|
.pf-m-toggle-group.pf-m-show-on-2xl {
|
510
|
-
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
|
516
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
|
511
517
|
}
|
512
|
-
.pf-m-toggle-group.pf-m-show-on-2xl .pf-c-toolbar__group,
|
513
|
-
.pf-m-toggle-group.pf-m-show-on-2xl .pf-c-toolbar__item {
|
518
|
+
.pf-m-toggle-group.pf-m-show-on-2xl .pf-v5-c-toolbar__group,
|
519
|
+
.pf-m-toggle-group.pf-m-show-on-2xl .pf-v5-c-toolbar__item {
|
514
520
|
display: flex;
|
515
521
|
flex: 0 1 auto;
|
516
|
-
visibility: visible;
|
517
522
|
}
|
518
|
-
.pf-m-toggle-group.pf-m-show-on-2xl .pf-c-toolbar__toggle {
|
523
|
+
.pf-m-toggle-group.pf-m-show-on-2xl .pf-v5-c-toolbar__toggle {
|
519
524
|
display: none;
|
520
|
-
visibility: hidden;
|
521
525
|
}
|
522
526
|
}
|
523
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right,
|
524
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right {
|
527
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right,
|
528
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right {
|
525
529
|
margin-left: auto;
|
526
530
|
}
|
527
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right ~ .pf-m-pagination,
|
528
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right ~ .pf-m-pagination {
|
531
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right ~ .pf-m-pagination,
|
532
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right ~ .pf-m-pagination {
|
529
533
|
margin-left: 0;
|
530
534
|
}
|
531
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left,
|
532
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left {
|
535
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left,
|
536
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left {
|
533
537
|
margin-left: 0;
|
534
538
|
}
|
535
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left ~ .pf-m-pagination,
|
536
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left ~ .pf-m-pagination {
|
539
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left ~ .pf-m-pagination,
|
540
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left ~ .pf-m-pagination {
|
537
541
|
margin-left: auto;
|
538
542
|
}
|
539
|
-
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap,
|
540
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap {
|
543
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap,
|
544
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap {
|
541
545
|
flex-wrap: nowrap;
|
542
546
|
}
|
543
|
-
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap,
|
544
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap {
|
547
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap,
|
548
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap {
|
545
549
|
flex-wrap: wrap;
|
546
550
|
}
|
547
551
|
@media (min-width: 576px) {
|
548
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-sm,
|
549
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-sm {
|
552
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-sm,
|
553
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-sm {
|
550
554
|
margin-left: auto;
|
551
555
|
}
|
552
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-sm ~ .pf-m-pagination,
|
553
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-sm ~ .pf-m-pagination {
|
556
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-sm ~ .pf-m-pagination,
|
557
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-sm ~ .pf-m-pagination {
|
554
558
|
margin-left: 0;
|
555
559
|
}
|
556
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-sm,
|
557
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-sm {
|
560
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-sm,
|
561
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-sm {
|
558
562
|
margin-left: 0;
|
559
563
|
}
|
560
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-sm ~ .pf-m-pagination,
|
561
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-sm ~ .pf-m-pagination {
|
564
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-sm ~ .pf-m-pagination,
|
565
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-sm ~ .pf-m-pagination {
|
562
566
|
margin-left: auto;
|
563
567
|
}
|
564
|
-
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-sm,
|
565
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-sm {
|
568
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-sm,
|
569
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-sm {
|
566
570
|
flex-wrap: nowrap;
|
567
571
|
}
|
568
|
-
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-sm,
|
569
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-sm {
|
572
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap-on-sm,
|
573
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap-on-sm {
|
570
574
|
flex-wrap: wrap;
|
571
575
|
}
|
572
576
|
}
|
573
577
|
@media (min-width: 768px) {
|
574
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-md,
|
575
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-md {
|
578
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-md,
|
579
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-md {
|
576
580
|
margin-left: auto;
|
577
581
|
}
|
578
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-md ~ .pf-m-pagination,
|
579
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-md ~ .pf-m-pagination {
|
582
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-md ~ .pf-m-pagination,
|
583
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-md ~ .pf-m-pagination {
|
580
584
|
margin-left: 0;
|
581
585
|
}
|
582
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-md,
|
583
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-md {
|
586
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-md,
|
587
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-md {
|
584
588
|
margin-left: 0;
|
585
589
|
}
|
586
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-md ~ .pf-m-pagination,
|
587
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-md ~ .pf-m-pagination {
|
590
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-md ~ .pf-m-pagination,
|
591
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-md ~ .pf-m-pagination {
|
588
592
|
margin-left: auto;
|
589
593
|
}
|
590
|
-
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-md,
|
591
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-md {
|
594
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-md,
|
595
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-md {
|
592
596
|
flex-wrap: nowrap;
|
593
597
|
}
|
594
|
-
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-md,
|
595
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-md {
|
598
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap-on-md,
|
599
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap-on-md {
|
596
600
|
flex-wrap: wrap;
|
597
601
|
}
|
598
602
|
}
|
599
603
|
@media (min-width: 992px) {
|
600
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-lg,
|
601
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-lg {
|
604
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-lg,
|
605
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-lg {
|
602
606
|
margin-left: auto;
|
603
607
|
}
|
604
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-lg ~ .pf-m-pagination,
|
605
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-lg ~ .pf-m-pagination {
|
608
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-lg ~ .pf-m-pagination,
|
609
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-lg ~ .pf-m-pagination {
|
606
610
|
margin-left: 0;
|
607
611
|
}
|
608
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-lg,
|
609
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-lg {
|
612
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-lg,
|
613
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-lg {
|
610
614
|
margin-left: 0;
|
611
615
|
}
|
612
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-lg ~ .pf-m-pagination,
|
613
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-lg ~ .pf-m-pagination {
|
616
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-lg ~ .pf-m-pagination,
|
617
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-lg ~ .pf-m-pagination {
|
614
618
|
margin-left: auto;
|
615
619
|
}
|
616
|
-
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-lg,
|
617
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-lg {
|
620
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-lg,
|
621
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-lg {
|
618
622
|
flex-wrap: nowrap;
|
619
623
|
}
|
620
|
-
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-lg,
|
621
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-lg {
|
624
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap-on-lg,
|
625
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap-on-lg {
|
622
626
|
flex-wrap: wrap;
|
623
627
|
}
|
624
628
|
}
|
625
629
|
@media (min-width: 1200px) {
|
626
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-xl,
|
627
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-xl {
|
630
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-xl,
|
631
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-xl {
|
628
632
|
margin-left: auto;
|
629
633
|
}
|
630
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-xl ~ .pf-m-pagination,
|
631
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-xl ~ .pf-m-pagination {
|
634
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-xl ~ .pf-m-pagination,
|
635
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-xl ~ .pf-m-pagination {
|
632
636
|
margin-left: 0;
|
633
637
|
}
|
634
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-xl,
|
635
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-xl {
|
638
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-xl,
|
639
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-xl {
|
636
640
|
margin-left: 0;
|
637
641
|
}
|
638
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-xl ~ .pf-m-pagination,
|
639
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-xl ~ .pf-m-pagination {
|
642
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-xl ~ .pf-m-pagination,
|
643
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-xl ~ .pf-m-pagination {
|
640
644
|
margin-left: auto;
|
641
645
|
}
|
642
|
-
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-xl,
|
643
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-xl {
|
646
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-xl,
|
647
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-xl {
|
644
648
|
flex-wrap: nowrap;
|
645
649
|
}
|
646
|
-
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-xl,
|
647
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-xl {
|
650
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap-on-xl,
|
651
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap-on-xl {
|
648
652
|
flex-wrap: wrap;
|
649
653
|
}
|
650
654
|
}
|
651
655
|
@media (min-width: 1450px) {
|
652
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-2xl,
|
653
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-2xl {
|
656
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-2xl,
|
657
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-2xl {
|
654
658
|
margin-left: auto;
|
655
659
|
}
|
656
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-2xl ~ .pf-m-pagination,
|
657
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-2xl ~ .pf-m-pagination {
|
660
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-2xl ~ .pf-m-pagination,
|
661
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-2xl ~ .pf-m-pagination {
|
658
662
|
margin-left: 0;
|
659
663
|
}
|
660
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-2xl,
|
661
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-2xl {
|
664
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-2xl,
|
665
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-2xl {
|
662
666
|
margin-left: 0;
|
663
667
|
}
|
664
|
-
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-2xl ~ .pf-m-pagination,
|
665
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-2xl ~ .pf-m-pagination {
|
668
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-2xl ~ .pf-m-pagination,
|
669
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-2xl ~ .pf-m-pagination {
|
666
670
|
margin-left: auto;
|
667
671
|
}
|
668
|
-
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-2xl,
|
669
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-2xl {
|
672
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-2xl,
|
673
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-2xl {
|
670
674
|
flex-wrap: nowrap;
|
671
675
|
}
|
672
|
-
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-2xl,
|
673
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-2xl {
|
676
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap-on-2xl,
|
677
|
+
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap-on-2xl {
|
674
678
|
flex-wrap: wrap;
|
675
679
|
}
|
676
680
|
}
|
677
|
-
.pf-c-toolbar .pf-m-space-items-none > * {
|
678
|
-
--pf-c-toolbar--spacer: 0;
|
681
|
+
.pf-v5-c-toolbar .pf-m-space-items-none > * {
|
682
|
+
--pf-v5-c-toolbar--spacer: 0;
|
679
683
|
}
|
680
|
-
.pf-c-toolbar .pf-m-space-items-none > :last-child {
|
681
|
-
--pf-c-toolbar--spacer: 0;
|
684
|
+
.pf-v5-c-toolbar .pf-m-space-items-none > :last-child {
|
685
|
+
--pf-v5-c-toolbar--spacer: 0;
|
682
686
|
}
|
683
|
-
.pf-c-toolbar .pf-m-space-items-sm > * {
|
684
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
|
687
|
+
.pf-v5-c-toolbar .pf-m-space-items-sm > * {
|
688
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
|
685
689
|
}
|
686
|
-
.pf-c-toolbar .pf-m-space-items-sm > :last-child {
|
687
|
-
--pf-c-toolbar--spacer: 0;
|
690
|
+
.pf-v5-c-toolbar .pf-m-space-items-sm > :last-child {
|
691
|
+
--pf-v5-c-toolbar--spacer: 0;
|
688
692
|
}
|
689
|
-
.pf-c-toolbar .pf-m-space-items-md > * {
|
690
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--md);
|
693
|
+
.pf-v5-c-toolbar .pf-m-space-items-md > * {
|
694
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
|
691
695
|
}
|
692
|
-
.pf-c-toolbar .pf-m-space-items-md > :last-child {
|
693
|
-
--pf-c-toolbar--spacer: 0;
|
696
|
+
.pf-v5-c-toolbar .pf-m-space-items-md > :last-child {
|
697
|
+
--pf-v5-c-toolbar--spacer: 0;
|
694
698
|
}
|
695
|
-
.pf-c-toolbar .pf-m-space-items-lg > * {
|
696
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
|
699
|
+
.pf-v5-c-toolbar .pf-m-space-items-lg > * {
|
700
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
|
697
701
|
}
|
698
|
-
.pf-c-toolbar .pf-m-space-items-lg > :last-child {
|
699
|
-
--pf-c-toolbar--spacer: 0;
|
702
|
+
.pf-v5-c-toolbar .pf-m-space-items-lg > :last-child {
|
703
|
+
--pf-v5-c-toolbar--spacer: 0;
|
700
704
|
}
|
701
705
|
@media (min-width: 576px) {
|
702
|
-
.pf-c-toolbar .pf-m-space-items-none-on-sm > * {
|
703
|
-
--pf-c-toolbar--spacer: 0;
|
706
|
+
.pf-v5-c-toolbar .pf-m-space-items-none-on-sm > * {
|
707
|
+
--pf-v5-c-toolbar--spacer: 0;
|
704
708
|
}
|
705
|
-
.pf-c-toolbar .pf-m-space-items-none-on-sm > :last-child {
|
706
|
-
--pf-c-toolbar--spacer: 0;
|
709
|
+
.pf-v5-c-toolbar .pf-m-space-items-none-on-sm > :last-child {
|
710
|
+
--pf-v5-c-toolbar--spacer: 0;
|
707
711
|
}
|
708
|
-
.pf-c-toolbar .pf-m-space-items-sm-on-sm > * {
|
709
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
|
712
|
+
.pf-v5-c-toolbar .pf-m-space-items-sm-on-sm > * {
|
713
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
|
710
714
|
}
|
711
|
-
.pf-c-toolbar .pf-m-space-items-sm-on-sm > :last-child {
|
712
|
-
--pf-c-toolbar--spacer: 0;
|
715
|
+
.pf-v5-c-toolbar .pf-m-space-items-sm-on-sm > :last-child {
|
716
|
+
--pf-v5-c-toolbar--spacer: 0;
|
713
717
|
}
|
714
|
-
.pf-c-toolbar .pf-m-space-items-md-on-sm > * {
|
715
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--md);
|
718
|
+
.pf-v5-c-toolbar .pf-m-space-items-md-on-sm > * {
|
719
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
|
716
720
|
}
|
717
|
-
.pf-c-toolbar .pf-m-space-items-md-on-sm > :last-child {
|
718
|
-
--pf-c-toolbar--spacer: 0;
|
721
|
+
.pf-v5-c-toolbar .pf-m-space-items-md-on-sm > :last-child {
|
722
|
+
--pf-v5-c-toolbar--spacer: 0;
|
719
723
|
}
|
720
|
-
.pf-c-toolbar .pf-m-space-items-lg-on-sm > * {
|
721
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
|
724
|
+
.pf-v5-c-toolbar .pf-m-space-items-lg-on-sm > * {
|
725
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
|
722
726
|
}
|
723
|
-
.pf-c-toolbar .pf-m-space-items-lg-on-sm > :last-child {
|
724
|
-
--pf-c-toolbar--spacer: 0;
|
727
|
+
.pf-v5-c-toolbar .pf-m-space-items-lg-on-sm > :last-child {
|
728
|
+
--pf-v5-c-toolbar--spacer: 0;
|
725
729
|
}
|
726
730
|
}
|
727
731
|
@media (min-width: 768px) {
|
728
|
-
.pf-c-toolbar .pf-m-space-items-none-on-md > * {
|
729
|
-
--pf-c-toolbar--spacer: 0;
|
732
|
+
.pf-v5-c-toolbar .pf-m-space-items-none-on-md > * {
|
733
|
+
--pf-v5-c-toolbar--spacer: 0;
|
730
734
|
}
|
731
|
-
.pf-c-toolbar .pf-m-space-items-none-on-md > :last-child {
|
732
|
-
--pf-c-toolbar--spacer: 0;
|
735
|
+
.pf-v5-c-toolbar .pf-m-space-items-none-on-md > :last-child {
|
736
|
+
--pf-v5-c-toolbar--spacer: 0;
|
733
737
|
}
|
734
|
-
.pf-c-toolbar .pf-m-space-items-sm-on-md > * {
|
735
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
|
738
|
+
.pf-v5-c-toolbar .pf-m-space-items-sm-on-md > * {
|
739
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
|
736
740
|
}
|
737
|
-
.pf-c-toolbar .pf-m-space-items-sm-on-md > :last-child {
|
738
|
-
--pf-c-toolbar--spacer: 0;
|
741
|
+
.pf-v5-c-toolbar .pf-m-space-items-sm-on-md > :last-child {
|
742
|
+
--pf-v5-c-toolbar--spacer: 0;
|
739
743
|
}
|
740
|
-
.pf-c-toolbar .pf-m-space-items-md-on-md > * {
|
741
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--md);
|
744
|
+
.pf-v5-c-toolbar .pf-m-space-items-md-on-md > * {
|
745
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
|
742
746
|
}
|
743
|
-
.pf-c-toolbar .pf-m-space-items-md-on-md > :last-child {
|
744
|
-
--pf-c-toolbar--spacer: 0;
|
747
|
+
.pf-v5-c-toolbar .pf-m-space-items-md-on-md > :last-child {
|
748
|
+
--pf-v5-c-toolbar--spacer: 0;
|
745
749
|
}
|
746
|
-
.pf-c-toolbar .pf-m-space-items-lg-on-md > * {
|
747
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
|
750
|
+
.pf-v5-c-toolbar .pf-m-space-items-lg-on-md > * {
|
751
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
|
748
752
|
}
|
749
|
-
.pf-c-toolbar .pf-m-space-items-lg-on-md > :last-child {
|
750
|
-
--pf-c-toolbar--spacer: 0;
|
753
|
+
.pf-v5-c-toolbar .pf-m-space-items-lg-on-md > :last-child {
|
754
|
+
--pf-v5-c-toolbar--spacer: 0;
|
751
755
|
}
|
752
756
|
}
|
753
757
|
@media (min-width: 992px) {
|
754
|
-
.pf-c-toolbar .pf-m-space-items-none-on-lg > * {
|
755
|
-
--pf-c-toolbar--spacer: 0;
|
758
|
+
.pf-v5-c-toolbar .pf-m-space-items-none-on-lg > * {
|
759
|
+
--pf-v5-c-toolbar--spacer: 0;
|
756
760
|
}
|
757
|
-
.pf-c-toolbar .pf-m-space-items-none-on-lg > :last-child {
|
758
|
-
--pf-c-toolbar--spacer: 0;
|
761
|
+
.pf-v5-c-toolbar .pf-m-space-items-none-on-lg > :last-child {
|
762
|
+
--pf-v5-c-toolbar--spacer: 0;
|
759
763
|
}
|
760
|
-
.pf-c-toolbar .pf-m-space-items-sm-on-lg > * {
|
761
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
|
764
|
+
.pf-v5-c-toolbar .pf-m-space-items-sm-on-lg > * {
|
765
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
|
762
766
|
}
|
763
|
-
.pf-c-toolbar .pf-m-space-items-sm-on-lg > :last-child {
|
764
|
-
--pf-c-toolbar--spacer: 0;
|
767
|
+
.pf-v5-c-toolbar .pf-m-space-items-sm-on-lg > :last-child {
|
768
|
+
--pf-v5-c-toolbar--spacer: 0;
|
765
769
|
}
|
766
|
-
.pf-c-toolbar .pf-m-space-items-md-on-lg > * {
|
767
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--md);
|
770
|
+
.pf-v5-c-toolbar .pf-m-space-items-md-on-lg > * {
|
771
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
|
768
772
|
}
|
769
|
-
.pf-c-toolbar .pf-m-space-items-md-on-lg > :last-child {
|
770
|
-
--pf-c-toolbar--spacer: 0;
|
773
|
+
.pf-v5-c-toolbar .pf-m-space-items-md-on-lg > :last-child {
|
774
|
+
--pf-v5-c-toolbar--spacer: 0;
|
771
775
|
}
|
772
|
-
.pf-c-toolbar .pf-m-space-items-lg-on-lg > * {
|
773
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
|
776
|
+
.pf-v5-c-toolbar .pf-m-space-items-lg-on-lg > * {
|
777
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
|
774
778
|
}
|
775
|
-
.pf-c-toolbar .pf-m-space-items-lg-on-lg > :last-child {
|
776
|
-
--pf-c-toolbar--spacer: 0;
|
779
|
+
.pf-v5-c-toolbar .pf-m-space-items-lg-on-lg > :last-child {
|
780
|
+
--pf-v5-c-toolbar--spacer: 0;
|
777
781
|
}
|
778
782
|
}
|
779
783
|
@media (min-width: 1200px) {
|
780
|
-
.pf-c-toolbar .pf-m-space-items-none-on-xl > * {
|
781
|
-
--pf-c-toolbar--spacer: 0;
|
784
|
+
.pf-v5-c-toolbar .pf-m-space-items-none-on-xl > * {
|
785
|
+
--pf-v5-c-toolbar--spacer: 0;
|
782
786
|
}
|
783
|
-
.pf-c-toolbar .pf-m-space-items-none-on-xl > :last-child {
|
784
|
-
--pf-c-toolbar--spacer: 0;
|
787
|
+
.pf-v5-c-toolbar .pf-m-space-items-none-on-xl > :last-child {
|
788
|
+
--pf-v5-c-toolbar--spacer: 0;
|
785
789
|
}
|
786
|
-
.pf-c-toolbar .pf-m-space-items-sm-on-xl > * {
|
787
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
|
790
|
+
.pf-v5-c-toolbar .pf-m-space-items-sm-on-xl > * {
|
791
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
|
788
792
|
}
|
789
|
-
.pf-c-toolbar .pf-m-space-items-sm-on-xl > :last-child {
|
790
|
-
--pf-c-toolbar--spacer: 0;
|
793
|
+
.pf-v5-c-toolbar .pf-m-space-items-sm-on-xl > :last-child {
|
794
|
+
--pf-v5-c-toolbar--spacer: 0;
|
791
795
|
}
|
792
|
-
.pf-c-toolbar .pf-m-space-items-md-on-xl > * {
|
793
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--md);
|
796
|
+
.pf-v5-c-toolbar .pf-m-space-items-md-on-xl > * {
|
797
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
|
794
798
|
}
|
795
|
-
.pf-c-toolbar .pf-m-space-items-md-on-xl > :last-child {
|
796
|
-
--pf-c-toolbar--spacer: 0;
|
799
|
+
.pf-v5-c-toolbar .pf-m-space-items-md-on-xl > :last-child {
|
800
|
+
--pf-v5-c-toolbar--spacer: 0;
|
797
801
|
}
|
798
|
-
.pf-c-toolbar .pf-m-space-items-lg-on-xl > * {
|
799
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
|
802
|
+
.pf-v5-c-toolbar .pf-m-space-items-lg-on-xl > * {
|
803
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
|
800
804
|
}
|
801
|
-
.pf-c-toolbar .pf-m-space-items-lg-on-xl > :last-child {
|
802
|
-
--pf-c-toolbar--spacer: 0;
|
805
|
+
.pf-v5-c-toolbar .pf-m-space-items-lg-on-xl > :last-child {
|
806
|
+
--pf-v5-c-toolbar--spacer: 0;
|
803
807
|
}
|
804
808
|
}
|
805
809
|
@media (min-width: 1450px) {
|
806
|
-
.pf-c-toolbar .pf-m-space-items-none-on-2xl > * {
|
807
|
-
--pf-c-toolbar--spacer: 0;
|
810
|
+
.pf-v5-c-toolbar .pf-m-space-items-none-on-2xl > * {
|
811
|
+
--pf-v5-c-toolbar--spacer: 0;
|
808
812
|
}
|
809
|
-
.pf-c-toolbar .pf-m-space-items-none-on-2xl > :last-child {
|
810
|
-
--pf-c-toolbar--spacer: 0;
|
813
|
+
.pf-v5-c-toolbar .pf-m-space-items-none-on-2xl > :last-child {
|
814
|
+
--pf-v5-c-toolbar--spacer: 0;
|
811
815
|
}
|
812
|
-
.pf-c-toolbar .pf-m-space-items-sm-on-2xl > * {
|
813
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
|
816
|
+
.pf-v5-c-toolbar .pf-m-space-items-sm-on-2xl > * {
|
817
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
|
814
818
|
}
|
815
|
-
.pf-c-toolbar .pf-m-space-items-sm-on-2xl > :last-child {
|
816
|
-
--pf-c-toolbar--spacer: 0;
|
819
|
+
.pf-v5-c-toolbar .pf-m-space-items-sm-on-2xl > :last-child {
|
820
|
+
--pf-v5-c-toolbar--spacer: 0;
|
817
821
|
}
|
818
|
-
.pf-c-toolbar .pf-m-space-items-md-on-2xl > * {
|
819
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--md);
|
822
|
+
.pf-v5-c-toolbar .pf-m-space-items-md-on-2xl > * {
|
823
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
|
820
824
|
}
|
821
|
-
.pf-c-toolbar .pf-m-space-items-md-on-2xl > :last-child {
|
822
|
-
--pf-c-toolbar--spacer: 0;
|
825
|
+
.pf-v5-c-toolbar .pf-m-space-items-md-on-2xl > :last-child {
|
826
|
+
--pf-v5-c-toolbar--spacer: 0;
|
823
827
|
}
|
824
|
-
.pf-c-toolbar .pf-m-space-items-lg-on-2xl > * {
|
825
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
|
828
|
+
.pf-v5-c-toolbar .pf-m-space-items-lg-on-2xl > * {
|
829
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
|
826
830
|
}
|
827
|
-
.pf-c-toolbar .pf-m-space-items-lg-on-2xl > :last-child {
|
828
|
-
--pf-c-toolbar--spacer: 0;
|
831
|
+
.pf-v5-c-toolbar .pf-m-space-items-lg-on-2xl > :last-child {
|
832
|
+
--pf-v5-c-toolbar--spacer: 0;
|
829
833
|
}
|
830
834
|
}
|
831
|
-
.pf-c-toolbar .pf-m-spacer-none {
|
832
|
-
--pf-c-toolbar--spacer: 0;
|
835
|
+
.pf-v5-c-toolbar .pf-m-spacer-none {
|
836
|
+
--pf-v5-c-toolbar--spacer: 0;
|
833
837
|
}
|
834
|
-
.pf-c-toolbar .pf-m-spacer-none:last-child {
|
835
|
-
--pf-c-toolbar--spacer: 0;
|
838
|
+
.pf-v5-c-toolbar .pf-m-spacer-none:last-child {
|
839
|
+
--pf-v5-c-toolbar--spacer: 0;
|
836
840
|
}
|
837
|
-
.pf-c-toolbar .pf-m-spacer-sm {
|
838
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
|
841
|
+
.pf-v5-c-toolbar .pf-m-spacer-sm {
|
842
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
|
839
843
|
}
|
840
|
-
.pf-c-toolbar .pf-m-spacer-sm:last-child {
|
841
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
|
844
|
+
.pf-v5-c-toolbar .pf-m-spacer-sm:last-child {
|
845
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
|
842
846
|
}
|
843
|
-
.pf-c-toolbar .pf-m-spacer-md {
|
844
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--md);
|
847
|
+
.pf-v5-c-toolbar .pf-m-spacer-md {
|
848
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
|
845
849
|
}
|
846
|
-
.pf-c-toolbar .pf-m-spacer-md:last-child {
|
847
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--md);
|
850
|
+
.pf-v5-c-toolbar .pf-m-spacer-md:last-child {
|
851
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
|
848
852
|
}
|
849
|
-
.pf-c-toolbar .pf-m-spacer-lg {
|
850
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
|
853
|
+
.pf-v5-c-toolbar .pf-m-spacer-lg {
|
854
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
|
851
855
|
}
|
852
|
-
.pf-c-toolbar .pf-m-spacer-lg:last-child {
|
853
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
|
856
|
+
.pf-v5-c-toolbar .pf-m-spacer-lg:last-child {
|
857
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
|
854
858
|
}
|
855
859
|
@media (min-width: 576px) {
|
856
|
-
.pf-c-toolbar .pf-m-spacer-none-on-sm {
|
857
|
-
--pf-c-toolbar--spacer: 0;
|
860
|
+
.pf-v5-c-toolbar .pf-m-spacer-none-on-sm {
|
861
|
+
--pf-v5-c-toolbar--spacer: 0;
|
858
862
|
}
|
859
|
-
.pf-c-toolbar .pf-m-spacer-none-on-sm:last-child {
|
860
|
-
--pf-c-toolbar--spacer: 0;
|
863
|
+
.pf-v5-c-toolbar .pf-m-spacer-none-on-sm:last-child {
|
864
|
+
--pf-v5-c-toolbar--spacer: 0;
|
861
865
|
}
|
862
|
-
.pf-c-toolbar .pf-m-spacer-sm-on-sm {
|
863
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
|
866
|
+
.pf-v5-c-toolbar .pf-m-spacer-sm-on-sm {
|
867
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
|
864
868
|
}
|
865
|
-
.pf-c-toolbar .pf-m-spacer-sm-on-sm:last-child {
|
866
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
|
869
|
+
.pf-v5-c-toolbar .pf-m-spacer-sm-on-sm:last-child {
|
870
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
|
867
871
|
}
|
868
|
-
.pf-c-toolbar .pf-m-spacer-md-on-sm {
|
869
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--md);
|
872
|
+
.pf-v5-c-toolbar .pf-m-spacer-md-on-sm {
|
873
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
|
870
874
|
}
|
871
|
-
.pf-c-toolbar .pf-m-spacer-md-on-sm:last-child {
|
872
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--md);
|
875
|
+
.pf-v5-c-toolbar .pf-m-spacer-md-on-sm:last-child {
|
876
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
|
873
877
|
}
|
874
|
-
.pf-c-toolbar .pf-m-spacer-lg-on-sm {
|
875
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
|
878
|
+
.pf-v5-c-toolbar .pf-m-spacer-lg-on-sm {
|
879
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
|
876
880
|
}
|
877
|
-
.pf-c-toolbar .pf-m-spacer-lg-on-sm:last-child {
|
878
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
|
881
|
+
.pf-v5-c-toolbar .pf-m-spacer-lg-on-sm:last-child {
|
882
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
|
879
883
|
}
|
880
884
|
}
|
881
885
|
@media (min-width: 768px) {
|
882
|
-
.pf-c-toolbar .pf-m-spacer-none-on-md {
|
883
|
-
--pf-c-toolbar--spacer: 0;
|
886
|
+
.pf-v5-c-toolbar .pf-m-spacer-none-on-md {
|
887
|
+
--pf-v5-c-toolbar--spacer: 0;
|
884
888
|
}
|
885
|
-
.pf-c-toolbar .pf-m-spacer-none-on-md:last-child {
|
886
|
-
--pf-c-toolbar--spacer: 0;
|
889
|
+
.pf-v5-c-toolbar .pf-m-spacer-none-on-md:last-child {
|
890
|
+
--pf-v5-c-toolbar--spacer: 0;
|
887
891
|
}
|
888
|
-
.pf-c-toolbar .pf-m-spacer-sm-on-md {
|
889
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
|
892
|
+
.pf-v5-c-toolbar .pf-m-spacer-sm-on-md {
|
893
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
|
890
894
|
}
|
891
|
-
.pf-c-toolbar .pf-m-spacer-sm-on-md:last-child {
|
892
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
|
895
|
+
.pf-v5-c-toolbar .pf-m-spacer-sm-on-md:last-child {
|
896
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
|
893
897
|
}
|
894
|
-
.pf-c-toolbar .pf-m-spacer-md-on-md {
|
895
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--md);
|
898
|
+
.pf-v5-c-toolbar .pf-m-spacer-md-on-md {
|
899
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
|
896
900
|
}
|
897
|
-
.pf-c-toolbar .pf-m-spacer-md-on-md:last-child {
|
898
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--md);
|
901
|
+
.pf-v5-c-toolbar .pf-m-spacer-md-on-md:last-child {
|
902
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
|
899
903
|
}
|
900
|
-
.pf-c-toolbar .pf-m-spacer-lg-on-md {
|
901
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
|
904
|
+
.pf-v5-c-toolbar .pf-m-spacer-lg-on-md {
|
905
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
|
902
906
|
}
|
903
|
-
.pf-c-toolbar .pf-m-spacer-lg-on-md:last-child {
|
904
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
|
907
|
+
.pf-v5-c-toolbar .pf-m-spacer-lg-on-md:last-child {
|
908
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
|
905
909
|
}
|
906
910
|
}
|
907
911
|
@media (min-width: 992px) {
|
908
|
-
.pf-c-toolbar .pf-m-spacer-none-on-lg {
|
909
|
-
--pf-c-toolbar--spacer: 0;
|
912
|
+
.pf-v5-c-toolbar .pf-m-spacer-none-on-lg {
|
913
|
+
--pf-v5-c-toolbar--spacer: 0;
|
910
914
|
}
|
911
|
-
.pf-c-toolbar .pf-m-spacer-none-on-lg:last-child {
|
912
|
-
--pf-c-toolbar--spacer: 0;
|
915
|
+
.pf-v5-c-toolbar .pf-m-spacer-none-on-lg:last-child {
|
916
|
+
--pf-v5-c-toolbar--spacer: 0;
|
913
917
|
}
|
914
|
-
.pf-c-toolbar .pf-m-spacer-sm-on-lg {
|
915
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
|
918
|
+
.pf-v5-c-toolbar .pf-m-spacer-sm-on-lg {
|
919
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
|
916
920
|
}
|
917
|
-
.pf-c-toolbar .pf-m-spacer-sm-on-lg:last-child {
|
918
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
|
921
|
+
.pf-v5-c-toolbar .pf-m-spacer-sm-on-lg:last-child {
|
922
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
|
919
923
|
}
|
920
|
-
.pf-c-toolbar .pf-m-spacer-md-on-lg {
|
921
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--md);
|
924
|
+
.pf-v5-c-toolbar .pf-m-spacer-md-on-lg {
|
925
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
|
922
926
|
}
|
923
|
-
.pf-c-toolbar .pf-m-spacer-md-on-lg:last-child {
|
924
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--md);
|
927
|
+
.pf-v5-c-toolbar .pf-m-spacer-md-on-lg:last-child {
|
928
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
|
925
929
|
}
|
926
|
-
.pf-c-toolbar .pf-m-spacer-lg-on-lg {
|
927
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
|
930
|
+
.pf-v5-c-toolbar .pf-m-spacer-lg-on-lg {
|
931
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
|
928
932
|
}
|
929
|
-
.pf-c-toolbar .pf-m-spacer-lg-on-lg:last-child {
|
930
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
|
933
|
+
.pf-v5-c-toolbar .pf-m-spacer-lg-on-lg:last-child {
|
934
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
|
931
935
|
}
|
932
936
|
}
|
933
937
|
@media (min-width: 1200px) {
|
934
|
-
.pf-c-toolbar .pf-m-spacer-none-on-xl {
|
935
|
-
--pf-c-toolbar--spacer: 0;
|
938
|
+
.pf-v5-c-toolbar .pf-m-spacer-none-on-xl {
|
939
|
+
--pf-v5-c-toolbar--spacer: 0;
|
936
940
|
}
|
937
|
-
.pf-c-toolbar .pf-m-spacer-none-on-xl:last-child {
|
938
|
-
--pf-c-toolbar--spacer: 0;
|
941
|
+
.pf-v5-c-toolbar .pf-m-spacer-none-on-xl:last-child {
|
942
|
+
--pf-v5-c-toolbar--spacer: 0;
|
939
943
|
}
|
940
|
-
.pf-c-toolbar .pf-m-spacer-sm-on-xl {
|
941
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
|
944
|
+
.pf-v5-c-toolbar .pf-m-spacer-sm-on-xl {
|
945
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
|
942
946
|
}
|
943
|
-
.pf-c-toolbar .pf-m-spacer-sm-on-xl:last-child {
|
944
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
|
947
|
+
.pf-v5-c-toolbar .pf-m-spacer-sm-on-xl:last-child {
|
948
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
|
945
949
|
}
|
946
|
-
.pf-c-toolbar .pf-m-spacer-md-on-xl {
|
947
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--md);
|
950
|
+
.pf-v5-c-toolbar .pf-m-spacer-md-on-xl {
|
951
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
|
948
952
|
}
|
949
|
-
.pf-c-toolbar .pf-m-spacer-md-on-xl:last-child {
|
950
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--md);
|
953
|
+
.pf-v5-c-toolbar .pf-m-spacer-md-on-xl:last-child {
|
954
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
|
951
955
|
}
|
952
|
-
.pf-c-toolbar .pf-m-spacer-lg-on-xl {
|
953
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
|
956
|
+
.pf-v5-c-toolbar .pf-m-spacer-lg-on-xl {
|
957
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
|
954
958
|
}
|
955
|
-
.pf-c-toolbar .pf-m-spacer-lg-on-xl:last-child {
|
956
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
|
959
|
+
.pf-v5-c-toolbar .pf-m-spacer-lg-on-xl:last-child {
|
960
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
|
957
961
|
}
|
958
962
|
}
|
959
963
|
@media (min-width: 1450px) {
|
960
|
-
.pf-c-toolbar .pf-m-spacer-none-on-2xl {
|
961
|
-
--pf-c-toolbar--spacer: 0;
|
964
|
+
.pf-v5-c-toolbar .pf-m-spacer-none-on-2xl {
|
965
|
+
--pf-v5-c-toolbar--spacer: 0;
|
962
966
|
}
|
963
|
-
.pf-c-toolbar .pf-m-spacer-none-on-2xl:last-child {
|
964
|
-
--pf-c-toolbar--spacer: 0;
|
967
|
+
.pf-v5-c-toolbar .pf-m-spacer-none-on-2xl:last-child {
|
968
|
+
--pf-v5-c-toolbar--spacer: 0;
|
965
969
|
}
|
966
|
-
.pf-c-toolbar .pf-m-spacer-sm-on-2xl {
|
967
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
|
970
|
+
.pf-v5-c-toolbar .pf-m-spacer-sm-on-2xl {
|
971
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
|
968
972
|
}
|
969
|
-
.pf-c-toolbar .pf-m-spacer-sm-on-2xl:last-child {
|
970
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--sm);
|
973
|
+
.pf-v5-c-toolbar .pf-m-spacer-sm-on-2xl:last-child {
|
974
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
|
971
975
|
}
|
972
|
-
.pf-c-toolbar .pf-m-spacer-md-on-2xl {
|
973
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--md);
|
976
|
+
.pf-v5-c-toolbar .pf-m-spacer-md-on-2xl {
|
977
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
|
974
978
|
}
|
975
|
-
.pf-c-toolbar .pf-m-spacer-md-on-2xl:last-child {
|
976
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--md);
|
979
|
+
.pf-v5-c-toolbar .pf-m-spacer-md-on-2xl:last-child {
|
980
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
|
977
981
|
}
|
978
|
-
.pf-c-toolbar .pf-m-spacer-lg-on-2xl {
|
979
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
|
982
|
+
.pf-v5-c-toolbar .pf-m-spacer-lg-on-2xl {
|
983
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
|
980
984
|
}
|
981
|
-
.pf-c-toolbar .pf-m-spacer-lg-on-2xl:last-child {
|
982
|
-
--pf-c-toolbar--spacer: var(--pf-global--spacer--lg);
|
985
|
+
.pf-v5-c-toolbar .pf-m-spacer-lg-on-2xl:last-child {
|
986
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
|
983
987
|
}
|
984
988
|
}
|
985
|
-
.pf-c-toolbar.pf-m-inset-none {
|
986
|
-
--pf-c-toolbar--inset: 0;
|
987
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
988
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
989
|
+
.pf-v5-c-toolbar.pf-m-inset-none {
|
990
|
+
--pf-v5-c-toolbar--inset: 0;
|
991
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
992
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
989
993
|
}
|
990
|
-
.pf-c-toolbar.pf-m-inset-sm {
|
991
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--sm);
|
992
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
993
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
994
|
+
.pf-v5-c-toolbar.pf-m-inset-sm {
|
995
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
|
996
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
997
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
994
998
|
}
|
995
|
-
.pf-c-toolbar.pf-m-inset-md {
|
996
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--md);
|
997
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
998
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
999
|
+
.pf-v5-c-toolbar.pf-m-inset-md {
|
1000
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
|
1001
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1002
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
999
1003
|
}
|
1000
|
-
.pf-c-toolbar.pf-m-inset-lg {
|
1001
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--lg);
|
1002
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1003
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1004
|
+
.pf-v5-c-toolbar.pf-m-inset-lg {
|
1005
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
|
1006
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1007
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1004
1008
|
}
|
1005
|
-
.pf-c-toolbar.pf-m-inset-xl {
|
1006
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--xl);
|
1007
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1008
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1009
|
+
.pf-v5-c-toolbar.pf-m-inset-xl {
|
1010
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
|
1011
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1012
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1009
1013
|
}
|
1010
|
-
.pf-c-toolbar.pf-m-inset-2xl {
|
1011
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--2xl);
|
1012
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1013
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1014
|
+
.pf-v5-c-toolbar.pf-m-inset-2xl {
|
1015
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
|
1016
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1017
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1014
1018
|
}
|
1015
1019
|
@media (min-width: 576px) {
|
1016
|
-
.pf-c-toolbar.pf-m-inset-none-on-sm {
|
1017
|
-
--pf-c-toolbar--inset: 0;
|
1018
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1019
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1020
|
+
.pf-v5-c-toolbar.pf-m-inset-none-on-sm {
|
1021
|
+
--pf-v5-c-toolbar--inset: 0;
|
1022
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1023
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1020
1024
|
}
|
1021
|
-
.pf-c-toolbar.pf-m-inset-sm-on-sm {
|
1022
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--sm);
|
1023
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1024
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1025
|
+
.pf-v5-c-toolbar.pf-m-inset-sm-on-sm {
|
1026
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
|
1027
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1028
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1025
1029
|
}
|
1026
|
-
.pf-c-toolbar.pf-m-inset-md-on-sm {
|
1027
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--md);
|
1028
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1029
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1030
|
+
.pf-v5-c-toolbar.pf-m-inset-md-on-sm {
|
1031
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
|
1032
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1033
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1030
1034
|
}
|
1031
|
-
.pf-c-toolbar.pf-m-inset-lg-on-sm {
|
1032
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--lg);
|
1033
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1034
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1035
|
+
.pf-v5-c-toolbar.pf-m-inset-lg-on-sm {
|
1036
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
|
1037
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1038
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1035
1039
|
}
|
1036
|
-
.pf-c-toolbar.pf-m-inset-xl-on-sm {
|
1037
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--xl);
|
1038
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1039
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1040
|
+
.pf-v5-c-toolbar.pf-m-inset-xl-on-sm {
|
1041
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
|
1042
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1043
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1040
1044
|
}
|
1041
|
-
.pf-c-toolbar.pf-m-inset-2xl-on-sm {
|
1042
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--2xl);
|
1043
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1044
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1045
|
+
.pf-v5-c-toolbar.pf-m-inset-2xl-on-sm {
|
1046
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
|
1047
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1048
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1045
1049
|
}
|
1046
1050
|
}
|
1047
1051
|
@media (min-width: 768px) {
|
1048
|
-
.pf-c-toolbar.pf-m-inset-none-on-md {
|
1049
|
-
--pf-c-toolbar--inset: 0;
|
1050
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1051
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1052
|
+
.pf-v5-c-toolbar.pf-m-inset-none-on-md {
|
1053
|
+
--pf-v5-c-toolbar--inset: 0;
|
1054
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1055
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1052
1056
|
}
|
1053
|
-
.pf-c-toolbar.pf-m-inset-sm-on-md {
|
1054
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--sm);
|
1055
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1056
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1057
|
+
.pf-v5-c-toolbar.pf-m-inset-sm-on-md {
|
1058
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
|
1059
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1060
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1057
1061
|
}
|
1058
|
-
.pf-c-toolbar.pf-m-inset-md-on-md {
|
1059
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--md);
|
1060
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1061
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1062
|
+
.pf-v5-c-toolbar.pf-m-inset-md-on-md {
|
1063
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
|
1064
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1065
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1062
1066
|
}
|
1063
|
-
.pf-c-toolbar.pf-m-inset-lg-on-md {
|
1064
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--lg);
|
1065
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1066
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1067
|
+
.pf-v5-c-toolbar.pf-m-inset-lg-on-md {
|
1068
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
|
1069
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1070
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1067
1071
|
}
|
1068
|
-
.pf-c-toolbar.pf-m-inset-xl-on-md {
|
1069
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--xl);
|
1070
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1071
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1072
|
+
.pf-v5-c-toolbar.pf-m-inset-xl-on-md {
|
1073
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
|
1074
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1075
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1072
1076
|
}
|
1073
|
-
.pf-c-toolbar.pf-m-inset-2xl-on-md {
|
1074
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--2xl);
|
1075
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1076
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1077
|
+
.pf-v5-c-toolbar.pf-m-inset-2xl-on-md {
|
1078
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
|
1079
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1080
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1077
1081
|
}
|
1078
1082
|
}
|
1079
1083
|
@media (min-width: 992px) {
|
1080
|
-
.pf-c-toolbar.pf-m-inset-none-on-lg {
|
1081
|
-
--pf-c-toolbar--inset: 0;
|
1082
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1083
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1084
|
+
.pf-v5-c-toolbar.pf-m-inset-none-on-lg {
|
1085
|
+
--pf-v5-c-toolbar--inset: 0;
|
1086
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1087
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1084
1088
|
}
|
1085
|
-
.pf-c-toolbar.pf-m-inset-sm-on-lg {
|
1086
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--sm);
|
1087
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1088
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1089
|
+
.pf-v5-c-toolbar.pf-m-inset-sm-on-lg {
|
1090
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
|
1091
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1092
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1089
1093
|
}
|
1090
|
-
.pf-c-toolbar.pf-m-inset-md-on-lg {
|
1091
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--md);
|
1092
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1093
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1094
|
+
.pf-v5-c-toolbar.pf-m-inset-md-on-lg {
|
1095
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
|
1096
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1097
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1094
1098
|
}
|
1095
|
-
.pf-c-toolbar.pf-m-inset-lg-on-lg {
|
1096
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--lg);
|
1097
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1098
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1099
|
+
.pf-v5-c-toolbar.pf-m-inset-lg-on-lg {
|
1100
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
|
1101
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1102
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1099
1103
|
}
|
1100
|
-
.pf-c-toolbar.pf-m-inset-xl-on-lg {
|
1101
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--xl);
|
1102
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1103
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1104
|
+
.pf-v5-c-toolbar.pf-m-inset-xl-on-lg {
|
1105
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
|
1106
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1107
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1104
1108
|
}
|
1105
|
-
.pf-c-toolbar.pf-m-inset-2xl-on-lg {
|
1106
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--2xl);
|
1107
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1108
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1109
|
+
.pf-v5-c-toolbar.pf-m-inset-2xl-on-lg {
|
1110
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
|
1111
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1112
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1109
1113
|
}
|
1110
1114
|
}
|
1111
1115
|
@media (min-width: 1200px) {
|
1112
|
-
.pf-c-toolbar.pf-m-inset-none-on-xl {
|
1113
|
-
--pf-c-toolbar--inset: 0;
|
1114
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1115
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1116
|
+
.pf-v5-c-toolbar.pf-m-inset-none-on-xl {
|
1117
|
+
--pf-v5-c-toolbar--inset: 0;
|
1118
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1119
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1116
1120
|
}
|
1117
|
-
.pf-c-toolbar.pf-m-inset-sm-on-xl {
|
1118
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--sm);
|
1119
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1120
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1121
|
+
.pf-v5-c-toolbar.pf-m-inset-sm-on-xl {
|
1122
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
|
1123
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1124
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1121
1125
|
}
|
1122
|
-
.pf-c-toolbar.pf-m-inset-md-on-xl {
|
1123
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--md);
|
1124
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1125
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1126
|
+
.pf-v5-c-toolbar.pf-m-inset-md-on-xl {
|
1127
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
|
1128
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1129
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1126
1130
|
}
|
1127
|
-
.pf-c-toolbar.pf-m-inset-lg-on-xl {
|
1128
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--lg);
|
1129
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1130
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1131
|
+
.pf-v5-c-toolbar.pf-m-inset-lg-on-xl {
|
1132
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
|
1133
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1134
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1131
1135
|
}
|
1132
|
-
.pf-c-toolbar.pf-m-inset-xl-on-xl {
|
1133
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--xl);
|
1134
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1135
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1136
|
+
.pf-v5-c-toolbar.pf-m-inset-xl-on-xl {
|
1137
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
|
1138
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1139
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1136
1140
|
}
|
1137
|
-
.pf-c-toolbar.pf-m-inset-2xl-on-xl {
|
1138
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--2xl);
|
1139
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1140
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1141
|
+
.pf-v5-c-toolbar.pf-m-inset-2xl-on-xl {
|
1142
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
|
1143
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1144
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1141
1145
|
}
|
1142
1146
|
}
|
1143
1147
|
@media (min-width: 1450px) {
|
1144
|
-
.pf-c-toolbar.pf-m-inset-none-on-2xl {
|
1145
|
-
--pf-c-toolbar--inset: 0;
|
1146
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1147
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1148
|
+
.pf-v5-c-toolbar.pf-m-inset-none-on-2xl {
|
1149
|
+
--pf-v5-c-toolbar--inset: 0;
|
1150
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1151
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1148
1152
|
}
|
1149
|
-
.pf-c-toolbar.pf-m-inset-sm-on-2xl {
|
1150
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--sm);
|
1151
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1152
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1153
|
+
.pf-v5-c-toolbar.pf-m-inset-sm-on-2xl {
|
1154
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
|
1155
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1156
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1153
1157
|
}
|
1154
|
-
.pf-c-toolbar.pf-m-inset-md-on-2xl {
|
1155
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--md);
|
1156
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1157
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1158
|
+
.pf-v5-c-toolbar.pf-m-inset-md-on-2xl {
|
1159
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
|
1160
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1161
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1158
1162
|
}
|
1159
|
-
.pf-c-toolbar.pf-m-inset-lg-on-2xl {
|
1160
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--lg);
|
1161
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1162
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1163
|
+
.pf-v5-c-toolbar.pf-m-inset-lg-on-2xl {
|
1164
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
|
1165
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1166
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1163
1167
|
}
|
1164
|
-
.pf-c-toolbar.pf-m-inset-xl-on-2xl {
|
1165
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--xl);
|
1166
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1167
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1168
|
+
.pf-v5-c-toolbar.pf-m-inset-xl-on-2xl {
|
1169
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
|
1170
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1171
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1168
1172
|
}
|
1169
|
-
.pf-c-toolbar.pf-m-inset-2xl-on-2xl {
|
1170
|
-
--pf-c-toolbar--inset: var(--pf-global--spacer--2xl);
|
1171
|
-
--pf-c-toolbar__content--PaddingRight: var(--pf-c-toolbar--inset);
|
1172
|
-
--pf-c-toolbar__content--PaddingLeft: var(--pf-c-toolbar--inset);
|
1173
|
+
.pf-v5-c-toolbar.pf-m-inset-2xl-on-2xl {
|
1174
|
+
--pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
|
1175
|
+
--pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
|
1176
|
+
--pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
|
1173
1177
|
}
|
1174
1178
|
}
|
1175
1179
|
|
1176
|
-
.pf-c-toolbar__content-section > :last-child {
|
1177
|
-
--pf-c-toolbar--spacer: 0;
|
1180
|
+
.pf-v5-c-toolbar__content-section > :last-child {
|
1181
|
+
--pf-v5-c-toolbar--spacer: 0;
|
1178
1182
|
}
|