@patternfly/patternfly 6.0.0-alpha.7 → 6.0.0-alpha.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (382) hide show
  1. package/CODE_OF_CONDUCT.md +1 -2
  2. package/README.md +13 -3
  3. package/assets/icons/iconUnicodes.json +1 -0
  4. package/assets/images/PF-Backdrop.svg +1 -0
  5. package/assets/images/PF-HorizontalLogo-Color.svg +29 -0
  6. package/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
  7. package/assets/images/PF-IconLogo-Reverse.svg +14 -0
  8. package/assets/images/PF-IconLogo-color.svg +17 -0
  9. package/assets/images/PF-IconLogo.svg +17 -0
  10. package/assets/images/logo__pf--reverse-on-md.svg +1 -1
  11. package/assets/images/pf-background.svg +22 -0
  12. package/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
  13. package/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
  14. package/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
  15. package/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
  16. package/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
  17. package/assets/images/pf_logo_white.hbs +35 -0
  18. package/assets/images/pf_logo_white.svg +38 -0
  19. package/assets/pficon/pf-v5-pficon.woff2 +0 -0
  20. package/assets/pficon/pficon.scss +6 -129
  21. package/base/_common.scss +29 -4
  22. package/base/_globals.scss +5 -7
  23. package/base/_variables.scss +8 -6
  24. package/base/patternfly-common.css +24 -6
  25. package/base/patternfly-globals.css +5 -4
  26. package/base/patternfly-icons.css +5 -1
  27. package/base/patternfly-pf-icons.css +5 -1
  28. package/base/patternfly-variables.css +859 -833
  29. package/base/tokens/_tokens-dark.scss +306 -284
  30. package/base/tokens/_tokens-default.scss +415 -329
  31. package/base/tokens/_tokens-font.scss +41 -46
  32. package/base/tokens/_tokens-palette.scss +68 -68
  33. package/base/tokens/_workspace-overrides.scss +7 -0
  34. package/components/AboutModalBox/about-modal-box.css +78 -104
  35. package/components/AboutModalBox/about-modal-box.scss +62 -74
  36. package/components/Accordion/accordion.css +96 -175
  37. package/components/Accordion/accordion.scss +106 -193
  38. package/components/ActionList/action-list.css +18 -17
  39. package/components/ActionList/action-list.scss +26 -16
  40. package/components/Alert/alert-group.css +27 -20
  41. package/components/Alert/alert-group.scss +27 -20
  42. package/components/Alert/alert.css +74 -95
  43. package/components/Alert/alert.scss +76 -89
  44. package/components/AppLauncher/app-launcher.css +32 -23
  45. package/components/AppLauncher/app-launcher.scss +32 -23
  46. package/components/Avatar/avatar.css +10 -13
  47. package/components/Avatar/avatar.scss +10 -17
  48. package/components/BackToTop/back-to-top.css +17 -16
  49. package/components/BackToTop/back-to-top.scss +14 -14
  50. package/components/Backdrop/backdrop.css +8 -4
  51. package/components/Backdrop/backdrop.scss +7 -4
  52. package/components/BackgroundImage/background-image.css +11 -4
  53. package/components/BackgroundImage/background-image.scss +13 -4
  54. package/components/Badge/badge.css +25 -17
  55. package/components/Badge/badge.scss +27 -19
  56. package/components/Banner/banner.css +95 -69
  57. package/components/Banner/banner.scss +100 -34
  58. package/components/Breadcrumb/breadcrumb.css +28 -19
  59. package/components/Breadcrumb/breadcrumb.scss +26 -19
  60. package/components/Button/button.css +437 -359
  61. package/components/Button/button.scss +495 -483
  62. package/components/CalendarMonth/calendar-month.css +25 -15
  63. package/components/CalendarMonth/calendar-month.scss +23 -15
  64. package/components/Card/card.css +117 -203
  65. package/components/Card/card.scss +137 -246
  66. package/components/Check/check.css +25 -22
  67. package/components/Check/check.scss +26 -24
  68. package/components/Chip/chip-group.css +6 -6
  69. package/components/Chip/chip-group.scss +6 -6
  70. package/components/Chip/chip.css +16 -9
  71. package/components/Chip/chip.scss +17 -9
  72. package/components/ClipboardCopy/clipboard-copy.css +47 -41
  73. package/components/ClipboardCopy/clipboard-copy.scss +50 -34
  74. package/components/CodeBlock/code-block.css +24 -12
  75. package/components/CodeBlock/code-block.scss +24 -13
  76. package/components/CodeEditor/code-editor.css +31 -22
  77. package/components/CodeEditor/code-editor.scss +30 -21
  78. package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
  79. package/components/Content/content.css +40 -37
  80. package/components/Content/content.scss +40 -37
  81. package/components/ContextSelector/context-selector.css +41 -26
  82. package/components/ContextSelector/context-selector.scss +40 -25
  83. package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
  84. package/components/DataList/data-list-grid.css +21 -21
  85. package/components/DataList/data-list-grid.scss +3 -3
  86. package/components/DataList/data-list.css +165 -209
  87. package/components/DataList/data-list.scss +138 -185
  88. package/components/DatePicker/date-picker.css +8 -8
  89. package/components/DatePicker/date-picker.scss +8 -8
  90. package/components/DescriptionList/description-list.css +47 -39
  91. package/components/DescriptionList/description-list.scss +33 -30
  92. package/components/Divider/divider.css +97 -177
  93. package/components/Divider/divider.scss +60 -79
  94. package/components/DragDrop/drag-drop.css +26 -22
  95. package/components/DragDrop/drag-drop.scss +26 -25
  96. package/components/Drawer/drawer.css +216 -158
  97. package/components/Drawer/drawer.scss +199 -150
  98. package/components/Dropdown/dropdown.css +76 -69
  99. package/components/Dropdown/dropdown.scss +67 -62
  100. package/components/DualListSelector/dual-list-selector.css +29 -15
  101. package/components/DualListSelector/dual-list-selector.scss +30 -15
  102. package/components/EmptyState/empty-state.css +64 -38
  103. package/components/EmptyState/empty-state.scss +70 -38
  104. package/components/ExpandableSection/expandable-section.css +75 -66
  105. package/components/ExpandableSection/expandable-section.scss +82 -80
  106. package/components/FileUpload/file-upload.css +31 -43
  107. package/components/FileUpload/file-upload.scss +31 -49
  108. package/components/Form/form.css +111 -154
  109. package/components/Form/form.scss +101 -160
  110. package/components/FormControl/form-control.css +95 -111
  111. package/components/FormControl/form-control.scss +97 -92
  112. package/components/HelperText/helper-text.css +29 -35
  113. package/components/HelperText/helper-text.scss +31 -41
  114. package/components/Hint/hint.css +37 -27
  115. package/components/Hint/hint.scss +37 -30
  116. package/components/Icon/icon.css +155 -19
  117. package/components/Icon/icon.scss +188 -21
  118. package/components/InlineEdit/inline-edit.css +12 -11
  119. package/components/InlineEdit/inline-edit.scss +12 -11
  120. package/components/InputGroup/input-group.css +32 -42
  121. package/components/InputGroup/input-group.scss +31 -33
  122. package/components/JumpLinks/jump-links.css +61 -58
  123. package/components/JumpLinks/jump-links.scss +61 -60
  124. package/components/Label/label-group.css +48 -50
  125. package/components/Label/label-group.scss +48 -51
  126. package/components/Label/label.css +382 -363
  127. package/components/Label/label.scss +441 -356
  128. package/components/List/list.css +25 -25
  129. package/components/List/list.scss +26 -26
  130. package/components/LogViewer/log-viewer.css +14 -14
  131. package/components/LogViewer/log-viewer.scss +14 -14
  132. package/components/Login/login.css +104 -122
  133. package/components/Login/login.scss +92 -91
  134. package/components/Masthead/masthead.css +262 -506
  135. package/components/Masthead/masthead.scss +123 -289
  136. package/components/Menu/menu.css +82 -65
  137. package/components/Menu/menu.scss +85 -69
  138. package/components/MenuToggle/menu-toggle.css +37 -31
  139. package/components/MenuToggle/menu-toggle.scss +37 -33
  140. package/components/ModalBox/modal-box.css +76 -69
  141. package/components/ModalBox/modal-box.scss +74 -70
  142. package/components/MultipleFileUpload/multiple-file-upload.css +87 -57
  143. package/components/MultipleFileUpload/multiple-file-upload.scss +92 -60
  144. package/components/Nav/nav.css +248 -899
  145. package/components/Nav/nav.scss +304 -1059
  146. package/components/Nav/themes/dark/nav.scss +2 -2
  147. package/components/NotificationBadge/notification-badge.css +66 -85
  148. package/components/NotificationBadge/notification-badge.scss +72 -103
  149. package/components/NotificationDrawer/notification-drawer.css +130 -128
  150. package/components/NotificationDrawer/notification-drawer.scss +130 -129
  151. package/components/NumberInput/number-input.css +10 -10
  152. package/components/NumberInput/number-input.scss +9 -14
  153. package/components/OptionsMenu/options-menu.css +43 -31
  154. package/components/OptionsMenu/options-menu.scss +43 -31
  155. package/components/OverflowMenu/overflow-menu.css +17 -47
  156. package/components/OverflowMenu/overflow-menu.scss +27 -65
  157. package/components/Page/page.css +182 -232
  158. package/components/Page/page.scss +130 -195
  159. package/components/Pagination/pagination.css +74 -121
  160. package/components/Pagination/pagination.scss +55 -125
  161. package/components/Panel/panel.css +40 -30
  162. package/components/Panel/panel.scss +42 -33
  163. package/components/Popover/popover.css +108 -87
  164. package/components/Popover/popover.scss +120 -109
  165. package/components/Progress/progress.css +40 -52
  166. package/components/Progress/progress.scss +48 -62
  167. package/components/ProgressStepper/progress-stepper.css +98 -89
  168. package/components/ProgressStepper/progress-stepper.scss +90 -84
  169. package/components/Radio/radio.css +30 -23
  170. package/components/Radio/radio.scss +31 -25
  171. package/components/Select/select.css +56 -47
  172. package/components/Select/select.scss +56 -47
  173. package/components/Sidebar/sidebar.css +31 -14
  174. package/components/Sidebar/sidebar.scss +34 -16
  175. package/components/SimpleList/simple-list.css +45 -56
  176. package/components/SimpleList/simple-list.scss +51 -55
  177. package/components/Skeleton/skeleton.css +24 -25
  178. package/components/Skeleton/skeleton.scss +21 -26
  179. package/components/SkipToContent/skip-to-content.css +9 -6
  180. package/components/SkipToContent/skip-to-content.scss +8 -6
  181. package/components/Slider/slider.css +80 -55
  182. package/components/Slider/slider.scss +96 -65
  183. package/components/Spinner/spinner.css +17 -34
  184. package/components/Spinner/spinner.scss +19 -47
  185. package/components/Switch/switch.css +49 -41
  186. package/components/Switch/switch.scss +51 -42
  187. package/components/TabContent/tab-content.css +21 -12
  188. package/components/TabContent/tab-content.scss +22 -15
  189. package/components/Table/table-grid.css +256 -195
  190. package/components/Table/table-grid.scss +53 -39
  191. package/components/Table/table-scrollable.css +4 -4
  192. package/components/Table/table-scrollable.scss +6 -4
  193. package/components/Table/table-tree-view.css +112 -105
  194. package/components/Table/table-tree-view.scss +38 -33
  195. package/components/Table/table.css +105 -89
  196. package/components/Table/table.scss +105 -89
  197. package/components/Tabs/tabs.css +210 -214
  198. package/components/Tabs/tabs.scss +222 -254
  199. package/components/TextInputGroup/text-input-group.css +15 -15
  200. package/components/TextInputGroup/text-input-group.scss +15 -15
  201. package/components/Tile/tile.css +47 -88
  202. package/components/Tile/tile.scss +45 -91
  203. package/components/Timestamp/timestamp.css +12 -9
  204. package/components/Timestamp/timestamp.scss +11 -10
  205. package/components/Title/title.css +70 -19
  206. package/components/Title/title.scss +90 -20
  207. package/components/ToggleGroup/toggle-group.css +68 -59
  208. package/components/ToggleGroup/toggle-group.scss +72 -57
  209. package/components/Toolbar/toolbar.css +2553 -1054
  210. package/components/Toolbar/toolbar.scss +234 -516
  211. package/components/Tooltip/tooltip.css +74 -44
  212. package/components/Tooltip/tooltip.scss +93 -77
  213. package/components/TreeView/tree-view.css +48 -27
  214. package/components/TreeView/tree-view.scss +50 -28
  215. package/components/Truncate/truncate.css +13 -0
  216. package/components/Truncate/truncate.scss +19 -3
  217. package/components/Wizard/wizard.css +57 -36
  218. package/components/Wizard/wizard.scss +57 -36
  219. package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
  220. package/docs/components/Accordion/examples/Accordion.md +614 -416
  221. package/docs/components/ActionList/examples/ActionList.md +73 -22
  222. package/docs/components/Alert/examples/Alert.md +3 -3
  223. package/docs/components/Avatar/examples/Avatar.md +5 -19
  224. package/docs/components/BackgroundImage/examples/BackgroundImage.md +1 -1
  225. package/docs/components/Badge/examples/Badge.md +21 -0
  226. package/docs/components/Banner/examples/Banner.md +48 -25
  227. package/docs/components/Brand/examples/Brand.css +12 -0
  228. package/docs/components/Brand/examples/Brand.md +51 -32
  229. package/docs/components/Breadcrumb/examples/Breadcrumb.md +1 -1
  230. package/docs/components/Button/examples/Button.css +6 -2
  231. package/docs/components/Button/examples/Button.md +1425 -87
  232. package/docs/components/Card/examples/Card.md +565 -148
  233. package/docs/components/Check/examples/Check.md +71 -58
  234. package/docs/components/Chip/examples/Chip.md +1 -1
  235. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
  236. package/docs/components/CodeBlock/examples/CodeBlock.md +4 -4
  237. package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
  238. package/docs/components/Content/examples/Content.md +5 -5
  239. package/docs/components/Divider/examples/Divider.css +3 -1
  240. package/docs/components/Divider/examples/Divider.md +4 -5
  241. package/docs/components/DragDrop/examples/DragDrop.css +3 -3
  242. package/docs/components/Drawer/examples/Drawer.md +294 -256
  243. package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
  244. package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
  245. package/docs/components/EmptyState/examples/EmptyState.md +45 -1
  246. package/docs/components/ExpandableSection/examples/ExpandableSection.md +49 -28
  247. package/docs/components/FileUpload/examples/FileUpload.md +112 -53
  248. package/docs/components/Form/examples/Form.md +134 -89
  249. package/docs/components/Icon/examples/Icon.md +82 -11
  250. package/docs/components/InlineEdit/examples/InlineEdit.md +3 -1
  251. package/docs/components/JumpLinks/examples/JumpLinks.md +280 -168
  252. package/docs/components/Label/examples/Label.css +4 -0
  253. package/docs/components/Label/examples/Label.md +3091 -704
  254. package/docs/components/LogViewer/examples/LogViewer.css +2 -2
  255. package/docs/components/LogViewer/examples/LogViewer.md +300 -210
  256. package/docs/components/Login/examples/Login.md +10 -5
  257. package/docs/components/Masthead/examples/masthead.md +443 -65
  258. package/docs/components/Menu/examples/Menu.css +8 -0
  259. package/docs/components/Menu/examples/Menu.md +594 -543
  260. package/docs/components/MenuToggle/examples/MenuToggle.md +109 -96
  261. package/docs/components/ModalBox/examples/ModalBox.css +3 -8
  262. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +9 -9
  263. package/docs/components/Nav/examples/Navigation.css +3 -42
  264. package/docs/components/Nav/examples/Navigation.md +305 -353
  265. package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
  266. package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
  267. package/docs/components/Page/examples/Page.css +0 -8
  268. package/docs/components/Page/examples/Page.md +22 -21
  269. package/docs/components/Pagination/examples/Pagination.md +663 -637
  270. package/docs/components/Panel/examples/Panel.md +12 -0
  271. package/docs/components/Popover/examples/Popover.css +4 -9
  272. package/docs/components/Popover/examples/Popover.md +1 -1
  273. package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -14
  274. package/docs/components/Radio/examples/Radio.md +62 -54
  275. package/docs/components/Select/deprecated/Select.md +184 -177
  276. package/docs/components/Sidebar/examples/Sidebar.md +19 -0
  277. package/docs/components/SimpleList/examples/SimpleList.md +3 -3
  278. package/docs/components/TabContent/examples/TabContent.md +10 -10
  279. package/docs/components/Table/examples/Table.css +2 -2
  280. package/docs/components/Table/examples/Table.md +10 -10
  281. package/docs/components/Tabs/examples/Tabs.css +1 -1
  282. package/docs/components/Tabs/examples/Tabs.md +1025 -826
  283. package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
  284. package/docs/components/TextInputGroup/examples/TextInputGroup.md +9 -9
  285. package/docs/components/Tile/examples/Tile.css +1 -1
  286. package/docs/components/Tile/examples/Tile.md +264 -144
  287. package/docs/components/Title/examples/Title.md +18 -0
  288. package/docs/components/Toolbar/examples/Toolbar.css +20 -15
  289. package/docs/components/Toolbar/examples/Toolbar.md +1211 -3487
  290. package/docs/components/Tooltip/examples/Tooltip.css +4 -0
  291. package/docs/components/Tooltip/examples/Tooltip.md +3 -1
  292. package/docs/components/Truncate/examples/Truncate.css +2 -2
  293. package/docs/components/Truncate/examples/Truncate.md +2 -2
  294. package/docs/demos/AboutModal/examples/AboutModal.md +104 -31
  295. package/docs/demos/Alert/examples/Alert.md +330 -87
  296. package/docs/demos/BackToTop/examples/BackToTop.md +102 -29
  297. package/docs/demos/Banner/examples/Banner.md +211 -60
  298. package/docs/demos/Card/examples/Card.css +3 -3
  299. package/docs/demos/Card/examples/Card.md +28 -12
  300. package/docs/demos/CardView/examples/CardView.md +265 -207
  301. package/docs/demos/ContextSelector/examples/ContextSelector.md +377 -94
  302. package/docs/demos/Dashboard/examples/Dashboard.md +105 -32
  303. package/docs/demos/DataList/examples/DataList.md +1002 -935
  304. package/docs/demos/DescriptionList/examples/DescriptionList.md +306 -87
  305. package/docs/demos/Drawer/examples/Drawer.md +640 -251
  306. package/docs/demos/Form/examples/BasicForms.md +138 -84
  307. package/docs/demos/JumpLinks/examples/JumpLinks.md +917 -385
  308. package/docs/demos/Masthead/examples/Masthead.md +786 -342
  309. package/docs/demos/Modal/examples/Modal.md +645 -198
  310. package/docs/demos/Nav/examples/Nav.md +691 -902
  311. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +515 -145
  312. package/docs/demos/Page/examples/Page.md +942 -273
  313. package/docs/demos/Page/examples/Penta.md +66 -26
  314. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +13 -9
  315. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +44 -32
  316. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1333 -946
  317. package/docs/demos/Skeleton/examples/Skeleton.md +109 -64
  318. package/docs/demos/Table/examples/Table.md +3857 -3418
  319. package/docs/demos/Tabs/examples/Tabs.md +664 -215
  320. package/docs/demos/Toolbar/examples/Toolbar.css +15 -0
  321. package/docs/demos/Toolbar/examples/Toolbar.md +1313 -1475
  322. package/docs/demos/Wizard/examples/Wizard.md +918 -261
  323. package/docs/layouts/Flex/examples/Flex.md +16 -16
  324. package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
  325. package/icons/pficons.mjs +1 -0
  326. package/layouts/Flex/flex.css +115 -43
  327. package/layouts/Flex/flex.scss +20 -8
  328. package/package.json +36 -32
  329. package/patternfly-addons.css +732 -972
  330. package/patternfly-base-no-globals-theme-dark-unversioned.css +895 -847
  331. package/patternfly-base-no-globals.css +895 -847
  332. package/patternfly-base-theme-dark-unversioned.css +899 -850
  333. package/patternfly-base.css +899 -850
  334. package/patternfly-no-globals.css +9954 -8996
  335. package/patternfly-theme-dark-unversioned.css +9959 -9000
  336. package/patternfly.css +9959 -9000
  337. package/patternfly.min.css +1 -1
  338. package/patternfly.min.css.map +1 -1
  339. package/sass-utilities/functions.scss +6 -0
  340. package/sass-utilities/mixins.scss +80 -2
  341. package/sass-utilities/scss-variables.scss +8 -8
  342. package/sass-utilities/themes/dark/mixins.scss +3 -1
  343. package/utilities/Accessibility/accessibility.css +12 -12
  344. package/utilities/Spacing/spacing.css +720 -960
  345. package/utilities/Spacing/spacing.scss +4 -8
  346. package/base/themes/dark/_variables.scss +0 -102
  347. package/components/AboutModalBox/themes/dark/about-modal-box.scss +0 -7
  348. package/components/Accordion/themes/dark/accordion.scss +0 -9
  349. package/components/Alert/themes/dark/alert.scss +0 -17
  350. package/components/Badge/themes/dark/badge.scss +0 -9
  351. package/components/Banner/themes/dark/banner.scss +0 -14
  352. package/components/Button/themes/dark/button.scss +0 -51
  353. package/components/Card/themes/dark/card.scss +0 -20
  354. package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +0 -19
  355. package/components/DataList/themes/dark/data-list.scss +0 -10
  356. package/components/DragDrop/themes/dark/drag-drop.scss +0 -7
  357. package/components/Drawer/themes/dark/drawer.scss +0 -13
  358. package/components/Form/themes/dark/form.scss +0 -7
  359. package/components/FormControl/themes/dark/form-control.scss +0 -24
  360. package/components/HelperText/themes/dark/helper-text.scss +0 -7
  361. package/components/Hint/themes/dark/hint.scss +0 -8
  362. package/components/InputGroup/themes/dark/input-group.scss +0 -22
  363. package/components/Label/themes/dark/label.scss +0 -53
  364. package/components/Login/themes/dark/login.scss +0 -12
  365. package/components/Masthead/themes/dark/masthead.scss +0 -14
  366. package/components/ModalBox/themes/dark/modal-box.scss +0 -7
  367. package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
  368. package/components/NotificationDrawer/themes/dark/notification-drawer.scss +0 -14
  369. package/components/Page/themes/dark/page.scss +0 -69
  370. package/components/Pagination/themes/dark/pagination.scss +0 -7
  371. package/components/Panel/themes/dark/panel.scss +0 -7
  372. package/components/Popover/themes/dark/popover.scss +0 -11
  373. package/components/Progress/themes/dark/progress.scss +0 -9
  374. package/components/SimpleList/themes/dark/simple-list.scss +0 -14
  375. package/components/Skeleton/themes/dark/skeleton.scss +0 -10
  376. package/components/Switch/themes/dark/switch.scss +0 -11
  377. package/components/Tabs/themes/dark/tabs.scss +0 -10
  378. package/components/Tile/themes/dark/tile.scss +0 -10
  379. package/components/ToggleGroup/themes/dark/toggle-group.scss +0 -12
  380. package/components/Tooltip/themes/dark/tooltip.scss +0 -8
  381. package/docs/components/Avatar/examples/Avatar.css +0 -3
  382. package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
