@patternfly/patternfly 6.0.0-alpha.186 → 6.0.0-alpha.188
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/base/patternfly-variables.css +2 -2
- package/base/tokens/tokens-charts-dark.scss +1 -1
- package/base/tokens/tokens-charts.scss +1 -1
- package/base/tokens/tokens-dark.scss +1 -1
- package/base/tokens/tokens-default.scss +3 -3
- package/base/tokens/tokens-palette.scss +1 -1
- package/components/Toolbar/toolbar.css +232 -531
- package/components/Toolbar/toolbar.scss +101 -89
- package/components/_index.css +224 -523
- package/docs/components/Card/examples/Card.md +8 -8
- package/docs/components/DataList/examples/DataList.md +17 -17
- package/docs/components/DualListSelector/examples/DualListSelector.md +16 -16
- package/docs/components/Hint/examples/Hint.md +3 -3
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +37 -37
- package/docs/components/OverflowMenu/examples/overflow-menu.md +5 -5
- package/docs/components/Table/examples/Table.md +454 -454
- package/docs/components/Toolbar/examples/Toolbar.css +10 -4
- package/docs/components/Toolbar/examples/Toolbar.md +1050 -637
- package/docs/demos/AboutModal/examples/AboutModal.md +1 -0
- package/docs/demos/Alert/examples/Alert.md +3 -0
- package/docs/demos/BackToTop/examples/BackToTop.md +1 -0
- package/docs/demos/Banner/examples/Banner.md +2 -0
- package/docs/demos/CardView/examples/CardView.md +13 -12
- package/docs/demos/Dashboard/examples/Dashboard.md +2 -1
- package/docs/demos/DataList/examples/DataList.md +31 -27
- package/docs/demos/DescriptionList/examples/DescriptionList.md +4 -1
- package/docs/demos/Drawer/examples/Drawer.md +6 -1
- package/docs/demos/JumpLinks/examples/JumpLinks.md +6 -0
- package/docs/demos/Masthead/examples/Masthead.md +19 -9
- package/docs/demos/Modal/examples/Modal.md +6 -0
- package/docs/demos/Nav/examples/Nav.md +8 -0
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +71 -61
- package/docs/demos/Page/examples/Page.md +11 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +27 -19
- package/docs/demos/Skeleton/examples/Skeleton.md +1 -0
- package/docs/demos/Table/examples/Table.md +161 -146
- package/docs/demos/Tabs/examples/Tabs.md +32 -26
- package/docs/demos/Toolbar/examples/Toolbar.css +9 -1
- package/docs/demos/Toolbar/examples/Toolbar.md +1592 -1295
- package/docs/demos/Wizard/examples/Wizard.md +9 -0
- package/layouts/Flex/flex.css +1 -1
- package/layouts/Flex/flex.scss +1 -1
- package/layouts/Gallery/gallery.css +1 -1
- package/layouts/Gallery/gallery.scss +1 -1
- package/layouts/Grid/grid.css +1 -1
- package/layouts/Grid/grid.scss +1 -1
- package/layouts/Level/level.css +1 -1
- package/layouts/Level/level.scss +1 -1
- package/layouts/Split/split.css +1 -1
- package/layouts/Split/split.scss +1 -1
- package/layouts/Stack/stack.css +1 -1
- package/layouts/Stack/stack.scss +1 -1
- package/layouts/_index.css +6 -6
- package/package.json +6 -6
- package/patternfly-base-no-globals.css +2 -2
- package/patternfly-base.css +2 -2
- package/patternfly-no-globals.css +232 -531
- package/patternfly.css +232 -531
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/docs/demos/Page/examples/Penta.md +0 -903
package/components/_index.css
CHANGED
|
@@ -19357,10 +19357,11 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19357
19357
|
}
|
|
19358
19358
|
|
|
19359
19359
|
:where(:root, .pf-v6-c-toolbar) {
|
|
19360
|
-
--pf-v6-c-toolbar--RowGap: var(--pf-t--global--spacer--
|
|
19361
|
-
--pf-v6-c-toolbar--
|
|
19362
|
-
--pf-v6-c-toolbar--
|
|
19363
|
-
--pf-v6-c-toolbar--
|
|
19360
|
+
--pf-v6-c-toolbar--RowGap: var(--pf-t--global--spacer--md);
|
|
19361
|
+
--pf-v6-c-toolbar--PaddingBlockStart: 0;
|
|
19362
|
+
--pf-v6-c-toolbar--PaddingBlockEnd: 0;
|
|
19363
|
+
--pf-v6-c-toolbar--PaddingInlineStart: 0;
|
|
19364
|
+
--pf-v6-c-toolbar--PaddingInlineEnd: 0;
|
|
19364
19365
|
--pf-v6-c-toolbar--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
19365
19366
|
--pf-v6-c-toolbar--FontSize: var(--pf-t--global--font--size--body--default);
|
|
19366
19367
|
--pf-v6-c-toolbar--BackgroundColor: transparent;
|
|
@@ -19369,25 +19370,39 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19369
19370
|
--pf-v6-c-toolbar--m-no-background--BackgroundColor: transparent;
|
|
19370
19371
|
--pf-v6-c-toolbar__item--Width: auto;
|
|
19371
19372
|
--pf-v6-c-toolbar__item--MinWidth: auto;
|
|
19372
|
-
--pf-v6-c-toolbar__item--
|
|
19373
|
+
--pf-v6-c-toolbar__item--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
|
19374
|
+
--pf-v6-c-toolbar__item--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
|
19373
19375
|
--pf-v6-c-toolbar__item--m-overflow-container--MinWidth: 0;
|
|
19376
|
+
--pf-v6-c-toolbar__group--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
|
19377
|
+
--pf-v6-c-toolbar__group--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
|
19374
19378
|
--pf-v6-c-toolbar__group--m-overflow-container--MinWidth: 0;
|
|
19375
|
-
--pf-v6-c-toolbar__content--RowGap: var(--pf-t--global--spacer--
|
|
19376
|
-
--pf-v6-c-toolbar__content--
|
|
19377
|
-
--pf-v6-c-toolbar__content--
|
|
19378
|
-
--pf-v6-c-toolbar__content--
|
|
19379
|
+
--pf-v6-c-toolbar__content--RowGap: var(--pf-t--global--spacer--md);
|
|
19380
|
+
--pf-v6-c-toolbar__content--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
19381
|
+
--pf-v6-c-toolbar__content--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
19382
|
+
--pf-v6-c-toolbar__content-section--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
|
19383
|
+
--pf-v6-c-toolbar__content-section--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
|
19379
19384
|
--pf-v6-c-toolbar__expandable-content--ZIndex: var(--pf-t--global--z-index--sm);
|
|
19385
|
+
--pf-v6-c-toolbar__expandable-content--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
|
19386
|
+
--pf-v6-c-toolbar__expandable-content--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
19387
|
+
--pf-v6-c-toolbar__expandable-content--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
19388
|
+
--pf-v6-c-toolbar__expandable-content--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
19389
|
+
--pf-v6-c-toolbar__expandable-content--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
19380
19390
|
--pf-v6-c-toolbar__expandable-content--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
|
|
19381
19391
|
--pf-v6-c-toolbar__expandable-content--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
|
19382
19392
|
--pf-v6-c-toolbar--m-sticky--ZIndex: var(--pf-t--global--z-index--xs);
|
|
19393
|
+
--pf-v6-c-toolbar--m-sticky--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
19394
|
+
--pf-v6-c-toolbar--m-sticky--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
19383
19395
|
--pf-v6-c-toolbar--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
|
|
19384
19396
|
--pf-v6-c-toolbar--m-sticky--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
19385
|
-
--pf-v6-c-toolbar--m-page-insets--inset: var(--pf-v6-c-page--inset);
|
|
19386
19397
|
--pf-v6-c-toolbar__expand-all-icon--Rotate: 0;
|
|
19387
19398
|
--pf-v6-c-toolbar__expand-all-icon--Transition: var(--pf-t--global--transition);
|
|
19388
19399
|
--pf-v6-c-toolbar__item--m-expand-all--m-expanded__expand-all-icon--Rotate: 90deg;
|
|
19389
|
-
--pf-v6-c-toolbar__group--m-filter-group--ColumnGap: var(--pf-t--global--spacer--
|
|
19400
|
+
--pf-v6-c-toolbar__group--m-filter-group--ColumnGap: var(--pf-t--global--spacer--gap--control-to-control--default);
|
|
19390
19401
|
--pf-v6-c-toolbar__item--m-label--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
19402
|
+
--pf-v6-c-toolbar__group--m-label-group--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
19403
|
+
--pf-v6-c-toolbar__group--m-action-group--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--default);
|
|
19404
|
+
--pf-v6-c-toolbar__group--m-action-group-plain--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--plain);
|
|
19405
|
+
--pf-v6-c-toolbar__group--m-action-group-inline--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--default);
|
|
19391
19406
|
}
|
|
19392
19407
|
|
|
19393
19408
|
.pf-v6-c-toolbar__content-section,
|
|
@@ -19397,7 +19412,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19397
19412
|
--pf-v6-hidden-visible--hidden--Display: none;
|
|
19398
19413
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
19399
19414
|
display: var(--pf-v6-hidden-visible--Display);
|
|
19400
|
-
flex-wrap: wrap;
|
|
19401
19415
|
}
|
|
19402
19416
|
.pf-v6-c-toolbar__content-section.pf-m-hidden,
|
|
19403
19417
|
.pf-v6-c-toolbar__group.pf-m-hidden,
|
|
@@ -19465,11 +19479,19 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19465
19479
|
}
|
|
19466
19480
|
}
|
|
19467
19481
|
|
|
19482
|
+
.pf-v6-c-toolbar,
|
|
19483
|
+
.pf-v6-c-toolbar__content {
|
|
19484
|
+
position: relative;
|
|
19485
|
+
}
|
|
19486
|
+
|
|
19468
19487
|
.pf-v6-c-toolbar__content {
|
|
19469
19488
|
--pf-v6-hidden-visible--visible--Display: grid;
|
|
19470
19489
|
--pf-v6-hidden-visible--hidden--Display: none;
|
|
19471
19490
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
19472
19491
|
display: var(--pf-v6-hidden-visible--Display);
|
|
19492
|
+
row-gap: var(--pf-v6-c-toolbar__content--RowGap);
|
|
19493
|
+
padding-inline-start: var(--pf-v6-c-toolbar__content--PaddingInlineStart);
|
|
19494
|
+
padding-inline-end: var(--pf-v6-c-toolbar__content--PaddingInlineEnd);
|
|
19473
19495
|
}
|
|
19474
19496
|
.pf-v6-c-toolbar__content.pf-m-hidden {
|
|
19475
19497
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
@@ -19515,14 +19537,21 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19515
19537
|
}
|
|
19516
19538
|
}
|
|
19517
19539
|
|
|
19518
|
-
.pf-v6-c-
|
|
19519
|
-
|
|
19520
|
-
|
|
19540
|
+
.pf-v6-c-toolbar__content-section {
|
|
19541
|
+
flex-wrap: wrap;
|
|
19542
|
+
row-gap: var(--pf-v6-c-toolbar__content-section--RowGap);
|
|
19543
|
+
column-gap: var(--pf-v6-c-toolbar__content-section--ColumnGap);
|
|
19544
|
+
align-items: start;
|
|
19521
19545
|
}
|
|
19522
19546
|
|
|
19523
19547
|
.pf-v6-c-toolbar {
|
|
19524
19548
|
display: grid;
|
|
19549
|
+
row-gap: var(--pf-v6-c-toolbar--RowGap);
|
|
19525
19550
|
width: var(--pf-v6-c-toolbar--Width, auto);
|
|
19551
|
+
padding-block-start: var(--pf-v6-c-toolbar--PaddingBlockStart);
|
|
19552
|
+
padding-block-end: var(--pf-v6-c-toolbar--PaddingBlockEnd);
|
|
19553
|
+
padding-inline-start: var(--pf-v6-c-toolbar--PaddingInlineStart);
|
|
19554
|
+
padding-inline-end: var(--pf-v6-c-toolbar--PaddingInlineEnd);
|
|
19526
19555
|
font-size: var(--pf-v6-c-toolbar--FontSize);
|
|
19527
19556
|
line-height: var(--pf-v6-c-toolbar--LineHeight);
|
|
19528
19557
|
background-color: var(--pf-v6-c-toolbar--BackgroundColor);
|
|
@@ -19532,6 +19561,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19532
19561
|
position: sticky;
|
|
19533
19562
|
inset-block-start: 0;
|
|
19534
19563
|
z-index: var(--pf-v6-c-toolbar--m-sticky--ZIndex);
|
|
19564
|
+
padding-block-start: var(--pf-v6-c-toolbar--m-sticky--PaddingBlockStart);
|
|
19565
|
+
padding-block-end: var(--pf-v6-c-toolbar--m-sticky--PaddingBlockEnd);
|
|
19535
19566
|
box-shadow: var(--pf-v6-c-toolbar--m-sticky--BoxShadow);
|
|
19536
19567
|
}
|
|
19537
19568
|
.pf-v6-c-toolbar.pf-m-static .pf-v6-c-toolbar__content {
|
|
@@ -19549,10 +19580,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19549
19580
|
align-items: stretch;
|
|
19550
19581
|
align-self: stretch;
|
|
19551
19582
|
}
|
|
19552
|
-
.pf-v6-c-toolbar.pf-m-page-insets {
|
|
19553
|
-
--pf-v6-c-toolbar--PaddingInlineStart: var(--pf-v6-c-toolbar--m-page-insets--inset);
|
|
19554
|
-
--pf-v6-c-toolbar--PaddingInlineEnd: var(--pf-v6-c-toolbar--m-page-insets--inset);
|
|
19555
|
-
}
|
|
19556
19583
|
.pf-v6-c-toolbar.pf-m-primary {
|
|
19557
19584
|
--pf-v6-c-toolbar--BackgroundColor: var(--pf-v6-c-toolbar--m-primary--BackgroundColor);
|
|
19558
19585
|
}
|
|
@@ -19563,36 +19590,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19563
19590
|
--pf-v6-c-toolbar--BackgroundColor: var(--pf-v6-c-toolbar--m-no-background--BackgroundColor);
|
|
19564
19591
|
}
|
|
19565
19592
|
|
|
19566
|
-
.pf-v6-c-toolbar__content,
|
|
19567
|
-
.pf-v6-c-toolbar__content-section,
|
|
19568
|
-
.pf-v6-c-toolbar__expandable-content {
|
|
19569
|
-
row-gap: var(--pf-v6-c-toolbar__content--RowGap);
|
|
19570
|
-
column-gap: var(--pf-v6-c-toolbar--ColumnGap);
|
|
19571
|
-
}
|
|
19572
|
-
|
|
19573
|
-
.pf-v6-c-toolbar__content,
|
|
19574
|
-
.pf-v6-c-toolbar__expandable-content {
|
|
19575
|
-
padding-block-start: var(--pf-v6-c-toolbar__content--PaddingBlockStart, var(--pf-v6-c-toolbar__content--PaddingBlock));
|
|
19576
|
-
padding-block-end: var(--pf-v6-c-toolbar__content--PaddingBlockEnd, var(--pf-v6-c-toolbar__content--PaddingBlock));
|
|
19577
|
-
padding-inline-start: var(--pf-v6-c-toolbar__content--PaddingInlineStart, var(--pf-v6-c-toolbar__content--PaddingInline));
|
|
19578
|
-
padding-inline-end: var(--pf-v6-c-toolbar__content--PaddingInlineEnd, var(--pf-v6-c-toolbar__content--PaddingInline));
|
|
19579
|
-
}
|
|
19580
|
-
|
|
19581
|
-
.pf-v6-c-toolbar__content-section {
|
|
19582
|
-
align-items: start;
|
|
19583
|
-
}
|
|
19584
|
-
.pf-v6-c-toolbar__content-section:has(.pf-v6-c-toolbar__item.pf-m-pagination:not(:only-child):last-child) .pf-v6-c-toolbar__item.pf-m-pagination {
|
|
19585
|
-
margin-inline-start: revert;
|
|
19586
|
-
}
|
|
19587
|
-
.pf-v6-c-toolbar__content-section:has(.pf-v6-c-toolbar__item.pf-m-pagination:not(:only-child):last-child) > .pf-v6-c-toolbar__group:nth-last-child(2),
|
|
19588
|
-
.pf-v6-c-toolbar__content-section:has(.pf-v6-c-toolbar__item.pf-m-pagination:not(:only-child):last-child) > .pf-v6-c-toolbar__item:nth-last-child(2) {
|
|
19589
|
-
flex: 1;
|
|
19590
|
-
}
|
|
19591
|
-
|
|
19592
19593
|
.pf-v6-c-toolbar__item {
|
|
19593
19594
|
--pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width);
|
|
19594
19595
|
--pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth);
|
|
19595
|
-
row-gap: var(--pf-v6-c-toolbar__item--RowGap
|
|
19596
|
+
row-gap: var(--pf-v6-c-toolbar__item--RowGap);
|
|
19596
19597
|
column-gap: var(--pf-v6-c-toolbar__item--ColumnGap);
|
|
19597
19598
|
width: var(--pf-v6-c-toolbar__item--Width--base);
|
|
19598
19599
|
min-width: var(--pf-v6-c-toolbar__item--MinWidth--base);
|
|
@@ -19664,21 +19665,24 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19664
19665
|
}
|
|
19665
19666
|
|
|
19666
19667
|
.pf-v6-c-toolbar__group {
|
|
19667
|
-
row-gap: var(--pf-v6-c-toolbar__group--RowGap
|
|
19668
|
-
column-gap: var(--pf-v6-c-toolbar__group--ColumnGap
|
|
19669
|
-
align-items: baseline;
|
|
19670
|
-
}
|
|
19671
|
-
.pf-v6-c-toolbar__group.pf-m-icon-button-group {
|
|
19672
|
-
column-gap: var(--pf-v6-c-toolbar__group--m-icon-button-group--ColumnGap, 0);
|
|
19668
|
+
row-gap: var(--pf-v6-c-toolbar__group--RowGap);
|
|
19669
|
+
column-gap: var(--pf-v6-c-toolbar__group--ColumnGap);
|
|
19673
19670
|
}
|
|
19674
19671
|
.pf-v6-c-toolbar__group.pf-m-filter-group {
|
|
19675
19672
|
column-gap: var(--pf-v6-c-toolbar__group--m-filter-group--ColumnGap);
|
|
19676
19673
|
}
|
|
19677
|
-
.pf-v6-c-toolbar__group.pf-m-filter-group, .pf-v6-c-toolbar__group.pf-m-label-group-container {
|
|
19678
|
-
flex-wrap: nowrap;
|
|
19679
|
-
}
|
|
19680
19674
|
.pf-v6-c-toolbar__group.pf-m-label-group {
|
|
19681
19675
|
flex: 1;
|
|
19676
|
+
column-gap: var(--pf-v6-c-toolbar__group--m-label-group--ColumnGap);
|
|
19677
|
+
}
|
|
19678
|
+
.pf-v6-c-toolbar__group.pf-m-action-group {
|
|
19679
|
+
column-gap: var(--pf-v6-c-toolbar__group--m-action-group--ColumnGap);
|
|
19680
|
+
}
|
|
19681
|
+
.pf-v6-c-toolbar__group.pf-m-action-group-plain {
|
|
19682
|
+
column-gap: var(--pf-v6-c-toolbar__group--m-action-group-plain--ColumnGap);
|
|
19683
|
+
}
|
|
19684
|
+
.pf-v6-c-toolbar__group.pf-m-action-group-inline {
|
|
19685
|
+
column-gap: var(--pf-v6-c-toolbar__group--m-action-group-inline--ColumnGap);
|
|
19682
19686
|
}
|
|
19683
19687
|
.pf-v6-c-toolbar__group.pf-m-overflow-container {
|
|
19684
19688
|
min-width: var(--pf-v6-c-toolbar__group--m-overflow-container--MinWidth);
|
|
@@ -19689,7 +19693,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19689
19693
|
inset-block-start: 100%;
|
|
19690
19694
|
z-index: var(--pf-v6-c-toolbar__expandable-content--ZIndex);
|
|
19691
19695
|
display: none;
|
|
19696
|
+
row-gap: var(--pf-v6-c-toolbar__expandable-content--RowGap);
|
|
19692
19697
|
width: 100%;
|
|
19698
|
+
padding-block-start: var(--pf-v6-c-toolbar__expandable-content--PaddingBlockStart);
|
|
19699
|
+
padding-block-end: var(--pf-v6-c-toolbar__expandable-content--PaddingBlockEnd);
|
|
19700
|
+
padding-inline-start: var(--pf-v6-c-toolbar__expandable-content--PaddingInlineStart);
|
|
19701
|
+
padding-inline-end: var(--pf-v6-c-toolbar__expandable-content--PaddingInlineEnd);
|
|
19693
19702
|
background-color: var(--pf-v6-c-toolbar__expandable-content--BackgroundColor);
|
|
19694
19703
|
box-shadow: var(--pf-v6-c-toolbar__expandable-content--BoxShadow);
|
|
19695
19704
|
}
|
|
@@ -19707,9 +19716,13 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19707
19716
|
.pf-v6-c-toolbar__expandable-content .pf-v6-c-toolbar__item > * {
|
|
19708
19717
|
flex-basis: 100%;
|
|
19709
19718
|
}
|
|
19719
|
+
.pf-v6-c-toolbar__expandable-content .pf-v6-c-toolbar__group.pf-m-action-group-inline {
|
|
19720
|
+
display: flex;
|
|
19721
|
+
justify-content: center;
|
|
19722
|
+
}
|
|
19710
19723
|
|
|
19711
19724
|
.pf-v6-c-toolbar__expand-all-icon {
|
|
19712
|
-
display: inline-
|
|
19725
|
+
display: inline-flex;
|
|
19713
19726
|
transition: var(--pf-v6-c-toolbar__expand-all-icon--Transition);
|
|
19714
19727
|
transform: rotate(var(--pf-v6-c-toolbar__expand-all-icon--Rotate));
|
|
19715
19728
|
}
|
|
@@ -19719,7 +19732,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19719
19732
|
|
|
19720
19733
|
.pf-v6-c-toolbar__group,
|
|
19721
19734
|
.pf-v6-c-toolbar__item {
|
|
19722
|
-
align-
|
|
19735
|
+
align-items: baseline;
|
|
19723
19736
|
}
|
|
19724
19737
|
.pf-v6-c-toolbar__group.pf-m-overflow-container,
|
|
19725
19738
|
.pf-v6-c-toolbar__item.pf-m-overflow-container {
|
|
@@ -19765,253 +19778,201 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19765
19778
|
align-self: end;
|
|
19766
19779
|
}
|
|
19767
19780
|
|
|
19768
|
-
.pf-v6-c-toolbar.pf-m-inset-none
|
|
19769
|
-
|
|
19770
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-none {
|
|
19771
|
-
--pf-v6-c-toolbar__content--PaddingInline: 0;
|
|
19781
|
+
.pf-v6-c-toolbar.pf-m-inset-none {
|
|
19782
|
+
padding-inline: 0;
|
|
19772
19783
|
}
|
|
19773
|
-
.pf-v6-c-toolbar.pf-m-inset-xs
|
|
19774
|
-
|
|
19775
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-xs {
|
|
19776
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--xs);
|
|
19784
|
+
.pf-v6-c-toolbar.pf-m-inset-xs {
|
|
19785
|
+
padding-inline: var(--pf-t--global--spacer--xs);
|
|
19777
19786
|
}
|
|
19778
|
-
.pf-v6-c-toolbar.pf-m-inset-sm
|
|
19779
|
-
|
|
19780
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-sm {
|
|
19781
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--sm);
|
|
19787
|
+
.pf-v6-c-toolbar.pf-m-inset-sm {
|
|
19788
|
+
padding-inline: var(--pf-t--global--spacer--sm);
|
|
19782
19789
|
}
|
|
19783
|
-
.pf-v6-c-toolbar.pf-m-inset-md
|
|
19784
|
-
|
|
19785
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-md {
|
|
19786
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--md);
|
|
19790
|
+
.pf-v6-c-toolbar.pf-m-inset-md {
|
|
19791
|
+
padding-inline: var(--pf-t--global--spacer--md);
|
|
19787
19792
|
}
|
|
19788
|
-
.pf-v6-c-toolbar.pf-m-inset-lg
|
|
19789
|
-
|
|
19790
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-lg {
|
|
19791
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--lg);
|
|
19793
|
+
.pf-v6-c-toolbar.pf-m-inset-lg {
|
|
19794
|
+
padding-inline: var(--pf-t--global--spacer--lg);
|
|
19792
19795
|
}
|
|
19793
|
-
.pf-v6-c-toolbar.pf-m-inset-xl
|
|
19794
|
-
|
|
19795
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-xl {
|
|
19796
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--xl);
|
|
19796
|
+
.pf-v6-c-toolbar.pf-m-inset-xl {
|
|
19797
|
+
padding-inline: var(--pf-t--global--spacer--xl);
|
|
19797
19798
|
}
|
|
19798
|
-
.pf-v6-c-toolbar.pf-m-inset-2xl
|
|
19799
|
-
|
|
19800
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-2xl {
|
|
19801
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--2xl);
|
|
19799
|
+
.pf-v6-c-toolbar.pf-m-inset-2xl {
|
|
19800
|
+
padding-inline: var(--pf-t--global--spacer--2xl);
|
|
19802
19801
|
}
|
|
19803
|
-
.pf-v6-c-toolbar.pf-m-inset-3xl
|
|
19804
|
-
|
|
19805
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-3xl {
|
|
19806
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--3xl);
|
|
19802
|
+
.pf-v6-c-toolbar.pf-m-inset-3xl {
|
|
19803
|
+
padding-inline: var(--pf-t--global--spacer--3xl);
|
|
19807
19804
|
}
|
|
19808
|
-
.pf-v6-c-toolbar.pf-m-inset-4xl
|
|
19809
|
-
|
|
19810
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-4xl {
|
|
19811
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--4xl);
|
|
19805
|
+
.pf-v6-c-toolbar.pf-m-inset-4xl {
|
|
19806
|
+
padding-inline: var(--pf-t--global--spacer--4xl);
|
|
19812
19807
|
}
|
|
19813
19808
|
|
|
19814
19809
|
.pf-v6-c-toolbar__group.pf-m-wrap,
|
|
19815
19810
|
.pf-v6-c-toolbar__item.pf-m-wrap,
|
|
19816
|
-
.pf-v6-c-toolbar__content.pf-m-wrap,
|
|
19817
19811
|
.pf-v6-c-toolbar__content-section.pf-m-wrap {
|
|
19818
19812
|
flex-wrap: wrap;
|
|
19819
19813
|
}
|
|
19820
19814
|
.pf-v6-c-toolbar__group.pf-m-nowrap,
|
|
19821
19815
|
.pf-v6-c-toolbar__item.pf-m-nowrap,
|
|
19822
|
-
.pf-v6-c-toolbar__content.pf-m-nowrap,
|
|
19823
19816
|
.pf-v6-c-toolbar__content-section.pf-m-nowrap {
|
|
19824
19817
|
flex-wrap: nowrap;
|
|
19825
19818
|
}
|
|
19826
19819
|
.pf-v6-c-toolbar__group.pf-m-align-items-stretch,
|
|
19827
19820
|
.pf-v6-c-toolbar__item.pf-m-align-items-stretch,
|
|
19828
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-stretch,
|
|
19829
19821
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-stretch {
|
|
19830
19822
|
align-items: stretch;
|
|
19831
19823
|
}
|
|
19832
19824
|
.pf-v6-c-toolbar__group.pf-m-align-items-baseline,
|
|
19833
19825
|
.pf-v6-c-toolbar__item.pf-m-align-items-baseline,
|
|
19834
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-baseline,
|
|
19835
19826
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-baseline {
|
|
19836
19827
|
align-items: baseline;
|
|
19837
19828
|
}
|
|
19838
19829
|
.pf-v6-c-toolbar__group.pf-m-align-items-start,
|
|
19839
19830
|
.pf-v6-c-toolbar__item.pf-m-align-items-start,
|
|
19840
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-start,
|
|
19841
19831
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-start {
|
|
19842
19832
|
align-items: start;
|
|
19843
19833
|
}
|
|
19844
19834
|
.pf-v6-c-toolbar__group.pf-m-align-items-center,
|
|
19845
19835
|
.pf-v6-c-toolbar__item.pf-m-align-items-center,
|
|
19846
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-center,
|
|
19847
19836
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-center {
|
|
19848
19837
|
align-items: center;
|
|
19849
19838
|
}
|
|
19850
19839
|
.pf-v6-c-toolbar__group.pf-m-align-items-end,
|
|
19851
19840
|
.pf-v6-c-toolbar__item.pf-m-align-items-end,
|
|
19852
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-end,
|
|
19853
19841
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-end {
|
|
19854
19842
|
align-items: end;
|
|
19855
19843
|
}
|
|
19856
19844
|
.pf-v6-c-toolbar__group.pf-m-gap-none,
|
|
19857
19845
|
.pf-v6-c-toolbar__item.pf-m-gap-none,
|
|
19858
|
-
.pf-v6-c-toolbar__content.pf-m-gap-none,
|
|
19859
19846
|
.pf-v6-c-toolbar__content-section.pf-m-gap-none {
|
|
19860
19847
|
gap: 0;
|
|
19861
19848
|
}
|
|
19862
19849
|
.pf-v6-c-toolbar__group.pf-m-gap-xs,
|
|
19863
19850
|
.pf-v6-c-toolbar__item.pf-m-gap-xs,
|
|
19864
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xs,
|
|
19865
19851
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xs {
|
|
19866
19852
|
gap: var(--pf-t--global--spacer--xs);
|
|
19867
19853
|
}
|
|
19868
19854
|
.pf-v6-c-toolbar__group.pf-m-gap-sm,
|
|
19869
19855
|
.pf-v6-c-toolbar__item.pf-m-gap-sm,
|
|
19870
|
-
.pf-v6-c-toolbar__content.pf-m-gap-sm,
|
|
19871
19856
|
.pf-v6-c-toolbar__content-section.pf-m-gap-sm {
|
|
19872
19857
|
gap: var(--pf-t--global--spacer--sm);
|
|
19873
19858
|
}
|
|
19874
19859
|
.pf-v6-c-toolbar__group.pf-m-gap-md,
|
|
19875
19860
|
.pf-v6-c-toolbar__item.pf-m-gap-md,
|
|
19876
|
-
.pf-v6-c-toolbar__content.pf-m-gap-md,
|
|
19877
19861
|
.pf-v6-c-toolbar__content-section.pf-m-gap-md {
|
|
19878
19862
|
gap: var(--pf-t--global--spacer--md);
|
|
19879
19863
|
}
|
|
19880
19864
|
.pf-v6-c-toolbar__group.pf-m-gap-lg,
|
|
19881
19865
|
.pf-v6-c-toolbar__item.pf-m-gap-lg,
|
|
19882
|
-
.pf-v6-c-toolbar__content.pf-m-gap-lg,
|
|
19883
19866
|
.pf-v6-c-toolbar__content-section.pf-m-gap-lg {
|
|
19884
19867
|
gap: var(--pf-t--global--spacer--lg);
|
|
19885
19868
|
}
|
|
19886
19869
|
.pf-v6-c-toolbar__group.pf-m-gap-xl,
|
|
19887
19870
|
.pf-v6-c-toolbar__item.pf-m-gap-xl,
|
|
19888
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xl,
|
|
19889
19871
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xl {
|
|
19890
19872
|
gap: var(--pf-t--global--spacer--xl);
|
|
19891
19873
|
}
|
|
19892
19874
|
.pf-v6-c-toolbar__group.pf-m-gap-2xl,
|
|
19893
19875
|
.pf-v6-c-toolbar__item.pf-m-gap-2xl,
|
|
19894
|
-
.pf-v6-c-toolbar__content.pf-m-gap-2xl,
|
|
19895
19876
|
.pf-v6-c-toolbar__content-section.pf-m-gap-2xl {
|
|
19896
19877
|
gap: var(--pf-t--global--spacer--2xl);
|
|
19897
19878
|
}
|
|
19898
19879
|
.pf-v6-c-toolbar__group.pf-m-gap-3xl,
|
|
19899
19880
|
.pf-v6-c-toolbar__item.pf-m-gap-3xl,
|
|
19900
|
-
.pf-v6-c-toolbar__content.pf-m-gap-3xl,
|
|
19901
19881
|
.pf-v6-c-toolbar__content-section.pf-m-gap-3xl {
|
|
19902
19882
|
gap: var(--pf-t--global--spacer--3xl);
|
|
19903
19883
|
}
|
|
19904
19884
|
.pf-v6-c-toolbar__group.pf-m-gap-4xl,
|
|
19905
19885
|
.pf-v6-c-toolbar__item.pf-m-gap-4xl,
|
|
19906
|
-
.pf-v6-c-toolbar__content.pf-m-gap-4xl,
|
|
19907
19886
|
.pf-v6-c-toolbar__content-section.pf-m-gap-4xl {
|
|
19908
19887
|
gap: var(--pf-t--global--spacer--4xl);
|
|
19909
19888
|
}
|
|
19910
19889
|
.pf-v6-c-toolbar__group.pf-m-column-gap-none,
|
|
19911
19890
|
.pf-v6-c-toolbar__item.pf-m-column-gap-none,
|
|
19912
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-none,
|
|
19913
19891
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-none {
|
|
19914
19892
|
column-gap: 0;
|
|
19915
19893
|
}
|
|
19916
19894
|
.pf-v6-c-toolbar__group.pf-m-row-gap-none,
|
|
19917
19895
|
.pf-v6-c-toolbar__item.pf-m-row-gap-none,
|
|
19918
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-none,
|
|
19919
19896
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-none {
|
|
19920
19897
|
row-gap: 0;
|
|
19921
19898
|
}
|
|
19922
19899
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xs,
|
|
19923
19900
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xs,
|
|
19924
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xs,
|
|
19925
19901
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xs {
|
|
19926
19902
|
column-gap: var(--pf-t--global--spacer--xs);
|
|
19927
19903
|
}
|
|
19928
19904
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xs,
|
|
19929
19905
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xs,
|
|
19930
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xs,
|
|
19931
19906
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xs {
|
|
19932
19907
|
row-gap: var(--pf-t--global--spacer--xs);
|
|
19933
19908
|
}
|
|
19934
19909
|
.pf-v6-c-toolbar__group.pf-m-column-gap-sm,
|
|
19935
19910
|
.pf-v6-c-toolbar__item.pf-m-column-gap-sm,
|
|
19936
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-sm,
|
|
19937
19911
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-sm {
|
|
19938
19912
|
column-gap: var(--pf-t--global--spacer--sm);
|
|
19939
19913
|
}
|
|
19940
19914
|
.pf-v6-c-toolbar__group.pf-m-row-gap-sm,
|
|
19941
19915
|
.pf-v6-c-toolbar__item.pf-m-row-gap-sm,
|
|
19942
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-sm,
|
|
19943
19916
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-sm {
|
|
19944
19917
|
row-gap: var(--pf-t--global--spacer--sm);
|
|
19945
19918
|
}
|
|
19946
19919
|
.pf-v6-c-toolbar__group.pf-m-column-gap-md,
|
|
19947
19920
|
.pf-v6-c-toolbar__item.pf-m-column-gap-md,
|
|
19948
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-md,
|
|
19949
19921
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-md {
|
|
19950
19922
|
column-gap: var(--pf-t--global--spacer--md);
|
|
19951
19923
|
}
|
|
19952
19924
|
.pf-v6-c-toolbar__group.pf-m-row-gap-md,
|
|
19953
19925
|
.pf-v6-c-toolbar__item.pf-m-row-gap-md,
|
|
19954
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-md,
|
|
19955
19926
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-md {
|
|
19956
19927
|
row-gap: var(--pf-t--global--spacer--md);
|
|
19957
19928
|
}
|
|
19958
19929
|
.pf-v6-c-toolbar__group.pf-m-column-gap-lg,
|
|
19959
19930
|
.pf-v6-c-toolbar__item.pf-m-column-gap-lg,
|
|
19960
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-lg,
|
|
19961
19931
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-lg {
|
|
19962
19932
|
column-gap: var(--pf-t--global--spacer--lg);
|
|
19963
19933
|
}
|
|
19964
19934
|
.pf-v6-c-toolbar__group.pf-m-row-gap-lg,
|
|
19965
19935
|
.pf-v6-c-toolbar__item.pf-m-row-gap-lg,
|
|
19966
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-lg,
|
|
19967
19936
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-lg {
|
|
19968
19937
|
row-gap: var(--pf-t--global--spacer--lg);
|
|
19969
19938
|
}
|
|
19970
19939
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xl,
|
|
19971
19940
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xl,
|
|
19972
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xl,
|
|
19973
19941
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xl {
|
|
19974
19942
|
column-gap: var(--pf-t--global--spacer--xl);
|
|
19975
19943
|
}
|
|
19976
19944
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xl,
|
|
19977
19945
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xl,
|
|
19978
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xl,
|
|
19979
19946
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xl {
|
|
19980
19947
|
row-gap: var(--pf-t--global--spacer--xl);
|
|
19981
19948
|
}
|
|
19982
19949
|
.pf-v6-c-toolbar__group.pf-m-column-gap-2xl,
|
|
19983
19950
|
.pf-v6-c-toolbar__item.pf-m-column-gap-2xl,
|
|
19984
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-2xl,
|
|
19985
19951
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-2xl {
|
|
19986
19952
|
column-gap: var(--pf-t--global--spacer--2xl);
|
|
19987
19953
|
}
|
|
19988
19954
|
.pf-v6-c-toolbar__group.pf-m-row-gap-2xl,
|
|
19989
19955
|
.pf-v6-c-toolbar__item.pf-m-row-gap-2xl,
|
|
19990
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-2xl,
|
|
19991
19956
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl {
|
|
19992
19957
|
row-gap: var(--pf-t--global--spacer--2xl);
|
|
19993
19958
|
}
|
|
19994
19959
|
.pf-v6-c-toolbar__group.pf-m-column-gap-3xl,
|
|
19995
19960
|
.pf-v6-c-toolbar__item.pf-m-column-gap-3xl,
|
|
19996
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-3xl,
|
|
19997
19961
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-3xl {
|
|
19998
19962
|
column-gap: var(--pf-t--global--spacer--3xl);
|
|
19999
19963
|
}
|
|
20000
19964
|
.pf-v6-c-toolbar__group.pf-m-row-gap-3xl,
|
|
20001
19965
|
.pf-v6-c-toolbar__item.pf-m-row-gap-3xl,
|
|
20002
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-3xl,
|
|
20003
19966
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl {
|
|
20004
19967
|
row-gap: var(--pf-t--global--spacer--3xl);
|
|
20005
19968
|
}
|
|
20006
19969
|
.pf-v6-c-toolbar__group.pf-m-column-gap-4xl,
|
|
20007
19970
|
.pf-v6-c-toolbar__item.pf-m-column-gap-4xl,
|
|
20008
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-4xl,
|
|
20009
19971
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-4xl {
|
|
20010
19972
|
column-gap: var(--pf-t--global--spacer--4xl);
|
|
20011
19973
|
}
|
|
20012
19974
|
.pf-v6-c-toolbar__group.pf-m-row-gap-4xl,
|
|
20013
19975
|
.pf-v6-c-toolbar__item.pf-m-row-gap-4xl,
|
|
20014
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-4xl,
|
|
20015
19976
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl {
|
|
20016
19977
|
row-gap: var(--pf-t--global--spacer--4xl);
|
|
20017
19978
|
}
|
|
@@ -20030,7 +19991,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20030
19991
|
display: none;
|
|
20031
19992
|
}
|
|
20032
19993
|
.pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__toggle, .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide .pf-v6-c-toolbar__toggle {
|
|
20033
|
-
display: inline-
|
|
19994
|
+
display: inline-flex;
|
|
20034
19995
|
}
|
|
20035
19996
|
|
|
20036
19997
|
@media (min-width: 576px) {
|
|
@@ -20071,252 +20032,200 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20071
20032
|
.pf-v6-c-toolbar__item.pf-m-align-self-end-on-sm {
|
|
20072
20033
|
align-self: end;
|
|
20073
20034
|
}
|
|
20074
|
-
.pf-v6-c-toolbar.pf-m-inset-none-on-sm
|
|
20075
|
-
|
|
20076
|
-
|
|
20077
|
-
|
|
20078
|
-
|
|
20079
|
-
|
|
20080
|
-
.pf-v6-c-
|
|
20081
|
-
|
|
20082
|
-
|
|
20083
|
-
|
|
20084
|
-
|
|
20085
|
-
|
|
20086
|
-
.pf-v6-c-
|
|
20087
|
-
|
|
20088
|
-
}
|
|
20089
|
-
.pf-v6-c-toolbar.pf-m-inset-
|
|
20090
|
-
|
|
20091
|
-
|
|
20092
|
-
|
|
20093
|
-
|
|
20094
|
-
|
|
20095
|
-
.pf-v6-c-
|
|
20096
|
-
|
|
20097
|
-
|
|
20098
|
-
|
|
20099
|
-
|
|
20100
|
-
.pf-v6-c-toolbar__content.pf-m-inset-xl-on-sm,
|
|
20101
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-xl-on-sm {
|
|
20102
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--xl);
|
|
20103
|
-
}
|
|
20104
|
-
.pf-v6-c-toolbar.pf-m-inset-2xl-on-sm,
|
|
20105
|
-
.pf-v6-c-toolbar__content.pf-m-inset-2xl-on-sm,
|
|
20106
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-2xl-on-sm {
|
|
20107
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--2xl);
|
|
20108
|
-
}
|
|
20109
|
-
.pf-v6-c-toolbar.pf-m-inset-3xl-on-sm,
|
|
20110
|
-
.pf-v6-c-toolbar__content.pf-m-inset-3xl-on-sm,
|
|
20111
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-3xl-on-sm {
|
|
20112
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--3xl);
|
|
20113
|
-
}
|
|
20114
|
-
.pf-v6-c-toolbar.pf-m-inset-4xl-on-sm,
|
|
20115
|
-
.pf-v6-c-toolbar__content.pf-m-inset-4xl-on-sm,
|
|
20116
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-4xl-on-sm {
|
|
20117
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--4xl);
|
|
20035
|
+
.pf-v6-c-toolbar.pf-m-inset-none-on-sm {
|
|
20036
|
+
padding-inline: 0;
|
|
20037
|
+
}
|
|
20038
|
+
.pf-v6-c-toolbar.pf-m-inset-xs-on-sm {
|
|
20039
|
+
padding-inline: var(--pf-t--global--spacer--xs);
|
|
20040
|
+
}
|
|
20041
|
+
.pf-v6-c-toolbar.pf-m-inset-sm-on-sm {
|
|
20042
|
+
padding-inline: var(--pf-t--global--spacer--sm);
|
|
20043
|
+
}
|
|
20044
|
+
.pf-v6-c-toolbar.pf-m-inset-md-on-sm {
|
|
20045
|
+
padding-inline: var(--pf-t--global--spacer--md);
|
|
20046
|
+
}
|
|
20047
|
+
.pf-v6-c-toolbar.pf-m-inset-lg-on-sm {
|
|
20048
|
+
padding-inline: var(--pf-t--global--spacer--lg);
|
|
20049
|
+
}
|
|
20050
|
+
.pf-v6-c-toolbar.pf-m-inset-xl-on-sm {
|
|
20051
|
+
padding-inline: var(--pf-t--global--spacer--xl);
|
|
20052
|
+
}
|
|
20053
|
+
.pf-v6-c-toolbar.pf-m-inset-2xl-on-sm {
|
|
20054
|
+
padding-inline: var(--pf-t--global--spacer--2xl);
|
|
20055
|
+
}
|
|
20056
|
+
.pf-v6-c-toolbar.pf-m-inset-3xl-on-sm {
|
|
20057
|
+
padding-inline: var(--pf-t--global--spacer--3xl);
|
|
20058
|
+
}
|
|
20059
|
+
.pf-v6-c-toolbar.pf-m-inset-4xl-on-sm {
|
|
20060
|
+
padding-inline: var(--pf-t--global--spacer--4xl);
|
|
20118
20061
|
}
|
|
20119
20062
|
.pf-v6-c-toolbar__group.pf-m-wrap-on-sm,
|
|
20120
20063
|
.pf-v6-c-toolbar__item.pf-m-wrap-on-sm,
|
|
20121
|
-
.pf-v6-c-toolbar__content.pf-m-wrap-on-sm,
|
|
20122
20064
|
.pf-v6-c-toolbar__content-section.pf-m-wrap-on-sm {
|
|
20123
20065
|
flex-wrap: wrap;
|
|
20124
20066
|
}
|
|
20125
20067
|
.pf-v6-c-toolbar__group.pf-m-nowrap-on-sm,
|
|
20126
20068
|
.pf-v6-c-toolbar__item.pf-m-nowrap-on-sm,
|
|
20127
|
-
.pf-v6-c-toolbar__content.pf-m-nowrap-on-sm,
|
|
20128
20069
|
.pf-v6-c-toolbar__content-section.pf-m-nowrap-on-sm {
|
|
20129
20070
|
flex-wrap: nowrap;
|
|
20130
20071
|
}
|
|
20131
20072
|
.pf-v6-c-toolbar__group.pf-m-align-items-stretch-on-sm,
|
|
20132
20073
|
.pf-v6-c-toolbar__item.pf-m-align-items-stretch-on-sm,
|
|
20133
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-stretch-on-sm,
|
|
20134
20074
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-stretch-on-sm {
|
|
20135
20075
|
align-items: stretch;
|
|
20136
20076
|
}
|
|
20137
20077
|
.pf-v6-c-toolbar__group.pf-m-align-items-baseline-on-sm,
|
|
20138
20078
|
.pf-v6-c-toolbar__item.pf-m-align-items-baseline-on-sm,
|
|
20139
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-baseline-on-sm,
|
|
20140
20079
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-baseline-on-sm {
|
|
20141
20080
|
align-items: baseline;
|
|
20142
20081
|
}
|
|
20143
20082
|
.pf-v6-c-toolbar__group.pf-m-align-items-start-on-sm,
|
|
20144
20083
|
.pf-v6-c-toolbar__item.pf-m-align-items-start-on-sm,
|
|
20145
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-start-on-sm,
|
|
20146
20084
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-start-on-sm {
|
|
20147
20085
|
align-items: start;
|
|
20148
20086
|
}
|
|
20149
20087
|
.pf-v6-c-toolbar__group.pf-m-align-items-center-on-sm,
|
|
20150
20088
|
.pf-v6-c-toolbar__item.pf-m-align-items-center-on-sm,
|
|
20151
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-center-on-sm,
|
|
20152
20089
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-center-on-sm {
|
|
20153
20090
|
align-items: center;
|
|
20154
20091
|
}
|
|
20155
20092
|
.pf-v6-c-toolbar__group.pf-m-align-items-end-on-sm,
|
|
20156
20093
|
.pf-v6-c-toolbar__item.pf-m-align-items-end-on-sm,
|
|
20157
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-end-on-sm,
|
|
20158
20094
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-end-on-sm {
|
|
20159
20095
|
align-items: end;
|
|
20160
20096
|
}
|
|
20161
20097
|
.pf-v6-c-toolbar__group.pf-m-gap-none-on-sm,
|
|
20162
20098
|
.pf-v6-c-toolbar__item.pf-m-gap-none-on-sm,
|
|
20163
|
-
.pf-v6-c-toolbar__content.pf-m-gap-none-on-sm,
|
|
20164
20099
|
.pf-v6-c-toolbar__content-section.pf-m-gap-none-on-sm {
|
|
20165
20100
|
gap: 0;
|
|
20166
20101
|
}
|
|
20167
20102
|
.pf-v6-c-toolbar__group.pf-m-gap-xs-on-sm,
|
|
20168
20103
|
.pf-v6-c-toolbar__item.pf-m-gap-xs-on-sm,
|
|
20169
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xs-on-sm,
|
|
20170
20104
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xs-on-sm {
|
|
20171
20105
|
gap: var(--pf-t--global--spacer--xs);
|
|
20172
20106
|
}
|
|
20173
20107
|
.pf-v6-c-toolbar__group.pf-m-gap-sm-on-sm,
|
|
20174
20108
|
.pf-v6-c-toolbar__item.pf-m-gap-sm-on-sm,
|
|
20175
|
-
.pf-v6-c-toolbar__content.pf-m-gap-sm-on-sm,
|
|
20176
20109
|
.pf-v6-c-toolbar__content-section.pf-m-gap-sm-on-sm {
|
|
20177
20110
|
gap: var(--pf-t--global--spacer--sm);
|
|
20178
20111
|
}
|
|
20179
20112
|
.pf-v6-c-toolbar__group.pf-m-gap-md-on-sm,
|
|
20180
20113
|
.pf-v6-c-toolbar__item.pf-m-gap-md-on-sm,
|
|
20181
|
-
.pf-v6-c-toolbar__content.pf-m-gap-md-on-sm,
|
|
20182
20114
|
.pf-v6-c-toolbar__content-section.pf-m-gap-md-on-sm {
|
|
20183
20115
|
gap: var(--pf-t--global--spacer--md);
|
|
20184
20116
|
}
|
|
20185
20117
|
.pf-v6-c-toolbar__group.pf-m-gap-lg-on-sm,
|
|
20186
20118
|
.pf-v6-c-toolbar__item.pf-m-gap-lg-on-sm,
|
|
20187
|
-
.pf-v6-c-toolbar__content.pf-m-gap-lg-on-sm,
|
|
20188
20119
|
.pf-v6-c-toolbar__content-section.pf-m-gap-lg-on-sm {
|
|
20189
20120
|
gap: var(--pf-t--global--spacer--lg);
|
|
20190
20121
|
}
|
|
20191
20122
|
.pf-v6-c-toolbar__group.pf-m-gap-xl-on-sm,
|
|
20192
20123
|
.pf-v6-c-toolbar__item.pf-m-gap-xl-on-sm,
|
|
20193
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xl-on-sm,
|
|
20194
20124
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xl-on-sm {
|
|
20195
20125
|
gap: var(--pf-t--global--spacer--xl);
|
|
20196
20126
|
}
|
|
20197
20127
|
.pf-v6-c-toolbar__group.pf-m-gap-2xl-on-sm,
|
|
20198
20128
|
.pf-v6-c-toolbar__item.pf-m-gap-2xl-on-sm,
|
|
20199
|
-
.pf-v6-c-toolbar__content.pf-m-gap-2xl-on-sm,
|
|
20200
20129
|
.pf-v6-c-toolbar__content-section.pf-m-gap-2xl-on-sm {
|
|
20201
20130
|
gap: var(--pf-t--global--spacer--2xl);
|
|
20202
20131
|
}
|
|
20203
20132
|
.pf-v6-c-toolbar__group.pf-m-gap-3xl-on-sm,
|
|
20204
20133
|
.pf-v6-c-toolbar__item.pf-m-gap-3xl-on-sm,
|
|
20205
|
-
.pf-v6-c-toolbar__content.pf-m-gap-3xl-on-sm,
|
|
20206
20134
|
.pf-v6-c-toolbar__content-section.pf-m-gap-3xl-on-sm {
|
|
20207
20135
|
gap: var(--pf-t--global--spacer--3xl);
|
|
20208
20136
|
}
|
|
20209
20137
|
.pf-v6-c-toolbar__group.pf-m-gap-4xl-on-sm,
|
|
20210
20138
|
.pf-v6-c-toolbar__item.pf-m-gap-4xl-on-sm,
|
|
20211
|
-
.pf-v6-c-toolbar__content.pf-m-gap-4xl-on-sm,
|
|
20212
20139
|
.pf-v6-c-toolbar__content-section.pf-m-gap-4xl-on-sm {
|
|
20213
20140
|
gap: var(--pf-t--global--spacer--4xl);
|
|
20214
20141
|
}
|
|
20215
20142
|
.pf-v6-c-toolbar__group.pf-m-column-gap-none-on-sm,
|
|
20216
20143
|
.pf-v6-c-toolbar__item.pf-m-column-gap-none-on-sm,
|
|
20217
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-none-on-sm,
|
|
20218
20144
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-none-on-sm {
|
|
20219
20145
|
column-gap: 0;
|
|
20220
20146
|
}
|
|
20221
20147
|
.pf-v6-c-toolbar__group.pf-m-row-gap-none-on-sm,
|
|
20222
20148
|
.pf-v6-c-toolbar__item.pf-m-row-gap-none-on-sm,
|
|
20223
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-none-on-sm,
|
|
20224
20149
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-none-on-sm {
|
|
20225
20150
|
row-gap: 0;
|
|
20226
20151
|
}
|
|
20227
20152
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xs-on-sm,
|
|
20228
20153
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xs-on-sm,
|
|
20229
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xs-on-sm,
|
|
20230
20154
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xs-on-sm {
|
|
20231
20155
|
column-gap: var(--pf-t--global--spacer--xs);
|
|
20232
20156
|
}
|
|
20233
20157
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xs-on-sm,
|
|
20234
20158
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xs-on-sm,
|
|
20235
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xs-on-sm,
|
|
20236
20159
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xs-on-sm {
|
|
20237
20160
|
row-gap: var(--pf-t--global--spacer--xs);
|
|
20238
20161
|
}
|
|
20239
20162
|
.pf-v6-c-toolbar__group.pf-m-column-gap-sm-on-sm,
|
|
20240
20163
|
.pf-v6-c-toolbar__item.pf-m-column-gap-sm-on-sm,
|
|
20241
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-sm-on-sm,
|
|
20242
20164
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-sm-on-sm {
|
|
20243
20165
|
column-gap: var(--pf-t--global--spacer--sm);
|
|
20244
20166
|
}
|
|
20245
20167
|
.pf-v6-c-toolbar__group.pf-m-row-gap-sm-on-sm,
|
|
20246
20168
|
.pf-v6-c-toolbar__item.pf-m-row-gap-sm-on-sm,
|
|
20247
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-sm-on-sm,
|
|
20248
20169
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-sm-on-sm {
|
|
20249
20170
|
row-gap: var(--pf-t--global--spacer--sm);
|
|
20250
20171
|
}
|
|
20251
20172
|
.pf-v6-c-toolbar__group.pf-m-column-gap-md-on-sm,
|
|
20252
20173
|
.pf-v6-c-toolbar__item.pf-m-column-gap-md-on-sm,
|
|
20253
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-md-on-sm,
|
|
20254
20174
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-md-on-sm {
|
|
20255
20175
|
column-gap: var(--pf-t--global--spacer--md);
|
|
20256
20176
|
}
|
|
20257
20177
|
.pf-v6-c-toolbar__group.pf-m-row-gap-md-on-sm,
|
|
20258
20178
|
.pf-v6-c-toolbar__item.pf-m-row-gap-md-on-sm,
|
|
20259
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-md-on-sm,
|
|
20260
20179
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-md-on-sm {
|
|
20261
20180
|
row-gap: var(--pf-t--global--spacer--md);
|
|
20262
20181
|
}
|
|
20263
20182
|
.pf-v6-c-toolbar__group.pf-m-column-gap-lg-on-sm,
|
|
20264
20183
|
.pf-v6-c-toolbar__item.pf-m-column-gap-lg-on-sm,
|
|
20265
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-lg-on-sm,
|
|
20266
20184
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-lg-on-sm {
|
|
20267
20185
|
column-gap: var(--pf-t--global--spacer--lg);
|
|
20268
20186
|
}
|
|
20269
20187
|
.pf-v6-c-toolbar__group.pf-m-row-gap-lg-on-sm,
|
|
20270
20188
|
.pf-v6-c-toolbar__item.pf-m-row-gap-lg-on-sm,
|
|
20271
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-lg-on-sm,
|
|
20272
20189
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-lg-on-sm {
|
|
20273
20190
|
row-gap: var(--pf-t--global--spacer--lg);
|
|
20274
20191
|
}
|
|
20275
20192
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xl-on-sm,
|
|
20276
20193
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xl-on-sm,
|
|
20277
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xl-on-sm,
|
|
20278
20194
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xl-on-sm {
|
|
20279
20195
|
column-gap: var(--pf-t--global--spacer--xl);
|
|
20280
20196
|
}
|
|
20281
20197
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xl-on-sm,
|
|
20282
20198
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xl-on-sm,
|
|
20283
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xl-on-sm,
|
|
20284
20199
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xl-on-sm {
|
|
20285
20200
|
row-gap: var(--pf-t--global--spacer--xl);
|
|
20286
20201
|
}
|
|
20287
20202
|
.pf-v6-c-toolbar__group.pf-m-column-gap-2xl-on-sm,
|
|
20288
20203
|
.pf-v6-c-toolbar__item.pf-m-column-gap-2xl-on-sm,
|
|
20289
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-2xl-on-sm,
|
|
20290
20204
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-2xl-on-sm {
|
|
20291
20205
|
column-gap: var(--pf-t--global--spacer--2xl);
|
|
20292
20206
|
}
|
|
20293
20207
|
.pf-v6-c-toolbar__group.pf-m-row-gap-2xl-on-sm,
|
|
20294
20208
|
.pf-v6-c-toolbar__item.pf-m-row-gap-2xl-on-sm,
|
|
20295
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-2xl-on-sm,
|
|
20296
20209
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl-on-sm {
|
|
20297
20210
|
row-gap: var(--pf-t--global--spacer--2xl);
|
|
20298
20211
|
}
|
|
20299
20212
|
.pf-v6-c-toolbar__group.pf-m-column-gap-3xl-on-sm,
|
|
20300
20213
|
.pf-v6-c-toolbar__item.pf-m-column-gap-3xl-on-sm,
|
|
20301
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-3xl-on-sm,
|
|
20302
20214
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-3xl-on-sm {
|
|
20303
20215
|
column-gap: var(--pf-t--global--spacer--3xl);
|
|
20304
20216
|
}
|
|
20305
20217
|
.pf-v6-c-toolbar__group.pf-m-row-gap-3xl-on-sm,
|
|
20306
20218
|
.pf-v6-c-toolbar__item.pf-m-row-gap-3xl-on-sm,
|
|
20307
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-3xl-on-sm,
|
|
20308
20219
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl-on-sm {
|
|
20309
20220
|
row-gap: var(--pf-t--global--spacer--3xl);
|
|
20310
20221
|
}
|
|
20311
20222
|
.pf-v6-c-toolbar__group.pf-m-column-gap-4xl-on-sm,
|
|
20312
20223
|
.pf-v6-c-toolbar__item.pf-m-column-gap-4xl-on-sm,
|
|
20313
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-4xl-on-sm,
|
|
20314
20224
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-4xl-on-sm {
|
|
20315
20225
|
column-gap: var(--pf-t--global--spacer--4xl);
|
|
20316
20226
|
}
|
|
20317
20227
|
.pf-v6-c-toolbar__group.pf-m-row-gap-4xl-on-sm,
|
|
20318
20228
|
.pf-v6-c-toolbar__item.pf-m-row-gap-4xl-on-sm,
|
|
20319
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-4xl-on-sm,
|
|
20320
20229
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl-on-sm {
|
|
20321
20230
|
row-gap: var(--pf-t--global--spacer--4xl);
|
|
20322
20231
|
}
|
|
@@ -20334,7 +20243,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20334
20243
|
display: none;
|
|
20335
20244
|
}
|
|
20336
20245
|
.pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__toggle, .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-sm .pf-v6-c-toolbar__toggle {
|
|
20337
|
-
display: inline-
|
|
20246
|
+
display: inline-flex;
|
|
20338
20247
|
}
|
|
20339
20248
|
}
|
|
20340
20249
|
@media (min-width: 768px) {
|
|
@@ -20375,252 +20284,200 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20375
20284
|
.pf-v6-c-toolbar__item.pf-m-align-self-end-on-md {
|
|
20376
20285
|
align-self: end;
|
|
20377
20286
|
}
|
|
20378
|
-
.pf-v6-c-toolbar.pf-m-inset-none-on-md
|
|
20379
|
-
|
|
20380
|
-
|
|
20381
|
-
|
|
20382
|
-
|
|
20383
|
-
|
|
20384
|
-
.pf-v6-c-
|
|
20385
|
-
|
|
20386
|
-
|
|
20387
|
-
|
|
20388
|
-
|
|
20389
|
-
|
|
20390
|
-
.pf-v6-c-
|
|
20391
|
-
|
|
20392
|
-
}
|
|
20393
|
-
.pf-v6-c-toolbar.pf-m-inset-
|
|
20394
|
-
|
|
20395
|
-
|
|
20396
|
-
|
|
20397
|
-
|
|
20398
|
-
|
|
20399
|
-
.pf-v6-c-
|
|
20400
|
-
|
|
20401
|
-
|
|
20402
|
-
|
|
20403
|
-
|
|
20404
|
-
.pf-v6-c-toolbar__content.pf-m-inset-xl-on-md,
|
|
20405
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-xl-on-md {
|
|
20406
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--xl);
|
|
20407
|
-
}
|
|
20408
|
-
.pf-v6-c-toolbar.pf-m-inset-2xl-on-md,
|
|
20409
|
-
.pf-v6-c-toolbar__content.pf-m-inset-2xl-on-md,
|
|
20410
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-2xl-on-md {
|
|
20411
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--2xl);
|
|
20412
|
-
}
|
|
20413
|
-
.pf-v6-c-toolbar.pf-m-inset-3xl-on-md,
|
|
20414
|
-
.pf-v6-c-toolbar__content.pf-m-inset-3xl-on-md,
|
|
20415
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-3xl-on-md {
|
|
20416
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--3xl);
|
|
20417
|
-
}
|
|
20418
|
-
.pf-v6-c-toolbar.pf-m-inset-4xl-on-md,
|
|
20419
|
-
.pf-v6-c-toolbar__content.pf-m-inset-4xl-on-md,
|
|
20420
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-4xl-on-md {
|
|
20421
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--4xl);
|
|
20287
|
+
.pf-v6-c-toolbar.pf-m-inset-none-on-md {
|
|
20288
|
+
padding-inline: 0;
|
|
20289
|
+
}
|
|
20290
|
+
.pf-v6-c-toolbar.pf-m-inset-xs-on-md {
|
|
20291
|
+
padding-inline: var(--pf-t--global--spacer--xs);
|
|
20292
|
+
}
|
|
20293
|
+
.pf-v6-c-toolbar.pf-m-inset-sm-on-md {
|
|
20294
|
+
padding-inline: var(--pf-t--global--spacer--sm);
|
|
20295
|
+
}
|
|
20296
|
+
.pf-v6-c-toolbar.pf-m-inset-md-on-md {
|
|
20297
|
+
padding-inline: var(--pf-t--global--spacer--md);
|
|
20298
|
+
}
|
|
20299
|
+
.pf-v6-c-toolbar.pf-m-inset-lg-on-md {
|
|
20300
|
+
padding-inline: var(--pf-t--global--spacer--lg);
|
|
20301
|
+
}
|
|
20302
|
+
.pf-v6-c-toolbar.pf-m-inset-xl-on-md {
|
|
20303
|
+
padding-inline: var(--pf-t--global--spacer--xl);
|
|
20304
|
+
}
|
|
20305
|
+
.pf-v6-c-toolbar.pf-m-inset-2xl-on-md {
|
|
20306
|
+
padding-inline: var(--pf-t--global--spacer--2xl);
|
|
20307
|
+
}
|
|
20308
|
+
.pf-v6-c-toolbar.pf-m-inset-3xl-on-md {
|
|
20309
|
+
padding-inline: var(--pf-t--global--spacer--3xl);
|
|
20310
|
+
}
|
|
20311
|
+
.pf-v6-c-toolbar.pf-m-inset-4xl-on-md {
|
|
20312
|
+
padding-inline: var(--pf-t--global--spacer--4xl);
|
|
20422
20313
|
}
|
|
20423
20314
|
.pf-v6-c-toolbar__group.pf-m-wrap-on-md,
|
|
20424
20315
|
.pf-v6-c-toolbar__item.pf-m-wrap-on-md,
|
|
20425
|
-
.pf-v6-c-toolbar__content.pf-m-wrap-on-md,
|
|
20426
20316
|
.pf-v6-c-toolbar__content-section.pf-m-wrap-on-md {
|
|
20427
20317
|
flex-wrap: wrap;
|
|
20428
20318
|
}
|
|
20429
20319
|
.pf-v6-c-toolbar__group.pf-m-nowrap-on-md,
|
|
20430
20320
|
.pf-v6-c-toolbar__item.pf-m-nowrap-on-md,
|
|
20431
|
-
.pf-v6-c-toolbar__content.pf-m-nowrap-on-md,
|
|
20432
20321
|
.pf-v6-c-toolbar__content-section.pf-m-nowrap-on-md {
|
|
20433
20322
|
flex-wrap: nowrap;
|
|
20434
20323
|
}
|
|
20435
20324
|
.pf-v6-c-toolbar__group.pf-m-align-items-stretch-on-md,
|
|
20436
20325
|
.pf-v6-c-toolbar__item.pf-m-align-items-stretch-on-md,
|
|
20437
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-stretch-on-md,
|
|
20438
20326
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-stretch-on-md {
|
|
20439
20327
|
align-items: stretch;
|
|
20440
20328
|
}
|
|
20441
20329
|
.pf-v6-c-toolbar__group.pf-m-align-items-baseline-on-md,
|
|
20442
20330
|
.pf-v6-c-toolbar__item.pf-m-align-items-baseline-on-md,
|
|
20443
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-baseline-on-md,
|
|
20444
20331
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-baseline-on-md {
|
|
20445
20332
|
align-items: baseline;
|
|
20446
20333
|
}
|
|
20447
20334
|
.pf-v6-c-toolbar__group.pf-m-align-items-start-on-md,
|
|
20448
20335
|
.pf-v6-c-toolbar__item.pf-m-align-items-start-on-md,
|
|
20449
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-start-on-md,
|
|
20450
20336
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-start-on-md {
|
|
20451
20337
|
align-items: start;
|
|
20452
20338
|
}
|
|
20453
20339
|
.pf-v6-c-toolbar__group.pf-m-align-items-center-on-md,
|
|
20454
20340
|
.pf-v6-c-toolbar__item.pf-m-align-items-center-on-md,
|
|
20455
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-center-on-md,
|
|
20456
20341
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-center-on-md {
|
|
20457
20342
|
align-items: center;
|
|
20458
20343
|
}
|
|
20459
20344
|
.pf-v6-c-toolbar__group.pf-m-align-items-end-on-md,
|
|
20460
20345
|
.pf-v6-c-toolbar__item.pf-m-align-items-end-on-md,
|
|
20461
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-end-on-md,
|
|
20462
20346
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-end-on-md {
|
|
20463
20347
|
align-items: end;
|
|
20464
20348
|
}
|
|
20465
20349
|
.pf-v6-c-toolbar__group.pf-m-gap-none-on-md,
|
|
20466
20350
|
.pf-v6-c-toolbar__item.pf-m-gap-none-on-md,
|
|
20467
|
-
.pf-v6-c-toolbar__content.pf-m-gap-none-on-md,
|
|
20468
20351
|
.pf-v6-c-toolbar__content-section.pf-m-gap-none-on-md {
|
|
20469
20352
|
gap: 0;
|
|
20470
20353
|
}
|
|
20471
20354
|
.pf-v6-c-toolbar__group.pf-m-gap-xs-on-md,
|
|
20472
20355
|
.pf-v6-c-toolbar__item.pf-m-gap-xs-on-md,
|
|
20473
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xs-on-md,
|
|
20474
20356
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xs-on-md {
|
|
20475
20357
|
gap: var(--pf-t--global--spacer--xs);
|
|
20476
20358
|
}
|
|
20477
20359
|
.pf-v6-c-toolbar__group.pf-m-gap-sm-on-md,
|
|
20478
20360
|
.pf-v6-c-toolbar__item.pf-m-gap-sm-on-md,
|
|
20479
|
-
.pf-v6-c-toolbar__content.pf-m-gap-sm-on-md,
|
|
20480
20361
|
.pf-v6-c-toolbar__content-section.pf-m-gap-sm-on-md {
|
|
20481
20362
|
gap: var(--pf-t--global--spacer--sm);
|
|
20482
20363
|
}
|
|
20483
20364
|
.pf-v6-c-toolbar__group.pf-m-gap-md-on-md,
|
|
20484
20365
|
.pf-v6-c-toolbar__item.pf-m-gap-md-on-md,
|
|
20485
|
-
.pf-v6-c-toolbar__content.pf-m-gap-md-on-md,
|
|
20486
20366
|
.pf-v6-c-toolbar__content-section.pf-m-gap-md-on-md {
|
|
20487
20367
|
gap: var(--pf-t--global--spacer--md);
|
|
20488
20368
|
}
|
|
20489
20369
|
.pf-v6-c-toolbar__group.pf-m-gap-lg-on-md,
|
|
20490
20370
|
.pf-v6-c-toolbar__item.pf-m-gap-lg-on-md,
|
|
20491
|
-
.pf-v6-c-toolbar__content.pf-m-gap-lg-on-md,
|
|
20492
20371
|
.pf-v6-c-toolbar__content-section.pf-m-gap-lg-on-md {
|
|
20493
20372
|
gap: var(--pf-t--global--spacer--lg);
|
|
20494
20373
|
}
|
|
20495
20374
|
.pf-v6-c-toolbar__group.pf-m-gap-xl-on-md,
|
|
20496
20375
|
.pf-v6-c-toolbar__item.pf-m-gap-xl-on-md,
|
|
20497
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xl-on-md,
|
|
20498
20376
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xl-on-md {
|
|
20499
20377
|
gap: var(--pf-t--global--spacer--xl);
|
|
20500
20378
|
}
|
|
20501
20379
|
.pf-v6-c-toolbar__group.pf-m-gap-2xl-on-md,
|
|
20502
20380
|
.pf-v6-c-toolbar__item.pf-m-gap-2xl-on-md,
|
|
20503
|
-
.pf-v6-c-toolbar__content.pf-m-gap-2xl-on-md,
|
|
20504
20381
|
.pf-v6-c-toolbar__content-section.pf-m-gap-2xl-on-md {
|
|
20505
20382
|
gap: var(--pf-t--global--spacer--2xl);
|
|
20506
20383
|
}
|
|
20507
20384
|
.pf-v6-c-toolbar__group.pf-m-gap-3xl-on-md,
|
|
20508
20385
|
.pf-v6-c-toolbar__item.pf-m-gap-3xl-on-md,
|
|
20509
|
-
.pf-v6-c-toolbar__content.pf-m-gap-3xl-on-md,
|
|
20510
20386
|
.pf-v6-c-toolbar__content-section.pf-m-gap-3xl-on-md {
|
|
20511
20387
|
gap: var(--pf-t--global--spacer--3xl);
|
|
20512
20388
|
}
|
|
20513
20389
|
.pf-v6-c-toolbar__group.pf-m-gap-4xl-on-md,
|
|
20514
20390
|
.pf-v6-c-toolbar__item.pf-m-gap-4xl-on-md,
|
|
20515
|
-
.pf-v6-c-toolbar__content.pf-m-gap-4xl-on-md,
|
|
20516
20391
|
.pf-v6-c-toolbar__content-section.pf-m-gap-4xl-on-md {
|
|
20517
20392
|
gap: var(--pf-t--global--spacer--4xl);
|
|
20518
20393
|
}
|
|
20519
20394
|
.pf-v6-c-toolbar__group.pf-m-column-gap-none-on-md,
|
|
20520
20395
|
.pf-v6-c-toolbar__item.pf-m-column-gap-none-on-md,
|
|
20521
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-none-on-md,
|
|
20522
20396
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-none-on-md {
|
|
20523
20397
|
column-gap: 0;
|
|
20524
20398
|
}
|
|
20525
20399
|
.pf-v6-c-toolbar__group.pf-m-row-gap-none-on-md,
|
|
20526
20400
|
.pf-v6-c-toolbar__item.pf-m-row-gap-none-on-md,
|
|
20527
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-none-on-md,
|
|
20528
20401
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-none-on-md {
|
|
20529
20402
|
row-gap: 0;
|
|
20530
20403
|
}
|
|
20531
20404
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xs-on-md,
|
|
20532
20405
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xs-on-md,
|
|
20533
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xs-on-md,
|
|
20534
20406
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xs-on-md {
|
|
20535
20407
|
column-gap: var(--pf-t--global--spacer--xs);
|
|
20536
20408
|
}
|
|
20537
20409
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xs-on-md,
|
|
20538
20410
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xs-on-md,
|
|
20539
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xs-on-md,
|
|
20540
20411
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xs-on-md {
|
|
20541
20412
|
row-gap: var(--pf-t--global--spacer--xs);
|
|
20542
20413
|
}
|
|
20543
20414
|
.pf-v6-c-toolbar__group.pf-m-column-gap-sm-on-md,
|
|
20544
20415
|
.pf-v6-c-toolbar__item.pf-m-column-gap-sm-on-md,
|
|
20545
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-sm-on-md,
|
|
20546
20416
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-sm-on-md {
|
|
20547
20417
|
column-gap: var(--pf-t--global--spacer--sm);
|
|
20548
20418
|
}
|
|
20549
20419
|
.pf-v6-c-toolbar__group.pf-m-row-gap-sm-on-md,
|
|
20550
20420
|
.pf-v6-c-toolbar__item.pf-m-row-gap-sm-on-md,
|
|
20551
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-sm-on-md,
|
|
20552
20421
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-sm-on-md {
|
|
20553
20422
|
row-gap: var(--pf-t--global--spacer--sm);
|
|
20554
20423
|
}
|
|
20555
20424
|
.pf-v6-c-toolbar__group.pf-m-column-gap-md-on-md,
|
|
20556
20425
|
.pf-v6-c-toolbar__item.pf-m-column-gap-md-on-md,
|
|
20557
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-md-on-md,
|
|
20558
20426
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-md-on-md {
|
|
20559
20427
|
column-gap: var(--pf-t--global--spacer--md);
|
|
20560
20428
|
}
|
|
20561
20429
|
.pf-v6-c-toolbar__group.pf-m-row-gap-md-on-md,
|
|
20562
20430
|
.pf-v6-c-toolbar__item.pf-m-row-gap-md-on-md,
|
|
20563
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-md-on-md,
|
|
20564
20431
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-md-on-md {
|
|
20565
20432
|
row-gap: var(--pf-t--global--spacer--md);
|
|
20566
20433
|
}
|
|
20567
20434
|
.pf-v6-c-toolbar__group.pf-m-column-gap-lg-on-md,
|
|
20568
20435
|
.pf-v6-c-toolbar__item.pf-m-column-gap-lg-on-md,
|
|
20569
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-lg-on-md,
|
|
20570
20436
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-lg-on-md {
|
|
20571
20437
|
column-gap: var(--pf-t--global--spacer--lg);
|
|
20572
20438
|
}
|
|
20573
20439
|
.pf-v6-c-toolbar__group.pf-m-row-gap-lg-on-md,
|
|
20574
20440
|
.pf-v6-c-toolbar__item.pf-m-row-gap-lg-on-md,
|
|
20575
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-lg-on-md,
|
|
20576
20441
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-lg-on-md {
|
|
20577
20442
|
row-gap: var(--pf-t--global--spacer--lg);
|
|
20578
20443
|
}
|
|
20579
20444
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xl-on-md,
|
|
20580
20445
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xl-on-md,
|
|
20581
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xl-on-md,
|
|
20582
20446
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xl-on-md {
|
|
20583
20447
|
column-gap: var(--pf-t--global--spacer--xl);
|
|
20584
20448
|
}
|
|
20585
20449
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xl-on-md,
|
|
20586
20450
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xl-on-md,
|
|
20587
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xl-on-md,
|
|
20588
20451
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xl-on-md {
|
|
20589
20452
|
row-gap: var(--pf-t--global--spacer--xl);
|
|
20590
20453
|
}
|
|
20591
20454
|
.pf-v6-c-toolbar__group.pf-m-column-gap-2xl-on-md,
|
|
20592
20455
|
.pf-v6-c-toolbar__item.pf-m-column-gap-2xl-on-md,
|
|
20593
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-2xl-on-md,
|
|
20594
20456
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-2xl-on-md {
|
|
20595
20457
|
column-gap: var(--pf-t--global--spacer--2xl);
|
|
20596
20458
|
}
|
|
20597
20459
|
.pf-v6-c-toolbar__group.pf-m-row-gap-2xl-on-md,
|
|
20598
20460
|
.pf-v6-c-toolbar__item.pf-m-row-gap-2xl-on-md,
|
|
20599
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-2xl-on-md,
|
|
20600
20461
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl-on-md {
|
|
20601
20462
|
row-gap: var(--pf-t--global--spacer--2xl);
|
|
20602
20463
|
}
|
|
20603
20464
|
.pf-v6-c-toolbar__group.pf-m-column-gap-3xl-on-md,
|
|
20604
20465
|
.pf-v6-c-toolbar__item.pf-m-column-gap-3xl-on-md,
|
|
20605
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-3xl-on-md,
|
|
20606
20466
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-3xl-on-md {
|
|
20607
20467
|
column-gap: var(--pf-t--global--spacer--3xl);
|
|
20608
20468
|
}
|
|
20609
20469
|
.pf-v6-c-toolbar__group.pf-m-row-gap-3xl-on-md,
|
|
20610
20470
|
.pf-v6-c-toolbar__item.pf-m-row-gap-3xl-on-md,
|
|
20611
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-3xl-on-md,
|
|
20612
20471
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl-on-md {
|
|
20613
20472
|
row-gap: var(--pf-t--global--spacer--3xl);
|
|
20614
20473
|
}
|
|
20615
20474
|
.pf-v6-c-toolbar__group.pf-m-column-gap-4xl-on-md,
|
|
20616
20475
|
.pf-v6-c-toolbar__item.pf-m-column-gap-4xl-on-md,
|
|
20617
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-4xl-on-md,
|
|
20618
20476
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-4xl-on-md {
|
|
20619
20477
|
column-gap: var(--pf-t--global--spacer--4xl);
|
|
20620
20478
|
}
|
|
20621
20479
|
.pf-v6-c-toolbar__group.pf-m-row-gap-4xl-on-md,
|
|
20622
20480
|
.pf-v6-c-toolbar__item.pf-m-row-gap-4xl-on-md,
|
|
20623
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-4xl-on-md,
|
|
20624
20481
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl-on-md {
|
|
20625
20482
|
row-gap: var(--pf-t--global--spacer--4xl);
|
|
20626
20483
|
}
|
|
@@ -20638,7 +20495,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20638
20495
|
display: none;
|
|
20639
20496
|
}
|
|
20640
20497
|
.pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__toggle, .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-md .pf-v6-c-toolbar__toggle {
|
|
20641
|
-
display: inline-
|
|
20498
|
+
display: inline-flex;
|
|
20642
20499
|
}
|
|
20643
20500
|
}
|
|
20644
20501
|
@media (min-width: 992px) {
|
|
@@ -20679,252 +20536,200 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20679
20536
|
.pf-v6-c-toolbar__item.pf-m-align-self-end-on-lg {
|
|
20680
20537
|
align-self: end;
|
|
20681
20538
|
}
|
|
20682
|
-
.pf-v6-c-toolbar.pf-m-inset-none-on-lg
|
|
20683
|
-
|
|
20684
|
-
|
|
20685
|
-
|
|
20686
|
-
|
|
20687
|
-
|
|
20688
|
-
.pf-v6-c-
|
|
20689
|
-
|
|
20690
|
-
|
|
20691
|
-
|
|
20692
|
-
|
|
20693
|
-
|
|
20694
|
-
.pf-v6-c-
|
|
20695
|
-
|
|
20696
|
-
}
|
|
20697
|
-
.pf-v6-c-toolbar.pf-m-inset-
|
|
20698
|
-
|
|
20699
|
-
|
|
20700
|
-
|
|
20701
|
-
|
|
20702
|
-
|
|
20703
|
-
.pf-v6-c-
|
|
20704
|
-
|
|
20705
|
-
|
|
20706
|
-
|
|
20707
|
-
|
|
20708
|
-
.pf-v6-c-toolbar__content.pf-m-inset-xl-on-lg,
|
|
20709
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-xl-on-lg {
|
|
20710
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--xl);
|
|
20711
|
-
}
|
|
20712
|
-
.pf-v6-c-toolbar.pf-m-inset-2xl-on-lg,
|
|
20713
|
-
.pf-v6-c-toolbar__content.pf-m-inset-2xl-on-lg,
|
|
20714
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-2xl-on-lg {
|
|
20715
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--2xl);
|
|
20716
|
-
}
|
|
20717
|
-
.pf-v6-c-toolbar.pf-m-inset-3xl-on-lg,
|
|
20718
|
-
.pf-v6-c-toolbar__content.pf-m-inset-3xl-on-lg,
|
|
20719
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-3xl-on-lg {
|
|
20720
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--3xl);
|
|
20721
|
-
}
|
|
20722
|
-
.pf-v6-c-toolbar.pf-m-inset-4xl-on-lg,
|
|
20723
|
-
.pf-v6-c-toolbar__content.pf-m-inset-4xl-on-lg,
|
|
20724
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-4xl-on-lg {
|
|
20725
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--4xl);
|
|
20539
|
+
.pf-v6-c-toolbar.pf-m-inset-none-on-lg {
|
|
20540
|
+
padding-inline: 0;
|
|
20541
|
+
}
|
|
20542
|
+
.pf-v6-c-toolbar.pf-m-inset-xs-on-lg {
|
|
20543
|
+
padding-inline: var(--pf-t--global--spacer--xs);
|
|
20544
|
+
}
|
|
20545
|
+
.pf-v6-c-toolbar.pf-m-inset-sm-on-lg {
|
|
20546
|
+
padding-inline: var(--pf-t--global--spacer--sm);
|
|
20547
|
+
}
|
|
20548
|
+
.pf-v6-c-toolbar.pf-m-inset-md-on-lg {
|
|
20549
|
+
padding-inline: var(--pf-t--global--spacer--md);
|
|
20550
|
+
}
|
|
20551
|
+
.pf-v6-c-toolbar.pf-m-inset-lg-on-lg {
|
|
20552
|
+
padding-inline: var(--pf-t--global--spacer--lg);
|
|
20553
|
+
}
|
|
20554
|
+
.pf-v6-c-toolbar.pf-m-inset-xl-on-lg {
|
|
20555
|
+
padding-inline: var(--pf-t--global--spacer--xl);
|
|
20556
|
+
}
|
|
20557
|
+
.pf-v6-c-toolbar.pf-m-inset-2xl-on-lg {
|
|
20558
|
+
padding-inline: var(--pf-t--global--spacer--2xl);
|
|
20559
|
+
}
|
|
20560
|
+
.pf-v6-c-toolbar.pf-m-inset-3xl-on-lg {
|
|
20561
|
+
padding-inline: var(--pf-t--global--spacer--3xl);
|
|
20562
|
+
}
|
|
20563
|
+
.pf-v6-c-toolbar.pf-m-inset-4xl-on-lg {
|
|
20564
|
+
padding-inline: var(--pf-t--global--spacer--4xl);
|
|
20726
20565
|
}
|
|
20727
20566
|
.pf-v6-c-toolbar__group.pf-m-wrap-on-lg,
|
|
20728
20567
|
.pf-v6-c-toolbar__item.pf-m-wrap-on-lg,
|
|
20729
|
-
.pf-v6-c-toolbar__content.pf-m-wrap-on-lg,
|
|
20730
20568
|
.pf-v6-c-toolbar__content-section.pf-m-wrap-on-lg {
|
|
20731
20569
|
flex-wrap: wrap;
|
|
20732
20570
|
}
|
|
20733
20571
|
.pf-v6-c-toolbar__group.pf-m-nowrap-on-lg,
|
|
20734
20572
|
.pf-v6-c-toolbar__item.pf-m-nowrap-on-lg,
|
|
20735
|
-
.pf-v6-c-toolbar__content.pf-m-nowrap-on-lg,
|
|
20736
20573
|
.pf-v6-c-toolbar__content-section.pf-m-nowrap-on-lg {
|
|
20737
20574
|
flex-wrap: nowrap;
|
|
20738
20575
|
}
|
|
20739
20576
|
.pf-v6-c-toolbar__group.pf-m-align-items-stretch-on-lg,
|
|
20740
20577
|
.pf-v6-c-toolbar__item.pf-m-align-items-stretch-on-lg,
|
|
20741
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-stretch-on-lg,
|
|
20742
20578
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-stretch-on-lg {
|
|
20743
20579
|
align-items: stretch;
|
|
20744
20580
|
}
|
|
20745
20581
|
.pf-v6-c-toolbar__group.pf-m-align-items-baseline-on-lg,
|
|
20746
20582
|
.pf-v6-c-toolbar__item.pf-m-align-items-baseline-on-lg,
|
|
20747
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-baseline-on-lg,
|
|
20748
20583
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-baseline-on-lg {
|
|
20749
20584
|
align-items: baseline;
|
|
20750
20585
|
}
|
|
20751
20586
|
.pf-v6-c-toolbar__group.pf-m-align-items-start-on-lg,
|
|
20752
20587
|
.pf-v6-c-toolbar__item.pf-m-align-items-start-on-lg,
|
|
20753
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-start-on-lg,
|
|
20754
20588
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-start-on-lg {
|
|
20755
20589
|
align-items: start;
|
|
20756
20590
|
}
|
|
20757
20591
|
.pf-v6-c-toolbar__group.pf-m-align-items-center-on-lg,
|
|
20758
20592
|
.pf-v6-c-toolbar__item.pf-m-align-items-center-on-lg,
|
|
20759
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-center-on-lg,
|
|
20760
20593
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-center-on-lg {
|
|
20761
20594
|
align-items: center;
|
|
20762
20595
|
}
|
|
20763
20596
|
.pf-v6-c-toolbar__group.pf-m-align-items-end-on-lg,
|
|
20764
20597
|
.pf-v6-c-toolbar__item.pf-m-align-items-end-on-lg,
|
|
20765
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-end-on-lg,
|
|
20766
20598
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-end-on-lg {
|
|
20767
20599
|
align-items: end;
|
|
20768
20600
|
}
|
|
20769
20601
|
.pf-v6-c-toolbar__group.pf-m-gap-none-on-lg,
|
|
20770
20602
|
.pf-v6-c-toolbar__item.pf-m-gap-none-on-lg,
|
|
20771
|
-
.pf-v6-c-toolbar__content.pf-m-gap-none-on-lg,
|
|
20772
20603
|
.pf-v6-c-toolbar__content-section.pf-m-gap-none-on-lg {
|
|
20773
20604
|
gap: 0;
|
|
20774
20605
|
}
|
|
20775
20606
|
.pf-v6-c-toolbar__group.pf-m-gap-xs-on-lg,
|
|
20776
20607
|
.pf-v6-c-toolbar__item.pf-m-gap-xs-on-lg,
|
|
20777
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xs-on-lg,
|
|
20778
20608
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xs-on-lg {
|
|
20779
20609
|
gap: var(--pf-t--global--spacer--xs);
|
|
20780
20610
|
}
|
|
20781
20611
|
.pf-v6-c-toolbar__group.pf-m-gap-sm-on-lg,
|
|
20782
20612
|
.pf-v6-c-toolbar__item.pf-m-gap-sm-on-lg,
|
|
20783
|
-
.pf-v6-c-toolbar__content.pf-m-gap-sm-on-lg,
|
|
20784
20613
|
.pf-v6-c-toolbar__content-section.pf-m-gap-sm-on-lg {
|
|
20785
20614
|
gap: var(--pf-t--global--spacer--sm);
|
|
20786
20615
|
}
|
|
20787
20616
|
.pf-v6-c-toolbar__group.pf-m-gap-md-on-lg,
|
|
20788
20617
|
.pf-v6-c-toolbar__item.pf-m-gap-md-on-lg,
|
|
20789
|
-
.pf-v6-c-toolbar__content.pf-m-gap-md-on-lg,
|
|
20790
20618
|
.pf-v6-c-toolbar__content-section.pf-m-gap-md-on-lg {
|
|
20791
20619
|
gap: var(--pf-t--global--spacer--md);
|
|
20792
20620
|
}
|
|
20793
20621
|
.pf-v6-c-toolbar__group.pf-m-gap-lg-on-lg,
|
|
20794
20622
|
.pf-v6-c-toolbar__item.pf-m-gap-lg-on-lg,
|
|
20795
|
-
.pf-v6-c-toolbar__content.pf-m-gap-lg-on-lg,
|
|
20796
20623
|
.pf-v6-c-toolbar__content-section.pf-m-gap-lg-on-lg {
|
|
20797
20624
|
gap: var(--pf-t--global--spacer--lg);
|
|
20798
20625
|
}
|
|
20799
20626
|
.pf-v6-c-toolbar__group.pf-m-gap-xl-on-lg,
|
|
20800
20627
|
.pf-v6-c-toolbar__item.pf-m-gap-xl-on-lg,
|
|
20801
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xl-on-lg,
|
|
20802
20628
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xl-on-lg {
|
|
20803
20629
|
gap: var(--pf-t--global--spacer--xl);
|
|
20804
20630
|
}
|
|
20805
20631
|
.pf-v6-c-toolbar__group.pf-m-gap-2xl-on-lg,
|
|
20806
20632
|
.pf-v6-c-toolbar__item.pf-m-gap-2xl-on-lg,
|
|
20807
|
-
.pf-v6-c-toolbar__content.pf-m-gap-2xl-on-lg,
|
|
20808
20633
|
.pf-v6-c-toolbar__content-section.pf-m-gap-2xl-on-lg {
|
|
20809
20634
|
gap: var(--pf-t--global--spacer--2xl);
|
|
20810
20635
|
}
|
|
20811
20636
|
.pf-v6-c-toolbar__group.pf-m-gap-3xl-on-lg,
|
|
20812
20637
|
.pf-v6-c-toolbar__item.pf-m-gap-3xl-on-lg,
|
|
20813
|
-
.pf-v6-c-toolbar__content.pf-m-gap-3xl-on-lg,
|
|
20814
20638
|
.pf-v6-c-toolbar__content-section.pf-m-gap-3xl-on-lg {
|
|
20815
20639
|
gap: var(--pf-t--global--spacer--3xl);
|
|
20816
20640
|
}
|
|
20817
20641
|
.pf-v6-c-toolbar__group.pf-m-gap-4xl-on-lg,
|
|
20818
20642
|
.pf-v6-c-toolbar__item.pf-m-gap-4xl-on-lg,
|
|
20819
|
-
.pf-v6-c-toolbar__content.pf-m-gap-4xl-on-lg,
|
|
20820
20643
|
.pf-v6-c-toolbar__content-section.pf-m-gap-4xl-on-lg {
|
|
20821
20644
|
gap: var(--pf-t--global--spacer--4xl);
|
|
20822
20645
|
}
|
|
20823
20646
|
.pf-v6-c-toolbar__group.pf-m-column-gap-none-on-lg,
|
|
20824
20647
|
.pf-v6-c-toolbar__item.pf-m-column-gap-none-on-lg,
|
|
20825
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-none-on-lg,
|
|
20826
20648
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-none-on-lg {
|
|
20827
20649
|
column-gap: 0;
|
|
20828
20650
|
}
|
|
20829
20651
|
.pf-v6-c-toolbar__group.pf-m-row-gap-none-on-lg,
|
|
20830
20652
|
.pf-v6-c-toolbar__item.pf-m-row-gap-none-on-lg,
|
|
20831
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-none-on-lg,
|
|
20832
20653
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-none-on-lg {
|
|
20833
20654
|
row-gap: 0;
|
|
20834
20655
|
}
|
|
20835
20656
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xs-on-lg,
|
|
20836
20657
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xs-on-lg,
|
|
20837
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xs-on-lg,
|
|
20838
20658
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xs-on-lg {
|
|
20839
20659
|
column-gap: var(--pf-t--global--spacer--xs);
|
|
20840
20660
|
}
|
|
20841
20661
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xs-on-lg,
|
|
20842
20662
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xs-on-lg,
|
|
20843
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xs-on-lg,
|
|
20844
20663
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xs-on-lg {
|
|
20845
20664
|
row-gap: var(--pf-t--global--spacer--xs);
|
|
20846
20665
|
}
|
|
20847
20666
|
.pf-v6-c-toolbar__group.pf-m-column-gap-sm-on-lg,
|
|
20848
20667
|
.pf-v6-c-toolbar__item.pf-m-column-gap-sm-on-lg,
|
|
20849
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-sm-on-lg,
|
|
20850
20668
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-sm-on-lg {
|
|
20851
20669
|
column-gap: var(--pf-t--global--spacer--sm);
|
|
20852
20670
|
}
|
|
20853
20671
|
.pf-v6-c-toolbar__group.pf-m-row-gap-sm-on-lg,
|
|
20854
20672
|
.pf-v6-c-toolbar__item.pf-m-row-gap-sm-on-lg,
|
|
20855
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-sm-on-lg,
|
|
20856
20673
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-sm-on-lg {
|
|
20857
20674
|
row-gap: var(--pf-t--global--spacer--sm);
|
|
20858
20675
|
}
|
|
20859
20676
|
.pf-v6-c-toolbar__group.pf-m-column-gap-md-on-lg,
|
|
20860
20677
|
.pf-v6-c-toolbar__item.pf-m-column-gap-md-on-lg,
|
|
20861
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-md-on-lg,
|
|
20862
20678
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-md-on-lg {
|
|
20863
20679
|
column-gap: var(--pf-t--global--spacer--md);
|
|
20864
20680
|
}
|
|
20865
20681
|
.pf-v6-c-toolbar__group.pf-m-row-gap-md-on-lg,
|
|
20866
20682
|
.pf-v6-c-toolbar__item.pf-m-row-gap-md-on-lg,
|
|
20867
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-md-on-lg,
|
|
20868
20683
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-md-on-lg {
|
|
20869
20684
|
row-gap: var(--pf-t--global--spacer--md);
|
|
20870
20685
|
}
|
|
20871
20686
|
.pf-v6-c-toolbar__group.pf-m-column-gap-lg-on-lg,
|
|
20872
20687
|
.pf-v6-c-toolbar__item.pf-m-column-gap-lg-on-lg,
|
|
20873
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-lg-on-lg,
|
|
20874
20688
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-lg-on-lg {
|
|
20875
20689
|
column-gap: var(--pf-t--global--spacer--lg);
|
|
20876
20690
|
}
|
|
20877
20691
|
.pf-v6-c-toolbar__group.pf-m-row-gap-lg-on-lg,
|
|
20878
20692
|
.pf-v6-c-toolbar__item.pf-m-row-gap-lg-on-lg,
|
|
20879
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-lg-on-lg,
|
|
20880
20693
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-lg-on-lg {
|
|
20881
20694
|
row-gap: var(--pf-t--global--spacer--lg);
|
|
20882
20695
|
}
|
|
20883
20696
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xl-on-lg,
|
|
20884
20697
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xl-on-lg,
|
|
20885
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xl-on-lg,
|
|
20886
20698
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xl-on-lg {
|
|
20887
20699
|
column-gap: var(--pf-t--global--spacer--xl);
|
|
20888
20700
|
}
|
|
20889
20701
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xl-on-lg,
|
|
20890
20702
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xl-on-lg,
|
|
20891
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xl-on-lg,
|
|
20892
20703
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xl-on-lg {
|
|
20893
20704
|
row-gap: var(--pf-t--global--spacer--xl);
|
|
20894
20705
|
}
|
|
20895
20706
|
.pf-v6-c-toolbar__group.pf-m-column-gap-2xl-on-lg,
|
|
20896
20707
|
.pf-v6-c-toolbar__item.pf-m-column-gap-2xl-on-lg,
|
|
20897
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-2xl-on-lg,
|
|
20898
20708
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-2xl-on-lg {
|
|
20899
20709
|
column-gap: var(--pf-t--global--spacer--2xl);
|
|
20900
20710
|
}
|
|
20901
20711
|
.pf-v6-c-toolbar__group.pf-m-row-gap-2xl-on-lg,
|
|
20902
20712
|
.pf-v6-c-toolbar__item.pf-m-row-gap-2xl-on-lg,
|
|
20903
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-2xl-on-lg,
|
|
20904
20713
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl-on-lg {
|
|
20905
20714
|
row-gap: var(--pf-t--global--spacer--2xl);
|
|
20906
20715
|
}
|
|
20907
20716
|
.pf-v6-c-toolbar__group.pf-m-column-gap-3xl-on-lg,
|
|
20908
20717
|
.pf-v6-c-toolbar__item.pf-m-column-gap-3xl-on-lg,
|
|
20909
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-3xl-on-lg,
|
|
20910
20718
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-3xl-on-lg {
|
|
20911
20719
|
column-gap: var(--pf-t--global--spacer--3xl);
|
|
20912
20720
|
}
|
|
20913
20721
|
.pf-v6-c-toolbar__group.pf-m-row-gap-3xl-on-lg,
|
|
20914
20722
|
.pf-v6-c-toolbar__item.pf-m-row-gap-3xl-on-lg,
|
|
20915
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-3xl-on-lg,
|
|
20916
20723
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl-on-lg {
|
|
20917
20724
|
row-gap: var(--pf-t--global--spacer--3xl);
|
|
20918
20725
|
}
|
|
20919
20726
|
.pf-v6-c-toolbar__group.pf-m-column-gap-4xl-on-lg,
|
|
20920
20727
|
.pf-v6-c-toolbar__item.pf-m-column-gap-4xl-on-lg,
|
|
20921
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-4xl-on-lg,
|
|
20922
20728
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-4xl-on-lg {
|
|
20923
20729
|
column-gap: var(--pf-t--global--spacer--4xl);
|
|
20924
20730
|
}
|
|
20925
20731
|
.pf-v6-c-toolbar__group.pf-m-row-gap-4xl-on-lg,
|
|
20926
20732
|
.pf-v6-c-toolbar__item.pf-m-row-gap-4xl-on-lg,
|
|
20927
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-4xl-on-lg,
|
|
20928
20733
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl-on-lg {
|
|
20929
20734
|
row-gap: var(--pf-t--global--spacer--4xl);
|
|
20930
20735
|
}
|
|
@@ -20942,7 +20747,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20942
20747
|
display: none;
|
|
20943
20748
|
}
|
|
20944
20749
|
.pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__toggle, .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-lg .pf-v6-c-toolbar__toggle {
|
|
20945
|
-
display: inline-
|
|
20750
|
+
display: inline-flex;
|
|
20946
20751
|
}
|
|
20947
20752
|
}
|
|
20948
20753
|
@media (min-width: 1200px) {
|
|
@@ -20983,252 +20788,200 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20983
20788
|
.pf-v6-c-toolbar__item.pf-m-align-self-end-on-xl {
|
|
20984
20789
|
align-self: end;
|
|
20985
20790
|
}
|
|
20986
|
-
.pf-v6-c-toolbar.pf-m-inset-none-on-xl
|
|
20987
|
-
|
|
20988
|
-
|
|
20989
|
-
|
|
20990
|
-
|
|
20991
|
-
|
|
20992
|
-
.pf-v6-c-
|
|
20993
|
-
|
|
20994
|
-
|
|
20995
|
-
|
|
20996
|
-
|
|
20997
|
-
|
|
20998
|
-
.pf-v6-c-
|
|
20999
|
-
|
|
21000
|
-
}
|
|
21001
|
-
.pf-v6-c-toolbar.pf-m-inset-
|
|
21002
|
-
|
|
21003
|
-
|
|
21004
|
-
|
|
21005
|
-
|
|
21006
|
-
|
|
21007
|
-
.pf-v6-c-
|
|
21008
|
-
|
|
21009
|
-
|
|
21010
|
-
|
|
21011
|
-
|
|
21012
|
-
.pf-v6-c-toolbar__content.pf-m-inset-xl-on-xl,
|
|
21013
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-xl-on-xl {
|
|
21014
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--xl);
|
|
21015
|
-
}
|
|
21016
|
-
.pf-v6-c-toolbar.pf-m-inset-2xl-on-xl,
|
|
21017
|
-
.pf-v6-c-toolbar__content.pf-m-inset-2xl-on-xl,
|
|
21018
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-2xl-on-xl {
|
|
21019
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--2xl);
|
|
21020
|
-
}
|
|
21021
|
-
.pf-v6-c-toolbar.pf-m-inset-3xl-on-xl,
|
|
21022
|
-
.pf-v6-c-toolbar__content.pf-m-inset-3xl-on-xl,
|
|
21023
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-3xl-on-xl {
|
|
21024
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--3xl);
|
|
21025
|
-
}
|
|
21026
|
-
.pf-v6-c-toolbar.pf-m-inset-4xl-on-xl,
|
|
21027
|
-
.pf-v6-c-toolbar__content.pf-m-inset-4xl-on-xl,
|
|
21028
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-4xl-on-xl {
|
|
21029
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--4xl);
|
|
20791
|
+
.pf-v6-c-toolbar.pf-m-inset-none-on-xl {
|
|
20792
|
+
padding-inline: 0;
|
|
20793
|
+
}
|
|
20794
|
+
.pf-v6-c-toolbar.pf-m-inset-xs-on-xl {
|
|
20795
|
+
padding-inline: var(--pf-t--global--spacer--xs);
|
|
20796
|
+
}
|
|
20797
|
+
.pf-v6-c-toolbar.pf-m-inset-sm-on-xl {
|
|
20798
|
+
padding-inline: var(--pf-t--global--spacer--sm);
|
|
20799
|
+
}
|
|
20800
|
+
.pf-v6-c-toolbar.pf-m-inset-md-on-xl {
|
|
20801
|
+
padding-inline: var(--pf-t--global--spacer--md);
|
|
20802
|
+
}
|
|
20803
|
+
.pf-v6-c-toolbar.pf-m-inset-lg-on-xl {
|
|
20804
|
+
padding-inline: var(--pf-t--global--spacer--lg);
|
|
20805
|
+
}
|
|
20806
|
+
.pf-v6-c-toolbar.pf-m-inset-xl-on-xl {
|
|
20807
|
+
padding-inline: var(--pf-t--global--spacer--xl);
|
|
20808
|
+
}
|
|
20809
|
+
.pf-v6-c-toolbar.pf-m-inset-2xl-on-xl {
|
|
20810
|
+
padding-inline: var(--pf-t--global--spacer--2xl);
|
|
20811
|
+
}
|
|
20812
|
+
.pf-v6-c-toolbar.pf-m-inset-3xl-on-xl {
|
|
20813
|
+
padding-inline: var(--pf-t--global--spacer--3xl);
|
|
20814
|
+
}
|
|
20815
|
+
.pf-v6-c-toolbar.pf-m-inset-4xl-on-xl {
|
|
20816
|
+
padding-inline: var(--pf-t--global--spacer--4xl);
|
|
21030
20817
|
}
|
|
21031
20818
|
.pf-v6-c-toolbar__group.pf-m-wrap-on-xl,
|
|
21032
20819
|
.pf-v6-c-toolbar__item.pf-m-wrap-on-xl,
|
|
21033
|
-
.pf-v6-c-toolbar__content.pf-m-wrap-on-xl,
|
|
21034
20820
|
.pf-v6-c-toolbar__content-section.pf-m-wrap-on-xl {
|
|
21035
20821
|
flex-wrap: wrap;
|
|
21036
20822
|
}
|
|
21037
20823
|
.pf-v6-c-toolbar__group.pf-m-nowrap-on-xl,
|
|
21038
20824
|
.pf-v6-c-toolbar__item.pf-m-nowrap-on-xl,
|
|
21039
|
-
.pf-v6-c-toolbar__content.pf-m-nowrap-on-xl,
|
|
21040
20825
|
.pf-v6-c-toolbar__content-section.pf-m-nowrap-on-xl {
|
|
21041
20826
|
flex-wrap: nowrap;
|
|
21042
20827
|
}
|
|
21043
20828
|
.pf-v6-c-toolbar__group.pf-m-align-items-stretch-on-xl,
|
|
21044
20829
|
.pf-v6-c-toolbar__item.pf-m-align-items-stretch-on-xl,
|
|
21045
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-stretch-on-xl,
|
|
21046
20830
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-stretch-on-xl {
|
|
21047
20831
|
align-items: stretch;
|
|
21048
20832
|
}
|
|
21049
20833
|
.pf-v6-c-toolbar__group.pf-m-align-items-baseline-on-xl,
|
|
21050
20834
|
.pf-v6-c-toolbar__item.pf-m-align-items-baseline-on-xl,
|
|
21051
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-baseline-on-xl,
|
|
21052
20835
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-baseline-on-xl {
|
|
21053
20836
|
align-items: baseline;
|
|
21054
20837
|
}
|
|
21055
20838
|
.pf-v6-c-toolbar__group.pf-m-align-items-start-on-xl,
|
|
21056
20839
|
.pf-v6-c-toolbar__item.pf-m-align-items-start-on-xl,
|
|
21057
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-start-on-xl,
|
|
21058
20840
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-start-on-xl {
|
|
21059
20841
|
align-items: start;
|
|
21060
20842
|
}
|
|
21061
20843
|
.pf-v6-c-toolbar__group.pf-m-align-items-center-on-xl,
|
|
21062
20844
|
.pf-v6-c-toolbar__item.pf-m-align-items-center-on-xl,
|
|
21063
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-center-on-xl,
|
|
21064
20845
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-center-on-xl {
|
|
21065
20846
|
align-items: center;
|
|
21066
20847
|
}
|
|
21067
20848
|
.pf-v6-c-toolbar__group.pf-m-align-items-end-on-xl,
|
|
21068
20849
|
.pf-v6-c-toolbar__item.pf-m-align-items-end-on-xl,
|
|
21069
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-end-on-xl,
|
|
21070
20850
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-end-on-xl {
|
|
21071
20851
|
align-items: end;
|
|
21072
20852
|
}
|
|
21073
20853
|
.pf-v6-c-toolbar__group.pf-m-gap-none-on-xl,
|
|
21074
20854
|
.pf-v6-c-toolbar__item.pf-m-gap-none-on-xl,
|
|
21075
|
-
.pf-v6-c-toolbar__content.pf-m-gap-none-on-xl,
|
|
21076
20855
|
.pf-v6-c-toolbar__content-section.pf-m-gap-none-on-xl {
|
|
21077
20856
|
gap: 0;
|
|
21078
20857
|
}
|
|
21079
20858
|
.pf-v6-c-toolbar__group.pf-m-gap-xs-on-xl,
|
|
21080
20859
|
.pf-v6-c-toolbar__item.pf-m-gap-xs-on-xl,
|
|
21081
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xs-on-xl,
|
|
21082
20860
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xs-on-xl {
|
|
21083
20861
|
gap: var(--pf-t--global--spacer--xs);
|
|
21084
20862
|
}
|
|
21085
20863
|
.pf-v6-c-toolbar__group.pf-m-gap-sm-on-xl,
|
|
21086
20864
|
.pf-v6-c-toolbar__item.pf-m-gap-sm-on-xl,
|
|
21087
|
-
.pf-v6-c-toolbar__content.pf-m-gap-sm-on-xl,
|
|
21088
20865
|
.pf-v6-c-toolbar__content-section.pf-m-gap-sm-on-xl {
|
|
21089
20866
|
gap: var(--pf-t--global--spacer--sm);
|
|
21090
20867
|
}
|
|
21091
20868
|
.pf-v6-c-toolbar__group.pf-m-gap-md-on-xl,
|
|
21092
20869
|
.pf-v6-c-toolbar__item.pf-m-gap-md-on-xl,
|
|
21093
|
-
.pf-v6-c-toolbar__content.pf-m-gap-md-on-xl,
|
|
21094
20870
|
.pf-v6-c-toolbar__content-section.pf-m-gap-md-on-xl {
|
|
21095
20871
|
gap: var(--pf-t--global--spacer--md);
|
|
21096
20872
|
}
|
|
21097
20873
|
.pf-v6-c-toolbar__group.pf-m-gap-lg-on-xl,
|
|
21098
20874
|
.pf-v6-c-toolbar__item.pf-m-gap-lg-on-xl,
|
|
21099
|
-
.pf-v6-c-toolbar__content.pf-m-gap-lg-on-xl,
|
|
21100
20875
|
.pf-v6-c-toolbar__content-section.pf-m-gap-lg-on-xl {
|
|
21101
20876
|
gap: var(--pf-t--global--spacer--lg);
|
|
21102
20877
|
}
|
|
21103
20878
|
.pf-v6-c-toolbar__group.pf-m-gap-xl-on-xl,
|
|
21104
20879
|
.pf-v6-c-toolbar__item.pf-m-gap-xl-on-xl,
|
|
21105
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xl-on-xl,
|
|
21106
20880
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xl-on-xl {
|
|
21107
20881
|
gap: var(--pf-t--global--spacer--xl);
|
|
21108
20882
|
}
|
|
21109
20883
|
.pf-v6-c-toolbar__group.pf-m-gap-2xl-on-xl,
|
|
21110
20884
|
.pf-v6-c-toolbar__item.pf-m-gap-2xl-on-xl,
|
|
21111
|
-
.pf-v6-c-toolbar__content.pf-m-gap-2xl-on-xl,
|
|
21112
20885
|
.pf-v6-c-toolbar__content-section.pf-m-gap-2xl-on-xl {
|
|
21113
20886
|
gap: var(--pf-t--global--spacer--2xl);
|
|
21114
20887
|
}
|
|
21115
20888
|
.pf-v6-c-toolbar__group.pf-m-gap-3xl-on-xl,
|
|
21116
20889
|
.pf-v6-c-toolbar__item.pf-m-gap-3xl-on-xl,
|
|
21117
|
-
.pf-v6-c-toolbar__content.pf-m-gap-3xl-on-xl,
|
|
21118
20890
|
.pf-v6-c-toolbar__content-section.pf-m-gap-3xl-on-xl {
|
|
21119
20891
|
gap: var(--pf-t--global--spacer--3xl);
|
|
21120
20892
|
}
|
|
21121
20893
|
.pf-v6-c-toolbar__group.pf-m-gap-4xl-on-xl,
|
|
21122
20894
|
.pf-v6-c-toolbar__item.pf-m-gap-4xl-on-xl,
|
|
21123
|
-
.pf-v6-c-toolbar__content.pf-m-gap-4xl-on-xl,
|
|
21124
20895
|
.pf-v6-c-toolbar__content-section.pf-m-gap-4xl-on-xl {
|
|
21125
20896
|
gap: var(--pf-t--global--spacer--4xl);
|
|
21126
20897
|
}
|
|
21127
20898
|
.pf-v6-c-toolbar__group.pf-m-column-gap-none-on-xl,
|
|
21128
20899
|
.pf-v6-c-toolbar__item.pf-m-column-gap-none-on-xl,
|
|
21129
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-none-on-xl,
|
|
21130
20900
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-none-on-xl {
|
|
21131
20901
|
column-gap: 0;
|
|
21132
20902
|
}
|
|
21133
20903
|
.pf-v6-c-toolbar__group.pf-m-row-gap-none-on-xl,
|
|
21134
20904
|
.pf-v6-c-toolbar__item.pf-m-row-gap-none-on-xl,
|
|
21135
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-none-on-xl,
|
|
21136
20905
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-none-on-xl {
|
|
21137
20906
|
row-gap: 0;
|
|
21138
20907
|
}
|
|
21139
20908
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xs-on-xl,
|
|
21140
20909
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xs-on-xl,
|
|
21141
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xs-on-xl,
|
|
21142
20910
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xs-on-xl {
|
|
21143
20911
|
column-gap: var(--pf-t--global--spacer--xs);
|
|
21144
20912
|
}
|
|
21145
20913
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xs-on-xl,
|
|
21146
20914
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xs-on-xl,
|
|
21147
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xs-on-xl,
|
|
21148
20915
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xs-on-xl {
|
|
21149
20916
|
row-gap: var(--pf-t--global--spacer--xs);
|
|
21150
20917
|
}
|
|
21151
20918
|
.pf-v6-c-toolbar__group.pf-m-column-gap-sm-on-xl,
|
|
21152
20919
|
.pf-v6-c-toolbar__item.pf-m-column-gap-sm-on-xl,
|
|
21153
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-sm-on-xl,
|
|
21154
20920
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-sm-on-xl {
|
|
21155
20921
|
column-gap: var(--pf-t--global--spacer--sm);
|
|
21156
20922
|
}
|
|
21157
20923
|
.pf-v6-c-toolbar__group.pf-m-row-gap-sm-on-xl,
|
|
21158
20924
|
.pf-v6-c-toolbar__item.pf-m-row-gap-sm-on-xl,
|
|
21159
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-sm-on-xl,
|
|
21160
20925
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-sm-on-xl {
|
|
21161
20926
|
row-gap: var(--pf-t--global--spacer--sm);
|
|
21162
20927
|
}
|
|
21163
20928
|
.pf-v6-c-toolbar__group.pf-m-column-gap-md-on-xl,
|
|
21164
20929
|
.pf-v6-c-toolbar__item.pf-m-column-gap-md-on-xl,
|
|
21165
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-md-on-xl,
|
|
21166
20930
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-md-on-xl {
|
|
21167
20931
|
column-gap: var(--pf-t--global--spacer--md);
|
|
21168
20932
|
}
|
|
21169
20933
|
.pf-v6-c-toolbar__group.pf-m-row-gap-md-on-xl,
|
|
21170
20934
|
.pf-v6-c-toolbar__item.pf-m-row-gap-md-on-xl,
|
|
21171
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-md-on-xl,
|
|
21172
20935
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-md-on-xl {
|
|
21173
20936
|
row-gap: var(--pf-t--global--spacer--md);
|
|
21174
20937
|
}
|
|
21175
20938
|
.pf-v6-c-toolbar__group.pf-m-column-gap-lg-on-xl,
|
|
21176
20939
|
.pf-v6-c-toolbar__item.pf-m-column-gap-lg-on-xl,
|
|
21177
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-lg-on-xl,
|
|
21178
20940
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-lg-on-xl {
|
|
21179
20941
|
column-gap: var(--pf-t--global--spacer--lg);
|
|
21180
20942
|
}
|
|
21181
20943
|
.pf-v6-c-toolbar__group.pf-m-row-gap-lg-on-xl,
|
|
21182
20944
|
.pf-v6-c-toolbar__item.pf-m-row-gap-lg-on-xl,
|
|
21183
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-lg-on-xl,
|
|
21184
20945
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-lg-on-xl {
|
|
21185
20946
|
row-gap: var(--pf-t--global--spacer--lg);
|
|
21186
20947
|
}
|
|
21187
20948
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xl-on-xl,
|
|
21188
20949
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xl-on-xl,
|
|
21189
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xl-on-xl,
|
|
21190
20950
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xl-on-xl {
|
|
21191
20951
|
column-gap: var(--pf-t--global--spacer--xl);
|
|
21192
20952
|
}
|
|
21193
20953
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xl-on-xl,
|
|
21194
20954
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xl-on-xl,
|
|
21195
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xl-on-xl,
|
|
21196
20955
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xl-on-xl {
|
|
21197
20956
|
row-gap: var(--pf-t--global--spacer--xl);
|
|
21198
20957
|
}
|
|
21199
20958
|
.pf-v6-c-toolbar__group.pf-m-column-gap-2xl-on-xl,
|
|
21200
20959
|
.pf-v6-c-toolbar__item.pf-m-column-gap-2xl-on-xl,
|
|
21201
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-2xl-on-xl,
|
|
21202
20960
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-2xl-on-xl {
|
|
21203
20961
|
column-gap: var(--pf-t--global--spacer--2xl);
|
|
21204
20962
|
}
|
|
21205
20963
|
.pf-v6-c-toolbar__group.pf-m-row-gap-2xl-on-xl,
|
|
21206
20964
|
.pf-v6-c-toolbar__item.pf-m-row-gap-2xl-on-xl,
|
|
21207
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-2xl-on-xl,
|
|
21208
20965
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl-on-xl {
|
|
21209
20966
|
row-gap: var(--pf-t--global--spacer--2xl);
|
|
21210
20967
|
}
|
|
21211
20968
|
.pf-v6-c-toolbar__group.pf-m-column-gap-3xl-on-xl,
|
|
21212
20969
|
.pf-v6-c-toolbar__item.pf-m-column-gap-3xl-on-xl,
|
|
21213
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-3xl-on-xl,
|
|
21214
20970
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-3xl-on-xl {
|
|
21215
20971
|
column-gap: var(--pf-t--global--spacer--3xl);
|
|
21216
20972
|
}
|
|
21217
20973
|
.pf-v6-c-toolbar__group.pf-m-row-gap-3xl-on-xl,
|
|
21218
20974
|
.pf-v6-c-toolbar__item.pf-m-row-gap-3xl-on-xl,
|
|
21219
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-3xl-on-xl,
|
|
21220
20975
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl-on-xl {
|
|
21221
20976
|
row-gap: var(--pf-t--global--spacer--3xl);
|
|
21222
20977
|
}
|
|
21223
20978
|
.pf-v6-c-toolbar__group.pf-m-column-gap-4xl-on-xl,
|
|
21224
20979
|
.pf-v6-c-toolbar__item.pf-m-column-gap-4xl-on-xl,
|
|
21225
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-4xl-on-xl,
|
|
21226
20980
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-4xl-on-xl {
|
|
21227
20981
|
column-gap: var(--pf-t--global--spacer--4xl);
|
|
21228
20982
|
}
|
|
21229
20983
|
.pf-v6-c-toolbar__group.pf-m-row-gap-4xl-on-xl,
|
|
21230
20984
|
.pf-v6-c-toolbar__item.pf-m-row-gap-4xl-on-xl,
|
|
21231
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-4xl-on-xl,
|
|
21232
20985
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl-on-xl {
|
|
21233
20986
|
row-gap: var(--pf-t--global--spacer--4xl);
|
|
21234
20987
|
}
|
|
@@ -21246,7 +20999,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21246
20999
|
display: none;
|
|
21247
21000
|
}
|
|
21248
21001
|
.pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__toggle, .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-xl .pf-v6-c-toolbar__toggle {
|
|
21249
|
-
display: inline-
|
|
21002
|
+
display: inline-flex;
|
|
21250
21003
|
}
|
|
21251
21004
|
}
|
|
21252
21005
|
@media (min-width: 1450px) {
|
|
@@ -21287,252 +21040,200 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21287
21040
|
.pf-v6-c-toolbar__item.pf-m-align-self-end-on-2xl {
|
|
21288
21041
|
align-self: end;
|
|
21289
21042
|
}
|
|
21290
|
-
.pf-v6-c-toolbar.pf-m-inset-none-on-2xl
|
|
21291
|
-
|
|
21292
|
-
|
|
21293
|
-
|
|
21294
|
-
|
|
21295
|
-
|
|
21296
|
-
.pf-v6-c-
|
|
21297
|
-
|
|
21298
|
-
|
|
21299
|
-
|
|
21300
|
-
|
|
21301
|
-
|
|
21302
|
-
.pf-v6-c-
|
|
21303
|
-
|
|
21304
|
-
}
|
|
21305
|
-
.pf-v6-c-toolbar.pf-m-inset-
|
|
21306
|
-
|
|
21307
|
-
|
|
21308
|
-
|
|
21309
|
-
|
|
21310
|
-
|
|
21311
|
-
.pf-v6-c-
|
|
21312
|
-
|
|
21313
|
-
|
|
21314
|
-
|
|
21315
|
-
|
|
21316
|
-
.pf-v6-c-toolbar__content.pf-m-inset-xl-on-2xl,
|
|
21317
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-xl-on-2xl {
|
|
21318
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--xl);
|
|
21319
|
-
}
|
|
21320
|
-
.pf-v6-c-toolbar.pf-m-inset-2xl-on-2xl,
|
|
21321
|
-
.pf-v6-c-toolbar__content.pf-m-inset-2xl-on-2xl,
|
|
21322
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-2xl-on-2xl {
|
|
21323
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--2xl);
|
|
21324
|
-
}
|
|
21325
|
-
.pf-v6-c-toolbar.pf-m-inset-3xl-on-2xl,
|
|
21326
|
-
.pf-v6-c-toolbar__content.pf-m-inset-3xl-on-2xl,
|
|
21327
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-3xl-on-2xl {
|
|
21328
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--3xl);
|
|
21329
|
-
}
|
|
21330
|
-
.pf-v6-c-toolbar.pf-m-inset-4xl-on-2xl,
|
|
21331
|
-
.pf-v6-c-toolbar__content.pf-m-inset-4xl-on-2xl,
|
|
21332
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-4xl-on-2xl {
|
|
21333
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--4xl);
|
|
21043
|
+
.pf-v6-c-toolbar.pf-m-inset-none-on-2xl {
|
|
21044
|
+
padding-inline: 0;
|
|
21045
|
+
}
|
|
21046
|
+
.pf-v6-c-toolbar.pf-m-inset-xs-on-2xl {
|
|
21047
|
+
padding-inline: var(--pf-t--global--spacer--xs);
|
|
21048
|
+
}
|
|
21049
|
+
.pf-v6-c-toolbar.pf-m-inset-sm-on-2xl {
|
|
21050
|
+
padding-inline: var(--pf-t--global--spacer--sm);
|
|
21051
|
+
}
|
|
21052
|
+
.pf-v6-c-toolbar.pf-m-inset-md-on-2xl {
|
|
21053
|
+
padding-inline: var(--pf-t--global--spacer--md);
|
|
21054
|
+
}
|
|
21055
|
+
.pf-v6-c-toolbar.pf-m-inset-lg-on-2xl {
|
|
21056
|
+
padding-inline: var(--pf-t--global--spacer--lg);
|
|
21057
|
+
}
|
|
21058
|
+
.pf-v6-c-toolbar.pf-m-inset-xl-on-2xl {
|
|
21059
|
+
padding-inline: var(--pf-t--global--spacer--xl);
|
|
21060
|
+
}
|
|
21061
|
+
.pf-v6-c-toolbar.pf-m-inset-2xl-on-2xl {
|
|
21062
|
+
padding-inline: var(--pf-t--global--spacer--2xl);
|
|
21063
|
+
}
|
|
21064
|
+
.pf-v6-c-toolbar.pf-m-inset-3xl-on-2xl {
|
|
21065
|
+
padding-inline: var(--pf-t--global--spacer--3xl);
|
|
21066
|
+
}
|
|
21067
|
+
.pf-v6-c-toolbar.pf-m-inset-4xl-on-2xl {
|
|
21068
|
+
padding-inline: var(--pf-t--global--spacer--4xl);
|
|
21334
21069
|
}
|
|
21335
21070
|
.pf-v6-c-toolbar__group.pf-m-wrap-on-2xl,
|
|
21336
21071
|
.pf-v6-c-toolbar__item.pf-m-wrap-on-2xl,
|
|
21337
|
-
.pf-v6-c-toolbar__content.pf-m-wrap-on-2xl,
|
|
21338
21072
|
.pf-v6-c-toolbar__content-section.pf-m-wrap-on-2xl {
|
|
21339
21073
|
flex-wrap: wrap;
|
|
21340
21074
|
}
|
|
21341
21075
|
.pf-v6-c-toolbar__group.pf-m-nowrap-on-2xl,
|
|
21342
21076
|
.pf-v6-c-toolbar__item.pf-m-nowrap-on-2xl,
|
|
21343
|
-
.pf-v6-c-toolbar__content.pf-m-nowrap-on-2xl,
|
|
21344
21077
|
.pf-v6-c-toolbar__content-section.pf-m-nowrap-on-2xl {
|
|
21345
21078
|
flex-wrap: nowrap;
|
|
21346
21079
|
}
|
|
21347
21080
|
.pf-v6-c-toolbar__group.pf-m-align-items-stretch-on-2xl,
|
|
21348
21081
|
.pf-v6-c-toolbar__item.pf-m-align-items-stretch-on-2xl,
|
|
21349
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-stretch-on-2xl,
|
|
21350
21082
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-stretch-on-2xl {
|
|
21351
21083
|
align-items: stretch;
|
|
21352
21084
|
}
|
|
21353
21085
|
.pf-v6-c-toolbar__group.pf-m-align-items-baseline-on-2xl,
|
|
21354
21086
|
.pf-v6-c-toolbar__item.pf-m-align-items-baseline-on-2xl,
|
|
21355
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-baseline-on-2xl,
|
|
21356
21087
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-baseline-on-2xl {
|
|
21357
21088
|
align-items: baseline;
|
|
21358
21089
|
}
|
|
21359
21090
|
.pf-v6-c-toolbar__group.pf-m-align-items-start-on-2xl,
|
|
21360
21091
|
.pf-v6-c-toolbar__item.pf-m-align-items-start-on-2xl,
|
|
21361
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-start-on-2xl,
|
|
21362
21092
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-start-on-2xl {
|
|
21363
21093
|
align-items: start;
|
|
21364
21094
|
}
|
|
21365
21095
|
.pf-v6-c-toolbar__group.pf-m-align-items-center-on-2xl,
|
|
21366
21096
|
.pf-v6-c-toolbar__item.pf-m-align-items-center-on-2xl,
|
|
21367
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-center-on-2xl,
|
|
21368
21097
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-center-on-2xl {
|
|
21369
21098
|
align-items: center;
|
|
21370
21099
|
}
|
|
21371
21100
|
.pf-v6-c-toolbar__group.pf-m-align-items-end-on-2xl,
|
|
21372
21101
|
.pf-v6-c-toolbar__item.pf-m-align-items-end-on-2xl,
|
|
21373
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-end-on-2xl,
|
|
21374
21102
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-end-on-2xl {
|
|
21375
21103
|
align-items: end;
|
|
21376
21104
|
}
|
|
21377
21105
|
.pf-v6-c-toolbar__group.pf-m-gap-none-on-2xl,
|
|
21378
21106
|
.pf-v6-c-toolbar__item.pf-m-gap-none-on-2xl,
|
|
21379
|
-
.pf-v6-c-toolbar__content.pf-m-gap-none-on-2xl,
|
|
21380
21107
|
.pf-v6-c-toolbar__content-section.pf-m-gap-none-on-2xl {
|
|
21381
21108
|
gap: 0;
|
|
21382
21109
|
}
|
|
21383
21110
|
.pf-v6-c-toolbar__group.pf-m-gap-xs-on-2xl,
|
|
21384
21111
|
.pf-v6-c-toolbar__item.pf-m-gap-xs-on-2xl,
|
|
21385
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xs-on-2xl,
|
|
21386
21112
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xs-on-2xl {
|
|
21387
21113
|
gap: var(--pf-t--global--spacer--xs);
|
|
21388
21114
|
}
|
|
21389
21115
|
.pf-v6-c-toolbar__group.pf-m-gap-sm-on-2xl,
|
|
21390
21116
|
.pf-v6-c-toolbar__item.pf-m-gap-sm-on-2xl,
|
|
21391
|
-
.pf-v6-c-toolbar__content.pf-m-gap-sm-on-2xl,
|
|
21392
21117
|
.pf-v6-c-toolbar__content-section.pf-m-gap-sm-on-2xl {
|
|
21393
21118
|
gap: var(--pf-t--global--spacer--sm);
|
|
21394
21119
|
}
|
|
21395
21120
|
.pf-v6-c-toolbar__group.pf-m-gap-md-on-2xl,
|
|
21396
21121
|
.pf-v6-c-toolbar__item.pf-m-gap-md-on-2xl,
|
|
21397
|
-
.pf-v6-c-toolbar__content.pf-m-gap-md-on-2xl,
|
|
21398
21122
|
.pf-v6-c-toolbar__content-section.pf-m-gap-md-on-2xl {
|
|
21399
21123
|
gap: var(--pf-t--global--spacer--md);
|
|
21400
21124
|
}
|
|
21401
21125
|
.pf-v6-c-toolbar__group.pf-m-gap-lg-on-2xl,
|
|
21402
21126
|
.pf-v6-c-toolbar__item.pf-m-gap-lg-on-2xl,
|
|
21403
|
-
.pf-v6-c-toolbar__content.pf-m-gap-lg-on-2xl,
|
|
21404
21127
|
.pf-v6-c-toolbar__content-section.pf-m-gap-lg-on-2xl {
|
|
21405
21128
|
gap: var(--pf-t--global--spacer--lg);
|
|
21406
21129
|
}
|
|
21407
21130
|
.pf-v6-c-toolbar__group.pf-m-gap-xl-on-2xl,
|
|
21408
21131
|
.pf-v6-c-toolbar__item.pf-m-gap-xl-on-2xl,
|
|
21409
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xl-on-2xl,
|
|
21410
21132
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xl-on-2xl {
|
|
21411
21133
|
gap: var(--pf-t--global--spacer--xl);
|
|
21412
21134
|
}
|
|
21413
21135
|
.pf-v6-c-toolbar__group.pf-m-gap-2xl-on-2xl,
|
|
21414
21136
|
.pf-v6-c-toolbar__item.pf-m-gap-2xl-on-2xl,
|
|
21415
|
-
.pf-v6-c-toolbar__content.pf-m-gap-2xl-on-2xl,
|
|
21416
21137
|
.pf-v6-c-toolbar__content-section.pf-m-gap-2xl-on-2xl {
|
|
21417
21138
|
gap: var(--pf-t--global--spacer--2xl);
|
|
21418
21139
|
}
|
|
21419
21140
|
.pf-v6-c-toolbar__group.pf-m-gap-3xl-on-2xl,
|
|
21420
21141
|
.pf-v6-c-toolbar__item.pf-m-gap-3xl-on-2xl,
|
|
21421
|
-
.pf-v6-c-toolbar__content.pf-m-gap-3xl-on-2xl,
|
|
21422
21142
|
.pf-v6-c-toolbar__content-section.pf-m-gap-3xl-on-2xl {
|
|
21423
21143
|
gap: var(--pf-t--global--spacer--3xl);
|
|
21424
21144
|
}
|
|
21425
21145
|
.pf-v6-c-toolbar__group.pf-m-gap-4xl-on-2xl,
|
|
21426
21146
|
.pf-v6-c-toolbar__item.pf-m-gap-4xl-on-2xl,
|
|
21427
|
-
.pf-v6-c-toolbar__content.pf-m-gap-4xl-on-2xl,
|
|
21428
21147
|
.pf-v6-c-toolbar__content-section.pf-m-gap-4xl-on-2xl {
|
|
21429
21148
|
gap: var(--pf-t--global--spacer--4xl);
|
|
21430
21149
|
}
|
|
21431
21150
|
.pf-v6-c-toolbar__group.pf-m-column-gap-none-on-2xl,
|
|
21432
21151
|
.pf-v6-c-toolbar__item.pf-m-column-gap-none-on-2xl,
|
|
21433
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-none-on-2xl,
|
|
21434
21152
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-none-on-2xl {
|
|
21435
21153
|
column-gap: 0;
|
|
21436
21154
|
}
|
|
21437
21155
|
.pf-v6-c-toolbar__group.pf-m-row-gap-none-on-2xl,
|
|
21438
21156
|
.pf-v6-c-toolbar__item.pf-m-row-gap-none-on-2xl,
|
|
21439
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-none-on-2xl,
|
|
21440
21157
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-none-on-2xl {
|
|
21441
21158
|
row-gap: 0;
|
|
21442
21159
|
}
|
|
21443
21160
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xs-on-2xl,
|
|
21444
21161
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xs-on-2xl,
|
|
21445
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xs-on-2xl,
|
|
21446
21162
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xs-on-2xl {
|
|
21447
21163
|
column-gap: var(--pf-t--global--spacer--xs);
|
|
21448
21164
|
}
|
|
21449
21165
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xs-on-2xl,
|
|
21450
21166
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xs-on-2xl,
|
|
21451
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xs-on-2xl,
|
|
21452
21167
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xs-on-2xl {
|
|
21453
21168
|
row-gap: var(--pf-t--global--spacer--xs);
|
|
21454
21169
|
}
|
|
21455
21170
|
.pf-v6-c-toolbar__group.pf-m-column-gap-sm-on-2xl,
|
|
21456
21171
|
.pf-v6-c-toolbar__item.pf-m-column-gap-sm-on-2xl,
|
|
21457
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-sm-on-2xl,
|
|
21458
21172
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-sm-on-2xl {
|
|
21459
21173
|
column-gap: var(--pf-t--global--spacer--sm);
|
|
21460
21174
|
}
|
|
21461
21175
|
.pf-v6-c-toolbar__group.pf-m-row-gap-sm-on-2xl,
|
|
21462
21176
|
.pf-v6-c-toolbar__item.pf-m-row-gap-sm-on-2xl,
|
|
21463
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-sm-on-2xl,
|
|
21464
21177
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-sm-on-2xl {
|
|
21465
21178
|
row-gap: var(--pf-t--global--spacer--sm);
|
|
21466
21179
|
}
|
|
21467
21180
|
.pf-v6-c-toolbar__group.pf-m-column-gap-md-on-2xl,
|
|
21468
21181
|
.pf-v6-c-toolbar__item.pf-m-column-gap-md-on-2xl,
|
|
21469
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-md-on-2xl,
|
|
21470
21182
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-md-on-2xl {
|
|
21471
21183
|
column-gap: var(--pf-t--global--spacer--md);
|
|
21472
21184
|
}
|
|
21473
21185
|
.pf-v6-c-toolbar__group.pf-m-row-gap-md-on-2xl,
|
|
21474
21186
|
.pf-v6-c-toolbar__item.pf-m-row-gap-md-on-2xl,
|
|
21475
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-md-on-2xl,
|
|
21476
21187
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-md-on-2xl {
|
|
21477
21188
|
row-gap: var(--pf-t--global--spacer--md);
|
|
21478
21189
|
}
|
|
21479
21190
|
.pf-v6-c-toolbar__group.pf-m-column-gap-lg-on-2xl,
|
|
21480
21191
|
.pf-v6-c-toolbar__item.pf-m-column-gap-lg-on-2xl,
|
|
21481
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-lg-on-2xl,
|
|
21482
21192
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-lg-on-2xl {
|
|
21483
21193
|
column-gap: var(--pf-t--global--spacer--lg);
|
|
21484
21194
|
}
|
|
21485
21195
|
.pf-v6-c-toolbar__group.pf-m-row-gap-lg-on-2xl,
|
|
21486
21196
|
.pf-v6-c-toolbar__item.pf-m-row-gap-lg-on-2xl,
|
|
21487
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-lg-on-2xl,
|
|
21488
21197
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-lg-on-2xl {
|
|
21489
21198
|
row-gap: var(--pf-t--global--spacer--lg);
|
|
21490
21199
|
}
|
|
21491
21200
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xl-on-2xl,
|
|
21492
21201
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xl-on-2xl,
|
|
21493
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xl-on-2xl,
|
|
21494
21202
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xl-on-2xl {
|
|
21495
21203
|
column-gap: var(--pf-t--global--spacer--xl);
|
|
21496
21204
|
}
|
|
21497
21205
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xl-on-2xl,
|
|
21498
21206
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xl-on-2xl,
|
|
21499
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xl-on-2xl,
|
|
21500
21207
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xl-on-2xl {
|
|
21501
21208
|
row-gap: var(--pf-t--global--spacer--xl);
|
|
21502
21209
|
}
|
|
21503
21210
|
.pf-v6-c-toolbar__group.pf-m-column-gap-2xl-on-2xl,
|
|
21504
21211
|
.pf-v6-c-toolbar__item.pf-m-column-gap-2xl-on-2xl,
|
|
21505
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-2xl-on-2xl,
|
|
21506
21212
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-2xl-on-2xl {
|
|
21507
21213
|
column-gap: var(--pf-t--global--spacer--2xl);
|
|
21508
21214
|
}
|
|
21509
21215
|
.pf-v6-c-toolbar__group.pf-m-row-gap-2xl-on-2xl,
|
|
21510
21216
|
.pf-v6-c-toolbar__item.pf-m-row-gap-2xl-on-2xl,
|
|
21511
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-2xl-on-2xl,
|
|
21512
21217
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl-on-2xl {
|
|
21513
21218
|
row-gap: var(--pf-t--global--spacer--2xl);
|
|
21514
21219
|
}
|
|
21515
21220
|
.pf-v6-c-toolbar__group.pf-m-column-gap-3xl-on-2xl,
|
|
21516
21221
|
.pf-v6-c-toolbar__item.pf-m-column-gap-3xl-on-2xl,
|
|
21517
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-3xl-on-2xl,
|
|
21518
21222
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-3xl-on-2xl {
|
|
21519
21223
|
column-gap: var(--pf-t--global--spacer--3xl);
|
|
21520
21224
|
}
|
|
21521
21225
|
.pf-v6-c-toolbar__group.pf-m-row-gap-3xl-on-2xl,
|
|
21522
21226
|
.pf-v6-c-toolbar__item.pf-m-row-gap-3xl-on-2xl,
|
|
21523
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-3xl-on-2xl,
|
|
21524
21227
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl-on-2xl {
|
|
21525
21228
|
row-gap: var(--pf-t--global--spacer--3xl);
|
|
21526
21229
|
}
|
|
21527
21230
|
.pf-v6-c-toolbar__group.pf-m-column-gap-4xl-on-2xl,
|
|
21528
21231
|
.pf-v6-c-toolbar__item.pf-m-column-gap-4xl-on-2xl,
|
|
21529
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-4xl-on-2xl,
|
|
21530
21232
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-4xl-on-2xl {
|
|
21531
21233
|
column-gap: var(--pf-t--global--spacer--4xl);
|
|
21532
21234
|
}
|
|
21533
21235
|
.pf-v6-c-toolbar__group.pf-m-row-gap-4xl-on-2xl,
|
|
21534
21236
|
.pf-v6-c-toolbar__item.pf-m-row-gap-4xl-on-2xl,
|
|
21535
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-4xl-on-2xl,
|
|
21536
21237
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl-on-2xl {
|
|
21537
21238
|
row-gap: var(--pf-t--global--spacer--4xl);
|
|
21538
21239
|
}
|
|
@@ -21550,7 +21251,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21550
21251
|
display: none;
|
|
21551
21252
|
}
|
|
21552
21253
|
.pf-v6-c-toolbar__group:where(.pf-m-toggle-group) .pf-v6-c-toolbar__toggle, .pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-hide-on-2xl .pf-v6-c-toolbar__toggle {
|
|
21553
|
-
display: inline-
|
|
21254
|
+
display: inline-flex;
|
|
21554
21255
|
}
|
|
21555
21256
|
}
|
|
21556
21257
|
:where(:root, .pf-v6-c-tooltip) {
|