@@ -1,1225 +1,2724 @@
1
- .pf-v5-c-toolbar__content-section, .pf-v5-c-toolbar__content, .pf-v5-c-toolbar__item, .pf-v5-c-toolbar__group {
1
+ .pf-v5-c-toolbar__content-section,
2
+ .pf-v5-c-toolbar__group,
3
+ .pf-v5-c-toolbar__item,
4
+ .pf-v5-c-toolbar__group.pf-m-chip-group-container,
5
+ .pf-v5-c-toolbar__group.pf-m-chip-group {
2
6
  --pf-v5-hidden-visible--hidden--Display: none;
3
7
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
4
8
  display: var(--pf-v5-hidden-visible--Display);
5
9
  }
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 {
10
+ .pf-m-hidden.pf-v5-c-toolbar__content-section,
11
+ .pf-m-hidden.pf-v5-c-toolbar__group,
12
+ .pf-m-hidden.pf-v5-c-toolbar__item {
7
13
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
8
14
  }
9
15
  @media screen and (min-width: 576px) {
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 {
16
+ .pf-m-hidden-on-sm.pf-v5-c-toolbar__content-section,
17
+ .pf-m-hidden-on-sm.pf-v5-c-toolbar__group,
18
+ .pf-m-hidden-on-sm.pf-v5-c-toolbar__item {
11
19
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
12
20
  }
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 {
21
+ .pf-m-visible-on-sm.pf-v5-c-toolbar__content-section,
22
+ .pf-m-visible-on-sm.pf-v5-c-toolbar__group,
23
+ .pf-m-visible-on-sm.pf-v5-c-toolbar__item {
14
24
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
15
25
  }
16
26
  }
17
27
  @media screen and (min-width: 768px) {
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 {
28
+ .pf-m-hidden-on-md.pf-v5-c-toolbar__content-section,
29
+ .pf-m-hidden-on-md.pf-v5-c-toolbar__group,
30
+ .pf-m-hidden-on-md.pf-v5-c-toolbar__item {
19
31
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
20
32
  }
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 {
33
+ .pf-m-visible-on-md.pf-v5-c-toolbar__content-section,
34
+ .pf-m-visible-on-md.pf-v5-c-toolbar__group,
35
+ .pf-m-visible-on-md.pf-v5-c-toolbar__item {
22
36
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
23
37
  }
24
38
  }
25
39
  @media screen and (min-width: 992px) {
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 {
40
+ .pf-m-hidden-on-lg.pf-v5-c-toolbar__content-section,
41
+ .pf-m-hidden-on-lg.pf-v5-c-toolbar__group,
42
+ .pf-m-hidden-on-lg.pf-v5-c-toolbar__item {
27
43
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
28
44
  }
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 {
45
+ .pf-m-visible-on-lg.pf-v5-c-toolbar__content-section,
46
+ .pf-m-visible-on-lg.pf-v5-c-toolbar__group,
47
+ .pf-m-visible-on-lg.pf-v5-c-toolbar__item {
30
48
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
31
49
  }
32
50
  }
33
51
  @media screen and (min-width: 1200px) {
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 {
52
+ .pf-m-hidden-on-xl.pf-v5-c-toolbar__content-section,
53
+ .pf-m-hidden-on-xl.pf-v5-c-toolbar__group,
54
+ .pf-m-hidden-on-xl.pf-v5-c-toolbar__item {
35
55
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
36
56
  }
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 {
57
+ .pf-m-visible-on-xl.pf-v5-c-toolbar__content-section,
58
+ .pf-m-visible-on-xl.pf-v5-c-toolbar__group,
59
+ .pf-m-visible-on-xl.pf-v5-c-toolbar__item {
38
60
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
39
61
  }
40
62
  }
41
63
  @media screen and (min-width: 1450px) {
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 {
64
+ .pf-m-hidden-on-2xl.pf-v5-c-toolbar__content-section,
65
+ .pf-m-hidden-on-2xl.pf-v5-c-toolbar__group,
66
+ .pf-m-hidden-on-2xl.pf-v5-c-toolbar__item {
43
67
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
44
68
  }
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 {
69
+ .pf-m-visible-on-2xl.pf-v5-c-toolbar__content-section,
70
+ .pf-m-visible-on-2xl.pf-v5-c-toolbar__group,
71
+ .pf-m-visible-on-2xl.pf-v5-c-toolbar__item {
46
72
  --pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
47
73
  }
48
74
  }
49
75
 
50
- .pf-v5-c-toolbar {
51
- --pf-v5-c-toolbar--AlignItems--base: flex-start;
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: flex;
58
- --pf-v5-c-toolbar__item--MinWidth--base: auto;
59
- --pf-v5-c-toolbar__item--AlignItems: var(--pf-v5-c-toolbar--AlignItems--base);
60
- --pf-v5-c-toolbar__item--AlignSelf: var(--pf-v5-c-toolbar--AlignItems--base);
61
- --pf-v5-c-toolbar__group--Display: flex;
62
- --pf-v5-c-toolbar__group--RowGap: var(--pf-v5-c-toolbar--item--RowGap--base);
63
- --pf-v5-c-toolbar__group--AlignItems: var(--pf-v5-c-toolbar--AlignItems--base);
64
- --pf-v5-c-toolbar__group--AlignSelf: auto;
65
- --pf-v5-c-toolbar--m-sticky--ZIndex: var(--pf-v5-global--ZIndex--xs);
66
- --pf-v5-c-toolbar--m-sticky--BoxShadow: var(--pf-v5-global--BoxShadow--sm-bottom);
67
- --pf-v5-c-toolbar--m-align-items-center--AlignItems: center;
68
- --pf-v5-c-toolbar--m-align-items-baseline--AlignItems: baseline;
69
- --pf-v5-c-toolbar--m-align-self-center--AlignSelf: center;
70
- --pf-v5-c-toolbar--m-align-self-baseline--AlignSelf: baseline;
71
- --pf-v5-c-toolbar__content--Display: flex;
72
- --pf-v5-c-toolbar__content--AlignItems: var(--pf-v5-c-toolbar--AlignItems--base);
73
- --pf-v5-c-toolbar__content--RowGap: var(--pf-v5-c-toolbar--RowGap--base);
74
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-global--spacer--md);
75
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-global--spacer--md);
76
- --pf-v5-c-toolbar__content-section--Display: flex;
77
- --pf-v5-c-toolbar__content-section--AlignItems: var(--pf-v5-c-toolbar--AlignItems--base);
78
- --pf-v5-c-toolbar__content-section--RowGap: var(--pf-v5-c-toolbar--item--RowGap--base);
79
- --pf-v5-c-toolbar--m-page-insets--inset: var(--pf-v5-global--spacer--md);
80
- --pf-v5-c-toolbar--m-page-insets--xl--inset: var(--pf-v5-global--spacer--lg);
81
- --pf-v5-c-toolbar__expandable-content--Display: grid;
82
- --pf-v5-c-toolbar__expandable-content--PaddingTop: 0;
83
- --pf-v5-c-toolbar__expandable-content--PaddingRight: var(--pf-v5-c-toolbar__content--PaddingRight);
84
- --pf-v5-c-toolbar__expandable-content--PaddingBottom: var(--pf-v5-global--spacer--md);
85
- --pf-v5-c-toolbar__expandable-content--PaddingLeft: var(--pf-v5-c-toolbar__content--PaddingLeft);
86
- --pf-v5-c-toolbar__expandable-content--lg--PaddingRight: 0;
87
- --pf-v5-c-toolbar__expandable-content--lg--PaddingBottom: 0;
88
- --pf-v5-c-toolbar__expandable-content--lg--PaddingLeft: 0;
89
- --pf-v5-c-toolbar__expandable-content--ZIndex: var(--pf-v5-global--ZIndex--sm);
90
- --pf-v5-c-toolbar__expandable-content--BoxShadow: var(--pf-v5-global--BoxShadow--md-bottom);
91
- --pf-v5-c-toolbar__expandable-content--BackgroundColor: var(--pf-v5-c-toolbar--BackgroundColor);
92
- --pf-v5-c-toolbar__expandable-content--m-expanded--GridRowGap: var(--pf-v5-global--gutter--md);
93
- --pf-v5-c-toolbar__group--m-chip-container--MarginTop: calc(var(--pf-v5-global--spacer--md) * -1);
94
- --pf-v5-c-toolbar__group--m-chip-container__item--MarginTop: var(--pf-v5-global--spacer--md);
95
- --pf-v5-c-toolbar--spacer--base: var(--pf-v5-global--spacer--md);
96
- --pf-v5-c-toolbar__item--spacer: var(--pf-v5-c-toolbar--spacer--base);
97
- --pf-v5-c-toolbar__item--Width: auto;
98
- --pf-v5-c-toolbar__group--spacer: var(--pf-v5-c-toolbar--spacer--base);
99
- --pf-v5-c-toolbar__group--m-toggle-group--spacer: var(--pf-v5-global--spacer--sm);
100
- --pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer: var(--pf-v5-c-toolbar__group--spacer);
101
- --pf-v5-c-toolbar__group--m-icon-button-group--spacer: var(--pf-v5-c-toolbar__group--spacer);
102
- --pf-v5-c-toolbar__group--m-icon-button-group--space-items: 0;
103
- --pf-v5-c-toolbar__group--m-button-group--spacer: var(--pf-v5-c-toolbar__group--spacer);
104
- --pf-v5-c-toolbar__group--m-button-group--space-items: var(--pf-v5-global--spacer--sm);
105
- --pf-v5-c-toolbar__group--m-filter-group--spacer: var(--pf-v5-c-toolbar__group--spacer);
106
- --pf-v5-c-toolbar__group--m-filter-group--space-items: 0;
107
- --pf-v5-c-toolbar__item--m-overflow-menu--spacer: var(--pf-v5-c-toolbar__item--spacer);
108
- --pf-v5-c-toolbar__item--m-bulk-select--spacer: var(--pf-v5-global--spacer--lg);
76
+ :root,
77
+ [data-theme=pf-v5-c-toolbar] {
78
+ --pf-v5-c-toolbar--RowGap: var(--pf-t--global--spacer--sm);
79
+ --pf-v5-c-toolbar--ColumnGap: var(--pf-t--global--spacer--md);
80
+ --pf-v5-c-toolbar--PaddingBlock: var(--pf-t--global--spacer--md);
81
+ --pf-v5-c-toolbar--PaddingInline: var(--pf-t--global--spacer--md);
82
+ --pf-v5-c-toolbar--LineHeight: var(--pf-t--global--font--line-height--body);
83
+ --pf-v5-c-toolbar--FontSize: var(--pf-t--global--font--size--body--default);
84
+ --pf-v5-c-toolbar__item--ColumnGap: var(--pf-t--global--spacer--sm);
85
+ --pf-v5-c-toolbar__content--RowGap: var(--pf-t--global--spacer--sm);
86
+ --pf-v5-c-toolbar__content--PaddingBlock: var(--pf-t--global--spacer--md);
87
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-c-toolbar--PaddingInline);
88
+ --pf-v5-c-toolbar__expandable-content--ZIndex: var(--pf-t--global--Zindex--xs);
89
+ --pf-v5-c-toolbar__expandable-content--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
90
+ --pf-v5-c-toolbar__expandable-content--BackgroundColor: var(--pf-t--global--background--color--floating--default);
91
+ --pf-v5-c-toolbar--m-sticky--ZIndex: var(--pf-t--global--Zindex--xs);
92
+ --pf-v5-c-toolbar--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
93
+ --pf-v5-c-toolbar--m-page-insets--inset: var(--pf-v5-c-page--inset);
109
94
  --pf-v5-c-toolbar__expand-all-icon--Rotate: 0;
110
95
  --pf-v5-c-toolbar__expand-all-icon--Transition: var(--pf-v5-global--Transition);
111
96
  --pf-v5-c-toolbar__item--m-expand-all--m-expanded__expand-all-icon--Rotate: 90deg;
112
- --pf-v5-c-toolbar__item--m-search-filter--spacer: var(--pf-v5-global--spacer--sm);
113
- --pf-v5-c-toolbar__item--m-chip-group--spacer: var(--pf-v5-global--spacer--sm);
114
- --pf-v5-c-toolbar__item--m-label--spacer: var(--pf-v5-c-toolbar__item--spacer);
115
- --pf-v5-c-toolbar__item--m-label--TranslateY: var(--pf-v5-global--spacer--form-element);
116
- --pf-v5-c-toolbar__item--m-label--FontWeight: var(--pf-v5-global--FontWeight--bold);
117
- --pf-v5-c-toolbar__item--m-form-control--TranslateY: var(--pf-v5-global--spacer--form-element);
118
- --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));
119
- --pf-v5-c-toolbar__expandable-content__item--m-label--FontSize: var(--pf-v5-global--FontSize--sm);
120
- --pf-v5-c-toolbar__toggle--m-expanded__c-button--m-plain--Color: var(--pf-v5-global--Color--100);
121
- --pf-v5-c-toolbar--c-divider--m-vertical--spacer: var(--pf-v5-c-toolbar--spacer--base);
122
- --pf-v5-c-toolbar--m-full-height--PaddingTop: 0;
123
- --pf-v5-c-toolbar--m-full-height--PaddingBottom: 0;
124
- --pf-v5-c-toolbar--m-full-height__item--Display: flex;
125
- --pf-v5-c-toolbar--m-full-height__item--AlignItems: center;
126
- position: relative;
127
- display: grid;
128
- row-gap: var(--pf-v5-c-toolbar--RowGap);
129
- padding-top: var(--pf-v5-c-toolbar--PaddingTop);
130
- padding-bottom: var(--pf-v5-c-toolbar--PaddingBottom);
131
- background-color: var(--pf-v5-c-toolbar--BackgroundColor);
97
+ --pf-v5-c-toolbar__group--m-filter-group--ColumnGap: var(--pf-t--global--spacer--xs);
98
+ --pf-v5-c-toolbar__item--m-label--FontWeight: var(--pf-t--global--font--weight--body--bold);
132
99
  }
133
- @media screen and (min-width: 992px) {
134
- .pf-v5-c-toolbar {
135
- --pf-v5-c-toolbar__expandable-content--PaddingRight: var(--pf-v5-c-toolbar__expandable-content--lg--PaddingRight);
136
- --pf-v5-c-toolbar__expandable-content--PaddingBottom: var(--pf-v5-c-toolbar__expandable-content--lg--PaddingBottom);
137
- --pf-v5-c-toolbar__expandable-content--PaddingLeft: var(--pf-v5-c-toolbar__expandable-content--lg--PaddingLeft);
138
- }
100
+
101
+ .pf-v5-c-toolbar__content-section,
102
+ .pf-v5-c-toolbar__group,
103
+ .pf-v5-c-toolbar__item,
104
+ .pf-v5-c-toolbar__group.pf-m-chip-group-container,
105
+ .pf-v5-c-toolbar__group.pf-m-chip-group {
106
+ --pf-v5-hidden-visible--visible--Display: flex;
107
+ flex-wrap: wrap;
139
108
  }
140
- @media screen and (min-width: 1200px) {
141
- .pf-v5-c-toolbar {
142
- --pf-v5-c-toolbar--m-page-insets--inset: var(--pf-v5-c-toolbar--m-page-insets--xl--inset);
143
- }
109
+
110
+ .pf-v5-c-toolbar,
111
+ .pf-v5-c-toolbar__content {
112
+ position: relative;
113
+ display: grid;
144
114
  }
145
- .pf-v5-c-toolbar.pf-m-page-insets {
146
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--m-page-insets--inset);
147
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--m-page-insets--inset);
115
+
116
+ .pf-v5-c-toolbar {
117
+ width: var(--pf-v5-c-toolbar--Width, auto);
118
+ font-size: var(--pf-v5-c-toolbar--FontSize);
119
+ line-height: var(--pf-v5-c-toolbar--LineHeight);
148
120
  }
149
121
  .pf-v5-c-toolbar.pf-m-sticky {
150
122
  position: sticky;
151
- top: 0;
123
+ inset-block-start: 0;
152
124
  z-index: var(--pf-v5-c-toolbar--m-sticky--ZIndex);
153
125
  box-shadow: var(--pf-v5-c-toolbar--m-sticky--BoxShadow);
154
126
  }
155
- .pf-v5-c-toolbar.pf-m-full-height {
156
- --pf-v5-c-toolbar--PaddingTop: var(--pf-v5-c-toolbar--m-full-height--PaddingTop);
157
- --pf-v5-c-toolbar--PaddingBottom: var(--pf-v5-c-toolbar--m-full-height--PaddingTop);
158
- --pf-v5-c-toolbar__item--Display: var(--pf-v5-c-toolbar--m-full-height__item--Display);
159
- height: 100%;
160
- }
161
- .pf-v5-c-toolbar.pf-m-full-height,
162
- .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__content,
163
- .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__content-section,
164
- .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__expandable-content,
165
- .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__group {
166
- min-width: 0;
167
- }
168
- .pf-v5-c-toolbar.pf-m-full-height,
169
- .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__content,
170
- .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__content-section,
171
- .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__group,
172
- .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__item {
173
- align-self: stretch;
174
- }
175
- .pf-v5-c-toolbar.pf-m-full-height :where(.pf-v5-c-toolbar__item) {
176
- --pf-v5-c-toolbar__item--AlignItems: var(--pf-v5-c-toolbar--m-full-height__item--AlignItems);
177
- }
178
- .pf-v5-c-toolbar.pf-m-static,
179
127
  .pf-v5-c-toolbar.pf-m-static .pf-v5-c-toolbar__content {
180
128
  position: static;
181
129
  }
182
130
  .pf-v5-c-toolbar.pf-m-static .pf-v5-c-toolbar__expandable-content {
183
131
  position: absolute;
184
132
  }
185
-
186
- .pf-v5-c-toolbar__content-section > .pf-v5-c-divider,
187
- .pf-v5-c-toolbar__group > .pf-v5-c-divider {
188
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar--c-divider--m-vertical--spacer);
189
- }
190
- .pf-v5-c-toolbar__content-section > .pf-v5-c-divider.pf-m-vertical,
191
- .pf-v5-c-toolbar__group > .pf-v5-c-divider.pf-m-vertical {
192
- margin-right: var(--pf-v5-c-toolbar--spacer);
193
- }
194
- .pf-v5-c-toolbar__content-section > .pf-v5-c-divider.pf-m-vertical:last-child,
195
- .pf-v5-c-toolbar__group > .pf-v5-c-divider.pf-m-vertical:last-child {
196
- --pf-v5-c-toolbar--spacer: 0;
197
- }
198
- .pf-v5-c-toolbar__content-section.pf-m-align-items-start,
199
- .pf-v5-c-toolbar__group.pf-m-align-items-start {
200
- align-items: flex-start;
201
- }
202
- .pf-v5-c-toolbar__content-section.pf-m-align-items-center,
203
- .pf-v5-c-toolbar__group.pf-m-align-items-center {
204
- --pf-v5-c-toolbar__group--AlignItems: var(--pf-v5-c-toolbar--m-align-items-center--AlignItems);
205
- }
206
- .pf-v5-c-toolbar__content-section.pf-m-align-items-baseline,
207
- .pf-v5-c-toolbar__group.pf-m-align-items-baseline {
208
- --pf-v5-c-toolbar__group--AlignItems: var(--pf-v5-c-toolbar--m-align-items-baseline--AlignItems);
209
- }
210
- .pf-v5-c-toolbar__content-section.pf-m-align-self-start,
211
- .pf-v5-c-toolbar__group.pf-m-align-self-start {
212
- align-self: flex-start;
133
+ .pf-v5-c-toolbar.pf-m-full-height {
134
+ --pf-v5-c-toolbar--PaddingBlockStart: 0;
135
+ --pf-v5-c-toolbar--PaddinkBlockEnd: 0;
213
136
  }
214
- .pf-v5-c-toolbar__content-section.pf-m-align-self-center,
215
- .pf-v5-c-toolbar__group.pf-m-align-self-center {
216
- --pf-v5-c-toolbar__group--AlignSelf: var(--pf-v5-c-toolbar--m-align-self-center--AlignItems);
137
+ .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__group,
138
+ .pf-v5-c-toolbar.pf-m-full-height .pf-v5-c-toolbar__item {
139
+ align-items: stretch;
140
+ align-self: stretch;
217
141
  }
218
- .pf-v5-c-toolbar__content-section.pf-m-align-self-baseline,
219
- .pf-v5-c-toolbar__group.pf-m-align-self-baseline {
220
- --pf-v5-c-toolbar__group--AlignSelf: var(--pf-v5-c-toolbar--m-align-self-baseline--AlignItems);
142
+ .pf-v5-c-toolbar.pf-m-page-insets {
143
+ --pf-v5-c-toolbar--PaddingInlineStart: var(--pf-v5-c-toolbar--m-page-insets--inset);
144
+ --pf-v5-c-toolbar--PaddingInlineEnd: var(--pf-v5-c-toolbar--m-page-insets--inset);
221
145
  }
222
146
 
223
- .pf-v5-c-toolbar__group {
224
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--spacer);
225
- --pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-toolbar__group--Display);
226
- row-gap: var(--pf-v5-c-toolbar__group--RowGap);
227
- align-items: var(--pf-v5-c-toolbar__group--AlignItems);
228
- align-self: var(--pf-v5-c-toolbar__group--AlignSelf);
229
- margin-right: var(--pf-v5-c-toolbar--spacer);
230
- }
231
- .pf-v5-c-toolbar__group.pf-m-button-group {
232
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-button-group--spacer);
233
- }
234
- .pf-v5-c-toolbar__group.pf-m-button-group > * {
235
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-button-group--space-items);
236
- }
237
- .pf-v5-c-toolbar__group.pf-m-icon-button-group {
238
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-icon-button-group--spacer);
239
- }
240
- .pf-v5-c-toolbar__group.pf-m-icon-button-group > * {
241
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-icon-button-group--space-items);
242
- }
243
- .pf-v5-c-toolbar__group.pf-m-filter-group {
244
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-filter-group--spacer);
245
- }
246
- .pf-v5-c-toolbar__group.pf-m-filter-group > * {
247
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-filter-group--space-items);
248
- }
249
- .pf-v5-c-toolbar__group.pf-m-filter-group > * + * {
250
- margin-left: -1px;
147
+ .pf-v5-c-toolbar__content,
148
+ .pf-v5-c-toolbar__content-section,
149
+ .pf-v5-c-toolbar__expandable-content {
150
+ row-gap: var(--pf-v5-c-toolbar__content--RowGap);
151
+ column-gap: var(--pf-v5-c-toolbar--ColumnGap);
251
152
  }
252
- .pf-v5-c-toolbar__group.pf-m-toggle-group {
253
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--spacer);
153
+
154
+ .pf-v5-c-toolbar__content,
155
+ .pf-v5-c-toolbar__expandable-content {
156
+ padding-block-start: var(--pf-v5-c-toolbar__content--PaddingBlockStart, var(--pf-v5-c-toolbar__content--PaddingBlock));
157
+ padding-block-end: var(--pf-v5-c-toolbar__content--PaddingBlockEnd, var(--pf-v5-c-toolbar__content--PaddingBlock));
158
+ padding-inline-start: var(--pf-v5-c-toolbar__content--PaddingInlineStart, var(--pf-v5-c-toolbar__content--PaddingInline));
159
+ padding-inline-end: var(--pf-v5-c-toolbar__content--PaddingInlineEnd, var(--pf-v5-c-toolbar__content--PaddingInline));
254
160
  }
255
- .pf-v5-c-toolbar__group.pf-m-toggle-group .pf-v5-c-toolbar__group,
256
- .pf-v5-c-toolbar__group.pf-m-toggle-group .pf-v5-c-toolbar__item {
257
- display: none;
161
+
162
+ .pf-v5-c-toolbar__content-section {
163
+ align-items: start;
258
164
  }
259
- .pf-v5-c-toolbar__group.pf-m-toggle-group .pf-v5-c-toolbar__toggle {
260
- display: inline-block;
165
+ .pf-v5-c-toolbar__content-section:has(.pf-v5-c-toolbar__item.pf-m-pagination:not(:only-child):last-child) .pf-v5-c-toolbar__item.pf-m-pagination {
166
+ margin-inline-start: revert;
261
167
  }
262
- .pf-v5-c-toolbar__group:last-child {
263
- --pf-v5-c-toolbar--spacer: 0;
168
+ .pf-v5-c-toolbar__content-section:has(.pf-v5-c-toolbar__item.pf-m-pagination:not(:only-child):last-child) > .pf-v5-c-toolbar__group:nth-last-child(2),
169
+ .pf-v5-c-toolbar__content-section:has(.pf-v5-c-toolbar__item.pf-m-pagination:not(:only-child):last-child) > .pf-v5-c-toolbar__item:nth-last-child(2) {
170
+ flex: 1;
264
171
  }
265
172
 
266
173
  .pf-v5-c-toolbar__item {
267
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--spacer);
268
- --pf-v5-c-toolbar__item--Width--base: var(--pf-v5-c-toolbar__item--Width);
269
- --pf-v5-c-toolbar__item--MinWidth--base: var(--pf-v5-c-toolbar__item--MinWidth);
270
- --pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-toolbar__item--Display);
271
- align-items: var(--pf-v5-c-toolbar__item--AlignItems);
272
- align-self: var(--pf-v5-c-toolbar__item--AlignSelf);
273
- width: var(--pf-v5-c-toolbar__item--Width--base);
274
- min-width: var(--pf-v5-c-toolbar__item--MinWidth--base);
275
- margin-right: var(--pf-v5-c-toolbar--spacer);
276
- }
277
- @media (min-width: 576px) {
278
- .pf-v5-c-toolbar__item {
279
- --pf-v5-c-toolbar__item--Width--base: var(--pf-v5-c-toolbar__item--Width-on-sm, var(--pf-v5-c-toolbar__item--Width));
280
- }
281
- }
282
- @media (min-width: 768px) {
283
- .pf-v5-c-toolbar__item {
284
- --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)));
285
- }
286
- }
287
- @media (min-width: 992px) {
288
- .pf-v5-c-toolbar__item {
289
- --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))));
290
- }
291
- }
292
- @media (min-width: 1200px) {
293
- .pf-v5-c-toolbar__item {
294
- --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)))));
295
- }
296
- }
297
- @media (min-width: 1450px) {
298
- .pf-v5-c-toolbar__item {
299
- --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))))));
300
- }
301
- }
302
- @media (min-width: 576px) {
303
- .pf-v5-c-toolbar__item {
304
- --pf-v5-c-toolbar__item--MinWidth--base: var(--pf-v5-c-toolbar__item--MinWidth-on-sm, var(--pf-v5-c-toolbar__item--MinWidth));
305
- }
306
- }
307
- @media (min-width: 768px) {
308
- .pf-v5-c-toolbar__item {
309
- --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)));
310
- }
311
- }
312
- @media (min-width: 992px) {
313
- .pf-v5-c-toolbar__item {
314
- --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))));
315
- }
316
- }
317
- @media (min-width: 1200px) {
318
- .pf-v5-c-toolbar__item {
319
- --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)))));
320
- }
321
- }
322
- @media (min-width: 1450px) {
323
- .pf-v5-c-toolbar__item {
324
- --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))))));
325
- }
326
- }
327
- .pf-v5-c-toolbar__item.pf-m-align-items-start {
328
- align-items: flex-start;
329
- }
330
- .pf-v5-c-toolbar__item.pf-m-align-items-center {
331
- align-items: center;
332
- }
333
- .pf-v5-c-toolbar__item.pf-m-align-items-baseline {
334
- align-items: baseline;
335
- }
336
- .pf-v5-c-toolbar__item.pf-m-align-self-start {
337
- align-self: flex-start;
338
- }
339
- .pf-v5-c-toolbar__item.pf-m-align-self-center {
340
- align-self: center;
341
- }
342
- .pf-v5-c-toolbar__item.pf-m-align-self-baseline {
343
- align-self: baseline;
344
- }
345
- .pf-v5-c-toolbar__item.pf-m-overflow-menu {
346
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-overflow-menu--spacer);
347
- }
348
- .pf-v5-c-toolbar__item.pf-m-bulk-select {
349
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-bulk-select--spacer);
174
+ row-gap: var(--pf-v5-c-toolbar__item--RowGap, var(--pf-v5-c-toolbar--RowGap));
175
+ column-gap: var(--pf-v5-c-toolbar__item--ColumnGap);
350
176
  }
351
177
  .pf-v5-c-toolbar__item.pf-m-expand-all.pf-m-expanded {
352
178
  --pf-v5-c-toolbar__expand-all-icon--Rotate: var(--pf-v5-c-toolbar__item--m-expand-all--m-expanded__expand-all-icon--Rotate);
353
179
  }
354
- .pf-v5-c-toolbar__item.pf-m-search-filter {
355
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-search-filter--spacer);
356
- }
357
- .pf-v5-c-toolbar__item.pf-m-chip-group {
358
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-chip-group--spacer);
359
- }
360
180
  .pf-v5-c-toolbar__item.pf-m-label {
361
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-label--spacer);
362
181
  font-weight: var(--pf-v5-c-toolbar__item--m-label--FontWeight);
363
- transform: translateY(var(--pf-v5-global--spacer--form-element));
364
182
  }
365
183
  .pf-v5-c-toolbar__item.pf-m-pagination {
366
- margin-left: auto;
184
+ margin-inline-start: auto;
367
185
  }
368
- .pf-v5-c-toolbar__item.pf-m-pagination .pf-v5-c-pagination {
186
+ .pf-v5-c-toolbar__item.pf-m-pagination.pf-v5-c-pagination {
369
187
  flex-wrap: nowrap;
370
188
  }
371
- .pf-v5-c-toolbar__item:last-child {
372
- --pf-v5-c-toolbar--spacer: 0;
373
- }
374
189
 
375
- .pf-v5-c-toolbar__group.pf-m-overflow-container,
376
- .pf-v5-c-toolbar__item.pf-m-overflow-container {
377
- flex: 1;
378
- overflow: hidden;
379
- }
380
-
381
- .pf-v5-c-toolbar__expand-all-icon {
382
- display: inline-block;
383
- transition: var(--pf-v5-c-toolbar__expand-all-icon--Transition);
384
- transform: rotate(var(--pf-v5-c-toolbar__expand-all-icon--Rotate));
385
- }
386
-
387
- .pf-v5-c-toolbar__content,
388
- .pf-v5-c-toolbar__content-section {
389
- flex-wrap: wrap;
390
- }
391
-
392
- .pf-v5-c-toolbar__content {
393
- --pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-toolbar__content--Display);
394
- position: relative;
395
- row-gap: var(--pf-v5-c-toolbar__content--RowGap);
396
- align-items: var(--pf-v5-c-toolbar__content--AlignItems);
397
- padding-right: var(--pf-v5-c-toolbar__content--PaddingRight);
398
- padding-left: var(--pf-v5-c-toolbar__content--PaddingLeft);
190
+ .pf-v5-c-toolbar__group {
191
+ row-gap: var(--pf-v5-c-toolbar__group--RowGap, var(--pf-v5-c-toolbar--RowGap));
192
+ column-gap: var(--pf-v5-c-toolbar__group--ColumnGap, var(--pf-v5-c-toolbar--ColumnGap));
193
+ align-items: baseline;
399
194
  }
400
-
401
- .pf-v5-c-toolbar__content-section {
402
- --pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-toolbar__content-section--Display);
403
- row-gap: var(--pf-v5-c-toolbar__content-section--RowGap);
404
- align-items: var(--pf-v5-c-toolbar__content-section--AlignItems);
405
- width: 100%;
195
+ .pf-v5-c-toolbar__group.pf-m-icon-button-group {
196
+ column-gap: var(--pf-v5-c-toolbar__group--m-icon-button-group--ColumnGap, 0);
406
197
  }
407
- .pf-v5-c-toolbar__content-section.pf-m-align-items-start {
408
- align-items: flex-start;
198
+ .pf-v5-c-toolbar__group.pf-m-filter-group {
199
+ column-gap: var(--pf-v5-c-toolbar__group--m-filter-group--ColumnGap);
409
200
  }
410
- .pf-v5-c-toolbar__content-section.pf-m-align-items-center {
411
- --pf-v5-c-toolbar__content-section--AlignItems: var(--pf-v5-c-toolbar--m-align-items-center--AlignItems);
201
+ .pf-v5-c-toolbar__group.pf-m-filter-group, .pf-v5-c-toolbar__group.pf-m-chip-group-container {
202
+ flex-wrap: nowrap;
412
203
  }
413
- .pf-v5-c-toolbar__content-section.pf-m-align-items-baseline {
414
- align-items: baseline;
204
+ .pf-v5-c-toolbar__group.pf-m-chip-group {
205
+ flex: 1;
415
206
  }
416
207
 
417
208
  .pf-v5-c-toolbar__expandable-content {
418
209
  position: absolute;
419
- top: calc(100% + var(--pf-v5-c-toolbar__content--RowGap));
420
- right: 0;
421
- left: 0;
210
+ inset-block-start: 100%;
422
211
  z-index: var(--pf-v5-c-toolbar__expandable-content--ZIndex);
423
212
  display: none;
424
213
  width: 100%;
425
- padding: var(--pf-v5-c-toolbar__expandable-content--PaddingTop) var(--pf-v5-c-toolbar__expandable-content--PaddingRight) var(--pf-v5-c-toolbar__expandable-content--PaddingBottom) var(--pf-v5-c-toolbar__expandable-content--PaddingLeft);
426
214
  background-color: var(--pf-v5-c-toolbar__expandable-content--BackgroundColor);
427
215
  box-shadow: var(--pf-v5-c-toolbar__expandable-content--BoxShadow);
428
216
  }
429
217
  @media screen and (min-width: 992px) {
430
218
  .pf-v5-c-toolbar__expandable-content {
431
219
  position: static;
220
+ padding: 0;
432
221
  box-shadow: none;
433
222
  }
434
223
  }
435
- .pf-v5-c-toolbar__expandable-content.pf-m-expanded {
436
- display: grid;
437
- grid-row-gap: var(--pf-v5-c-toolbar__expandable-content--m-expanded--GridRowGap);
438
- }
439
- .pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__group,
440
- .pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__item {
441
- --pf-v5-c-toolbar--spacer: 0;
442
- }
224
+ .pf-v5-c-toolbar__expandable-content.pf-m-expanded,
443
225
  .pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__group {
444
226
  display: grid;
445
- grid-row-gap: var(--pf-v5-c-toolbar__expandable-content--m-expanded--GridRowGap);
446
- }
447
- .pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__item.pf-m-label {
448
- margin-bottom: var(--pf-v5-c-toolbar__expandable-content__item--m-label--MarginBottom);
449
- font-size: var(--pf-v5-c-toolbar__expandable-content__item--m-label--FontSize);
450
- }
451
-
452
- .pf-v5-c-toolbar__content.pf-m-chip-container,
453
- .pf-v5-c-toolbar__group.pf-m-chip-container {
454
- display: flex;
455
- flex-wrap: wrap;
456
- grid-row-gap: 0;
457
- align-items: baseline;
458
- margin-top: var(--pf-v5-c-toolbar__group--m-chip-container--MarginTop);
459
- }
460
- .pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__item,
461
- .pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__item {
462
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--spacer);
463
- --pf-v5-c-toolbar__item--AlignSelf: auto;
464
- margin-top: var(--pf-v5-c-toolbar__group--m-chip-container__item--MarginTop);
465
- }
466
- .pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__group,
467
- .pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__group {
468
- --pf-v5-c-toolbar__group--AlignItems: center;
469
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--spacer);
470
- display: flex;
471
- flex-wrap: wrap;
472
- grid-row-gap: 0;
473
227
  }
474
- .pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__group:last-child,
475
- .pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__item:last-child,
476
- .pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__group:last-child,
477
- .pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__item:last-child {
478
- --pf-v5-c-toolbar--spacer: 0;
228
+ .pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__item > * {
229
+ flex-basis: 100%;
479
230
  }
480
231
 
481
- .pf-v5-c-toolbar .pf-v5-c-chip-group:last-child {
482
- --pf-v5-c-chip-group--MarginRight: 0;
483
- }
484
-
485
- .pf-v5-c-toolbar .pf-v5-c-chip-group li:last-child {
486
- --pf-v5-c-chip-group__li--m-toolbar--MarginRight: 0;
232
+ .pf-v5-c-toolbar__expand-all-icon {
233
+ display: inline-block;
234
+ transition: var(--pf-v5-c-toolbar__expand-all-icon--Transition);
235
+ transform: rotate(var(--pf-v5-c-toolbar__expand-all-icon--Rotate));
487
236
  }
488
-
489
- .pf-v5-c-toolbar__toggle.pf-m-expanded .pf-v5-c-button.pf-m-plain {
490
- color: var(--pf-v5-c-toolbar__toggle--m-expanded__c-button--m-plain--Color);
237
+ :where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-toolbar__expand-all-icon {
238
+ scale: -1 1;
491
239
  }
492
240
 
493
- .pf-m-toggle-group.pf-m-show {
494
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
495
- }
496
- .pf-m-toggle-group.pf-m-show .pf-v5-c-toolbar__group,
497
- .pf-m-toggle-group.pf-m-show .pf-v5-c-toolbar__item {
498
- display: flex;
499
- flex: 0 1 auto;
241
+ .pf-v5-c-toolbar__group,
242
+ .pf-v5-c-toolbar__item {
243
+ align-self: baseline;
500
244
  }
501
- .pf-m-toggle-group.pf-m-show .pf-v5-c-toolbar__toggle {
502
- display: none;
245
+ .pf-v5-c-toolbar__group.pf-m-overflow-container,
246
+ .pf-v5-c-toolbar__item.pf-m-overflow-container {
247
+ flex: 1;
248
+ overflow: auto;
503
249
  }
504
250
 
505
- @media (min-width: 576px) {
506
- .pf-m-toggle-group.pf-m-show-on-sm {
507
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
508
- }
509
- .pf-m-toggle-group.pf-m-show-on-sm .pf-v5-c-toolbar__group,
510
- .pf-m-toggle-group.pf-m-show-on-sm .pf-v5-c-toolbar__item {
511
- display: flex;
512
- flex: 0 1 auto;
513
- }
514
- .pf-m-toggle-group.pf-m-show-on-sm .pf-v5-c-toolbar__toggle {
515
- display: none;
516
- }
251
+ .pf-v5-c-toolbar__group.pf-m-align-start,
252
+ .pf-v5-c-toolbar__item.pf-m-align-start {
253
+ margin-inline-start: 0;
517
254
  }
518
- @media (min-width: 768px) {
519
- .pf-m-toggle-group.pf-m-show-on-md {
520
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
521
- }
522
- .pf-m-toggle-group.pf-m-show-on-md .pf-v5-c-toolbar__group,
523
- .pf-m-toggle-group.pf-m-show-on-md .pf-v5-c-toolbar__item {
524
- display: flex;
525
- flex: 0 1 auto;
526
- }
527
- .pf-m-toggle-group.pf-m-show-on-md .pf-v5-c-toolbar__toggle {
528
- display: none;
529
- }
255
+ .pf-v5-c-toolbar__group.pf-m-align-center,
256
+ .pf-v5-c-toolbar__item.pf-m-align-center {
257
+ margin-inline-start: auto;
258
+ margin-inline-end: auto;
530
259
  }
531
- @media (min-width: 992px) {
532
- .pf-m-toggle-group.pf-m-show-on-lg {
533
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
534
- }
535
- .pf-m-toggle-group.pf-m-show-on-lg .pf-v5-c-toolbar__group,
536
- .pf-m-toggle-group.pf-m-show-on-lg .pf-v5-c-toolbar__item {
537
- display: flex;
538
- flex: 0 1 auto;
539
- }
540
- .pf-m-toggle-group.pf-m-show-on-lg .pf-v5-c-toolbar__toggle {
541
- display: none;
542
- }
260
+ .pf-v5-c-toolbar__group.pf-m-align-end,
261
+ .pf-v5-c-toolbar__item.pf-m-align-end {
262
+ margin-inline-start: auto;
543
263
  }
544
- @media (min-width: 1200px) {
545
- .pf-m-toggle-group.pf-m-show-on-xl {
546
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
547
- }
548
- .pf-m-toggle-group.pf-m-show-on-xl .pf-v5-c-toolbar__group,
549
- .pf-m-toggle-group.pf-m-show-on-xl .pf-v5-c-toolbar__item {
550
- display: flex;
551
- flex: 0 1 auto;
552
- }
553
- .pf-m-toggle-group.pf-m-show-on-xl .pf-v5-c-toolbar__toggle {
554
- display: none;
555
- }
264
+ .pf-v5-c-toolbar__group.pf-m-flex-grow,
265
+ .pf-v5-c-toolbar__item.pf-m-flex-grow {
266
+ flex-grow: 1;
556
267
  }
557
- @media (min-width: 1450px) {
558
- .pf-m-toggle-group.pf-m-show-on-2xl {
559
- --pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--m-show--spacer);
560
- }
561
- .pf-m-toggle-group.pf-m-show-on-2xl .pf-v5-c-toolbar__group,
562
- .pf-m-toggle-group.pf-m-show-on-2xl .pf-v5-c-toolbar__item {
563
- display: flex;
564
- flex: 0 1 auto;
565
- }
566
- .pf-m-toggle-group.pf-m-show-on-2xl .pf-v5-c-toolbar__toggle {
567
- display: none;
568
- }
268
+ .pf-v5-c-toolbar__group.pf-m-align-self-stretch,
269
+ .pf-v5-c-toolbar__item.pf-m-align-self-stretch {
270
+ align-self: stretch;
569
271
  }
570
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right,
571
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right {
572
- margin-left: auto;
272
+ .pf-v5-c-toolbar__group.pf-m-align-self-baseline,
273
+ .pf-v5-c-toolbar__item.pf-m-align-self-baseline {
274
+ align-self: baseline;
573
275
  }
574
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right ~ .pf-m-pagination,
575
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right ~ .pf-m-pagination {
576
- margin-left: 0;
276
+ .pf-v5-c-toolbar__group.pf-m-align-self-start,
277
+ .pf-v5-c-toolbar__item.pf-m-align-self-start {
278
+ align-self: start;
577
279
  }
578
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left,
579
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left {
580
- margin-left: 0;
280
+ .pf-v5-c-toolbar__group.pf-m-align-self-center,
281
+ .pf-v5-c-toolbar__item.pf-m-align-self-center {
282
+ align-self: center;
581
283
  }
582
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left ~ .pf-m-pagination,
583
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left ~ .pf-m-pagination {
584
- margin-left: auto;
284
+ .pf-v5-c-toolbar__group.pf-m-align-self-end,
285
+ .pf-v5-c-toolbar__item.pf-m-align-self-end {
286
+ align-self: end;
585
287
  }
586
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap,
587
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap {
588
- flex-wrap: nowrap;
288
+
289
+ .pf-v5-c-toolbar.pf-m-inset-none,
290
+ .pf-v5-c-toolbar__content.pf-m-inset-none,
291
+ .pf-v5-c-toolbar__content-section.pf-m-inset-none {
292
+ --pf-v5-c-toolbar__content--PaddingInline: 0;
293
+ }
294
+ .pf-v5-c-toolbar.pf-m-inset-xs,
295
+ .pf-v5-c-toolbar__content.pf-m-inset-xs,
296
+ .pf-v5-c-toolbar__content-section.pf-m-inset-xs {
297
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--xs);
298
+ }
299
+ .pf-v5-c-toolbar.pf-m-inset-sm,
300
+ .pf-v5-c-toolbar__content.pf-m-inset-sm,
301
+ .pf-v5-c-toolbar__content-section.pf-m-inset-sm {
302
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--sm);
303
+ }
304
+ .pf-v5-c-toolbar.pf-m-inset-md,
305
+ .pf-v5-c-toolbar__content.pf-m-inset-md,
306
+ .pf-v5-c-toolbar__content-section.pf-m-inset-md {
307
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--md);
308
+ }
309
+ .pf-v5-c-toolbar.pf-m-inset-lg,
310
+ .pf-v5-c-toolbar__content.pf-m-inset-lg,
311
+ .pf-v5-c-toolbar__content-section.pf-m-inset-lg {
312
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--lg);
313
+ }
314
+ .pf-v5-c-toolbar.pf-m-inset-xl,
315
+ .pf-v5-c-toolbar__content.pf-m-inset-xl,
316
+ .pf-v5-c-toolbar__content-section.pf-m-inset-xl {
317
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--xl);
318
+ }
319
+ .pf-v5-c-toolbar.pf-m-inset-2xl,
320
+ .pf-v5-c-toolbar__content.pf-m-inset-2xl,
321
+ .pf-v5-c-toolbar__content-section.pf-m-inset-2xl {
322
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--2xl);
323
+ }
324
+ .pf-v5-c-toolbar.pf-m-inset-3xl,
325
+ .pf-v5-c-toolbar__content.pf-m-inset-3xl,
326
+ .pf-v5-c-toolbar__content-section.pf-m-inset-3xl {
327
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--3xl);
328
+ }
329
+ .pf-v5-c-toolbar.pf-m-inset-4xl,
330
+ .pf-v5-c-toolbar__content.pf-m-inset-4xl,
331
+ .pf-v5-c-toolbar__content-section.pf-m-inset-4xl {
332
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--4xl);
589
333
  }
590
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap,
591
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap {
334
+
335
+ .pf-v5-c-toolbar__group.pf-m-wrap,
336
+ .pf-v5-c-toolbar__item.pf-m-wrap,
337
+ .pf-v5-c-toolbar__content.pf-m-wrap,
338
+ .pf-v5-c-toolbar__content-section.pf-m-wrap {
592
339
  flex-wrap: wrap;
593
340
  }
594
- @media (min-width: 576px) {
595
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-sm,
596
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-sm {
597
- margin-left: auto;
598
- }
599
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-sm ~ .pf-m-pagination,
600
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-sm ~ .pf-m-pagination {
601
- margin-left: 0;
602
- }
603
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-sm,
604
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-sm {
605
- margin-left: 0;
606
- }
607
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-sm ~ .pf-m-pagination,
608
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-sm ~ .pf-m-pagination {
609
- margin-left: auto;
610
- }
611
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-sm,
612
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-sm {
613
- flex-wrap: nowrap;
614
- }
615
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap-on-sm,
616
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap-on-sm {
617
- flex-wrap: wrap;
618
- }
619
- }
620
- @media (min-width: 768px) {
621
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-md,
622
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-md {
623
- margin-left: auto;
624
- }
625
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-md ~ .pf-m-pagination,
626
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-md ~ .pf-m-pagination {
627
- margin-left: 0;
628
- }
629
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-md,
630
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-md {
631
- margin-left: 0;
632
- }
633
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-md ~ .pf-m-pagination,
634
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-md ~ .pf-m-pagination {
635
- margin-left: auto;
636
- }
637
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-md,
638
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-md {
639
- flex-wrap: nowrap;
640
- }
641
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap-on-md,
642
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap-on-md {
643
- flex-wrap: wrap;
644
- }
645
- }
646
- @media (min-width: 992px) {
647
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-lg,
648
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-lg {
649
- margin-left: auto;
650
- }
651
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-lg ~ .pf-m-pagination,
652
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-lg ~ .pf-m-pagination {
653
- margin-left: 0;
654
- }
655
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-lg,
656
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-lg {
657
- margin-left: 0;
658
- }
659
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-lg ~ .pf-m-pagination,
660
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-lg ~ .pf-m-pagination {
661
- margin-left: auto;
662
- }
663
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-lg,
664
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-lg {
665
- flex-wrap: nowrap;
666
- }
667
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap-on-lg,
668
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap-on-lg {
669
- flex-wrap: wrap;
670
- }
671
- }
672
- @media (min-width: 1200px) {
673
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-xl,
674
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-xl {
675
- margin-left: auto;
676
- }
677
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-xl ~ .pf-m-pagination,
678
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-xl ~ .pf-m-pagination {
679
- margin-left: 0;
680
- }
681
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-xl,
682
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-xl {
683
- margin-left: 0;
684
- }
685
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-xl ~ .pf-m-pagination,
686
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-xl ~ .pf-m-pagination {
687
- margin-left: auto;
688
- }
689
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-xl,
690
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-xl {
691
- flex-wrap: nowrap;
692
- }
693
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap-on-xl,
694
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap-on-xl {
695
- flex-wrap: wrap;
696
- }
697
- }
698
- @media (min-width: 1450px) {
699
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-2xl,
700
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-2xl {
701
- margin-left: auto;
702
- }
703
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-2xl ~ .pf-m-pagination,
704
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-2xl ~ .pf-m-pagination {
705
- margin-left: 0;
706
- }
707
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-2xl,
708
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-2xl {
709
- margin-left: 0;
710
- }
711
- .pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-2xl ~ .pf-m-pagination,
712
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-2xl ~ .pf-m-pagination {
713
- margin-left: auto;
714
- }
715
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-2xl,
716
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-2xl {
717
- flex-wrap: nowrap;
718
- }
719
- .pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-wrap-on-2xl,
720
- .pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-wrap-on-2xl {
721
- flex-wrap: wrap;
722
- }
723
- }
724
- .pf-v5-c-toolbar .pf-m-space-items-none > * {
725
- --pf-v5-c-toolbar--spacer: 0;
726
- }
727
- .pf-v5-c-toolbar .pf-m-space-items-none > :last-child {
728
- --pf-v5-c-toolbar--spacer: 0;
729
- }
730
- .pf-v5-c-toolbar .pf-m-space-items-sm > * {
731
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
732
- }
733
- .pf-v5-c-toolbar .pf-m-space-items-sm > :last-child {
734
- --pf-v5-c-toolbar--spacer: 0;
735
- }
736
- .pf-v5-c-toolbar .pf-m-space-items-md > * {
737
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
738
- }
739
- .pf-v5-c-toolbar .pf-m-space-items-md > :last-child {
740
- --pf-v5-c-toolbar--spacer: 0;
741
- }
742
- .pf-v5-c-toolbar .pf-m-space-items-lg > * {
743
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
744
- }
745
- .pf-v5-c-toolbar .pf-m-space-items-lg > :last-child {
746
- --pf-v5-c-toolbar--spacer: 0;
747
- }
748
- @media (min-width: 576px) {
749
- .pf-v5-c-toolbar .pf-m-space-items-none-on-sm > * {
750
- --pf-v5-c-toolbar--spacer: 0;
751
- }
752
- .pf-v5-c-toolbar .pf-m-space-items-none-on-sm > :last-child {
753
- --pf-v5-c-toolbar--spacer: 0;
754
- }
755
- .pf-v5-c-toolbar .pf-m-space-items-sm-on-sm > * {
756
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
757
- }
758
- .pf-v5-c-toolbar .pf-m-space-items-sm-on-sm > :last-child {
759
- --pf-v5-c-toolbar--spacer: 0;
760
- }
761
- .pf-v5-c-toolbar .pf-m-space-items-md-on-sm > * {
762
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
763
- }
764
- .pf-v5-c-toolbar .pf-m-space-items-md-on-sm > :last-child {
765
- --pf-v5-c-toolbar--spacer: 0;
766
- }
767
- .pf-v5-c-toolbar .pf-m-space-items-lg-on-sm > * {
768
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
769
- }
770
- .pf-v5-c-toolbar .pf-m-space-items-lg-on-sm > :last-child {
771
- --pf-v5-c-toolbar--spacer: 0;
772
- }
773
- }
774
- @media (min-width: 768px) {
775
- .pf-v5-c-toolbar .pf-m-space-items-none-on-md > * {
776
- --pf-v5-c-toolbar--spacer: 0;
777
- }
778
- .pf-v5-c-toolbar .pf-m-space-items-none-on-md > :last-child {
779
- --pf-v5-c-toolbar--spacer: 0;
780
- }
781
- .pf-v5-c-toolbar .pf-m-space-items-sm-on-md > * {
782
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
783
- }
784
- .pf-v5-c-toolbar .pf-m-space-items-sm-on-md > :last-child {
785
- --pf-v5-c-toolbar--spacer: 0;
786
- }
787
- .pf-v5-c-toolbar .pf-m-space-items-md-on-md > * {
788
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
789
- }
790
- .pf-v5-c-toolbar .pf-m-space-items-md-on-md > :last-child {
791
- --pf-v5-c-toolbar--spacer: 0;
792
- }
793
- .pf-v5-c-toolbar .pf-m-space-items-lg-on-md > * {
794
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
795
- }
796
- .pf-v5-c-toolbar .pf-m-space-items-lg-on-md > :last-child {
797
- --pf-v5-c-toolbar--spacer: 0;
798
- }
799
- }
800
- @media (min-width: 992px) {
801
- .pf-v5-c-toolbar .pf-m-space-items-none-on-lg > * {
802
- --pf-v5-c-toolbar--spacer: 0;
803
- }
804
- .pf-v5-c-toolbar .pf-m-space-items-none-on-lg > :last-child {
805
- --pf-v5-c-toolbar--spacer: 0;
806
- }
807
- .pf-v5-c-toolbar .pf-m-space-items-sm-on-lg > * {
808
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
809
- }
810
- .pf-v5-c-toolbar .pf-m-space-items-sm-on-lg > :last-child {
811
- --pf-v5-c-toolbar--spacer: 0;
812
- }
813
- .pf-v5-c-toolbar .pf-m-space-items-md-on-lg > * {
814
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
815
- }
816
- .pf-v5-c-toolbar .pf-m-space-items-md-on-lg > :last-child {
817
- --pf-v5-c-toolbar--spacer: 0;
818
- }
819
- .pf-v5-c-toolbar .pf-m-space-items-lg-on-lg > * {
820
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
821
- }
822
- .pf-v5-c-toolbar .pf-m-space-items-lg-on-lg > :last-child {
823
- --pf-v5-c-toolbar--spacer: 0;
824
- }
825
- }
826
- @media (min-width: 1200px) {
827
- .pf-v5-c-toolbar .pf-m-space-items-none-on-xl > * {
828
- --pf-v5-c-toolbar--spacer: 0;
829
- }
830
- .pf-v5-c-toolbar .pf-m-space-items-none-on-xl > :last-child {
831
- --pf-v5-c-toolbar--spacer: 0;
832
- }
833
- .pf-v5-c-toolbar .pf-m-space-items-sm-on-xl > * {
834
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
835
- }
836
- .pf-v5-c-toolbar .pf-m-space-items-sm-on-xl > :last-child {
837
- --pf-v5-c-toolbar--spacer: 0;
838
- }
839
- .pf-v5-c-toolbar .pf-m-space-items-md-on-xl > * {
840
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
841
- }
842
- .pf-v5-c-toolbar .pf-m-space-items-md-on-xl > :last-child {
843
- --pf-v5-c-toolbar--spacer: 0;
844
- }
845
- .pf-v5-c-toolbar .pf-m-space-items-lg-on-xl > * {
846
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
847
- }
848
- .pf-v5-c-toolbar .pf-m-space-items-lg-on-xl > :last-child {
849
- --pf-v5-c-toolbar--spacer: 0;
850
- }
851
- }
852
- @media (min-width: 1450px) {
853
- .pf-v5-c-toolbar .pf-m-space-items-none-on-2xl > * {
854
- --pf-v5-c-toolbar--spacer: 0;
855
- }
856
- .pf-v5-c-toolbar .pf-m-space-items-none-on-2xl > :last-child {
857
- --pf-v5-c-toolbar--spacer: 0;
858
- }
859
- .pf-v5-c-toolbar .pf-m-space-items-sm-on-2xl > * {
860
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
861
- }
862
- .pf-v5-c-toolbar .pf-m-space-items-sm-on-2xl > :last-child {
863
- --pf-v5-c-toolbar--spacer: 0;
864
- }
865
- .pf-v5-c-toolbar .pf-m-space-items-md-on-2xl > * {
866
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
867
- }
868
- .pf-v5-c-toolbar .pf-m-space-items-md-on-2xl > :last-child {
869
- --pf-v5-c-toolbar--spacer: 0;
870
- }
871
- .pf-v5-c-toolbar .pf-m-space-items-lg-on-2xl > * {
872
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
873
- }
874
- .pf-v5-c-toolbar .pf-m-space-items-lg-on-2xl > :last-child {
875
- --pf-v5-c-toolbar--spacer: 0;
876
- }
877
- }
878
- .pf-v5-c-toolbar .pf-m-spacer-none {
879
- --pf-v5-c-toolbar--spacer: 0;
880
- }
881
- .pf-v5-c-toolbar .pf-m-spacer-none:last-child {
882
- --pf-v5-c-toolbar--spacer: 0;
883
- }
884
- .pf-v5-c-toolbar .pf-m-spacer-sm {
885
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
886
- }
887
- .pf-v5-c-toolbar .pf-m-spacer-sm:last-child {
888
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
889
- }
890
- .pf-v5-c-toolbar .pf-m-spacer-md {
891
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
892
- }
893
- .pf-v5-c-toolbar .pf-m-spacer-md:last-child {
894
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
895
- }
896
- .pf-v5-c-toolbar .pf-m-spacer-lg {
897
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
898
- }
899
- .pf-v5-c-toolbar .pf-m-spacer-lg:last-child {
900
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
901
- }
902
- @media (min-width: 576px) {
903
- .pf-v5-c-toolbar .pf-m-spacer-none-on-sm {
904
- --pf-v5-c-toolbar--spacer: 0;
905
- }
906
- .pf-v5-c-toolbar .pf-m-spacer-none-on-sm:last-child {
907
- --pf-v5-c-toolbar--spacer: 0;
908
- }
909
- .pf-v5-c-toolbar .pf-m-spacer-sm-on-sm {
910
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
911
- }
912
- .pf-v5-c-toolbar .pf-m-spacer-sm-on-sm:last-child {
913
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
914
- }
915
- .pf-v5-c-toolbar .pf-m-spacer-md-on-sm {
916
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
917
- }
918
- .pf-v5-c-toolbar .pf-m-spacer-md-on-sm:last-child {
919
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
920
- }
921
- .pf-v5-c-toolbar .pf-m-spacer-lg-on-sm {
922
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
923
- }
924
- .pf-v5-c-toolbar .pf-m-spacer-lg-on-sm:last-child {
925
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
926
- }
927
- }
928
- @media (min-width: 768px) {
929
- .pf-v5-c-toolbar .pf-m-spacer-none-on-md {
930
- --pf-v5-c-toolbar--spacer: 0;
931
- }
932
- .pf-v5-c-toolbar .pf-m-spacer-none-on-md:last-child {
933
- --pf-v5-c-toolbar--spacer: 0;
934
- }
935
- .pf-v5-c-toolbar .pf-m-spacer-sm-on-md {
936
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
937
- }
938
- .pf-v5-c-toolbar .pf-m-spacer-sm-on-md:last-child {
939
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
940
- }
941
- .pf-v5-c-toolbar .pf-m-spacer-md-on-md {
942
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
943
- }
944
- .pf-v5-c-toolbar .pf-m-spacer-md-on-md:last-child {
945
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
946
- }
947
- .pf-v5-c-toolbar .pf-m-spacer-lg-on-md {
948
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
949
- }
950
- .pf-v5-c-toolbar .pf-m-spacer-lg-on-md:last-child {
951
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
952
- }
341
+ .pf-v5-c-toolbar__group.pf-m-nowrap,
342
+ .pf-v5-c-toolbar__item.pf-m-nowrap,
343
+ .pf-v5-c-toolbar__content.pf-m-nowrap,
344
+ .pf-v5-c-toolbar__content-section.pf-m-nowrap {
345
+ flex-wrap: nowrap;
953
346
  }
954
- @media (min-width: 992px) {
955
- .pf-v5-c-toolbar .pf-m-spacer-none-on-lg {
956
- --pf-v5-c-toolbar--spacer: 0;
957
- }
958
- .pf-v5-c-toolbar .pf-m-spacer-none-on-lg:last-child {
959
- --pf-v5-c-toolbar--spacer: 0;
960
- }
961
- .pf-v5-c-toolbar .pf-m-spacer-sm-on-lg {
962
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
963
- }
964
- .pf-v5-c-toolbar .pf-m-spacer-sm-on-lg:last-child {
965
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
966
- }
967
- .pf-v5-c-toolbar .pf-m-spacer-md-on-lg {
968
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
969
- }
970
- .pf-v5-c-toolbar .pf-m-spacer-md-on-lg:last-child {
971
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
972
- }
973
- .pf-v5-c-toolbar .pf-m-spacer-lg-on-lg {
974
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
975
- }
976
- .pf-v5-c-toolbar .pf-m-spacer-lg-on-lg:last-child {
977
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
978
- }
347
+ .pf-v5-c-toolbar__group.pf-m-align-items-stretch,
348
+ .pf-v5-c-toolbar__item.pf-m-align-items-stretch,
349
+ .pf-v5-c-toolbar__content.pf-m-align-items-stretch,
350
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-stretch {
351
+ align-items: stretch;
979
352
  }
980
- @media (min-width: 1200px) {
981
- .pf-v5-c-toolbar .pf-m-spacer-none-on-xl {
982
- --pf-v5-c-toolbar--spacer: 0;
983
- }
984
- .pf-v5-c-toolbar .pf-m-spacer-none-on-xl:last-child {
985
- --pf-v5-c-toolbar--spacer: 0;
986
- }
987
- .pf-v5-c-toolbar .pf-m-spacer-sm-on-xl {
988
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
989
- }
990
- .pf-v5-c-toolbar .pf-m-spacer-sm-on-xl:last-child {
991
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
992
- }
993
- .pf-v5-c-toolbar .pf-m-spacer-md-on-xl {
994
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
995
- }
996
- .pf-v5-c-toolbar .pf-m-spacer-md-on-xl:last-child {
997
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
998
- }
999
- .pf-v5-c-toolbar .pf-m-spacer-lg-on-xl {
1000
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
1001
- }
1002
- .pf-v5-c-toolbar .pf-m-spacer-lg-on-xl:last-child {
1003
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
1004
- }
353
+ .pf-v5-c-toolbar__group.pf-m-align-items-baseline,
354
+ .pf-v5-c-toolbar__item.pf-m-align-items-baseline,
355
+ .pf-v5-c-toolbar__content.pf-m-align-items-baseline,
356
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-baseline {
357
+ align-items: baseline;
1005
358
  }
1006
- @media (min-width: 1450px) {
1007
- .pf-v5-c-toolbar .pf-m-spacer-none-on-2xl {
1008
- --pf-v5-c-toolbar--spacer: 0;
1009
- }
1010
- .pf-v5-c-toolbar .pf-m-spacer-none-on-2xl:last-child {
1011
- --pf-v5-c-toolbar--spacer: 0;
1012
- }
1013
- .pf-v5-c-toolbar .pf-m-spacer-sm-on-2xl {
1014
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
1015
- }
1016
- .pf-v5-c-toolbar .pf-m-spacer-sm-on-2xl:last-child {
1017
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--sm);
1018
- }
1019
- .pf-v5-c-toolbar .pf-m-spacer-md-on-2xl {
1020
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
1021
- }
1022
- .pf-v5-c-toolbar .pf-m-spacer-md-on-2xl:last-child {
1023
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--md);
1024
- }
1025
- .pf-v5-c-toolbar .pf-m-spacer-lg-on-2xl {
1026
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
1027
- }
1028
- .pf-v5-c-toolbar .pf-m-spacer-lg-on-2xl:last-child {
1029
- --pf-v5-c-toolbar--spacer: var(--pf-v5-global--spacer--lg);
1030
- }
359
+ .pf-v5-c-toolbar__group.pf-m-align-items-start,
360
+ .pf-v5-c-toolbar__item.pf-m-align-items-start,
361
+ .pf-v5-c-toolbar__content.pf-m-align-items-start,
362
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-start {
363
+ align-items: start;
1031
364
  }
1032
- .pf-v5-c-toolbar.pf-m-inset-none {
1033
- --pf-v5-c-toolbar--inset: 0;
1034
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1035
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
365
+ .pf-v5-c-toolbar__group.pf-m-align-items-center,
366
+ .pf-v5-c-toolbar__item.pf-m-align-items-center,
367
+ .pf-v5-c-toolbar__content.pf-m-align-items-center,
368
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-center {
369
+ align-items: center;
1036
370
  }
1037
- .pf-v5-c-toolbar.pf-m-inset-sm {
1038
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
1039
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1040
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
371
+ .pf-v5-c-toolbar__group.pf-m-align-items-end,
372
+ .pf-v5-c-toolbar__item.pf-m-align-items-end,
373
+ .pf-v5-c-toolbar__content.pf-m-align-items-end,
374
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-end {
375
+ align-items: end;
376
+ }
377
+ .pf-v5-c-toolbar__group.pf-m-gap-none,
378
+ .pf-v5-c-toolbar__item.pf-m-gap-none,
379
+ .pf-v5-c-toolbar__content.pf-m-gap-none,
380
+ .pf-v5-c-toolbar__content-section.pf-m-gap-none {
381
+ column-gap: 0;
382
+ }
383
+ .pf-v5-c-toolbar__group.pf-m-gap-xs,
384
+ .pf-v5-c-toolbar__item.pf-m-gap-xs,
385
+ .pf-v5-c-toolbar__content.pf-m-gap-xs,
386
+ .pf-v5-c-toolbar__content-section.pf-m-gap-xs {
387
+ column-gap: var(--pf-v5-global--spacer--xs);
388
+ }
389
+ .pf-v5-c-toolbar__group.pf-m-gap-sm,
390
+ .pf-v5-c-toolbar__item.pf-m-gap-sm,
391
+ .pf-v5-c-toolbar__content.pf-m-gap-sm,
392
+ .pf-v5-c-toolbar__content-section.pf-m-gap-sm {
393
+ column-gap: var(--pf-v5-global--spacer--sm);
394
+ }
395
+ .pf-v5-c-toolbar__group.pf-m-gap-md,
396
+ .pf-v5-c-toolbar__item.pf-m-gap-md,
397
+ .pf-v5-c-toolbar__content.pf-m-gap-md,
398
+ .pf-v5-c-toolbar__content-section.pf-m-gap-md {
399
+ column-gap: var(--pf-v5-global--spacer--md);
400
+ }
401
+ .pf-v5-c-toolbar__group.pf-m-gap-lg,
402
+ .pf-v5-c-toolbar__item.pf-m-gap-lg,
403
+ .pf-v5-c-toolbar__content.pf-m-gap-lg,
404
+ .pf-v5-c-toolbar__content-section.pf-m-gap-lg {
405
+ column-gap: var(--pf-v5-global--spacer--lg);
406
+ }
407
+ .pf-v5-c-toolbar__group.pf-m-gap-xl,
408
+ .pf-v5-c-toolbar__item.pf-m-gap-xl,
409
+ .pf-v5-c-toolbar__content.pf-m-gap-xl,
410
+ .pf-v5-c-toolbar__content-section.pf-m-gap-xl {
411
+ column-gap: var(--pf-v5-global--spacer--xl);
412
+ }
413
+ .pf-v5-c-toolbar__group.pf-m-gap-2xl,
414
+ .pf-v5-c-toolbar__item.pf-m-gap-2xl,
415
+ .pf-v5-c-toolbar__content.pf-m-gap-2xl,
416
+ .pf-v5-c-toolbar__content-section.pf-m-gap-2xl {
417
+ column-gap: var(--pf-v5-global--spacer--2xl);
418
+ }
419
+ .pf-v5-c-toolbar__group.pf-m-gap-3xl,
420
+ .pf-v5-c-toolbar__item.pf-m-gap-3xl,
421
+ .pf-v5-c-toolbar__content.pf-m-gap-3xl,
422
+ .pf-v5-c-toolbar__content-section.pf-m-gap-3xl {
423
+ column-gap: var(--pf-v5-global--spacer--3xl);
424
+ }
425
+ .pf-v5-c-toolbar__group.pf-m-gap-4xl,
426
+ .pf-v5-c-toolbar__item.pf-m-gap-4xl,
427
+ .pf-v5-c-toolbar__content.pf-m-gap-4xl,
428
+ .pf-v5-c-toolbar__content-section.pf-m-gap-4xl {
429
+ column-gap: var(--pf-v5-global--spacer--4xl);
430
+ }
431
+ .pf-v5-c-toolbar__group.pf-m-column-gap-none,
432
+ .pf-v5-c-toolbar__item.pf-m-column-gap-none,
433
+ .pf-v5-c-toolbar__content.pf-m-column-gap-none,
434
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-none {
435
+ column-gap: 0;
436
+ }
437
+ .pf-v5-c-toolbar__group.pf-m-row-gap-none,
438
+ .pf-v5-c-toolbar__item.pf-m-row-gap-none,
439
+ .pf-v5-c-toolbar__content.pf-m-row-gap-none,
440
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-none {
441
+ column-gap: 0;
442
+ }
443
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startnone,
444
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startnone,
445
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startnone,
446
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startnone {
447
+ margin-inline-start: 0;
448
+ }
449
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endnone,
450
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endnone,
451
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endnone,
452
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endnone {
453
+ margin-inline-end: 0;
454
+ }
455
+ .pf-v5-c-toolbar__group.pf-m-column-gap-xs,
456
+ .pf-v5-c-toolbar__item.pf-m-column-gap-xs,
457
+ .pf-v5-c-toolbar__content.pf-m-column-gap-xs,
458
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-xs {
459
+ column-gap: var(--pf-v5-global--spacer--xs);
460
+ }
461
+ .pf-v5-c-toolbar__group.pf-m-row-gap-xs,
462
+ .pf-v5-c-toolbar__item.pf-m-row-gap-xs,
463
+ .pf-v5-c-toolbar__content.pf-m-row-gap-xs,
464
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-xs {
465
+ column-gap: var(--pf-v5-global--spacer--xs);
466
+ }
467
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startxs,
468
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startxs,
469
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startxs,
470
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startxs {
471
+ margin-inline-start: var(--pf-v5-global--spacer--xs);
472
+ }
473
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endxs,
474
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endxs,
475
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endxs,
476
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endxs {
477
+ margin-inline-end: var(--pf-v5-global--spacer--xs);
478
+ }
479
+ .pf-v5-c-toolbar__group.pf-m-column-gap-sm,
480
+ .pf-v5-c-toolbar__item.pf-m-column-gap-sm,
481
+ .pf-v5-c-toolbar__content.pf-m-column-gap-sm,
482
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-sm {
483
+ column-gap: var(--pf-v5-global--spacer--sm);
484
+ }
485
+ .pf-v5-c-toolbar__group.pf-m-row-gap-sm,
486
+ .pf-v5-c-toolbar__item.pf-m-row-gap-sm,
487
+ .pf-v5-c-toolbar__content.pf-m-row-gap-sm,
488
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-sm {
489
+ column-gap: var(--pf-v5-global--spacer--sm);
490
+ }
491
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startsm,
492
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startsm,
493
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startsm,
494
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startsm {
495
+ margin-inline-start: var(--pf-v5-global--spacer--sm);
496
+ }
497
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endsm,
498
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endsm,
499
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endsm,
500
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endsm {
501
+ margin-inline-end: var(--pf-v5-global--spacer--sm);
502
+ }
503
+ .pf-v5-c-toolbar__group.pf-m-column-gap-md,
504
+ .pf-v5-c-toolbar__item.pf-m-column-gap-md,
505
+ .pf-v5-c-toolbar__content.pf-m-column-gap-md,
506
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-md {
507
+ column-gap: var(--pf-v5-global--spacer--md);
508
+ }
509
+ .pf-v5-c-toolbar__group.pf-m-row-gap-md,
510
+ .pf-v5-c-toolbar__item.pf-m-row-gap-md,
511
+ .pf-v5-c-toolbar__content.pf-m-row-gap-md,
512
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-md {
513
+ column-gap: var(--pf-v5-global--spacer--md);
514
+ }
515
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startmd,
516
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startmd,
517
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startmd,
518
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startmd {
519
+ margin-inline-start: var(--pf-v5-global--spacer--md);
520
+ }
521
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endmd,
522
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endmd,
523
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endmd,
524
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endmd {
525
+ margin-inline-end: var(--pf-v5-global--spacer--md);
526
+ }
527
+ .pf-v5-c-toolbar__group.pf-m-column-gap-lg,
528
+ .pf-v5-c-toolbar__item.pf-m-column-gap-lg,
529
+ .pf-v5-c-toolbar__content.pf-m-column-gap-lg,
530
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-lg {
531
+ column-gap: var(--pf-v5-global--spacer--lg);
532
+ }
533
+ .pf-v5-c-toolbar__group.pf-m-row-gap-lg,
534
+ .pf-v5-c-toolbar__item.pf-m-row-gap-lg,
535
+ .pf-v5-c-toolbar__content.pf-m-row-gap-lg,
536
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-lg {
537
+ column-gap: var(--pf-v5-global--spacer--lg);
538
+ }
539
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startlg,
540
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startlg,
541
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startlg,
542
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startlg {
543
+ margin-inline-start: var(--pf-v5-global--spacer--lg);
544
+ }
545
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endlg,
546
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endlg,
547
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endlg,
548
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endlg {
549
+ margin-inline-end: var(--pf-v5-global--spacer--lg);
550
+ }
551
+ .pf-v5-c-toolbar__group.pf-m-column-gap-xl,
552
+ .pf-v5-c-toolbar__item.pf-m-column-gap-xl,
553
+ .pf-v5-c-toolbar__content.pf-m-column-gap-xl,
554
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-xl {
555
+ column-gap: var(--pf-v5-global--spacer--xl);
556
+ }
557
+ .pf-v5-c-toolbar__group.pf-m-row-gap-xl,
558
+ .pf-v5-c-toolbar__item.pf-m-row-gap-xl,
559
+ .pf-v5-c-toolbar__content.pf-m-row-gap-xl,
560
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-xl {
561
+ column-gap: var(--pf-v5-global--spacer--xl);
562
+ }
563
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startxl,
564
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startxl,
565
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startxl,
566
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startxl {
567
+ margin-inline-start: var(--pf-v5-global--spacer--xl);
568
+ }
569
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endxl,
570
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endxl,
571
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endxl,
572
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endxl {
573
+ margin-inline-end: var(--pf-v5-global--spacer--xl);
574
+ }
575
+ .pf-v5-c-toolbar__group.pf-m-column-gap-2xl,
576
+ .pf-v5-c-toolbar__item.pf-m-column-gap-2xl,
577
+ .pf-v5-c-toolbar__content.pf-m-column-gap-2xl,
578
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-2xl {
579
+ column-gap: var(--pf-v5-global--spacer--2xl);
580
+ }
581
+ .pf-v5-c-toolbar__group.pf-m-row-gap-2xl,
582
+ .pf-v5-c-toolbar__item.pf-m-row-gap-2xl,
583
+ .pf-v5-c-toolbar__content.pf-m-row-gap-2xl,
584
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-2xl {
585
+ column-gap: var(--pf-v5-global--spacer--2xl);
586
+ }
587
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-start2xl,
588
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-start2xl,
589
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-start2xl,
590
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-start2xl {
591
+ margin-inline-start: var(--pf-v5-global--spacer--2xl);
592
+ }
593
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-end2xl,
594
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-end2xl,
595
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-end2xl,
596
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-end2xl {
597
+ margin-inline-end: var(--pf-v5-global--spacer--2xl);
598
+ }
599
+ .pf-v5-c-toolbar__group.pf-m-column-gap-3xl,
600
+ .pf-v5-c-toolbar__item.pf-m-column-gap-3xl,
601
+ .pf-v5-c-toolbar__content.pf-m-column-gap-3xl,
602
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-3xl {
603
+ column-gap: var(--pf-v5-global--spacer--3xl);
604
+ }
605
+ .pf-v5-c-toolbar__group.pf-m-row-gap-3xl,
606
+ .pf-v5-c-toolbar__item.pf-m-row-gap-3xl,
607
+ .pf-v5-c-toolbar__content.pf-m-row-gap-3xl,
608
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-3xl {
609
+ column-gap: var(--pf-v5-global--spacer--3xl);
610
+ }
611
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-start3xl,
612
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-start3xl,
613
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-start3xl,
614
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-start3xl {
615
+ margin-inline-start: var(--pf-v5-global--spacer--3xl);
616
+ }
617
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-end3xl,
618
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-end3xl,
619
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-end3xl,
620
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-end3xl {
621
+ margin-inline-end: var(--pf-v5-global--spacer--3xl);
622
+ }
623
+ .pf-v5-c-toolbar__group.pf-m-column-gap-4xl,
624
+ .pf-v5-c-toolbar__item.pf-m-column-gap-4xl,
625
+ .pf-v5-c-toolbar__content.pf-m-column-gap-4xl,
626
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-4xl {
627
+ column-gap: var(--pf-v5-global--spacer--4xl);
628
+ }
629
+ .pf-v5-c-toolbar__group.pf-m-row-gap-4xl,
630
+ .pf-v5-c-toolbar__item.pf-m-row-gap-4xl,
631
+ .pf-v5-c-toolbar__content.pf-m-row-gap-4xl,
632
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-4xl {
633
+ column-gap: var(--pf-v5-global--spacer--4xl);
634
+ }
635
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-start4xl,
636
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-start4xl,
637
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-start4xl,
638
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-start4xl {
639
+ margin-inline-start: var(--pf-v5-global--spacer--4xl);
640
+ }
641
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-end4xl,
642
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-end4xl,
643
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-end4xl,
644
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-end4xl {
645
+ margin-inline-end: var(--pf-v5-global--spacer--4xl);
1041
646
  }
1042
- .pf-v5-c-toolbar.pf-m-inset-md {
1043
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
1044
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1045
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
647
+
648
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show .pf-v5-c-toolbar__group,
649
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show .pf-v5-c-toolbar__item {
650
+ display: flex;
651
+ flex: 0 1 auto;
1046
652
  }
1047
- .pf-v5-c-toolbar.pf-m-inset-lg {
1048
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
1049
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1050
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
653
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show .pf-v5-c-toolbar__toggle {
654
+ display: none;
1051
655
  }
1052
- .pf-v5-c-toolbar.pf-m-inset-xl {
1053
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
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);
656
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group) .pf-v5-c-toolbar__group,
657
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group) .pf-v5-c-toolbar__item, .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide .pf-v5-c-toolbar__group,
658
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide .pf-v5-c-toolbar__item {
659
+ display: none;
1056
660
  }
1057
- .pf-v5-c-toolbar.pf-m-inset-2xl {
1058
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
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);
661
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group) .pf-v5-c-toolbar__toggle, .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide .pf-v5-c-toolbar__toggle {
662
+ display: inline-block;
1061
663
  }
664
+
1062
665
  @media (min-width: 576px) {
1063
- .pf-v5-c-toolbar.pf-m-inset-none-on-sm {
1064
- --pf-v5-c-toolbar--inset: 0;
1065
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1066
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
666
+ .pf-v5-c-toolbar__group.pf-m-align-start-on-sm,
667
+ .pf-v5-c-toolbar__item.pf-m-align-start-on-sm {
668
+ margin-inline-start: 0;
669
+ }
670
+ .pf-v5-c-toolbar__group.pf-m-align-center-on-sm,
671
+ .pf-v5-c-toolbar__item.pf-m-align-center-on-sm {
672
+ margin-inline-start: auto;
673
+ margin-inline-end: auto;
674
+ }
675
+ .pf-v5-c-toolbar__group.pf-m-align-end-on-sm,
676
+ .pf-v5-c-toolbar__item.pf-m-align-end-on-sm {
677
+ margin-inline-start: auto;
678
+ }
679
+ .pf-v5-c-toolbar__group.pf-m-flex-grow-on-sm,
680
+ .pf-v5-c-toolbar__item.pf-m-flex-grow-on-sm {
681
+ flex-grow: 1;
682
+ }
683
+ .pf-v5-c-toolbar__group.pf-m-align-self-stretch-on-sm,
684
+ .pf-v5-c-toolbar__item.pf-m-align-self-stretch-on-sm {
685
+ align-self: stretch;
686
+ }
687
+ .pf-v5-c-toolbar__group.pf-m-align-self-baseline-on-sm,
688
+ .pf-v5-c-toolbar__item.pf-m-align-self-baseline-on-sm {
689
+ align-self: baseline;
690
+ }
691
+ .pf-v5-c-toolbar__group.pf-m-align-self-start-on-sm,
692
+ .pf-v5-c-toolbar__item.pf-m-align-self-start-on-sm {
693
+ align-self: start;
694
+ }
695
+ .pf-v5-c-toolbar__group.pf-m-align-self-center-on-sm,
696
+ .pf-v5-c-toolbar__item.pf-m-align-self-center-on-sm {
697
+ align-self: center;
698
+ }
699
+ .pf-v5-c-toolbar__group.pf-m-align-self-end-on-sm,
700
+ .pf-v5-c-toolbar__item.pf-m-align-self-end-on-sm {
701
+ align-self: end;
702
+ }
703
+ .pf-v5-c-toolbar.pf-m-inset-none-on-sm,
704
+ .pf-v5-c-toolbar__content.pf-m-inset-none-on-sm,
705
+ .pf-v5-c-toolbar__content-section.pf-m-inset-none-on-sm {
706
+ --pf-v5-c-toolbar__content--PaddingInline: 0;
707
+ }
708
+ .pf-v5-c-toolbar.pf-m-inset-xs-on-sm,
709
+ .pf-v5-c-toolbar__content.pf-m-inset-xs-on-sm,
710
+ .pf-v5-c-toolbar__content-section.pf-m-inset-xs-on-sm {
711
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--xs);
712
+ }
713
+ .pf-v5-c-toolbar.pf-m-inset-sm-on-sm,
714
+ .pf-v5-c-toolbar__content.pf-m-inset-sm-on-sm,
715
+ .pf-v5-c-toolbar__content-section.pf-m-inset-sm-on-sm {
716
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--sm);
717
+ }
718
+ .pf-v5-c-toolbar.pf-m-inset-md-on-sm,
719
+ .pf-v5-c-toolbar__content.pf-m-inset-md-on-sm,
720
+ .pf-v5-c-toolbar__content-section.pf-m-inset-md-on-sm {
721
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--md);
722
+ }
723
+ .pf-v5-c-toolbar.pf-m-inset-lg-on-sm,
724
+ .pf-v5-c-toolbar__content.pf-m-inset-lg-on-sm,
725
+ .pf-v5-c-toolbar__content-section.pf-m-inset-lg-on-sm {
726
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--lg);
727
+ }
728
+ .pf-v5-c-toolbar.pf-m-inset-xl-on-sm,
729
+ .pf-v5-c-toolbar__content.pf-m-inset-xl-on-sm,
730
+ .pf-v5-c-toolbar__content-section.pf-m-inset-xl-on-sm {
731
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--xl);
732
+ }
733
+ .pf-v5-c-toolbar.pf-m-inset-2xl-on-sm,
734
+ .pf-v5-c-toolbar__content.pf-m-inset-2xl-on-sm,
735
+ .pf-v5-c-toolbar__content-section.pf-m-inset-2xl-on-sm {
736
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--2xl);
737
+ }
738
+ .pf-v5-c-toolbar.pf-m-inset-3xl-on-sm,
739
+ .pf-v5-c-toolbar__content.pf-m-inset-3xl-on-sm,
740
+ .pf-v5-c-toolbar__content-section.pf-m-inset-3xl-on-sm {
741
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--3xl);
742
+ }
743
+ .pf-v5-c-toolbar.pf-m-inset-4xl-on-sm,
744
+ .pf-v5-c-toolbar__content.pf-m-inset-4xl-on-sm,
745
+ .pf-v5-c-toolbar__content-section.pf-m-inset-4xl-on-sm {
746
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--4xl);
747
+ }
748
+ .pf-v5-c-toolbar__group.pf-m-wrap-on-sm,
749
+ .pf-v5-c-toolbar__item.pf-m-wrap-on-sm,
750
+ .pf-v5-c-toolbar__content.pf-m-wrap-on-sm,
751
+ .pf-v5-c-toolbar__content-section.pf-m-wrap-on-sm {
752
+ flex-wrap: wrap;
1067
753
  }
1068
- .pf-v5-c-toolbar.pf-m-inset-sm-on-sm {
1069
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
1070
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1071
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
754
+ .pf-v5-c-toolbar__group.pf-m-nowrap-on-sm,
755
+ .pf-v5-c-toolbar__item.pf-m-nowrap-on-sm,
756
+ .pf-v5-c-toolbar__content.pf-m-nowrap-on-sm,
757
+ .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-sm {
758
+ flex-wrap: nowrap;
1072
759
  }
1073
- .pf-v5-c-toolbar.pf-m-inset-md-on-sm {
1074
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
1075
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1076
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
760
+ .pf-v5-c-toolbar__group.pf-m-align-items-stretch-on-sm,
761
+ .pf-v5-c-toolbar__item.pf-m-align-items-stretch-on-sm,
762
+ .pf-v5-c-toolbar__content.pf-m-align-items-stretch-on-sm,
763
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-stretch-on-sm {
764
+ align-items: stretch;
765
+ }
766
+ .pf-v5-c-toolbar__group.pf-m-align-items-baseline-on-sm,
767
+ .pf-v5-c-toolbar__item.pf-m-align-items-baseline-on-sm,
768
+ .pf-v5-c-toolbar__content.pf-m-align-items-baseline-on-sm,
769
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-baseline-on-sm {
770
+ align-items: baseline;
771
+ }
772
+ .pf-v5-c-toolbar__group.pf-m-align-items-start-on-sm,
773
+ .pf-v5-c-toolbar__item.pf-m-align-items-start-on-sm,
774
+ .pf-v5-c-toolbar__content.pf-m-align-items-start-on-sm,
775
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-start-on-sm {
776
+ align-items: start;
777
+ }
778
+ .pf-v5-c-toolbar__group.pf-m-align-items-center-on-sm,
779
+ .pf-v5-c-toolbar__item.pf-m-align-items-center-on-sm,
780
+ .pf-v5-c-toolbar__content.pf-m-align-items-center-on-sm,
781
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-center-on-sm {
782
+ align-items: center;
783
+ }
784
+ .pf-v5-c-toolbar__group.pf-m-align-items-end-on-sm,
785
+ .pf-v5-c-toolbar__item.pf-m-align-items-end-on-sm,
786
+ .pf-v5-c-toolbar__content.pf-m-align-items-end-on-sm,
787
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-end-on-sm {
788
+ align-items: end;
789
+ }
790
+ .pf-v5-c-toolbar__group.pf-m-gap-none-on-sm,
791
+ .pf-v5-c-toolbar__item.pf-m-gap-none-on-sm,
792
+ .pf-v5-c-toolbar__content.pf-m-gap-none-on-sm,
793
+ .pf-v5-c-toolbar__content-section.pf-m-gap-none-on-sm {
794
+ column-gap: 0;
795
+ }
796
+ .pf-v5-c-toolbar__group.pf-m-gap-xs-on-sm,
797
+ .pf-v5-c-toolbar__item.pf-m-gap-xs-on-sm,
798
+ .pf-v5-c-toolbar__content.pf-m-gap-xs-on-sm,
799
+ .pf-v5-c-toolbar__content-section.pf-m-gap-xs-on-sm {
800
+ column-gap: var(--pf-v5-global--spacer--xs);
801
+ }
802
+ .pf-v5-c-toolbar__group.pf-m-gap-sm-on-sm,
803
+ .pf-v5-c-toolbar__item.pf-m-gap-sm-on-sm,
804
+ .pf-v5-c-toolbar__content.pf-m-gap-sm-on-sm,
805
+ .pf-v5-c-toolbar__content-section.pf-m-gap-sm-on-sm {
806
+ column-gap: var(--pf-v5-global--spacer--sm);
807
+ }
808
+ .pf-v5-c-toolbar__group.pf-m-gap-md-on-sm,
809
+ .pf-v5-c-toolbar__item.pf-m-gap-md-on-sm,
810
+ .pf-v5-c-toolbar__content.pf-m-gap-md-on-sm,
811
+ .pf-v5-c-toolbar__content-section.pf-m-gap-md-on-sm {
812
+ column-gap: var(--pf-v5-global--spacer--md);
813
+ }
814
+ .pf-v5-c-toolbar__group.pf-m-gap-lg-on-sm,
815
+ .pf-v5-c-toolbar__item.pf-m-gap-lg-on-sm,
816
+ .pf-v5-c-toolbar__content.pf-m-gap-lg-on-sm,
817
+ .pf-v5-c-toolbar__content-section.pf-m-gap-lg-on-sm {
818
+ column-gap: var(--pf-v5-global--spacer--lg);
819
+ }
820
+ .pf-v5-c-toolbar__group.pf-m-gap-xl-on-sm,
821
+ .pf-v5-c-toolbar__item.pf-m-gap-xl-on-sm,
822
+ .pf-v5-c-toolbar__content.pf-m-gap-xl-on-sm,
823
+ .pf-v5-c-toolbar__content-section.pf-m-gap-xl-on-sm {
824
+ column-gap: var(--pf-v5-global--spacer--xl);
825
+ }
826
+ .pf-v5-c-toolbar__group.pf-m-gap-2xl-on-sm,
827
+ .pf-v5-c-toolbar__item.pf-m-gap-2xl-on-sm,
828
+ .pf-v5-c-toolbar__content.pf-m-gap-2xl-on-sm,
829
+ .pf-v5-c-toolbar__content-section.pf-m-gap-2xl-on-sm {
830
+ column-gap: var(--pf-v5-global--spacer--2xl);
831
+ }
832
+ .pf-v5-c-toolbar__group.pf-m-gap-3xl-on-sm,
833
+ .pf-v5-c-toolbar__item.pf-m-gap-3xl-on-sm,
834
+ .pf-v5-c-toolbar__content.pf-m-gap-3xl-on-sm,
835
+ .pf-v5-c-toolbar__content-section.pf-m-gap-3xl-on-sm {
836
+ column-gap: var(--pf-v5-global--spacer--3xl);
837
+ }
838
+ .pf-v5-c-toolbar__group.pf-m-gap-4xl-on-sm,
839
+ .pf-v5-c-toolbar__item.pf-m-gap-4xl-on-sm,
840
+ .pf-v5-c-toolbar__content.pf-m-gap-4xl-on-sm,
841
+ .pf-v5-c-toolbar__content-section.pf-m-gap-4xl-on-sm {
842
+ column-gap: var(--pf-v5-global--spacer--4xl);
843
+ }
844
+ .pf-v5-c-toolbar__group.pf-m-column-gap-none-on-sm,
845
+ .pf-v5-c-toolbar__item.pf-m-column-gap-none-on-sm,
846
+ .pf-v5-c-toolbar__content.pf-m-column-gap-none-on-sm,
847
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-none-on-sm {
848
+ column-gap: 0;
849
+ }
850
+ .pf-v5-c-toolbar__group.pf-m-row-gap-none-on-sm,
851
+ .pf-v5-c-toolbar__item.pf-m-row-gap-none-on-sm,
852
+ .pf-v5-c-toolbar__content.pf-m-row-gap-none-on-sm,
853
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-none-on-sm {
854
+ column-gap: 0;
855
+ }
856
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startnone-on-sm,
857
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startnone-on-sm,
858
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startnone-on-sm,
859
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startnone-on-sm {
860
+ margin-inline-start: 0;
861
+ }
862
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endnone-on-sm,
863
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endnone-on-sm,
864
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endnone-on-sm,
865
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endnone-on-sm {
866
+ margin-inline-end: 0;
867
+ }
868
+ .pf-v5-c-toolbar__group.pf-m-column-gap-xs-on-sm,
869
+ .pf-v5-c-toolbar__item.pf-m-column-gap-xs-on-sm,
870
+ .pf-v5-c-toolbar__content.pf-m-column-gap-xs-on-sm,
871
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-xs-on-sm {
872
+ column-gap: var(--pf-v5-global--spacer--xs);
873
+ }
874
+ .pf-v5-c-toolbar__group.pf-m-row-gap-xs-on-sm,
875
+ .pf-v5-c-toolbar__item.pf-m-row-gap-xs-on-sm,
876
+ .pf-v5-c-toolbar__content.pf-m-row-gap-xs-on-sm,
877
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-xs-on-sm {
878
+ column-gap: var(--pf-v5-global--spacer--xs);
879
+ }
880
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startxs-on-sm,
881
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startxs-on-sm,
882
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startxs-on-sm,
883
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startxs-on-sm {
884
+ margin-inline-start: var(--pf-v5-global--spacer--xs);
885
+ }
886
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endxs-on-sm,
887
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endxs-on-sm,
888
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endxs-on-sm,
889
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endxs-on-sm {
890
+ margin-inline-end: var(--pf-v5-global--spacer--xs);
891
+ }
892
+ .pf-v5-c-toolbar__group.pf-m-column-gap-sm-on-sm,
893
+ .pf-v5-c-toolbar__item.pf-m-column-gap-sm-on-sm,
894
+ .pf-v5-c-toolbar__content.pf-m-column-gap-sm-on-sm,
895
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-sm-on-sm {
896
+ column-gap: var(--pf-v5-global--spacer--sm);
897
+ }
898
+ .pf-v5-c-toolbar__group.pf-m-row-gap-sm-on-sm,
899
+ .pf-v5-c-toolbar__item.pf-m-row-gap-sm-on-sm,
900
+ .pf-v5-c-toolbar__content.pf-m-row-gap-sm-on-sm,
901
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-sm-on-sm {
902
+ column-gap: var(--pf-v5-global--spacer--sm);
903
+ }
904
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startsm-on-sm,
905
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startsm-on-sm,
906
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startsm-on-sm,
907
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startsm-on-sm {
908
+ margin-inline-start: var(--pf-v5-global--spacer--sm);
909
+ }
910
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endsm-on-sm,
911
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endsm-on-sm,
912
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endsm-on-sm,
913
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endsm-on-sm {
914
+ margin-inline-end: var(--pf-v5-global--spacer--sm);
915
+ }
916
+ .pf-v5-c-toolbar__group.pf-m-column-gap-md-on-sm,
917
+ .pf-v5-c-toolbar__item.pf-m-column-gap-md-on-sm,
918
+ .pf-v5-c-toolbar__content.pf-m-column-gap-md-on-sm,
919
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-md-on-sm {
920
+ column-gap: var(--pf-v5-global--spacer--md);
921
+ }
922
+ .pf-v5-c-toolbar__group.pf-m-row-gap-md-on-sm,
923
+ .pf-v5-c-toolbar__item.pf-m-row-gap-md-on-sm,
924
+ .pf-v5-c-toolbar__content.pf-m-row-gap-md-on-sm,
925
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-md-on-sm {
926
+ column-gap: var(--pf-v5-global--spacer--md);
927
+ }
928
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startmd-on-sm,
929
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startmd-on-sm,
930
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startmd-on-sm,
931
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startmd-on-sm {
932
+ margin-inline-start: var(--pf-v5-global--spacer--md);
933
+ }
934
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endmd-on-sm,
935
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endmd-on-sm,
936
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endmd-on-sm,
937
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endmd-on-sm {
938
+ margin-inline-end: var(--pf-v5-global--spacer--md);
939
+ }
940
+ .pf-v5-c-toolbar__group.pf-m-column-gap-lg-on-sm,
941
+ .pf-v5-c-toolbar__item.pf-m-column-gap-lg-on-sm,
942
+ .pf-v5-c-toolbar__content.pf-m-column-gap-lg-on-sm,
943
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-lg-on-sm {
944
+ column-gap: var(--pf-v5-global--spacer--lg);
945
+ }
946
+ .pf-v5-c-toolbar__group.pf-m-row-gap-lg-on-sm,
947
+ .pf-v5-c-toolbar__item.pf-m-row-gap-lg-on-sm,
948
+ .pf-v5-c-toolbar__content.pf-m-row-gap-lg-on-sm,
949
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-lg-on-sm {
950
+ column-gap: var(--pf-v5-global--spacer--lg);
951
+ }
952
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startlg-on-sm,
953
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startlg-on-sm,
954
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startlg-on-sm,
955
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startlg-on-sm {
956
+ margin-inline-start: var(--pf-v5-global--spacer--lg);
957
+ }
958
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endlg-on-sm,
959
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endlg-on-sm,
960
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endlg-on-sm,
961
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endlg-on-sm {
962
+ margin-inline-end: var(--pf-v5-global--spacer--lg);
963
+ }
964
+ .pf-v5-c-toolbar__group.pf-m-column-gap-xl-on-sm,
965
+ .pf-v5-c-toolbar__item.pf-m-column-gap-xl-on-sm,
966
+ .pf-v5-c-toolbar__content.pf-m-column-gap-xl-on-sm,
967
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-xl-on-sm {
968
+ column-gap: var(--pf-v5-global--spacer--xl);
969
+ }
970
+ .pf-v5-c-toolbar__group.pf-m-row-gap-xl-on-sm,
971
+ .pf-v5-c-toolbar__item.pf-m-row-gap-xl-on-sm,
972
+ .pf-v5-c-toolbar__content.pf-m-row-gap-xl-on-sm,
973
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-xl-on-sm {
974
+ column-gap: var(--pf-v5-global--spacer--xl);
975
+ }
976
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startxl-on-sm,
977
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startxl-on-sm,
978
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startxl-on-sm,
979
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startxl-on-sm {
980
+ margin-inline-start: var(--pf-v5-global--spacer--xl);
981
+ }
982
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endxl-on-sm,
983
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endxl-on-sm,
984
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endxl-on-sm,
985
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endxl-on-sm {
986
+ margin-inline-end: var(--pf-v5-global--spacer--xl);
987
+ }
988
+ .pf-v5-c-toolbar__group.pf-m-column-gap-2xl-on-sm,
989
+ .pf-v5-c-toolbar__item.pf-m-column-gap-2xl-on-sm,
990
+ .pf-v5-c-toolbar__content.pf-m-column-gap-2xl-on-sm,
991
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-2xl-on-sm {
992
+ column-gap: var(--pf-v5-global--spacer--2xl);
993
+ }
994
+ .pf-v5-c-toolbar__group.pf-m-row-gap-2xl-on-sm,
995
+ .pf-v5-c-toolbar__item.pf-m-row-gap-2xl-on-sm,
996
+ .pf-v5-c-toolbar__content.pf-m-row-gap-2xl-on-sm,
997
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-2xl-on-sm {
998
+ column-gap: var(--pf-v5-global--spacer--2xl);
999
+ }
1000
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-start2xl-on-sm,
1001
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-start2xl-on-sm,
1002
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-start2xl-on-sm,
1003
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-start2xl-on-sm {
1004
+ margin-inline-start: var(--pf-v5-global--spacer--2xl);
1005
+ }
1006
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-end2xl-on-sm,
1007
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-end2xl-on-sm,
1008
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-end2xl-on-sm,
1009
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-end2xl-on-sm {
1010
+ margin-inline-end: var(--pf-v5-global--spacer--2xl);
1011
+ }
1012
+ .pf-v5-c-toolbar__group.pf-m-column-gap-3xl-on-sm,
1013
+ .pf-v5-c-toolbar__item.pf-m-column-gap-3xl-on-sm,
1014
+ .pf-v5-c-toolbar__content.pf-m-column-gap-3xl-on-sm,
1015
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-3xl-on-sm {
1016
+ column-gap: var(--pf-v5-global--spacer--3xl);
1017
+ }
1018
+ .pf-v5-c-toolbar__group.pf-m-row-gap-3xl-on-sm,
1019
+ .pf-v5-c-toolbar__item.pf-m-row-gap-3xl-on-sm,
1020
+ .pf-v5-c-toolbar__content.pf-m-row-gap-3xl-on-sm,
1021
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-3xl-on-sm {
1022
+ column-gap: var(--pf-v5-global--spacer--3xl);
1023
+ }
1024
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-start3xl-on-sm,
1025
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-start3xl-on-sm,
1026
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-start3xl-on-sm,
1027
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-start3xl-on-sm {
1028
+ margin-inline-start: var(--pf-v5-global--spacer--3xl);
1029
+ }
1030
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-end3xl-on-sm,
1031
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-end3xl-on-sm,
1032
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-end3xl-on-sm,
1033
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-end3xl-on-sm {
1034
+ margin-inline-end: var(--pf-v5-global--spacer--3xl);
1035
+ }
1036
+ .pf-v5-c-toolbar__group.pf-m-column-gap-4xl-on-sm,
1037
+ .pf-v5-c-toolbar__item.pf-m-column-gap-4xl-on-sm,
1038
+ .pf-v5-c-toolbar__content.pf-m-column-gap-4xl-on-sm,
1039
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-4xl-on-sm {
1040
+ column-gap: var(--pf-v5-global--spacer--4xl);
1041
+ }
1042
+ .pf-v5-c-toolbar__group.pf-m-row-gap-4xl-on-sm,
1043
+ .pf-v5-c-toolbar__item.pf-m-row-gap-4xl-on-sm,
1044
+ .pf-v5-c-toolbar__content.pf-m-row-gap-4xl-on-sm,
1045
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-4xl-on-sm {
1046
+ column-gap: var(--pf-v5-global--spacer--4xl);
1047
+ }
1048
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-start4xl-on-sm,
1049
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-start4xl-on-sm,
1050
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-start4xl-on-sm,
1051
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-start4xl-on-sm {
1052
+ margin-inline-start: var(--pf-v5-global--spacer--4xl);
1053
+ }
1054
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-end4xl-on-sm,
1055
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-end4xl-on-sm,
1056
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-end4xl-on-sm,
1057
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-end4xl-on-sm {
1058
+ margin-inline-end: var(--pf-v5-global--spacer--4xl);
1059
+ }
1060
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-sm .pf-v5-c-toolbar__group,
1061
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-sm .pf-v5-c-toolbar__item {
1062
+ display: flex;
1063
+ flex: 0 1 auto;
1077
1064
  }
1078
- .pf-v5-c-toolbar.pf-m-inset-lg-on-sm {
1079
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
1080
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1081
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1065
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-sm .pf-v5-c-toolbar__toggle {
1066
+ display: none;
1082
1067
  }
1083
- .pf-v5-c-toolbar.pf-m-inset-xl-on-sm {
1084
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
1085
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1086
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1068
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group) .pf-v5-c-toolbar__group,
1069
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group) .pf-v5-c-toolbar__item, .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-sm .pf-v5-c-toolbar__group,
1070
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-sm .pf-v5-c-toolbar__item {
1071
+ display: none;
1087
1072
  }
1088
- .pf-v5-c-toolbar.pf-m-inset-2xl-on-sm {
1089
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
1090
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1091
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1073
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group) .pf-v5-c-toolbar__toggle, .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-sm .pf-v5-c-toolbar__toggle {
1074
+ display: inline-block;
1092
1075
  }
1093
1076
  }
1094
1077
  @media (min-width: 768px) {
1095
- .pf-v5-c-toolbar.pf-m-inset-none-on-md {
1096
- --pf-v5-c-toolbar--inset: 0;
1097
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1098
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1078
+ .pf-v5-c-toolbar__group.pf-m-align-start-on-md,
1079
+ .pf-v5-c-toolbar__item.pf-m-align-start-on-md {
1080
+ margin-inline-start: 0;
1081
+ }
1082
+ .pf-v5-c-toolbar__group.pf-m-align-center-on-md,
1083
+ .pf-v5-c-toolbar__item.pf-m-align-center-on-md {
1084
+ margin-inline-start: auto;
1085
+ margin-inline-end: auto;
1086
+ }
1087
+ .pf-v5-c-toolbar__group.pf-m-align-end-on-md,
1088
+ .pf-v5-c-toolbar__item.pf-m-align-end-on-md {
1089
+ margin-inline-start: auto;
1090
+ }
1091
+ .pf-v5-c-toolbar__group.pf-m-flex-grow-on-md,
1092
+ .pf-v5-c-toolbar__item.pf-m-flex-grow-on-md {
1093
+ flex-grow: 1;
1094
+ }
1095
+ .pf-v5-c-toolbar__group.pf-m-align-self-stretch-on-md,
1096
+ .pf-v5-c-toolbar__item.pf-m-align-self-stretch-on-md {
1097
+ align-self: stretch;
1098
+ }
1099
+ .pf-v5-c-toolbar__group.pf-m-align-self-baseline-on-md,
1100
+ .pf-v5-c-toolbar__item.pf-m-align-self-baseline-on-md {
1101
+ align-self: baseline;
1102
+ }
1103
+ .pf-v5-c-toolbar__group.pf-m-align-self-start-on-md,
1104
+ .pf-v5-c-toolbar__item.pf-m-align-self-start-on-md {
1105
+ align-self: start;
1106
+ }
1107
+ .pf-v5-c-toolbar__group.pf-m-align-self-center-on-md,
1108
+ .pf-v5-c-toolbar__item.pf-m-align-self-center-on-md {
1109
+ align-self: center;
1110
+ }
1111
+ .pf-v5-c-toolbar__group.pf-m-align-self-end-on-md,
1112
+ .pf-v5-c-toolbar__item.pf-m-align-self-end-on-md {
1113
+ align-self: end;
1114
+ }
1115
+ .pf-v5-c-toolbar.pf-m-inset-none-on-md,
1116
+ .pf-v5-c-toolbar__content.pf-m-inset-none-on-md,
1117
+ .pf-v5-c-toolbar__content-section.pf-m-inset-none-on-md {
1118
+ --pf-v5-c-toolbar__content--PaddingInline: 0;
1119
+ }
1120
+ .pf-v5-c-toolbar.pf-m-inset-xs-on-md,
1121
+ .pf-v5-c-toolbar__content.pf-m-inset-xs-on-md,
1122
+ .pf-v5-c-toolbar__content-section.pf-m-inset-xs-on-md {
1123
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--xs);
1124
+ }
1125
+ .pf-v5-c-toolbar.pf-m-inset-sm-on-md,
1126
+ .pf-v5-c-toolbar__content.pf-m-inset-sm-on-md,
1127
+ .pf-v5-c-toolbar__content-section.pf-m-inset-sm-on-md {
1128
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--sm);
1129
+ }
1130
+ .pf-v5-c-toolbar.pf-m-inset-md-on-md,
1131
+ .pf-v5-c-toolbar__content.pf-m-inset-md-on-md,
1132
+ .pf-v5-c-toolbar__content-section.pf-m-inset-md-on-md {
1133
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--md);
1134
+ }
1135
+ .pf-v5-c-toolbar.pf-m-inset-lg-on-md,
1136
+ .pf-v5-c-toolbar__content.pf-m-inset-lg-on-md,
1137
+ .pf-v5-c-toolbar__content-section.pf-m-inset-lg-on-md {
1138
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--lg);
1139
+ }
1140
+ .pf-v5-c-toolbar.pf-m-inset-xl-on-md,
1141
+ .pf-v5-c-toolbar__content.pf-m-inset-xl-on-md,
1142
+ .pf-v5-c-toolbar__content-section.pf-m-inset-xl-on-md {
1143
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--xl);
1144
+ }
1145
+ .pf-v5-c-toolbar.pf-m-inset-2xl-on-md,
1146
+ .pf-v5-c-toolbar__content.pf-m-inset-2xl-on-md,
1147
+ .pf-v5-c-toolbar__content-section.pf-m-inset-2xl-on-md {
1148
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--2xl);
1149
+ }
1150
+ .pf-v5-c-toolbar.pf-m-inset-3xl-on-md,
1151
+ .pf-v5-c-toolbar__content.pf-m-inset-3xl-on-md,
1152
+ .pf-v5-c-toolbar__content-section.pf-m-inset-3xl-on-md {
1153
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--3xl);
1154
+ }
1155
+ .pf-v5-c-toolbar.pf-m-inset-4xl-on-md,
1156
+ .pf-v5-c-toolbar__content.pf-m-inset-4xl-on-md,
1157
+ .pf-v5-c-toolbar__content-section.pf-m-inset-4xl-on-md {
1158
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--4xl);
1159
+ }
1160
+ .pf-v5-c-toolbar__group.pf-m-wrap-on-md,
1161
+ .pf-v5-c-toolbar__item.pf-m-wrap-on-md,
1162
+ .pf-v5-c-toolbar__content.pf-m-wrap-on-md,
1163
+ .pf-v5-c-toolbar__content-section.pf-m-wrap-on-md {
1164
+ flex-wrap: wrap;
1099
1165
  }
1100
- .pf-v5-c-toolbar.pf-m-inset-sm-on-md {
1101
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
1102
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1103
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1166
+ .pf-v5-c-toolbar__group.pf-m-nowrap-on-md,
1167
+ .pf-v5-c-toolbar__item.pf-m-nowrap-on-md,
1168
+ .pf-v5-c-toolbar__content.pf-m-nowrap-on-md,
1169
+ .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-md {
1170
+ flex-wrap: nowrap;
1104
1171
  }
1105
- .pf-v5-c-toolbar.pf-m-inset-md-on-md {
1106
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
1107
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1108
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1172
+ .pf-v5-c-toolbar__group.pf-m-align-items-stretch-on-md,
1173
+ .pf-v5-c-toolbar__item.pf-m-align-items-stretch-on-md,
1174
+ .pf-v5-c-toolbar__content.pf-m-align-items-stretch-on-md,
1175
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-stretch-on-md {
1176
+ align-items: stretch;
1177
+ }
1178
+ .pf-v5-c-toolbar__group.pf-m-align-items-baseline-on-md,
1179
+ .pf-v5-c-toolbar__item.pf-m-align-items-baseline-on-md,
1180
+ .pf-v5-c-toolbar__content.pf-m-align-items-baseline-on-md,
1181
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-baseline-on-md {
1182
+ align-items: baseline;
1183
+ }
1184
+ .pf-v5-c-toolbar__group.pf-m-align-items-start-on-md,
1185
+ .pf-v5-c-toolbar__item.pf-m-align-items-start-on-md,
1186
+ .pf-v5-c-toolbar__content.pf-m-align-items-start-on-md,
1187
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-start-on-md {
1188
+ align-items: start;
1189
+ }
1190
+ .pf-v5-c-toolbar__group.pf-m-align-items-center-on-md,
1191
+ .pf-v5-c-toolbar__item.pf-m-align-items-center-on-md,
1192
+ .pf-v5-c-toolbar__content.pf-m-align-items-center-on-md,
1193
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-center-on-md {
1194
+ align-items: center;
1195
+ }
1196
+ .pf-v5-c-toolbar__group.pf-m-align-items-end-on-md,
1197
+ .pf-v5-c-toolbar__item.pf-m-align-items-end-on-md,
1198
+ .pf-v5-c-toolbar__content.pf-m-align-items-end-on-md,
1199
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-end-on-md {
1200
+ align-items: end;
1201
+ }
1202
+ .pf-v5-c-toolbar__group.pf-m-gap-none-on-md,
1203
+ .pf-v5-c-toolbar__item.pf-m-gap-none-on-md,
1204
+ .pf-v5-c-toolbar__content.pf-m-gap-none-on-md,
1205
+ .pf-v5-c-toolbar__content-section.pf-m-gap-none-on-md {
1206
+ column-gap: 0;
1207
+ }
1208
+ .pf-v5-c-toolbar__group.pf-m-gap-xs-on-md,
1209
+ .pf-v5-c-toolbar__item.pf-m-gap-xs-on-md,
1210
+ .pf-v5-c-toolbar__content.pf-m-gap-xs-on-md,
1211
+ .pf-v5-c-toolbar__content-section.pf-m-gap-xs-on-md {
1212
+ column-gap: var(--pf-v5-global--spacer--xs);
1213
+ }
1214
+ .pf-v5-c-toolbar__group.pf-m-gap-sm-on-md,
1215
+ .pf-v5-c-toolbar__item.pf-m-gap-sm-on-md,
1216
+ .pf-v5-c-toolbar__content.pf-m-gap-sm-on-md,
1217
+ .pf-v5-c-toolbar__content-section.pf-m-gap-sm-on-md {
1218
+ column-gap: var(--pf-v5-global--spacer--sm);
1219
+ }
1220
+ .pf-v5-c-toolbar__group.pf-m-gap-md-on-md,
1221
+ .pf-v5-c-toolbar__item.pf-m-gap-md-on-md,
1222
+ .pf-v5-c-toolbar__content.pf-m-gap-md-on-md,
1223
+ .pf-v5-c-toolbar__content-section.pf-m-gap-md-on-md {
1224
+ column-gap: var(--pf-v5-global--spacer--md);
1225
+ }
1226
+ .pf-v5-c-toolbar__group.pf-m-gap-lg-on-md,
1227
+ .pf-v5-c-toolbar__item.pf-m-gap-lg-on-md,
1228
+ .pf-v5-c-toolbar__content.pf-m-gap-lg-on-md,
1229
+ .pf-v5-c-toolbar__content-section.pf-m-gap-lg-on-md {
1230
+ column-gap: var(--pf-v5-global--spacer--lg);
1231
+ }
1232
+ .pf-v5-c-toolbar__group.pf-m-gap-xl-on-md,
1233
+ .pf-v5-c-toolbar__item.pf-m-gap-xl-on-md,
1234
+ .pf-v5-c-toolbar__content.pf-m-gap-xl-on-md,
1235
+ .pf-v5-c-toolbar__content-section.pf-m-gap-xl-on-md {
1236
+ column-gap: var(--pf-v5-global--spacer--xl);
1237
+ }
1238
+ .pf-v5-c-toolbar__group.pf-m-gap-2xl-on-md,
1239
+ .pf-v5-c-toolbar__item.pf-m-gap-2xl-on-md,
1240
+ .pf-v5-c-toolbar__content.pf-m-gap-2xl-on-md,
1241
+ .pf-v5-c-toolbar__content-section.pf-m-gap-2xl-on-md {
1242
+ column-gap: var(--pf-v5-global--spacer--2xl);
1243
+ }
1244
+ .pf-v5-c-toolbar__group.pf-m-gap-3xl-on-md,
1245
+ .pf-v5-c-toolbar__item.pf-m-gap-3xl-on-md,
1246
+ .pf-v5-c-toolbar__content.pf-m-gap-3xl-on-md,
1247
+ .pf-v5-c-toolbar__content-section.pf-m-gap-3xl-on-md {
1248
+ column-gap: var(--pf-v5-global--spacer--3xl);
1249
+ }
1250
+ .pf-v5-c-toolbar__group.pf-m-gap-4xl-on-md,
1251
+ .pf-v5-c-toolbar__item.pf-m-gap-4xl-on-md,
1252
+ .pf-v5-c-toolbar__content.pf-m-gap-4xl-on-md,
1253
+ .pf-v5-c-toolbar__content-section.pf-m-gap-4xl-on-md {
1254
+ column-gap: var(--pf-v5-global--spacer--4xl);
1255
+ }
1256
+ .pf-v5-c-toolbar__group.pf-m-column-gap-none-on-md,
1257
+ .pf-v5-c-toolbar__item.pf-m-column-gap-none-on-md,
1258
+ .pf-v5-c-toolbar__content.pf-m-column-gap-none-on-md,
1259
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-none-on-md {
1260
+ column-gap: 0;
1261
+ }
1262
+ .pf-v5-c-toolbar__group.pf-m-row-gap-none-on-md,
1263
+ .pf-v5-c-toolbar__item.pf-m-row-gap-none-on-md,
1264
+ .pf-v5-c-toolbar__content.pf-m-row-gap-none-on-md,
1265
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-none-on-md {
1266
+ column-gap: 0;
1267
+ }
1268
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startnone-on-md,
1269
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startnone-on-md,
1270
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startnone-on-md,
1271
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startnone-on-md {
1272
+ margin-inline-start: 0;
1273
+ }
1274
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endnone-on-md,
1275
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endnone-on-md,
1276
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endnone-on-md,
1277
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endnone-on-md {
1278
+ margin-inline-end: 0;
1279
+ }
1280
+ .pf-v5-c-toolbar__group.pf-m-column-gap-xs-on-md,
1281
+ .pf-v5-c-toolbar__item.pf-m-column-gap-xs-on-md,
1282
+ .pf-v5-c-toolbar__content.pf-m-column-gap-xs-on-md,
1283
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-xs-on-md {
1284
+ column-gap: var(--pf-v5-global--spacer--xs);
1285
+ }
1286
+ .pf-v5-c-toolbar__group.pf-m-row-gap-xs-on-md,
1287
+ .pf-v5-c-toolbar__item.pf-m-row-gap-xs-on-md,
1288
+ .pf-v5-c-toolbar__content.pf-m-row-gap-xs-on-md,
1289
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-xs-on-md {
1290
+ column-gap: var(--pf-v5-global--spacer--xs);
1291
+ }
1292
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startxs-on-md,
1293
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startxs-on-md,
1294
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startxs-on-md,
1295
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startxs-on-md {
1296
+ margin-inline-start: var(--pf-v5-global--spacer--xs);
1297
+ }
1298
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endxs-on-md,
1299
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endxs-on-md,
1300
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endxs-on-md,
1301
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endxs-on-md {
1302
+ margin-inline-end: var(--pf-v5-global--spacer--xs);
1303
+ }
1304
+ .pf-v5-c-toolbar__group.pf-m-column-gap-sm-on-md,
1305
+ .pf-v5-c-toolbar__item.pf-m-column-gap-sm-on-md,
1306
+ .pf-v5-c-toolbar__content.pf-m-column-gap-sm-on-md,
1307
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-sm-on-md {
1308
+ column-gap: var(--pf-v5-global--spacer--sm);
1309
+ }
1310
+ .pf-v5-c-toolbar__group.pf-m-row-gap-sm-on-md,
1311
+ .pf-v5-c-toolbar__item.pf-m-row-gap-sm-on-md,
1312
+ .pf-v5-c-toolbar__content.pf-m-row-gap-sm-on-md,
1313
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-sm-on-md {
1314
+ column-gap: var(--pf-v5-global--spacer--sm);
1315
+ }
1316
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startsm-on-md,
1317
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startsm-on-md,
1318
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startsm-on-md,
1319
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startsm-on-md {
1320
+ margin-inline-start: var(--pf-v5-global--spacer--sm);
1321
+ }
1322
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endsm-on-md,
1323
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endsm-on-md,
1324
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endsm-on-md,
1325
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endsm-on-md {
1326
+ margin-inline-end: var(--pf-v5-global--spacer--sm);
1327
+ }
1328
+ .pf-v5-c-toolbar__group.pf-m-column-gap-md-on-md,
1329
+ .pf-v5-c-toolbar__item.pf-m-column-gap-md-on-md,
1330
+ .pf-v5-c-toolbar__content.pf-m-column-gap-md-on-md,
1331
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-md-on-md {
1332
+ column-gap: var(--pf-v5-global--spacer--md);
1333
+ }
1334
+ .pf-v5-c-toolbar__group.pf-m-row-gap-md-on-md,
1335
+ .pf-v5-c-toolbar__item.pf-m-row-gap-md-on-md,
1336
+ .pf-v5-c-toolbar__content.pf-m-row-gap-md-on-md,
1337
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-md-on-md {
1338
+ column-gap: var(--pf-v5-global--spacer--md);
1339
+ }
1340
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startmd-on-md,
1341
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startmd-on-md,
1342
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startmd-on-md,
1343
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startmd-on-md {
1344
+ margin-inline-start: var(--pf-v5-global--spacer--md);
1345
+ }
1346
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endmd-on-md,
1347
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endmd-on-md,
1348
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endmd-on-md,
1349
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endmd-on-md {
1350
+ margin-inline-end: var(--pf-v5-global--spacer--md);
1351
+ }
1352
+ .pf-v5-c-toolbar__group.pf-m-column-gap-lg-on-md,
1353
+ .pf-v5-c-toolbar__item.pf-m-column-gap-lg-on-md,
1354
+ .pf-v5-c-toolbar__content.pf-m-column-gap-lg-on-md,
1355
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-lg-on-md {
1356
+ column-gap: var(--pf-v5-global--spacer--lg);
1357
+ }
1358
+ .pf-v5-c-toolbar__group.pf-m-row-gap-lg-on-md,
1359
+ .pf-v5-c-toolbar__item.pf-m-row-gap-lg-on-md,
1360
+ .pf-v5-c-toolbar__content.pf-m-row-gap-lg-on-md,
1361
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-lg-on-md {
1362
+ column-gap: var(--pf-v5-global--spacer--lg);
1363
+ }
1364
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startlg-on-md,
1365
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startlg-on-md,
1366
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startlg-on-md,
1367
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startlg-on-md {
1368
+ margin-inline-start: var(--pf-v5-global--spacer--lg);
1369
+ }
1370
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endlg-on-md,
1371
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endlg-on-md,
1372
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endlg-on-md,
1373
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endlg-on-md {
1374
+ margin-inline-end: var(--pf-v5-global--spacer--lg);
1375
+ }
1376
+ .pf-v5-c-toolbar__group.pf-m-column-gap-xl-on-md,
1377
+ .pf-v5-c-toolbar__item.pf-m-column-gap-xl-on-md,
1378
+ .pf-v5-c-toolbar__content.pf-m-column-gap-xl-on-md,
1379
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-xl-on-md {
1380
+ column-gap: var(--pf-v5-global--spacer--xl);
1381
+ }
1382
+ .pf-v5-c-toolbar__group.pf-m-row-gap-xl-on-md,
1383
+ .pf-v5-c-toolbar__item.pf-m-row-gap-xl-on-md,
1384
+ .pf-v5-c-toolbar__content.pf-m-row-gap-xl-on-md,
1385
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-xl-on-md {
1386
+ column-gap: var(--pf-v5-global--spacer--xl);
1387
+ }
1388
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startxl-on-md,
1389
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startxl-on-md,
1390
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startxl-on-md,
1391
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startxl-on-md {
1392
+ margin-inline-start: var(--pf-v5-global--spacer--xl);
1393
+ }
1394
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endxl-on-md,
1395
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endxl-on-md,
1396
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endxl-on-md,
1397
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endxl-on-md {
1398
+ margin-inline-end: var(--pf-v5-global--spacer--xl);
1399
+ }
1400
+ .pf-v5-c-toolbar__group.pf-m-column-gap-2xl-on-md,
1401
+ .pf-v5-c-toolbar__item.pf-m-column-gap-2xl-on-md,
1402
+ .pf-v5-c-toolbar__content.pf-m-column-gap-2xl-on-md,
1403
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-2xl-on-md {
1404
+ column-gap: var(--pf-v5-global--spacer--2xl);
1405
+ }
1406
+ .pf-v5-c-toolbar__group.pf-m-row-gap-2xl-on-md,
1407
+ .pf-v5-c-toolbar__item.pf-m-row-gap-2xl-on-md,
1408
+ .pf-v5-c-toolbar__content.pf-m-row-gap-2xl-on-md,
1409
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-2xl-on-md {
1410
+ column-gap: var(--pf-v5-global--spacer--2xl);
1411
+ }
1412
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-start2xl-on-md,
1413
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-start2xl-on-md,
1414
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-start2xl-on-md,
1415
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-start2xl-on-md {
1416
+ margin-inline-start: var(--pf-v5-global--spacer--2xl);
1417
+ }
1418
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-end2xl-on-md,
1419
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-end2xl-on-md,
1420
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-end2xl-on-md,
1421
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-end2xl-on-md {
1422
+ margin-inline-end: var(--pf-v5-global--spacer--2xl);
1423
+ }
1424
+ .pf-v5-c-toolbar__group.pf-m-column-gap-3xl-on-md,
1425
+ .pf-v5-c-toolbar__item.pf-m-column-gap-3xl-on-md,
1426
+ .pf-v5-c-toolbar__content.pf-m-column-gap-3xl-on-md,
1427
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-3xl-on-md {
1428
+ column-gap: var(--pf-v5-global--spacer--3xl);
1429
+ }
1430
+ .pf-v5-c-toolbar__group.pf-m-row-gap-3xl-on-md,
1431
+ .pf-v5-c-toolbar__item.pf-m-row-gap-3xl-on-md,
1432
+ .pf-v5-c-toolbar__content.pf-m-row-gap-3xl-on-md,
1433
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-3xl-on-md {
1434
+ column-gap: var(--pf-v5-global--spacer--3xl);
1435
+ }
1436
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-start3xl-on-md,
1437
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-start3xl-on-md,
1438
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-start3xl-on-md,
1439
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-start3xl-on-md {
1440
+ margin-inline-start: var(--pf-v5-global--spacer--3xl);
1441
+ }
1442
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-end3xl-on-md,
1443
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-end3xl-on-md,
1444
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-end3xl-on-md,
1445
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-end3xl-on-md {
1446
+ margin-inline-end: var(--pf-v5-global--spacer--3xl);
1447
+ }
1448
+ .pf-v5-c-toolbar__group.pf-m-column-gap-4xl-on-md,
1449
+ .pf-v5-c-toolbar__item.pf-m-column-gap-4xl-on-md,
1450
+ .pf-v5-c-toolbar__content.pf-m-column-gap-4xl-on-md,
1451
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-4xl-on-md {
1452
+ column-gap: var(--pf-v5-global--spacer--4xl);
1453
+ }
1454
+ .pf-v5-c-toolbar__group.pf-m-row-gap-4xl-on-md,
1455
+ .pf-v5-c-toolbar__item.pf-m-row-gap-4xl-on-md,
1456
+ .pf-v5-c-toolbar__content.pf-m-row-gap-4xl-on-md,
1457
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-4xl-on-md {
1458
+ column-gap: var(--pf-v5-global--spacer--4xl);
1459
+ }
1460
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-start4xl-on-md,
1461
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-start4xl-on-md,
1462
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-start4xl-on-md,
1463
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-start4xl-on-md {
1464
+ margin-inline-start: var(--pf-v5-global--spacer--4xl);
1465
+ }
1466
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-end4xl-on-md,
1467
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-end4xl-on-md,
1468
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-end4xl-on-md,
1469
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-end4xl-on-md {
1470
+ margin-inline-end: var(--pf-v5-global--spacer--4xl);
1471
+ }
1472
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-md .pf-v5-c-toolbar__group,
1473
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-md .pf-v5-c-toolbar__item {
1474
+ display: flex;
1475
+ flex: 0 1 auto;
1109
1476
  }
1110
- .pf-v5-c-toolbar.pf-m-inset-lg-on-md {
1111
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
1112
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1113
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1477
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-md .pf-v5-c-toolbar__toggle {
1478
+ display: none;
1114
1479
  }
1115
- .pf-v5-c-toolbar.pf-m-inset-xl-on-md {
1116
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
1117
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1118
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1480
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group) .pf-v5-c-toolbar__group,
1481
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group) .pf-v5-c-toolbar__item, .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-md .pf-v5-c-toolbar__group,
1482
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-md .pf-v5-c-toolbar__item {
1483
+ display: none;
1119
1484
  }
1120
- .pf-v5-c-toolbar.pf-m-inset-2xl-on-md {
1121
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
1122
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1123
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1485
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group) .pf-v5-c-toolbar__toggle, .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-md .pf-v5-c-toolbar__toggle {
1486
+ display: inline-block;
1124
1487
  }
1125
1488
  }
1126
1489
  @media (min-width: 992px) {
1127
- .pf-v5-c-toolbar.pf-m-inset-none-on-lg {
1128
- --pf-v5-c-toolbar--inset: 0;
1129
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1130
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1490
+ .pf-v5-c-toolbar__group.pf-m-align-start-on-lg,
1491
+ .pf-v5-c-toolbar__item.pf-m-align-start-on-lg {
1492
+ margin-inline-start: 0;
1493
+ }
1494
+ .pf-v5-c-toolbar__group.pf-m-align-center-on-lg,
1495
+ .pf-v5-c-toolbar__item.pf-m-align-center-on-lg {
1496
+ margin-inline-start: auto;
1497
+ margin-inline-end: auto;
1498
+ }
1499
+ .pf-v5-c-toolbar__group.pf-m-align-end-on-lg,
1500
+ .pf-v5-c-toolbar__item.pf-m-align-end-on-lg {
1501
+ margin-inline-start: auto;
1502
+ }
1503
+ .pf-v5-c-toolbar__group.pf-m-flex-grow-on-lg,
1504
+ .pf-v5-c-toolbar__item.pf-m-flex-grow-on-lg {
1505
+ flex-grow: 1;
1506
+ }
1507
+ .pf-v5-c-toolbar__group.pf-m-align-self-stretch-on-lg,
1508
+ .pf-v5-c-toolbar__item.pf-m-align-self-stretch-on-lg {
1509
+ align-self: stretch;
1510
+ }
1511
+ .pf-v5-c-toolbar__group.pf-m-align-self-baseline-on-lg,
1512
+ .pf-v5-c-toolbar__item.pf-m-align-self-baseline-on-lg {
1513
+ align-self: baseline;
1514
+ }
1515
+ .pf-v5-c-toolbar__group.pf-m-align-self-start-on-lg,
1516
+ .pf-v5-c-toolbar__item.pf-m-align-self-start-on-lg {
1517
+ align-self: start;
1518
+ }
1519
+ .pf-v5-c-toolbar__group.pf-m-align-self-center-on-lg,
1520
+ .pf-v5-c-toolbar__item.pf-m-align-self-center-on-lg {
1521
+ align-self: center;
1522
+ }
1523
+ .pf-v5-c-toolbar__group.pf-m-align-self-end-on-lg,
1524
+ .pf-v5-c-toolbar__item.pf-m-align-self-end-on-lg {
1525
+ align-self: end;
1526
+ }
1527
+ .pf-v5-c-toolbar.pf-m-inset-none-on-lg,
1528
+ .pf-v5-c-toolbar__content.pf-m-inset-none-on-lg,
1529
+ .pf-v5-c-toolbar__content-section.pf-m-inset-none-on-lg {
1530
+ --pf-v5-c-toolbar__content--PaddingInline: 0;
1531
+ }
1532
+ .pf-v5-c-toolbar.pf-m-inset-xs-on-lg,
1533
+ .pf-v5-c-toolbar__content.pf-m-inset-xs-on-lg,
1534
+ .pf-v5-c-toolbar__content-section.pf-m-inset-xs-on-lg {
1535
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--xs);
1536
+ }
1537
+ .pf-v5-c-toolbar.pf-m-inset-sm-on-lg,
1538
+ .pf-v5-c-toolbar__content.pf-m-inset-sm-on-lg,
1539
+ .pf-v5-c-toolbar__content-section.pf-m-inset-sm-on-lg {
1540
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--sm);
1541
+ }
1542
+ .pf-v5-c-toolbar.pf-m-inset-md-on-lg,
1543
+ .pf-v5-c-toolbar__content.pf-m-inset-md-on-lg,
1544
+ .pf-v5-c-toolbar__content-section.pf-m-inset-md-on-lg {
1545
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--md);
1546
+ }
1547
+ .pf-v5-c-toolbar.pf-m-inset-lg-on-lg,
1548
+ .pf-v5-c-toolbar__content.pf-m-inset-lg-on-lg,
1549
+ .pf-v5-c-toolbar__content-section.pf-m-inset-lg-on-lg {
1550
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--lg);
1551
+ }
1552
+ .pf-v5-c-toolbar.pf-m-inset-xl-on-lg,
1553
+ .pf-v5-c-toolbar__content.pf-m-inset-xl-on-lg,
1554
+ .pf-v5-c-toolbar__content-section.pf-m-inset-xl-on-lg {
1555
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--xl);
1556
+ }
1557
+ .pf-v5-c-toolbar.pf-m-inset-2xl-on-lg,
1558
+ .pf-v5-c-toolbar__content.pf-m-inset-2xl-on-lg,
1559
+ .pf-v5-c-toolbar__content-section.pf-m-inset-2xl-on-lg {
1560
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--2xl);
1561
+ }
1562
+ .pf-v5-c-toolbar.pf-m-inset-3xl-on-lg,
1563
+ .pf-v5-c-toolbar__content.pf-m-inset-3xl-on-lg,
1564
+ .pf-v5-c-toolbar__content-section.pf-m-inset-3xl-on-lg {
1565
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--3xl);
1566
+ }
1567
+ .pf-v5-c-toolbar.pf-m-inset-4xl-on-lg,
1568
+ .pf-v5-c-toolbar__content.pf-m-inset-4xl-on-lg,
1569
+ .pf-v5-c-toolbar__content-section.pf-m-inset-4xl-on-lg {
1570
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--4xl);
1571
+ }
1572
+ .pf-v5-c-toolbar__group.pf-m-wrap-on-lg,
1573
+ .pf-v5-c-toolbar__item.pf-m-wrap-on-lg,
1574
+ .pf-v5-c-toolbar__content.pf-m-wrap-on-lg,
1575
+ .pf-v5-c-toolbar__content-section.pf-m-wrap-on-lg {
1576
+ flex-wrap: wrap;
1131
1577
  }
1132
- .pf-v5-c-toolbar.pf-m-inset-sm-on-lg {
1133
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
1134
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1135
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1578
+ .pf-v5-c-toolbar__group.pf-m-nowrap-on-lg,
1579
+ .pf-v5-c-toolbar__item.pf-m-nowrap-on-lg,
1580
+ .pf-v5-c-toolbar__content.pf-m-nowrap-on-lg,
1581
+ .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-lg {
1582
+ flex-wrap: nowrap;
1136
1583
  }
1137
- .pf-v5-c-toolbar.pf-m-inset-md-on-lg {
1138
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
1139
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1140
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1584
+ .pf-v5-c-toolbar__group.pf-m-align-items-stretch-on-lg,
1585
+ .pf-v5-c-toolbar__item.pf-m-align-items-stretch-on-lg,
1586
+ .pf-v5-c-toolbar__content.pf-m-align-items-stretch-on-lg,
1587
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-stretch-on-lg {
1588
+ align-items: stretch;
1589
+ }
1590
+ .pf-v5-c-toolbar__group.pf-m-align-items-baseline-on-lg,
1591
+ .pf-v5-c-toolbar__item.pf-m-align-items-baseline-on-lg,
1592
+ .pf-v5-c-toolbar__content.pf-m-align-items-baseline-on-lg,
1593
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-baseline-on-lg {
1594
+ align-items: baseline;
1595
+ }
1596
+ .pf-v5-c-toolbar__group.pf-m-align-items-start-on-lg,
1597
+ .pf-v5-c-toolbar__item.pf-m-align-items-start-on-lg,
1598
+ .pf-v5-c-toolbar__content.pf-m-align-items-start-on-lg,
1599
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-start-on-lg {
1600
+ align-items: start;
1601
+ }
1602
+ .pf-v5-c-toolbar__group.pf-m-align-items-center-on-lg,
1603
+ .pf-v5-c-toolbar__item.pf-m-align-items-center-on-lg,
1604
+ .pf-v5-c-toolbar__content.pf-m-align-items-center-on-lg,
1605
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-center-on-lg {
1606
+ align-items: center;
1607
+ }
1608
+ .pf-v5-c-toolbar__group.pf-m-align-items-end-on-lg,
1609
+ .pf-v5-c-toolbar__item.pf-m-align-items-end-on-lg,
1610
+ .pf-v5-c-toolbar__content.pf-m-align-items-end-on-lg,
1611
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-end-on-lg {
1612
+ align-items: end;
1613
+ }
1614
+ .pf-v5-c-toolbar__group.pf-m-gap-none-on-lg,
1615
+ .pf-v5-c-toolbar__item.pf-m-gap-none-on-lg,
1616
+ .pf-v5-c-toolbar__content.pf-m-gap-none-on-lg,
1617
+ .pf-v5-c-toolbar__content-section.pf-m-gap-none-on-lg {
1618
+ column-gap: 0;
1619
+ }
1620
+ .pf-v5-c-toolbar__group.pf-m-gap-xs-on-lg,
1621
+ .pf-v5-c-toolbar__item.pf-m-gap-xs-on-lg,
1622
+ .pf-v5-c-toolbar__content.pf-m-gap-xs-on-lg,
1623
+ .pf-v5-c-toolbar__content-section.pf-m-gap-xs-on-lg {
1624
+ column-gap: var(--pf-v5-global--spacer--xs);
1625
+ }
1626
+ .pf-v5-c-toolbar__group.pf-m-gap-sm-on-lg,
1627
+ .pf-v5-c-toolbar__item.pf-m-gap-sm-on-lg,
1628
+ .pf-v5-c-toolbar__content.pf-m-gap-sm-on-lg,
1629
+ .pf-v5-c-toolbar__content-section.pf-m-gap-sm-on-lg {
1630
+ column-gap: var(--pf-v5-global--spacer--sm);
1631
+ }
1632
+ .pf-v5-c-toolbar__group.pf-m-gap-md-on-lg,
1633
+ .pf-v5-c-toolbar__item.pf-m-gap-md-on-lg,
1634
+ .pf-v5-c-toolbar__content.pf-m-gap-md-on-lg,
1635
+ .pf-v5-c-toolbar__content-section.pf-m-gap-md-on-lg {
1636
+ column-gap: var(--pf-v5-global--spacer--md);
1637
+ }
1638
+ .pf-v5-c-toolbar__group.pf-m-gap-lg-on-lg,
1639
+ .pf-v5-c-toolbar__item.pf-m-gap-lg-on-lg,
1640
+ .pf-v5-c-toolbar__content.pf-m-gap-lg-on-lg,
1641
+ .pf-v5-c-toolbar__content-section.pf-m-gap-lg-on-lg {
1642
+ column-gap: var(--pf-v5-global--spacer--lg);
1643
+ }
1644
+ .pf-v5-c-toolbar__group.pf-m-gap-xl-on-lg,
1645
+ .pf-v5-c-toolbar__item.pf-m-gap-xl-on-lg,
1646
+ .pf-v5-c-toolbar__content.pf-m-gap-xl-on-lg,
1647
+ .pf-v5-c-toolbar__content-section.pf-m-gap-xl-on-lg {
1648
+ column-gap: var(--pf-v5-global--spacer--xl);
1649
+ }
1650
+ .pf-v5-c-toolbar__group.pf-m-gap-2xl-on-lg,
1651
+ .pf-v5-c-toolbar__item.pf-m-gap-2xl-on-lg,
1652
+ .pf-v5-c-toolbar__content.pf-m-gap-2xl-on-lg,
1653
+ .pf-v5-c-toolbar__content-section.pf-m-gap-2xl-on-lg {
1654
+ column-gap: var(--pf-v5-global--spacer--2xl);
1655
+ }
1656
+ .pf-v5-c-toolbar__group.pf-m-gap-3xl-on-lg,
1657
+ .pf-v5-c-toolbar__item.pf-m-gap-3xl-on-lg,
1658
+ .pf-v5-c-toolbar__content.pf-m-gap-3xl-on-lg,
1659
+ .pf-v5-c-toolbar__content-section.pf-m-gap-3xl-on-lg {
1660
+ column-gap: var(--pf-v5-global--spacer--3xl);
1661
+ }
1662
+ .pf-v5-c-toolbar__group.pf-m-gap-4xl-on-lg,
1663
+ .pf-v5-c-toolbar__item.pf-m-gap-4xl-on-lg,
1664
+ .pf-v5-c-toolbar__content.pf-m-gap-4xl-on-lg,
1665
+ .pf-v5-c-toolbar__content-section.pf-m-gap-4xl-on-lg {
1666
+ column-gap: var(--pf-v5-global--spacer--4xl);
1667
+ }
1668
+ .pf-v5-c-toolbar__group.pf-m-column-gap-none-on-lg,
1669
+ .pf-v5-c-toolbar__item.pf-m-column-gap-none-on-lg,
1670
+ .pf-v5-c-toolbar__content.pf-m-column-gap-none-on-lg,
1671
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-none-on-lg {
1672
+ column-gap: 0;
1673
+ }
1674
+ .pf-v5-c-toolbar__group.pf-m-row-gap-none-on-lg,
1675
+ .pf-v5-c-toolbar__item.pf-m-row-gap-none-on-lg,
1676
+ .pf-v5-c-toolbar__content.pf-m-row-gap-none-on-lg,
1677
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-none-on-lg {
1678
+ column-gap: 0;
1679
+ }
1680
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startnone-on-lg,
1681
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startnone-on-lg,
1682
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startnone-on-lg,
1683
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startnone-on-lg {
1684
+ margin-inline-start: 0;
1685
+ }
1686
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endnone-on-lg,
1687
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endnone-on-lg,
1688
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endnone-on-lg,
1689
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endnone-on-lg {
1690
+ margin-inline-end: 0;
1691
+ }
1692
+ .pf-v5-c-toolbar__group.pf-m-column-gap-xs-on-lg,
1693
+ .pf-v5-c-toolbar__item.pf-m-column-gap-xs-on-lg,
1694
+ .pf-v5-c-toolbar__content.pf-m-column-gap-xs-on-lg,
1695
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-xs-on-lg {
1696
+ column-gap: var(--pf-v5-global--spacer--xs);
1697
+ }
1698
+ .pf-v5-c-toolbar__group.pf-m-row-gap-xs-on-lg,
1699
+ .pf-v5-c-toolbar__item.pf-m-row-gap-xs-on-lg,
1700
+ .pf-v5-c-toolbar__content.pf-m-row-gap-xs-on-lg,
1701
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-xs-on-lg {
1702
+ column-gap: var(--pf-v5-global--spacer--xs);
1703
+ }
1704
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startxs-on-lg,
1705
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startxs-on-lg,
1706
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startxs-on-lg,
1707
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startxs-on-lg {
1708
+ margin-inline-start: var(--pf-v5-global--spacer--xs);
1709
+ }
1710
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endxs-on-lg,
1711
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endxs-on-lg,
1712
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endxs-on-lg,
1713
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endxs-on-lg {
1714
+ margin-inline-end: var(--pf-v5-global--spacer--xs);
1715
+ }
1716
+ .pf-v5-c-toolbar__group.pf-m-column-gap-sm-on-lg,
1717
+ .pf-v5-c-toolbar__item.pf-m-column-gap-sm-on-lg,
1718
+ .pf-v5-c-toolbar__content.pf-m-column-gap-sm-on-lg,
1719
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-sm-on-lg {
1720
+ column-gap: var(--pf-v5-global--spacer--sm);
1721
+ }
1722
+ .pf-v5-c-toolbar__group.pf-m-row-gap-sm-on-lg,
1723
+ .pf-v5-c-toolbar__item.pf-m-row-gap-sm-on-lg,
1724
+ .pf-v5-c-toolbar__content.pf-m-row-gap-sm-on-lg,
1725
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-sm-on-lg {
1726
+ column-gap: var(--pf-v5-global--spacer--sm);
1727
+ }
1728
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startsm-on-lg,
1729
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startsm-on-lg,
1730
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startsm-on-lg,
1731
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startsm-on-lg {
1732
+ margin-inline-start: var(--pf-v5-global--spacer--sm);
1733
+ }
1734
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endsm-on-lg,
1735
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endsm-on-lg,
1736
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endsm-on-lg,
1737
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endsm-on-lg {
1738
+ margin-inline-end: var(--pf-v5-global--spacer--sm);
1739
+ }
1740
+ .pf-v5-c-toolbar__group.pf-m-column-gap-md-on-lg,
1741
+ .pf-v5-c-toolbar__item.pf-m-column-gap-md-on-lg,
1742
+ .pf-v5-c-toolbar__content.pf-m-column-gap-md-on-lg,
1743
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-md-on-lg {
1744
+ column-gap: var(--pf-v5-global--spacer--md);
1745
+ }
1746
+ .pf-v5-c-toolbar__group.pf-m-row-gap-md-on-lg,
1747
+ .pf-v5-c-toolbar__item.pf-m-row-gap-md-on-lg,
1748
+ .pf-v5-c-toolbar__content.pf-m-row-gap-md-on-lg,
1749
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-md-on-lg {
1750
+ column-gap: var(--pf-v5-global--spacer--md);
1751
+ }
1752
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startmd-on-lg,
1753
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startmd-on-lg,
1754
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startmd-on-lg,
1755
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startmd-on-lg {
1756
+ margin-inline-start: var(--pf-v5-global--spacer--md);
1757
+ }
1758
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endmd-on-lg,
1759
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endmd-on-lg,
1760
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endmd-on-lg,
1761
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endmd-on-lg {
1762
+ margin-inline-end: var(--pf-v5-global--spacer--md);
1763
+ }
1764
+ .pf-v5-c-toolbar__group.pf-m-column-gap-lg-on-lg,
1765
+ .pf-v5-c-toolbar__item.pf-m-column-gap-lg-on-lg,
1766
+ .pf-v5-c-toolbar__content.pf-m-column-gap-lg-on-lg,
1767
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-lg-on-lg {
1768
+ column-gap: var(--pf-v5-global--spacer--lg);
1769
+ }
1770
+ .pf-v5-c-toolbar__group.pf-m-row-gap-lg-on-lg,
1771
+ .pf-v5-c-toolbar__item.pf-m-row-gap-lg-on-lg,
1772
+ .pf-v5-c-toolbar__content.pf-m-row-gap-lg-on-lg,
1773
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-lg-on-lg {
1774
+ column-gap: var(--pf-v5-global--spacer--lg);
1775
+ }
1776
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startlg-on-lg,
1777
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startlg-on-lg,
1778
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startlg-on-lg,
1779
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startlg-on-lg {
1780
+ margin-inline-start: var(--pf-v5-global--spacer--lg);
1781
+ }
1782
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endlg-on-lg,
1783
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endlg-on-lg,
1784
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endlg-on-lg,
1785
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endlg-on-lg {
1786
+ margin-inline-end: var(--pf-v5-global--spacer--lg);
1787
+ }
1788
+ .pf-v5-c-toolbar__group.pf-m-column-gap-xl-on-lg,
1789
+ .pf-v5-c-toolbar__item.pf-m-column-gap-xl-on-lg,
1790
+ .pf-v5-c-toolbar__content.pf-m-column-gap-xl-on-lg,
1791
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-xl-on-lg {
1792
+ column-gap: var(--pf-v5-global--spacer--xl);
1793
+ }
1794
+ .pf-v5-c-toolbar__group.pf-m-row-gap-xl-on-lg,
1795
+ .pf-v5-c-toolbar__item.pf-m-row-gap-xl-on-lg,
1796
+ .pf-v5-c-toolbar__content.pf-m-row-gap-xl-on-lg,
1797
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-xl-on-lg {
1798
+ column-gap: var(--pf-v5-global--spacer--xl);
1799
+ }
1800
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startxl-on-lg,
1801
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startxl-on-lg,
1802
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startxl-on-lg,
1803
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startxl-on-lg {
1804
+ margin-inline-start: var(--pf-v5-global--spacer--xl);
1805
+ }
1806
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endxl-on-lg,
1807
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endxl-on-lg,
1808
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endxl-on-lg,
1809
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endxl-on-lg {
1810
+ margin-inline-end: var(--pf-v5-global--spacer--xl);
1811
+ }
1812
+ .pf-v5-c-toolbar__group.pf-m-column-gap-2xl-on-lg,
1813
+ .pf-v5-c-toolbar__item.pf-m-column-gap-2xl-on-lg,
1814
+ .pf-v5-c-toolbar__content.pf-m-column-gap-2xl-on-lg,
1815
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-2xl-on-lg {
1816
+ column-gap: var(--pf-v5-global--spacer--2xl);
1817
+ }
1818
+ .pf-v5-c-toolbar__group.pf-m-row-gap-2xl-on-lg,
1819
+ .pf-v5-c-toolbar__item.pf-m-row-gap-2xl-on-lg,
1820
+ .pf-v5-c-toolbar__content.pf-m-row-gap-2xl-on-lg,
1821
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-2xl-on-lg {
1822
+ column-gap: var(--pf-v5-global--spacer--2xl);
1823
+ }
1824
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-start2xl-on-lg,
1825
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-start2xl-on-lg,
1826
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-start2xl-on-lg,
1827
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-start2xl-on-lg {
1828
+ margin-inline-start: var(--pf-v5-global--spacer--2xl);
1829
+ }
1830
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-end2xl-on-lg,
1831
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-end2xl-on-lg,
1832
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-end2xl-on-lg,
1833
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-end2xl-on-lg {
1834
+ margin-inline-end: var(--pf-v5-global--spacer--2xl);
1835
+ }
1836
+ .pf-v5-c-toolbar__group.pf-m-column-gap-3xl-on-lg,
1837
+ .pf-v5-c-toolbar__item.pf-m-column-gap-3xl-on-lg,
1838
+ .pf-v5-c-toolbar__content.pf-m-column-gap-3xl-on-lg,
1839
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-3xl-on-lg {
1840
+ column-gap: var(--pf-v5-global--spacer--3xl);
1841
+ }
1842
+ .pf-v5-c-toolbar__group.pf-m-row-gap-3xl-on-lg,
1843
+ .pf-v5-c-toolbar__item.pf-m-row-gap-3xl-on-lg,
1844
+ .pf-v5-c-toolbar__content.pf-m-row-gap-3xl-on-lg,
1845
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-3xl-on-lg {
1846
+ column-gap: var(--pf-v5-global--spacer--3xl);
1847
+ }
1848
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-start3xl-on-lg,
1849
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-start3xl-on-lg,
1850
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-start3xl-on-lg,
1851
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-start3xl-on-lg {
1852
+ margin-inline-start: var(--pf-v5-global--spacer--3xl);
1853
+ }
1854
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-end3xl-on-lg,
1855
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-end3xl-on-lg,
1856
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-end3xl-on-lg,
1857
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-end3xl-on-lg {
1858
+ margin-inline-end: var(--pf-v5-global--spacer--3xl);
1859
+ }
1860
+ .pf-v5-c-toolbar__group.pf-m-column-gap-4xl-on-lg,
1861
+ .pf-v5-c-toolbar__item.pf-m-column-gap-4xl-on-lg,
1862
+ .pf-v5-c-toolbar__content.pf-m-column-gap-4xl-on-lg,
1863
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-4xl-on-lg {
1864
+ column-gap: var(--pf-v5-global--spacer--4xl);
1865
+ }
1866
+ .pf-v5-c-toolbar__group.pf-m-row-gap-4xl-on-lg,
1867
+ .pf-v5-c-toolbar__item.pf-m-row-gap-4xl-on-lg,
1868
+ .pf-v5-c-toolbar__content.pf-m-row-gap-4xl-on-lg,
1869
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-4xl-on-lg {
1870
+ column-gap: var(--pf-v5-global--spacer--4xl);
1871
+ }
1872
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-start4xl-on-lg,
1873
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-start4xl-on-lg,
1874
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-start4xl-on-lg,
1875
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-start4xl-on-lg {
1876
+ margin-inline-start: var(--pf-v5-global--spacer--4xl);
1877
+ }
1878
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-end4xl-on-lg,
1879
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-end4xl-on-lg,
1880
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-end4xl-on-lg,
1881
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-end4xl-on-lg {
1882
+ margin-inline-end: var(--pf-v5-global--spacer--4xl);
1883
+ }
1884
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-lg .pf-v5-c-toolbar__group,
1885
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-lg .pf-v5-c-toolbar__item {
1886
+ display: flex;
1887
+ flex: 0 1 auto;
1141
1888
  }
1142
- .pf-v5-c-toolbar.pf-m-inset-lg-on-lg {
1143
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
1144
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1145
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1889
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-lg .pf-v5-c-toolbar__toggle {
1890
+ display: none;
1146
1891
  }
1147
- .pf-v5-c-toolbar.pf-m-inset-xl-on-lg {
1148
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
1149
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1150
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1892
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group) .pf-v5-c-toolbar__group,
1893
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group) .pf-v5-c-toolbar__item, .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-lg .pf-v5-c-toolbar__group,
1894
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-lg .pf-v5-c-toolbar__item {
1895
+ display: none;
1151
1896
  }
1152
- .pf-v5-c-toolbar.pf-m-inset-2xl-on-lg {
1153
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
1154
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1155
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1897
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group) .pf-v5-c-toolbar__toggle, .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-lg .pf-v5-c-toolbar__toggle {
1898
+ display: inline-block;
1156
1899
  }
1157
1900
  }
1158
1901
  @media (min-width: 1200px) {
1159
- .pf-v5-c-toolbar.pf-m-inset-none-on-xl {
1160
- --pf-v5-c-toolbar--inset: 0;
1161
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1162
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1902
+ .pf-v5-c-toolbar__group.pf-m-align-start-on-xl,
1903
+ .pf-v5-c-toolbar__item.pf-m-align-start-on-xl {
1904
+ margin-inline-start: 0;
1905
+ }
1906
+ .pf-v5-c-toolbar__group.pf-m-align-center-on-xl,
1907
+ .pf-v5-c-toolbar__item.pf-m-align-center-on-xl {
1908
+ margin-inline-start: auto;
1909
+ margin-inline-end: auto;
1910
+ }
1911
+ .pf-v5-c-toolbar__group.pf-m-align-end-on-xl,
1912
+ .pf-v5-c-toolbar__item.pf-m-align-end-on-xl {
1913
+ margin-inline-start: auto;
1914
+ }
1915
+ .pf-v5-c-toolbar__group.pf-m-flex-grow-on-xl,
1916
+ .pf-v5-c-toolbar__item.pf-m-flex-grow-on-xl {
1917
+ flex-grow: 1;
1918
+ }
1919
+ .pf-v5-c-toolbar__group.pf-m-align-self-stretch-on-xl,
1920
+ .pf-v5-c-toolbar__item.pf-m-align-self-stretch-on-xl {
1921
+ align-self: stretch;
1922
+ }
1923
+ .pf-v5-c-toolbar__group.pf-m-align-self-baseline-on-xl,
1924
+ .pf-v5-c-toolbar__item.pf-m-align-self-baseline-on-xl {
1925
+ align-self: baseline;
1926
+ }
1927
+ .pf-v5-c-toolbar__group.pf-m-align-self-start-on-xl,
1928
+ .pf-v5-c-toolbar__item.pf-m-align-self-start-on-xl {
1929
+ align-self: start;
1930
+ }
1931
+ .pf-v5-c-toolbar__group.pf-m-align-self-center-on-xl,
1932
+ .pf-v5-c-toolbar__item.pf-m-align-self-center-on-xl {
1933
+ align-self: center;
1934
+ }
1935
+ .pf-v5-c-toolbar__group.pf-m-align-self-end-on-xl,
1936
+ .pf-v5-c-toolbar__item.pf-m-align-self-end-on-xl {
1937
+ align-self: end;
1938
+ }
1939
+ .pf-v5-c-toolbar.pf-m-inset-none-on-xl,
1940
+ .pf-v5-c-toolbar__content.pf-m-inset-none-on-xl,
1941
+ .pf-v5-c-toolbar__content-section.pf-m-inset-none-on-xl {
1942
+ --pf-v5-c-toolbar__content--PaddingInline: 0;
1943
+ }
1944
+ .pf-v5-c-toolbar.pf-m-inset-xs-on-xl,
1945
+ .pf-v5-c-toolbar__content.pf-m-inset-xs-on-xl,
1946
+ .pf-v5-c-toolbar__content-section.pf-m-inset-xs-on-xl {
1947
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--xs);
1948
+ }
1949
+ .pf-v5-c-toolbar.pf-m-inset-sm-on-xl,
1950
+ .pf-v5-c-toolbar__content.pf-m-inset-sm-on-xl,
1951
+ .pf-v5-c-toolbar__content-section.pf-m-inset-sm-on-xl {
1952
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--sm);
1953
+ }
1954
+ .pf-v5-c-toolbar.pf-m-inset-md-on-xl,
1955
+ .pf-v5-c-toolbar__content.pf-m-inset-md-on-xl,
1956
+ .pf-v5-c-toolbar__content-section.pf-m-inset-md-on-xl {
1957
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--md);
1958
+ }
1959
+ .pf-v5-c-toolbar.pf-m-inset-lg-on-xl,
1960
+ .pf-v5-c-toolbar__content.pf-m-inset-lg-on-xl,
1961
+ .pf-v5-c-toolbar__content-section.pf-m-inset-lg-on-xl {
1962
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--lg);
1963
+ }
1964
+ .pf-v5-c-toolbar.pf-m-inset-xl-on-xl,
1965
+ .pf-v5-c-toolbar__content.pf-m-inset-xl-on-xl,
1966
+ .pf-v5-c-toolbar__content-section.pf-m-inset-xl-on-xl {
1967
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--xl);
1968
+ }
1969
+ .pf-v5-c-toolbar.pf-m-inset-2xl-on-xl,
1970
+ .pf-v5-c-toolbar__content.pf-m-inset-2xl-on-xl,
1971
+ .pf-v5-c-toolbar__content-section.pf-m-inset-2xl-on-xl {
1972
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--2xl);
1973
+ }
1974
+ .pf-v5-c-toolbar.pf-m-inset-3xl-on-xl,
1975
+ .pf-v5-c-toolbar__content.pf-m-inset-3xl-on-xl,
1976
+ .pf-v5-c-toolbar__content-section.pf-m-inset-3xl-on-xl {
1977
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--3xl);
1978
+ }
1979
+ .pf-v5-c-toolbar.pf-m-inset-4xl-on-xl,
1980
+ .pf-v5-c-toolbar__content.pf-m-inset-4xl-on-xl,
1981
+ .pf-v5-c-toolbar__content-section.pf-m-inset-4xl-on-xl {
1982
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--4xl);
1983
+ }
1984
+ .pf-v5-c-toolbar__group.pf-m-wrap-on-xl,
1985
+ .pf-v5-c-toolbar__item.pf-m-wrap-on-xl,
1986
+ .pf-v5-c-toolbar__content.pf-m-wrap-on-xl,
1987
+ .pf-v5-c-toolbar__content-section.pf-m-wrap-on-xl {
1988
+ flex-wrap: wrap;
1163
1989
  }
1164
- .pf-v5-c-toolbar.pf-m-inset-sm-on-xl {
1165
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
1166
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1167
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1990
+ .pf-v5-c-toolbar__group.pf-m-nowrap-on-xl,
1991
+ .pf-v5-c-toolbar__item.pf-m-nowrap-on-xl,
1992
+ .pf-v5-c-toolbar__content.pf-m-nowrap-on-xl,
1993
+ .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-xl {
1994
+ flex-wrap: nowrap;
1168
1995
  }
1169
- .pf-v5-c-toolbar.pf-m-inset-md-on-xl {
1170
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
1171
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1172
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
1996
+ .pf-v5-c-toolbar__group.pf-m-align-items-stretch-on-xl,
1997
+ .pf-v5-c-toolbar__item.pf-m-align-items-stretch-on-xl,
1998
+ .pf-v5-c-toolbar__content.pf-m-align-items-stretch-on-xl,
1999
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-stretch-on-xl {
2000
+ align-items: stretch;
2001
+ }
2002
+ .pf-v5-c-toolbar__group.pf-m-align-items-baseline-on-xl,
2003
+ .pf-v5-c-toolbar__item.pf-m-align-items-baseline-on-xl,
2004
+ .pf-v5-c-toolbar__content.pf-m-align-items-baseline-on-xl,
2005
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-baseline-on-xl {
2006
+ align-items: baseline;
2007
+ }
2008
+ .pf-v5-c-toolbar__group.pf-m-align-items-start-on-xl,
2009
+ .pf-v5-c-toolbar__item.pf-m-align-items-start-on-xl,
2010
+ .pf-v5-c-toolbar__content.pf-m-align-items-start-on-xl,
2011
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-start-on-xl {
2012
+ align-items: start;
2013
+ }
2014
+ .pf-v5-c-toolbar__group.pf-m-align-items-center-on-xl,
2015
+ .pf-v5-c-toolbar__item.pf-m-align-items-center-on-xl,
2016
+ .pf-v5-c-toolbar__content.pf-m-align-items-center-on-xl,
2017
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-center-on-xl {
2018
+ align-items: center;
2019
+ }
2020
+ .pf-v5-c-toolbar__group.pf-m-align-items-end-on-xl,
2021
+ .pf-v5-c-toolbar__item.pf-m-align-items-end-on-xl,
2022
+ .pf-v5-c-toolbar__content.pf-m-align-items-end-on-xl,
2023
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-end-on-xl {
2024
+ align-items: end;
2025
+ }
2026
+ .pf-v5-c-toolbar__group.pf-m-gap-none-on-xl,
2027
+ .pf-v5-c-toolbar__item.pf-m-gap-none-on-xl,
2028
+ .pf-v5-c-toolbar__content.pf-m-gap-none-on-xl,
2029
+ .pf-v5-c-toolbar__content-section.pf-m-gap-none-on-xl {
2030
+ column-gap: 0;
2031
+ }
2032
+ .pf-v5-c-toolbar__group.pf-m-gap-xs-on-xl,
2033
+ .pf-v5-c-toolbar__item.pf-m-gap-xs-on-xl,
2034
+ .pf-v5-c-toolbar__content.pf-m-gap-xs-on-xl,
2035
+ .pf-v5-c-toolbar__content-section.pf-m-gap-xs-on-xl {
2036
+ column-gap: var(--pf-v5-global--spacer--xs);
2037
+ }
2038
+ .pf-v5-c-toolbar__group.pf-m-gap-sm-on-xl,
2039
+ .pf-v5-c-toolbar__item.pf-m-gap-sm-on-xl,
2040
+ .pf-v5-c-toolbar__content.pf-m-gap-sm-on-xl,
2041
+ .pf-v5-c-toolbar__content-section.pf-m-gap-sm-on-xl {
2042
+ column-gap: var(--pf-v5-global--spacer--sm);
2043
+ }
2044
+ .pf-v5-c-toolbar__group.pf-m-gap-md-on-xl,
2045
+ .pf-v5-c-toolbar__item.pf-m-gap-md-on-xl,
2046
+ .pf-v5-c-toolbar__content.pf-m-gap-md-on-xl,
2047
+ .pf-v5-c-toolbar__content-section.pf-m-gap-md-on-xl {
2048
+ column-gap: var(--pf-v5-global--spacer--md);
2049
+ }
2050
+ .pf-v5-c-toolbar__group.pf-m-gap-lg-on-xl,
2051
+ .pf-v5-c-toolbar__item.pf-m-gap-lg-on-xl,
2052
+ .pf-v5-c-toolbar__content.pf-m-gap-lg-on-xl,
2053
+ .pf-v5-c-toolbar__content-section.pf-m-gap-lg-on-xl {
2054
+ column-gap: var(--pf-v5-global--spacer--lg);
2055
+ }
2056
+ .pf-v5-c-toolbar__group.pf-m-gap-xl-on-xl,
2057
+ .pf-v5-c-toolbar__item.pf-m-gap-xl-on-xl,
2058
+ .pf-v5-c-toolbar__content.pf-m-gap-xl-on-xl,
2059
+ .pf-v5-c-toolbar__content-section.pf-m-gap-xl-on-xl {
2060
+ column-gap: var(--pf-v5-global--spacer--xl);
2061
+ }
2062
+ .pf-v5-c-toolbar__group.pf-m-gap-2xl-on-xl,
2063
+ .pf-v5-c-toolbar__item.pf-m-gap-2xl-on-xl,
2064
+ .pf-v5-c-toolbar__content.pf-m-gap-2xl-on-xl,
2065
+ .pf-v5-c-toolbar__content-section.pf-m-gap-2xl-on-xl {
2066
+ column-gap: var(--pf-v5-global--spacer--2xl);
2067
+ }
2068
+ .pf-v5-c-toolbar__group.pf-m-gap-3xl-on-xl,
2069
+ .pf-v5-c-toolbar__item.pf-m-gap-3xl-on-xl,
2070
+ .pf-v5-c-toolbar__content.pf-m-gap-3xl-on-xl,
2071
+ .pf-v5-c-toolbar__content-section.pf-m-gap-3xl-on-xl {
2072
+ column-gap: var(--pf-v5-global--spacer--3xl);
2073
+ }
2074
+ .pf-v5-c-toolbar__group.pf-m-gap-4xl-on-xl,
2075
+ .pf-v5-c-toolbar__item.pf-m-gap-4xl-on-xl,
2076
+ .pf-v5-c-toolbar__content.pf-m-gap-4xl-on-xl,
2077
+ .pf-v5-c-toolbar__content-section.pf-m-gap-4xl-on-xl {
2078
+ column-gap: var(--pf-v5-global--spacer--4xl);
2079
+ }
2080
+ .pf-v5-c-toolbar__group.pf-m-column-gap-none-on-xl,
2081
+ .pf-v5-c-toolbar__item.pf-m-column-gap-none-on-xl,
2082
+ .pf-v5-c-toolbar__content.pf-m-column-gap-none-on-xl,
2083
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-none-on-xl {
2084
+ column-gap: 0;
2085
+ }
2086
+ .pf-v5-c-toolbar__group.pf-m-row-gap-none-on-xl,
2087
+ .pf-v5-c-toolbar__item.pf-m-row-gap-none-on-xl,
2088
+ .pf-v5-c-toolbar__content.pf-m-row-gap-none-on-xl,
2089
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-none-on-xl {
2090
+ column-gap: 0;
2091
+ }
2092
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startnone-on-xl,
2093
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startnone-on-xl,
2094
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startnone-on-xl,
2095
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startnone-on-xl {
2096
+ margin-inline-start: 0;
2097
+ }
2098
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endnone-on-xl,
2099
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endnone-on-xl,
2100
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endnone-on-xl,
2101
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endnone-on-xl {
2102
+ margin-inline-end: 0;
2103
+ }
2104
+ .pf-v5-c-toolbar__group.pf-m-column-gap-xs-on-xl,
2105
+ .pf-v5-c-toolbar__item.pf-m-column-gap-xs-on-xl,
2106
+ .pf-v5-c-toolbar__content.pf-m-column-gap-xs-on-xl,
2107
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-xs-on-xl {
2108
+ column-gap: var(--pf-v5-global--spacer--xs);
2109
+ }
2110
+ .pf-v5-c-toolbar__group.pf-m-row-gap-xs-on-xl,
2111
+ .pf-v5-c-toolbar__item.pf-m-row-gap-xs-on-xl,
2112
+ .pf-v5-c-toolbar__content.pf-m-row-gap-xs-on-xl,
2113
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-xs-on-xl {
2114
+ column-gap: var(--pf-v5-global--spacer--xs);
2115
+ }
2116
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startxs-on-xl,
2117
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startxs-on-xl,
2118
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startxs-on-xl,
2119
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startxs-on-xl {
2120
+ margin-inline-start: var(--pf-v5-global--spacer--xs);
2121
+ }
2122
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endxs-on-xl,
2123
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endxs-on-xl,
2124
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endxs-on-xl,
2125
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endxs-on-xl {
2126
+ margin-inline-end: var(--pf-v5-global--spacer--xs);
2127
+ }
2128
+ .pf-v5-c-toolbar__group.pf-m-column-gap-sm-on-xl,
2129
+ .pf-v5-c-toolbar__item.pf-m-column-gap-sm-on-xl,
2130
+ .pf-v5-c-toolbar__content.pf-m-column-gap-sm-on-xl,
2131
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-sm-on-xl {
2132
+ column-gap: var(--pf-v5-global--spacer--sm);
2133
+ }
2134
+ .pf-v5-c-toolbar__group.pf-m-row-gap-sm-on-xl,
2135
+ .pf-v5-c-toolbar__item.pf-m-row-gap-sm-on-xl,
2136
+ .pf-v5-c-toolbar__content.pf-m-row-gap-sm-on-xl,
2137
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-sm-on-xl {
2138
+ column-gap: var(--pf-v5-global--spacer--sm);
2139
+ }
2140
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startsm-on-xl,
2141
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startsm-on-xl,
2142
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startsm-on-xl,
2143
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startsm-on-xl {
2144
+ margin-inline-start: var(--pf-v5-global--spacer--sm);
2145
+ }
2146
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endsm-on-xl,
2147
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endsm-on-xl,
2148
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endsm-on-xl,
2149
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endsm-on-xl {
2150
+ margin-inline-end: var(--pf-v5-global--spacer--sm);
2151
+ }
2152
+ .pf-v5-c-toolbar__group.pf-m-column-gap-md-on-xl,
2153
+ .pf-v5-c-toolbar__item.pf-m-column-gap-md-on-xl,
2154
+ .pf-v5-c-toolbar__content.pf-m-column-gap-md-on-xl,
2155
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-md-on-xl {
2156
+ column-gap: var(--pf-v5-global--spacer--md);
2157
+ }
2158
+ .pf-v5-c-toolbar__group.pf-m-row-gap-md-on-xl,
2159
+ .pf-v5-c-toolbar__item.pf-m-row-gap-md-on-xl,
2160
+ .pf-v5-c-toolbar__content.pf-m-row-gap-md-on-xl,
2161
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-md-on-xl {
2162
+ column-gap: var(--pf-v5-global--spacer--md);
2163
+ }
2164
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startmd-on-xl,
2165
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startmd-on-xl,
2166
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startmd-on-xl,
2167
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startmd-on-xl {
2168
+ margin-inline-start: var(--pf-v5-global--spacer--md);
2169
+ }
2170
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endmd-on-xl,
2171
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endmd-on-xl,
2172
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endmd-on-xl,
2173
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endmd-on-xl {
2174
+ margin-inline-end: var(--pf-v5-global--spacer--md);
2175
+ }
2176
+ .pf-v5-c-toolbar__group.pf-m-column-gap-lg-on-xl,
2177
+ .pf-v5-c-toolbar__item.pf-m-column-gap-lg-on-xl,
2178
+ .pf-v5-c-toolbar__content.pf-m-column-gap-lg-on-xl,
2179
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-lg-on-xl {
2180
+ column-gap: var(--pf-v5-global--spacer--lg);
2181
+ }
2182
+ .pf-v5-c-toolbar__group.pf-m-row-gap-lg-on-xl,
2183
+ .pf-v5-c-toolbar__item.pf-m-row-gap-lg-on-xl,
2184
+ .pf-v5-c-toolbar__content.pf-m-row-gap-lg-on-xl,
2185
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-lg-on-xl {
2186
+ column-gap: var(--pf-v5-global--spacer--lg);
2187
+ }
2188
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startlg-on-xl,
2189
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startlg-on-xl,
2190
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startlg-on-xl,
2191
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startlg-on-xl {
2192
+ margin-inline-start: var(--pf-v5-global--spacer--lg);
2193
+ }
2194
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endlg-on-xl,
2195
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endlg-on-xl,
2196
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endlg-on-xl,
2197
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endlg-on-xl {
2198
+ margin-inline-end: var(--pf-v5-global--spacer--lg);
2199
+ }
2200
+ .pf-v5-c-toolbar__group.pf-m-column-gap-xl-on-xl,
2201
+ .pf-v5-c-toolbar__item.pf-m-column-gap-xl-on-xl,
2202
+ .pf-v5-c-toolbar__content.pf-m-column-gap-xl-on-xl,
2203
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-xl-on-xl {
2204
+ column-gap: var(--pf-v5-global--spacer--xl);
2205
+ }
2206
+ .pf-v5-c-toolbar__group.pf-m-row-gap-xl-on-xl,
2207
+ .pf-v5-c-toolbar__item.pf-m-row-gap-xl-on-xl,
2208
+ .pf-v5-c-toolbar__content.pf-m-row-gap-xl-on-xl,
2209
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-xl-on-xl {
2210
+ column-gap: var(--pf-v5-global--spacer--xl);
2211
+ }
2212
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startxl-on-xl,
2213
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startxl-on-xl,
2214
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startxl-on-xl,
2215
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startxl-on-xl {
2216
+ margin-inline-start: var(--pf-v5-global--spacer--xl);
2217
+ }
2218
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endxl-on-xl,
2219
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endxl-on-xl,
2220
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endxl-on-xl,
2221
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endxl-on-xl {
2222
+ margin-inline-end: var(--pf-v5-global--spacer--xl);
2223
+ }
2224
+ .pf-v5-c-toolbar__group.pf-m-column-gap-2xl-on-xl,
2225
+ .pf-v5-c-toolbar__item.pf-m-column-gap-2xl-on-xl,
2226
+ .pf-v5-c-toolbar__content.pf-m-column-gap-2xl-on-xl,
2227
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-2xl-on-xl {
2228
+ column-gap: var(--pf-v5-global--spacer--2xl);
2229
+ }
2230
+ .pf-v5-c-toolbar__group.pf-m-row-gap-2xl-on-xl,
2231
+ .pf-v5-c-toolbar__item.pf-m-row-gap-2xl-on-xl,
2232
+ .pf-v5-c-toolbar__content.pf-m-row-gap-2xl-on-xl,
2233
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-2xl-on-xl {
2234
+ column-gap: var(--pf-v5-global--spacer--2xl);
2235
+ }
2236
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-start2xl-on-xl,
2237
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-start2xl-on-xl,
2238
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-start2xl-on-xl,
2239
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-start2xl-on-xl {
2240
+ margin-inline-start: var(--pf-v5-global--spacer--2xl);
2241
+ }
2242
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-end2xl-on-xl,
2243
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-end2xl-on-xl,
2244
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-end2xl-on-xl,
2245
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-end2xl-on-xl {
2246
+ margin-inline-end: var(--pf-v5-global--spacer--2xl);
2247
+ }
2248
+ .pf-v5-c-toolbar__group.pf-m-column-gap-3xl-on-xl,
2249
+ .pf-v5-c-toolbar__item.pf-m-column-gap-3xl-on-xl,
2250
+ .pf-v5-c-toolbar__content.pf-m-column-gap-3xl-on-xl,
2251
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-3xl-on-xl {
2252
+ column-gap: var(--pf-v5-global--spacer--3xl);
2253
+ }
2254
+ .pf-v5-c-toolbar__group.pf-m-row-gap-3xl-on-xl,
2255
+ .pf-v5-c-toolbar__item.pf-m-row-gap-3xl-on-xl,
2256
+ .pf-v5-c-toolbar__content.pf-m-row-gap-3xl-on-xl,
2257
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-3xl-on-xl {
2258
+ column-gap: var(--pf-v5-global--spacer--3xl);
2259
+ }
2260
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-start3xl-on-xl,
2261
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-start3xl-on-xl,
2262
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-start3xl-on-xl,
2263
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-start3xl-on-xl {
2264
+ margin-inline-start: var(--pf-v5-global--spacer--3xl);
2265
+ }
2266
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-end3xl-on-xl,
2267
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-end3xl-on-xl,
2268
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-end3xl-on-xl,
2269
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-end3xl-on-xl {
2270
+ margin-inline-end: var(--pf-v5-global--spacer--3xl);
2271
+ }
2272
+ .pf-v5-c-toolbar__group.pf-m-column-gap-4xl-on-xl,
2273
+ .pf-v5-c-toolbar__item.pf-m-column-gap-4xl-on-xl,
2274
+ .pf-v5-c-toolbar__content.pf-m-column-gap-4xl-on-xl,
2275
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-4xl-on-xl {
2276
+ column-gap: var(--pf-v5-global--spacer--4xl);
2277
+ }
2278
+ .pf-v5-c-toolbar__group.pf-m-row-gap-4xl-on-xl,
2279
+ .pf-v5-c-toolbar__item.pf-m-row-gap-4xl-on-xl,
2280
+ .pf-v5-c-toolbar__content.pf-m-row-gap-4xl-on-xl,
2281
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-4xl-on-xl {
2282
+ column-gap: var(--pf-v5-global--spacer--4xl);
2283
+ }
2284
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-start4xl-on-xl,
2285
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-start4xl-on-xl,
2286
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-start4xl-on-xl,
2287
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-start4xl-on-xl {
2288
+ margin-inline-start: var(--pf-v5-global--spacer--4xl);
2289
+ }
2290
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-end4xl-on-xl,
2291
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-end4xl-on-xl,
2292
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-end4xl-on-xl,
2293
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-end4xl-on-xl {
2294
+ margin-inline-end: var(--pf-v5-global--spacer--4xl);
2295
+ }
2296
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-xl .pf-v5-c-toolbar__group,
2297
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-xl .pf-v5-c-toolbar__item {
2298
+ display: flex;
2299
+ flex: 0 1 auto;
1173
2300
  }
1174
- .pf-v5-c-toolbar.pf-m-inset-lg-on-xl {
1175
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
1176
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1177
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
2301
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-xl .pf-v5-c-toolbar__toggle {
2302
+ display: none;
1178
2303
  }
1179
- .pf-v5-c-toolbar.pf-m-inset-xl-on-xl {
1180
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
1181
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1182
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
2304
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group) .pf-v5-c-toolbar__group,
2305
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group) .pf-v5-c-toolbar__item, .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-xl .pf-v5-c-toolbar__group,
2306
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-xl .pf-v5-c-toolbar__item {
2307
+ display: none;
1183
2308
  }
1184
- .pf-v5-c-toolbar.pf-m-inset-2xl-on-xl {
1185
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
1186
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1187
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
2309
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group) .pf-v5-c-toolbar__toggle, .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-xl .pf-v5-c-toolbar__toggle {
2310
+ display: inline-block;
1188
2311
  }
1189
2312
  }
1190
2313
  @media (min-width: 1450px) {
1191
- .pf-v5-c-toolbar.pf-m-inset-none-on-2xl {
1192
- --pf-v5-c-toolbar--inset: 0;
1193
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1194
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
2314
+ .pf-v5-c-toolbar__group.pf-m-align-start-on-2xl,
2315
+ .pf-v5-c-toolbar__item.pf-m-align-start-on-2xl {
2316
+ margin-inline-start: 0;
2317
+ }
2318
+ .pf-v5-c-toolbar__group.pf-m-align-center-on-2xl,
2319
+ .pf-v5-c-toolbar__item.pf-m-align-center-on-2xl {
2320
+ margin-inline-start: auto;
2321
+ margin-inline-end: auto;
2322
+ }
2323
+ .pf-v5-c-toolbar__group.pf-m-align-end-on-2xl,
2324
+ .pf-v5-c-toolbar__item.pf-m-align-end-on-2xl {
2325
+ margin-inline-start: auto;
2326
+ }
2327
+ .pf-v5-c-toolbar__group.pf-m-flex-grow-on-2xl,
2328
+ .pf-v5-c-toolbar__item.pf-m-flex-grow-on-2xl {
2329
+ flex-grow: 1;
2330
+ }
2331
+ .pf-v5-c-toolbar__group.pf-m-align-self-stretch-on-2xl,
2332
+ .pf-v5-c-toolbar__item.pf-m-align-self-stretch-on-2xl {
2333
+ align-self: stretch;
2334
+ }
2335
+ .pf-v5-c-toolbar__group.pf-m-align-self-baseline-on-2xl,
2336
+ .pf-v5-c-toolbar__item.pf-m-align-self-baseline-on-2xl {
2337
+ align-self: baseline;
2338
+ }
2339
+ .pf-v5-c-toolbar__group.pf-m-align-self-start-on-2xl,
2340
+ .pf-v5-c-toolbar__item.pf-m-align-self-start-on-2xl {
2341
+ align-self: start;
2342
+ }
2343
+ .pf-v5-c-toolbar__group.pf-m-align-self-center-on-2xl,
2344
+ .pf-v5-c-toolbar__item.pf-m-align-self-center-on-2xl {
2345
+ align-self: center;
2346
+ }
2347
+ .pf-v5-c-toolbar__group.pf-m-align-self-end-on-2xl,
2348
+ .pf-v5-c-toolbar__item.pf-m-align-self-end-on-2xl {
2349
+ align-self: end;
2350
+ }
2351
+ .pf-v5-c-toolbar.pf-m-inset-none-on-2xl,
2352
+ .pf-v5-c-toolbar__content.pf-m-inset-none-on-2xl,
2353
+ .pf-v5-c-toolbar__content-section.pf-m-inset-none-on-2xl {
2354
+ --pf-v5-c-toolbar__content--PaddingInline: 0;
2355
+ }
2356
+ .pf-v5-c-toolbar.pf-m-inset-xs-on-2xl,
2357
+ .pf-v5-c-toolbar__content.pf-m-inset-xs-on-2xl,
2358
+ .pf-v5-c-toolbar__content-section.pf-m-inset-xs-on-2xl {
2359
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--xs);
2360
+ }
2361
+ .pf-v5-c-toolbar.pf-m-inset-sm-on-2xl,
2362
+ .pf-v5-c-toolbar__content.pf-m-inset-sm-on-2xl,
2363
+ .pf-v5-c-toolbar__content-section.pf-m-inset-sm-on-2xl {
2364
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--sm);
2365
+ }
2366
+ .pf-v5-c-toolbar.pf-m-inset-md-on-2xl,
2367
+ .pf-v5-c-toolbar__content.pf-m-inset-md-on-2xl,
2368
+ .pf-v5-c-toolbar__content-section.pf-m-inset-md-on-2xl {
2369
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--md);
2370
+ }
2371
+ .pf-v5-c-toolbar.pf-m-inset-lg-on-2xl,
2372
+ .pf-v5-c-toolbar__content.pf-m-inset-lg-on-2xl,
2373
+ .pf-v5-c-toolbar__content-section.pf-m-inset-lg-on-2xl {
2374
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--lg);
2375
+ }
2376
+ .pf-v5-c-toolbar.pf-m-inset-xl-on-2xl,
2377
+ .pf-v5-c-toolbar__content.pf-m-inset-xl-on-2xl,
2378
+ .pf-v5-c-toolbar__content-section.pf-m-inset-xl-on-2xl {
2379
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--xl);
2380
+ }
2381
+ .pf-v5-c-toolbar.pf-m-inset-2xl-on-2xl,
2382
+ .pf-v5-c-toolbar__content.pf-m-inset-2xl-on-2xl,
2383
+ .pf-v5-c-toolbar__content-section.pf-m-inset-2xl-on-2xl {
2384
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--2xl);
2385
+ }
2386
+ .pf-v5-c-toolbar.pf-m-inset-3xl-on-2xl,
2387
+ .pf-v5-c-toolbar__content.pf-m-inset-3xl-on-2xl,
2388
+ .pf-v5-c-toolbar__content-section.pf-m-inset-3xl-on-2xl {
2389
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--3xl);
2390
+ }
2391
+ .pf-v5-c-toolbar.pf-m-inset-4xl-on-2xl,
2392
+ .pf-v5-c-toolbar__content.pf-m-inset-4xl-on-2xl,
2393
+ .pf-v5-c-toolbar__content-section.pf-m-inset-4xl-on-2xl {
2394
+ --pf-v5-c-toolbar__content--PaddingInline: var(--pf-v5-global--spacer--4xl);
2395
+ }
2396
+ .pf-v5-c-toolbar__group.pf-m-wrap-on-2xl,
2397
+ .pf-v5-c-toolbar__item.pf-m-wrap-on-2xl,
2398
+ .pf-v5-c-toolbar__content.pf-m-wrap-on-2xl,
2399
+ .pf-v5-c-toolbar__content-section.pf-m-wrap-on-2xl {
2400
+ flex-wrap: wrap;
1195
2401
  }
1196
- .pf-v5-c-toolbar.pf-m-inset-sm-on-2xl {
1197
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--sm);
1198
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1199
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
2402
+ .pf-v5-c-toolbar__group.pf-m-nowrap-on-2xl,
2403
+ .pf-v5-c-toolbar__item.pf-m-nowrap-on-2xl,
2404
+ .pf-v5-c-toolbar__content.pf-m-nowrap-on-2xl,
2405
+ .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-2xl {
2406
+ flex-wrap: nowrap;
1200
2407
  }
1201
- .pf-v5-c-toolbar.pf-m-inset-md-on-2xl {
1202
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--md);
1203
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1204
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
2408
+ .pf-v5-c-toolbar__group.pf-m-align-items-stretch-on-2xl,
2409
+ .pf-v5-c-toolbar__item.pf-m-align-items-stretch-on-2xl,
2410
+ .pf-v5-c-toolbar__content.pf-m-align-items-stretch-on-2xl,
2411
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-stretch-on-2xl {
2412
+ align-items: stretch;
2413
+ }
2414
+ .pf-v5-c-toolbar__group.pf-m-align-items-baseline-on-2xl,
2415
+ .pf-v5-c-toolbar__item.pf-m-align-items-baseline-on-2xl,
2416
+ .pf-v5-c-toolbar__content.pf-m-align-items-baseline-on-2xl,
2417
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-baseline-on-2xl {
2418
+ align-items: baseline;
2419
+ }
2420
+ .pf-v5-c-toolbar__group.pf-m-align-items-start-on-2xl,
2421
+ .pf-v5-c-toolbar__item.pf-m-align-items-start-on-2xl,
2422
+ .pf-v5-c-toolbar__content.pf-m-align-items-start-on-2xl,
2423
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-start-on-2xl {
2424
+ align-items: start;
2425
+ }
2426
+ .pf-v5-c-toolbar__group.pf-m-align-items-center-on-2xl,
2427
+ .pf-v5-c-toolbar__item.pf-m-align-items-center-on-2xl,
2428
+ .pf-v5-c-toolbar__content.pf-m-align-items-center-on-2xl,
2429
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-center-on-2xl {
2430
+ align-items: center;
2431
+ }
2432
+ .pf-v5-c-toolbar__group.pf-m-align-items-end-on-2xl,
2433
+ .pf-v5-c-toolbar__item.pf-m-align-items-end-on-2xl,
2434
+ .pf-v5-c-toolbar__content.pf-m-align-items-end-on-2xl,
2435
+ .pf-v5-c-toolbar__content-section.pf-m-align-items-end-on-2xl {
2436
+ align-items: end;
2437
+ }
2438
+ .pf-v5-c-toolbar__group.pf-m-gap-none-on-2xl,
2439
+ .pf-v5-c-toolbar__item.pf-m-gap-none-on-2xl,
2440
+ .pf-v5-c-toolbar__content.pf-m-gap-none-on-2xl,
2441
+ .pf-v5-c-toolbar__content-section.pf-m-gap-none-on-2xl {
2442
+ column-gap: 0;
2443
+ }
2444
+ .pf-v5-c-toolbar__group.pf-m-gap-xs-on-2xl,
2445
+ .pf-v5-c-toolbar__item.pf-m-gap-xs-on-2xl,
2446
+ .pf-v5-c-toolbar__content.pf-m-gap-xs-on-2xl,
2447
+ .pf-v5-c-toolbar__content-section.pf-m-gap-xs-on-2xl {
2448
+ column-gap: var(--pf-v5-global--spacer--xs);
2449
+ }
2450
+ .pf-v5-c-toolbar__group.pf-m-gap-sm-on-2xl,
2451
+ .pf-v5-c-toolbar__item.pf-m-gap-sm-on-2xl,
2452
+ .pf-v5-c-toolbar__content.pf-m-gap-sm-on-2xl,
2453
+ .pf-v5-c-toolbar__content-section.pf-m-gap-sm-on-2xl {
2454
+ column-gap: var(--pf-v5-global--spacer--sm);
2455
+ }
2456
+ .pf-v5-c-toolbar__group.pf-m-gap-md-on-2xl,
2457
+ .pf-v5-c-toolbar__item.pf-m-gap-md-on-2xl,
2458
+ .pf-v5-c-toolbar__content.pf-m-gap-md-on-2xl,
2459
+ .pf-v5-c-toolbar__content-section.pf-m-gap-md-on-2xl {
2460
+ column-gap: var(--pf-v5-global--spacer--md);
2461
+ }
2462
+ .pf-v5-c-toolbar__group.pf-m-gap-lg-on-2xl,
2463
+ .pf-v5-c-toolbar__item.pf-m-gap-lg-on-2xl,
2464
+ .pf-v5-c-toolbar__content.pf-m-gap-lg-on-2xl,
2465
+ .pf-v5-c-toolbar__content-section.pf-m-gap-lg-on-2xl {
2466
+ column-gap: var(--pf-v5-global--spacer--lg);
2467
+ }
2468
+ .pf-v5-c-toolbar__group.pf-m-gap-xl-on-2xl,
2469
+ .pf-v5-c-toolbar__item.pf-m-gap-xl-on-2xl,
2470
+ .pf-v5-c-toolbar__content.pf-m-gap-xl-on-2xl,
2471
+ .pf-v5-c-toolbar__content-section.pf-m-gap-xl-on-2xl {
2472
+ column-gap: var(--pf-v5-global--spacer--xl);
2473
+ }
2474
+ .pf-v5-c-toolbar__group.pf-m-gap-2xl-on-2xl,
2475
+ .pf-v5-c-toolbar__item.pf-m-gap-2xl-on-2xl,
2476
+ .pf-v5-c-toolbar__content.pf-m-gap-2xl-on-2xl,
2477
+ .pf-v5-c-toolbar__content-section.pf-m-gap-2xl-on-2xl {
2478
+ column-gap: var(--pf-v5-global--spacer--2xl);
2479
+ }
2480
+ .pf-v5-c-toolbar__group.pf-m-gap-3xl-on-2xl,
2481
+ .pf-v5-c-toolbar__item.pf-m-gap-3xl-on-2xl,
2482
+ .pf-v5-c-toolbar__content.pf-m-gap-3xl-on-2xl,
2483
+ .pf-v5-c-toolbar__content-section.pf-m-gap-3xl-on-2xl {
2484
+ column-gap: var(--pf-v5-global--spacer--3xl);
2485
+ }
2486
+ .pf-v5-c-toolbar__group.pf-m-gap-4xl-on-2xl,
2487
+ .pf-v5-c-toolbar__item.pf-m-gap-4xl-on-2xl,
2488
+ .pf-v5-c-toolbar__content.pf-m-gap-4xl-on-2xl,
2489
+ .pf-v5-c-toolbar__content-section.pf-m-gap-4xl-on-2xl {
2490
+ column-gap: var(--pf-v5-global--spacer--4xl);
2491
+ }
2492
+ .pf-v5-c-toolbar__group.pf-m-column-gap-none-on-2xl,
2493
+ .pf-v5-c-toolbar__item.pf-m-column-gap-none-on-2xl,
2494
+ .pf-v5-c-toolbar__content.pf-m-column-gap-none-on-2xl,
2495
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-none-on-2xl {
2496
+ column-gap: 0;
2497
+ }
2498
+ .pf-v5-c-toolbar__group.pf-m-row-gap-none-on-2xl,
2499
+ .pf-v5-c-toolbar__item.pf-m-row-gap-none-on-2xl,
2500
+ .pf-v5-c-toolbar__content.pf-m-row-gap-none-on-2xl,
2501
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-none-on-2xl {
2502
+ column-gap: 0;
2503
+ }
2504
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startnone-on-2xl,
2505
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startnone-on-2xl,
2506
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startnone-on-2xl,
2507
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startnone-on-2xl {
2508
+ margin-inline-start: 0;
2509
+ }
2510
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endnone-on-2xl,
2511
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endnone-on-2xl,
2512
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endnone-on-2xl,
2513
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endnone-on-2xl {
2514
+ margin-inline-end: 0;
2515
+ }
2516
+ .pf-v5-c-toolbar__group.pf-m-column-gap-xs-on-2xl,
2517
+ .pf-v5-c-toolbar__item.pf-m-column-gap-xs-on-2xl,
2518
+ .pf-v5-c-toolbar__content.pf-m-column-gap-xs-on-2xl,
2519
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-xs-on-2xl {
2520
+ column-gap: var(--pf-v5-global--spacer--xs);
2521
+ }
2522
+ .pf-v5-c-toolbar__group.pf-m-row-gap-xs-on-2xl,
2523
+ .pf-v5-c-toolbar__item.pf-m-row-gap-xs-on-2xl,
2524
+ .pf-v5-c-toolbar__content.pf-m-row-gap-xs-on-2xl,
2525
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-xs-on-2xl {
2526
+ column-gap: var(--pf-v5-global--spacer--xs);
2527
+ }
2528
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startxs-on-2xl,
2529
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startxs-on-2xl,
2530
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startxs-on-2xl,
2531
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startxs-on-2xl {
2532
+ margin-inline-start: var(--pf-v5-global--spacer--xs);
2533
+ }
2534
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endxs-on-2xl,
2535
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endxs-on-2xl,
2536
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endxs-on-2xl,
2537
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endxs-on-2xl {
2538
+ margin-inline-end: var(--pf-v5-global--spacer--xs);
2539
+ }
2540
+ .pf-v5-c-toolbar__group.pf-m-column-gap-sm-on-2xl,
2541
+ .pf-v5-c-toolbar__item.pf-m-column-gap-sm-on-2xl,
2542
+ .pf-v5-c-toolbar__content.pf-m-column-gap-sm-on-2xl,
2543
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-sm-on-2xl {
2544
+ column-gap: var(--pf-v5-global--spacer--sm);
2545
+ }
2546
+ .pf-v5-c-toolbar__group.pf-m-row-gap-sm-on-2xl,
2547
+ .pf-v5-c-toolbar__item.pf-m-row-gap-sm-on-2xl,
2548
+ .pf-v5-c-toolbar__content.pf-m-row-gap-sm-on-2xl,
2549
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-sm-on-2xl {
2550
+ column-gap: var(--pf-v5-global--spacer--sm);
2551
+ }
2552
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startsm-on-2xl,
2553
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startsm-on-2xl,
2554
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startsm-on-2xl,
2555
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startsm-on-2xl {
2556
+ margin-inline-start: var(--pf-v5-global--spacer--sm);
2557
+ }
2558
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endsm-on-2xl,
2559
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endsm-on-2xl,
2560
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endsm-on-2xl,
2561
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endsm-on-2xl {
2562
+ margin-inline-end: var(--pf-v5-global--spacer--sm);
2563
+ }
2564
+ .pf-v5-c-toolbar__group.pf-m-column-gap-md-on-2xl,
2565
+ .pf-v5-c-toolbar__item.pf-m-column-gap-md-on-2xl,
2566
+ .pf-v5-c-toolbar__content.pf-m-column-gap-md-on-2xl,
2567
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-md-on-2xl {
2568
+ column-gap: var(--pf-v5-global--spacer--md);
2569
+ }
2570
+ .pf-v5-c-toolbar__group.pf-m-row-gap-md-on-2xl,
2571
+ .pf-v5-c-toolbar__item.pf-m-row-gap-md-on-2xl,
2572
+ .pf-v5-c-toolbar__content.pf-m-row-gap-md-on-2xl,
2573
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-md-on-2xl {
2574
+ column-gap: var(--pf-v5-global--spacer--md);
2575
+ }
2576
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startmd-on-2xl,
2577
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startmd-on-2xl,
2578
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startmd-on-2xl,
2579
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startmd-on-2xl {
2580
+ margin-inline-start: var(--pf-v5-global--spacer--md);
2581
+ }
2582
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endmd-on-2xl,
2583
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endmd-on-2xl,
2584
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endmd-on-2xl,
2585
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endmd-on-2xl {
2586
+ margin-inline-end: var(--pf-v5-global--spacer--md);
2587
+ }
2588
+ .pf-v5-c-toolbar__group.pf-m-column-gap-lg-on-2xl,
2589
+ .pf-v5-c-toolbar__item.pf-m-column-gap-lg-on-2xl,
2590
+ .pf-v5-c-toolbar__content.pf-m-column-gap-lg-on-2xl,
2591
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-lg-on-2xl {
2592
+ column-gap: var(--pf-v5-global--spacer--lg);
2593
+ }
2594
+ .pf-v5-c-toolbar__group.pf-m-row-gap-lg-on-2xl,
2595
+ .pf-v5-c-toolbar__item.pf-m-row-gap-lg-on-2xl,
2596
+ .pf-v5-c-toolbar__content.pf-m-row-gap-lg-on-2xl,
2597
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-lg-on-2xl {
2598
+ column-gap: var(--pf-v5-global--spacer--lg);
2599
+ }
2600
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startlg-on-2xl,
2601
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startlg-on-2xl,
2602
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startlg-on-2xl,
2603
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startlg-on-2xl {
2604
+ margin-inline-start: var(--pf-v5-global--spacer--lg);
2605
+ }
2606
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endlg-on-2xl,
2607
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endlg-on-2xl,
2608
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endlg-on-2xl,
2609
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endlg-on-2xl {
2610
+ margin-inline-end: var(--pf-v5-global--spacer--lg);
2611
+ }
2612
+ .pf-v5-c-toolbar__group.pf-m-column-gap-xl-on-2xl,
2613
+ .pf-v5-c-toolbar__item.pf-m-column-gap-xl-on-2xl,
2614
+ .pf-v5-c-toolbar__content.pf-m-column-gap-xl-on-2xl,
2615
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-xl-on-2xl {
2616
+ column-gap: var(--pf-v5-global--spacer--xl);
2617
+ }
2618
+ .pf-v5-c-toolbar__group.pf-m-row-gap-xl-on-2xl,
2619
+ .pf-v5-c-toolbar__item.pf-m-row-gap-xl-on-2xl,
2620
+ .pf-v5-c-toolbar__content.pf-m-row-gap-xl-on-2xl,
2621
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-xl-on-2xl {
2622
+ column-gap: var(--pf-v5-global--spacer--xl);
2623
+ }
2624
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-startxl-on-2xl,
2625
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-startxl-on-2xl,
2626
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-startxl-on-2xl,
2627
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-startxl-on-2xl {
2628
+ margin-inline-start: var(--pf-v5-global--spacer--xl);
2629
+ }
2630
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-endxl-on-2xl,
2631
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-endxl-on-2xl,
2632
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-endxl-on-2xl,
2633
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-endxl-on-2xl {
2634
+ margin-inline-end: var(--pf-v5-global--spacer--xl);
2635
+ }
2636
+ .pf-v5-c-toolbar__group.pf-m-column-gap-2xl-on-2xl,
2637
+ .pf-v5-c-toolbar__item.pf-m-column-gap-2xl-on-2xl,
2638
+ .pf-v5-c-toolbar__content.pf-m-column-gap-2xl-on-2xl,
2639
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-2xl-on-2xl {
2640
+ column-gap: var(--pf-v5-global--spacer--2xl);
2641
+ }
2642
+ .pf-v5-c-toolbar__group.pf-m-row-gap-2xl-on-2xl,
2643
+ .pf-v5-c-toolbar__item.pf-m-row-gap-2xl-on-2xl,
2644
+ .pf-v5-c-toolbar__content.pf-m-row-gap-2xl-on-2xl,
2645
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-2xl-on-2xl {
2646
+ column-gap: var(--pf-v5-global--spacer--2xl);
2647
+ }
2648
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-start2xl-on-2xl,
2649
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-start2xl-on-2xl,
2650
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-start2xl-on-2xl,
2651
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-start2xl-on-2xl {
2652
+ margin-inline-start: var(--pf-v5-global--spacer--2xl);
2653
+ }
2654
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-end2xl-on-2xl,
2655
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-end2xl-on-2xl,
2656
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-end2xl-on-2xl,
2657
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-end2xl-on-2xl {
2658
+ margin-inline-end: var(--pf-v5-global--spacer--2xl);
2659
+ }
2660
+ .pf-v5-c-toolbar__group.pf-m-column-gap-3xl-on-2xl,
2661
+ .pf-v5-c-toolbar__item.pf-m-column-gap-3xl-on-2xl,
2662
+ .pf-v5-c-toolbar__content.pf-m-column-gap-3xl-on-2xl,
2663
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-3xl-on-2xl {
2664
+ column-gap: var(--pf-v5-global--spacer--3xl);
2665
+ }
2666
+ .pf-v5-c-toolbar__group.pf-m-row-gap-3xl-on-2xl,
2667
+ .pf-v5-c-toolbar__item.pf-m-row-gap-3xl-on-2xl,
2668
+ .pf-v5-c-toolbar__content.pf-m-row-gap-3xl-on-2xl,
2669
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-3xl-on-2xl {
2670
+ column-gap: var(--pf-v5-global--spacer--3xl);
2671
+ }
2672
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-start3xl-on-2xl,
2673
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-start3xl-on-2xl,
2674
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-start3xl-on-2xl,
2675
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-start3xl-on-2xl {
2676
+ margin-inline-start: var(--pf-v5-global--spacer--3xl);
2677
+ }
2678
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-end3xl-on-2xl,
2679
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-end3xl-on-2xl,
2680
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-end3xl-on-2xl,
2681
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-end3xl-on-2xl {
2682
+ margin-inline-end: var(--pf-v5-global--spacer--3xl);
2683
+ }
2684
+ .pf-v5-c-toolbar__group.pf-m-column-gap-4xl-on-2xl,
2685
+ .pf-v5-c-toolbar__item.pf-m-column-gap-4xl-on-2xl,
2686
+ .pf-v5-c-toolbar__content.pf-m-column-gap-4xl-on-2xl,
2687
+ .pf-v5-c-toolbar__content-section.pf-m-column-gap-4xl-on-2xl {
2688
+ column-gap: var(--pf-v5-global--spacer--4xl);
2689
+ }
2690
+ .pf-v5-c-toolbar__group.pf-m-row-gap-4xl-on-2xl,
2691
+ .pf-v5-c-toolbar__item.pf-m-row-gap-4xl-on-2xl,
2692
+ .pf-v5-c-toolbar__content.pf-m-row-gap-4xl-on-2xl,
2693
+ .pf-v5-c-toolbar__content-section.pf-m-row-gap-4xl-on-2xl {
2694
+ column-gap: var(--pf-v5-global--spacer--4xl);
2695
+ }
2696
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-start4xl-on-2xl,
2697
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-start4xl-on-2xl,
2698
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-start4xl-on-2xl,
2699
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-start4xl-on-2xl {
2700
+ margin-inline-start: var(--pf-v5-global--spacer--4xl);
2701
+ }
2702
+ .pf-v5-c-toolbar__group.pf-m-margin-inline-end4xl-on-2xl,
2703
+ .pf-v5-c-toolbar__item.pf-m-margin-inline-end4xl-on-2xl,
2704
+ .pf-v5-c-toolbar__content.pf-m-margin-inline-end4xl-on-2xl,
2705
+ .pf-v5-c-toolbar__content-section.pf-m-margin-inline-end4xl-on-2xl {
2706
+ margin-inline-end: var(--pf-v5-global--spacer--4xl);
2707
+ }
2708
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-2xl .pf-v5-c-toolbar__group,
2709
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-2xl .pf-v5-c-toolbar__item {
2710
+ display: flex;
2711
+ flex: 0 1 auto;
1205
2712
  }
1206
- .pf-v5-c-toolbar.pf-m-inset-lg-on-2xl {
1207
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--lg);
1208
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1209
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
2713
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-2xl .pf-v5-c-toolbar__toggle {
2714
+ display: none;
1210
2715
  }
1211
- .pf-v5-c-toolbar.pf-m-inset-xl-on-2xl {
1212
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--xl);
1213
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1214
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
2716
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group) .pf-v5-c-toolbar__group,
2717
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group) .pf-v5-c-toolbar__item, .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-2xl .pf-v5-c-toolbar__group,
2718
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-2xl .pf-v5-c-toolbar__item {
2719
+ display: none;
1215
2720
  }
1216
- .pf-v5-c-toolbar.pf-m-inset-2xl-on-2xl {
1217
- --pf-v5-c-toolbar--inset: var(--pf-v5-global--spacer--2xl);
1218
- --pf-v5-c-toolbar__content--PaddingRight: var(--pf-v5-c-toolbar--inset);
1219
- --pf-v5-c-toolbar__content--PaddingLeft: var(--pf-v5-c-toolbar--inset);
2721
+ .pf-v5-c-toolbar__group:where(.pf-m-toggle-group) .pf-v5-c-toolbar__toggle, .pf-v5-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-2xl .pf-v5-c-toolbar__toggle {
2722
+ display: inline-block;
1220
2723
  }
1221
- }
1222
-
1223
- .pf-v5-c-toolbar__content-section > :last-child {
1224
- --pf-v5-c-toolbar--spacer: 0;
1225
2724
  }