@patternfly/react-styles 6.0.0-alpha.27 → 6.0.0-alpha.29
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +12 -0
- package/css/assets/images/img_avatar-dark.svg +22 -16
- package/css/assets/images/img_avatar-light.svg +25 -18
- package/css/components/Alert/alert-group.css +55 -4
- package/css/components/Alert/alert-group.d.ts +5 -1
- package/css/components/Alert/alert-group.js +5 -1
- package/css/components/Alert/alert-group.mjs +5 -1
- package/css/components/Alert/alert.css +5 -14
- package/css/components/Button/button.css +11 -7
- package/css/components/Card/card.css +7 -7
- package/css/components/Card/card.d.ts +1 -0
- package/css/components/Card/card.js +1 -0
- package/css/components/Card/card.mjs +1 -0
- package/css/components/ClipboardCopy/clipboard-copy.css +2 -2
- package/css/components/Content/content.css +19 -43
- package/css/components/DataList/data-list.css +2 -2
- package/css/components/Drawer/drawer.css +6 -6
- package/css/components/EmptyState/empty-state.css +3 -3
- package/css/components/Form/form.css +58 -1
- package/css/components/Form/form.d.ts +1 -1
- package/css/components/Form/form.js +1 -1
- package/css/components/Form/form.mjs +1 -1
- package/css/components/Hint/hint.css +1 -7
- package/css/components/Icon/icon.css +4 -4
- package/css/components/InlineEdit/inline-edit.css +2 -2
- package/css/components/JumpLinks/jump-links.css +0 -7
- package/css/components/JumpLinks/jump-links.d.ts +0 -1
- package/css/components/JumpLinks/jump-links.js +0 -1
- package/css/components/JumpLinks/jump-links.mjs +0 -1
- package/css/components/Label/label.css +6 -6
- package/css/components/List/list.css +33 -40
- package/css/components/MenuToggle/menu-toggle.css +6 -34
- package/css/components/MenuToggle/menu-toggle.d.ts +0 -1
- package/css/components/MenuToggle/menu-toggle.js +0 -1
- package/css/components/MenuToggle/menu-toggle.mjs +0 -1
- package/css/components/ModalBox/modal-box.css +2 -0
- package/css/components/NotificationDrawer/notification-drawer.css +6 -7
- package/css/components/NotificationDrawer/notification-drawer.d.ts +1 -0
- package/css/components/NotificationDrawer/notification-drawer.js +1 -0
- package/css/components/NotificationDrawer/notification-drawer.mjs +1 -0
- package/css/components/NumberInput/number-input.css +0 -1
- package/css/components/Page/page.css +7 -1
- package/css/components/Page/page.d.ts +1 -0
- package/css/components/Page/page.js +1 -0
- package/css/components/Page/page.mjs +1 -0
- package/css/components/Popover/popover.css +3 -5
- package/css/components/Switch/switch.css +0 -6
- package/css/components/Switch/switch.d.ts +1 -3
- package/css/components/Switch/switch.js +1 -3
- package/css/components/Switch/switch.mjs +1 -3
- package/css/components/Table/table-grid.css +31 -100
- package/css/components/Table/table-grid.d.ts +2 -1
- package/css/components/Table/table-grid.js +2 -1
- package/css/components/Table/table-grid.mjs +2 -1
- package/css/components/Table/table-tree-view.css +20 -0
- package/css/components/Table/table-tree-view.d.ts +1 -0
- package/css/components/Table/table-tree-view.js +1 -0
- package/css/components/Table/table-tree-view.mjs +1 -0
- package/css/components/Tabs/tabs.css +1 -18
- package/css/components/Tabs/tabs.d.ts +1 -2
- package/css/components/Tabs/tabs.js +1 -2
- package/css/components/Tabs/tabs.mjs +1 -2
- package/css/components/TextInputGroup/text-input-group.css +67 -15
- package/css/components/TextInputGroup/text-input-group.d.ts +4 -0
- package/css/components/TextInputGroup/text-input-group.js +4 -0
- package/css/components/TextInputGroup/text-input-group.mjs +4 -0
- package/css/components/Toolbar/toolbar.css +298 -1323
- package/css/components/Toolbar/toolbar.d.ts +5 -113
- package/css/components/Toolbar/toolbar.js +5 -113
- package/css/components/Toolbar/toolbar.mjs +5 -113
- package/css/components/Truncate/truncate.css +1 -1
- package/css/components/Wizard/wizard.css +24 -9
- package/css/components/Wizard/wizard.d.ts +1 -0
- package/css/components/Wizard/wizard.js +1 -0
- package/css/components/Wizard/wizard.mjs +1 -0
- package/css/components/_index.css +669 -1841
- package/css/components/_index.d.ts +9 -131
- package/css/components/_index.js +9 -131
- package/css/components/_index.mjs +9 -131
- package/css/docs/components/Toolbar/examples/Toolbar.css +10 -4
- package/css/docs/demos/Page/examples/Page.css +11 -0
- package/css/docs/demos/Page/examples/Page.d.ts +9 -0
- package/css/docs/demos/Page/examples/Page.js +10 -0
- package/css/docs/demos/Page/examples/Page.mjs +8 -0
- package/css/docs/demos/Toolbar/examples/Toolbar.css +9 -1
- package/package.json +3 -3
- package/css/components/LogViewer/log-viewer.css +0 -176
- package/css/components/LogViewer/log-viewer.d.ts +0 -25
- package/css/components/LogViewer/log-viewer.js +0 -26
- package/css/components/LogViewer/log-viewer.mjs +0 -24
- package/css/docs/components/AppLauncher/deprecated/application-launcher.css +0 -25
- package/css/docs/components/AppLauncher/deprecated/application-launcher.d.ts +0 -3
- package/css/docs/components/AppLauncher/deprecated/application-launcher.js +0 -4
- package/css/docs/components/AppLauncher/deprecated/application-launcher.mjs +0 -2
- package/css/docs/components/ContextSelector/deprecated/context-selector.css +0 -7
- package/css/docs/components/ContextSelector/deprecated/context-selector.d.ts +0 -3
- package/css/docs/components/ContextSelector/deprecated/context-selector.js +0 -4
- package/css/docs/components/ContextSelector/deprecated/context-selector.mjs +0 -2
- package/css/docs/components/Dropdown/deprecated/Dropdown.css +0 -64
- package/css/docs/components/Dropdown/deprecated/Dropdown.d.ts +0 -6
- package/css/docs/components/Dropdown/deprecated/Dropdown.js +0 -7
- package/css/docs/components/Dropdown/deprecated/Dropdown.mjs +0 -5
- package/css/docs/components/LogViewer/examples/LogViewer.css +0 -24
- package/css/docs/components/LogViewer/examples/LogViewer.d.ts +0 -8
- package/css/docs/components/LogViewer/examples/LogViewer.js +0 -9
- package/css/docs/components/LogViewer/examples/LogViewer.mjs +0 -7
- package/css/docs/components/OptionsMenu/deprecated/options-menu.css +0 -25
- package/css/docs/components/OptionsMenu/deprecated/options-menu.d.ts +0 -3
- package/css/docs/components/OptionsMenu/deprecated/options-menu.js +0 -4
- package/css/docs/components/OptionsMenu/deprecated/options-menu.mjs +0 -2
- package/css/docs/components/Select/deprecated/Select.css +0 -56
- package/css/docs/components/Select/deprecated/Select.d.ts +0 -3
- package/css/docs/components/Select/deprecated/Select.js +0 -4
- package/css/docs/components/Select/deprecated/Select.mjs +0 -2
@@ -391,8 +391,8 @@
|
|
391
391
|
--pf-v6-c-alert--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
392
392
|
--pf-v6-c-alert--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
393
393
|
--pf-v6-c-alert--FontSize: var(--pf-t--global--font--size--body--default);
|
394
|
-
--pf-v6-c-alert__toggle--MarginBlockStart: calc(
|
395
|
-
--pf-v6-c-alert__toggle--MarginBlockEnd: calc(
|
394
|
+
--pf-v6-c-alert__toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
395
|
+
--pf-v6-c-alert__toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
396
396
|
--pf-v6-c-alert__toggle--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
397
397
|
--pf-v6-c-alert__toggle-icon--Rotate: 0;
|
398
398
|
--pf-v6-c-alert__toggle-icon--Transition: var(--pf-t--global--transition);
|
@@ -400,10 +400,7 @@
|
|
400
400
|
--pf-v6-c-alert__icon--MarginBlockStart: 0.25rem;
|
401
401
|
--pf-v6-c-alert__icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
402
402
|
--pf-v6-c-alert__icon--FontSize: var(--pf-t--global--icon--size--md);
|
403
|
-
--pf-v6-c-alert__title--
|
404
|
-
--pf-v6-c-alert__title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
405
|
-
--pf-v6-c-alert__title--FontWeight: var(--pf-t--global--font--weight--heading);
|
406
|
-
--pf-v6-c-alert__title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
403
|
+
--pf-v6-c-alert__title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
407
404
|
--pf-v6-c-alert__title--Color: var(--pf-t--global--text--color--regular);
|
408
405
|
--pf-v6-c-alert__title--max-lines: 1;
|
409
406
|
--pf-v6-c-alert__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
@@ -411,11 +408,11 @@
|
|
411
408
|
--pf-v6-c-alert__action--TranslateY: 0.125rem;
|
412
409
|
--pf-v6-c-alert__action--MarginInlineEnd: calc(var(--pf-t--global--spacer--sm) * -1);
|
413
410
|
--pf-v6-c-alert__description--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
414
|
-
--pf-v6-c-alert__action-group--PaddingBlockStart-base: var(--pf-t--global--spacer--
|
411
|
+
--pf-v6-c-alert__action-group--PaddingBlockStart-base: var(--pf-t--global--spacer--sm);
|
415
412
|
--pf-v6-c-alert__action-group--PaddingBlockStart: var(--pf-v6-c-alert__action-group--PaddingBlockStart-base);
|
416
413
|
--pf-v6-c-alert__description--action-group--PaddingBlockStart-base: var(--pf-t--global--spacer--sm);
|
417
414
|
--pf-v6-c-alert__description--action-group--PaddingBlockStart: var(--pf-v6-c-alert__description--action-group--PaddingBlockStart-base);
|
418
|
-
--pf-v6-c-alert__action-group__c-button--not-last-child--MarginInlineEnd: var(--pf-t--global--spacer--
|
415
|
+
--pf-v6-c-alert__action-group__c-button--not-last-child--MarginInlineEnd: var(--pf-t--global--spacer--gap--action-to-action--default);
|
419
416
|
--pf-v6-c-alert--m-custom--BorderColor: var(--pf-t--global--border--color--status--custom--default);
|
420
417
|
--pf-v6-c-alert--m-custom__icon--Color: var(--pf-t--global--icon--color--status--custom--default);
|
421
418
|
--pf-v6-c-alert--m-custom__title--Color: var(--pf-t--global--text--color--regular);
|
@@ -537,10 +534,7 @@
|
|
537
534
|
|
538
535
|
.pf-v6-c-alert__title {
|
539
536
|
grid-area: title;
|
540
|
-
font-family: var(--pf-v6-c-alert__title--FontFamily);
|
541
|
-
font-size: var(--pf-v6-c-alert__title--FontSize);
|
542
537
|
font-weight: var(--pf-v6-c-alert__title--FontWeight);
|
543
|
-
line-height: var(--pf-v6-c-alert__title--LineHeight);
|
544
538
|
color: var(--pf-v6-c-alert__title--Color);
|
545
539
|
word-break: break-word;
|
546
540
|
}
|
@@ -575,15 +569,12 @@
|
|
575
569
|
grid-area: actiongroup;
|
576
570
|
padding-block-start: var(--pf-v6-c-alert__action-group--PaddingBlockStart);
|
577
571
|
}
|
578
|
-
.pf-v6-c-alert__action-group > .pf-v6-c-button {
|
579
|
-
--pf-v6-c-button--m-link--m-inline--hover--TextDecoration: none;
|
580
|
-
}
|
581
572
|
.pf-v6-c-alert__action-group > .pf-v6-c-button:not(:last-child) {
|
582
573
|
margin-inline-end: var(--pf-v6-c-alert__action-group__c-button--not-last-child--MarginInlineEnd);
|
583
574
|
}
|
584
575
|
|
585
576
|
:where(:root, .pf-v6-c-alert-group) {
|
586
|
-
--pf-v6-c-alert-group__item--MarginBlockStart: var(--pf-t--global--spacer--
|
577
|
+
--pf-v6-c-alert-group__item--MarginBlockStart: var(--pf-t--global--spacer--gap--group--vertical);
|
587
578
|
--pf-v6-c-alert-group--m-toast--InsetBlockStart: var(--pf-t--global--spacer--2xl);
|
588
579
|
--pf-v6-c-alert-group--m-toast--InsetInlineEnd: var(--pf-t--global--spacer--xl);
|
589
580
|
--pf-v6-c-alert-group--m-toast--MaxWidth: 37.5rem;
|
@@ -631,16 +622,67 @@
|
|
631
622
|
border-radius: var(--pf-v6-c-alert-group__overflow-button--BorderRadius);
|
632
623
|
box-shadow: var(--pf-v6-c-alert-group__overflow-button--BoxShadow);
|
633
624
|
}
|
634
|
-
|
625
|
+
|
626
|
+
.pf-v6-c-alert-group__item {
|
627
|
+
display: grid;
|
628
|
+
grid-template-rows: 1fr;
|
629
|
+
opacity: 1;
|
630
|
+
transition: opacity var(--pf-t--global--motion--duration--fade--default) var(--pf-t--global--motion--timing-function--decelerate) 0s;
|
631
|
+
transform: translateX(0) translateY(0);
|
632
|
+
}
|
633
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
634
|
+
.pf-v6-c-alert-group__item {
|
635
|
+
transition: opacity var(--pf-t--global--motion--duration--fade--default) var(--pf-t--global--motion--timing-function--decelerate) var(--pf-t--global--motion--duration--slide-in--default), transform var(--pf-t--global--motion--duration--slide-in--default) var(--pf-t--global--motion--timing-function--decelerate) var(--pf-t--global--motion--duration--slide-in--default), grid-template-rows var(--pf-t--global--motion--duration--slide-in--default) var(--pf-t--global--motion--timing-function--decelerate) 0s, margin-block var(--pf-t--global--motion--duration--slide-in--default) var(--pf-t--global--motion--timing-function--decelerate) 0s;
|
636
|
+
}
|
637
|
+
.pf-v6-c-alert-group__item .pf-v6-c-alert {
|
638
|
+
transition: all var(--pf-t--global--motion--duration--slide-in--default) var(--pf-t--global--motion--timing-function--decelerate);
|
639
|
+
}
|
640
|
+
}
|
641
|
+
.pf-v6-c-alert-group__item.pf-m-offstage-top {
|
642
|
+
grid-template-rows: 0fr;
|
643
|
+
margin-block: 0;
|
644
|
+
overflow: hidden;
|
645
|
+
opacity: 0;
|
646
|
+
transform: translateY(-100%);
|
647
|
+
}
|
648
|
+
.pf-v6-c-alert-group__item.pf-m-offstage-top .pf-v6-c-alert {
|
649
|
+
min-height: 0;
|
650
|
+
padding-block-start: 0;
|
651
|
+
padding-block-end: 0;
|
652
|
+
border-width: 0;
|
653
|
+
}
|
654
|
+
.pf-v6-c-alert-group__item.pf-m-offstage-right {
|
655
|
+
grid-template-rows: 0fr;
|
656
|
+
margin-block: 0;
|
657
|
+
overflow: hidden;
|
658
|
+
opacity: 0;
|
659
|
+
transition: opacity var(--pf-t--global--motion--duration--fade--short) var(--pf-t--global--motion--timing-function--accelerate) 0s;
|
660
|
+
transform: translateX(100%);
|
661
|
+
}
|
662
|
+
.pf-v6-c-alert-group__item.pf-m-offstage-right .pf-v6-c-alert {
|
663
|
+
min-height: 0;
|
664
|
+
padding-block-start: 0;
|
665
|
+
padding-block-end: 0;
|
666
|
+
border-width: 0;
|
667
|
+
}
|
668
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
669
|
+
.pf-v6-c-alert-group__item.pf-m-offstage-right {
|
670
|
+
transition: transform var(--pf-t--global--motion--duration--slide-out--short) var(--pf-t--global--motion--timing-function--accelerate) 0s, opacity var(--pf-t--global--motion--duration--slide-out--short) var(--pf-t--global--motion--timing-function--accelerate) 0s, margin-block var(--pf-t--global--motion--duration--fade--short) var(--pf-t--global--motion--timing-function--accelerate) var(--pf-t--global--motion--duration--slide-out--short), grid-template-rows var(--pf-t--global--motion--duration--slide-in--short) var(--pf-t--global--motion--timing-function--accelerate) var(--pf-t--global--motion--duration--slide-out--short);
|
671
|
+
}
|
672
|
+
.pf-v6-c-alert-group__item.pf-m-offstage-right .pf-v6-c-alert {
|
673
|
+
transition: all var(--pf-t--global--motion--duration--slide-out--short) var(--pf-t--global--motion--timing-function--accelerate) var(--pf-t--global--motion--duration--slide-out--short);
|
674
|
+
}
|
675
|
+
}
|
676
|
+
.pf-v6-c-alert-group__item:hover {
|
635
677
|
--pf-v6-c-alert-group__overflow-button--Color: var(--pf-v6-c-alert-group__overflow-button--hover--Color);
|
636
678
|
--pf-v6-c-alert-group__overflow-button--BackgroundColor: var(--pf-v6-c-alert-group__overflow-button--hover--BackgroundColor);
|
637
679
|
--pf-v6-c-alert-group__overflow-button--BoxShadow: var(--pf-v6-c-alert-group__overflow-button--hover--BoxShadow);
|
638
680
|
}
|
639
|
-
.pf-v6-c-alert-
|
681
|
+
.pf-v6-c-alert-group__item:focus {
|
640
682
|
--pf-v6-c-alert-group__overflow-button--Color: var(--pf-v6-c-alert-group__overflow-button--focus--Color);
|
641
683
|
--pf-v6-c-alert-group__overflow-button--BoxShadow: var(--pf-v6-c-alert-group__overflow-button--focus--BoxShadow);
|
642
684
|
}
|
643
|
-
.pf-v6-c-alert-
|
685
|
+
.pf-v6-c-alert-group__item:active {
|
644
686
|
--pf-v6-c-alert-group__overflow-button--Color: var(--pf-v6-c-alert-group__overflow-button--active--Color);
|
645
687
|
--pf-v6-c-alert-group__overflow-button--BoxShadow: var(--pf-v6-c-alert-group__overflow-button--active--BoxShadow);
|
646
688
|
}
|
@@ -1374,7 +1416,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
1374
1416
|
--pf-v6-c-button--FontSize: var(--pf-t--global--font--size--body--default);
|
1375
1417
|
--pf-v6-c-button--BackgroundColor: transparent;
|
1376
1418
|
--pf-v6-c-button--BorderColor: transparent;
|
1377
|
-
--pf-v6-c-button--BorderWidth: var(--pf-t--global--border--width--
|
1419
|
+
--pf-v6-c-button--BorderWidth: var(--pf-t--global--border--width--action--default);
|
1378
1420
|
--pf-v6-c-button--BorderRadius: var(--pf-t--global--border--radius--pill);
|
1379
1421
|
--pf-v6-c-button--TextDecoration: none;
|
1380
1422
|
--pf-v6-c-button--TransitionDuration: var(--pf-t--global--motion--duration--fade--default);
|
@@ -1382,11 +1424,11 @@ button.pf-v6-c-breadcrumb__link {
|
|
1382
1424
|
--pf-v6-c-button--TransitionProperty: color, background-color, border-width, border-color, padding;
|
1383
1425
|
--pf-v6-c-button--hover--BackgroundColor: transparent;
|
1384
1426
|
--pf-v6-c-button--hover--BorderColor: transparent;
|
1385
|
-
--pf-v6-c-button--hover--BorderWidth: var(--pf-t--global--border--width--
|
1427
|
+
--pf-v6-c-button--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
|
1386
1428
|
--pf-v6-c-button--hover--TextDecoration: none;
|
1387
1429
|
--pf-v6-c-button--m-clicked--BackgroundColor: transparent;
|
1388
1430
|
--pf-v6-c-button--m-clicked--BorderColor: transparent;
|
1389
|
-
--pf-v6-c-button--m-clicked--BorderWidth: var(--pf-t--global--border--width--
|
1431
|
+
--pf-v6-c-button--m-clicked--BorderWidth: var(--pf-t--global--border--width--action--clicked);
|
1390
1432
|
--pf-v6-c-button--m-primary--Color: var(--pf-t--global--text--color--on-brand--default);
|
1391
1433
|
--pf-v6-c-button--m-primary--BackgroundColor: var(--pf-t--global--color--brand--default);
|
1392
1434
|
--pf-v6-c-button--m-primary__icon--Color: var(--pf-t--global--icon--color--on-brand--default);
|
@@ -1445,6 +1487,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
1445
1487
|
--pf-v6-c-button--m-link--m-danger--m-clicked--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
1446
1488
|
--pf-v6-c-button--m-link--m-danger--m-clicked__icon--Color: var(--pf-t--global--text--color--status--danger--clicked);
|
1447
1489
|
--pf-v6-c-button--m-link--m-inline--Display: inline-flex;
|
1490
|
+
--pf-v6-c-button--m-link--m-inline--JustifyContent: flex-start;
|
1448
1491
|
--pf-v6-c-button--m-link--m-inline--FontSize: initial;
|
1449
1492
|
--pf-v6-c-button--m-link--m-inline--LineHeight: initial;
|
1450
1493
|
--pf-v6-c-button--m-link--m-inline--FontWeight: initial;
|
@@ -1465,7 +1508,8 @@ button.pf-v6-c-breadcrumb__link {
|
|
1465
1508
|
--pf-v6-c-button--m-plain--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
1466
1509
|
--pf-v6-c-button--m-plain--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
1467
1510
|
--pf-v6-c-button--m-plain--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
1468
|
-
--pf-v6-c-button--m-plain--Color: var(--pf-t--global--
|
1511
|
+
--pf-v6-c-button--m-plain--Color: var(--pf-t--global--text--color--regular);
|
1512
|
+
--pf-v6-c-button--m-plain__icon--Color: var(--pf-t--global--icon--color--regular);
|
1469
1513
|
--pf-v6-c-button--m-plain--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
1470
1514
|
--pf-v6-c-button--m-plain--MinWidth: calc(1em * var(--pf-v6-c-button--LineHeight) + var(--pf-v6-c-button--m-plain--PaddingBlockStart) + var(--pf-v6-c-button--m-plain--PaddingBlockEnd));
|
1471
1515
|
--pf-v6-c-button--m-plain--hover--Color: var(--pf-t--global--icon--color--regular);
|
@@ -1516,13 +1560,13 @@ button.pf-v6-c-breadcrumb__link {
|
|
1516
1560
|
--pf-v6-c-button--m-read--m-clicked--BackgroundColor: var(--pf-t--global--background--color--control--default);
|
1517
1561
|
--pf-v6-c-button--m-read--m-clicked--BorderColor: var(--pf-t--global--border--color--clicked);
|
1518
1562
|
--pf-v6-c-button--m-unread--Color: var(--pf-t--global--text--color--status--unread--on-default--default);
|
1519
|
-
--pf-v6-c-button--m-unread--BackgroundColor: var(--pf-t--global--color--status--unread--default
|
1563
|
+
--pf-v6-c-button--m-unread--BackgroundColor: var(--pf-t--global--color--status--unread--default);
|
1520
1564
|
--pf-v6-c-button--m-unread__icon--Color: var(--pf-t--global--icon--color--status--unread--on-default--default);
|
1521
1565
|
--pf-v6-c-button--m-unread--hover--Color: var(--pf-t--global--text--color--status--unread--on-default--hover);
|
1522
|
-
--pf-v6-c-button--m-unread--hover--BackgroundColor: var(--pf-t--global--color--status--unread--
|
1566
|
+
--pf-v6-c-button--m-unread--hover--BackgroundColor: var(--pf-t--global--color--status--unread--hover);
|
1523
1567
|
--pf-v6-c-button--m-unread--hover__icon--Color: var(--pf-t--global--icon--color--status--unread--on-default--hover);
|
1524
1568
|
--pf-v6-c-button--m-unread--m-clicked--Color: var(--pf-t--global--text--color--status--unread--on-default--clicked);
|
1525
|
-
--pf-v6-c-button--m-unread--m-clicked--BackgroundColor: var(--pf-t--global--color--status--unread--
|
1569
|
+
--pf-v6-c-button--m-unread--m-clicked--BackgroundColor: var(--pf-t--global--color--status--unread--clicked);
|
1526
1570
|
--pf-v6-c-button--m-unread--m-clicked__icon--Color: var(--pf-t--global--icon--color--status--unread--on-default--clicked);
|
1527
1571
|
--pf-v6-c-button--m-attention--Color: var(--pf-t--global--text--color--status--unread--on-attention--default);
|
1528
1572
|
--pf-v6-c-button--m-attention--BackgroundColor: var(--pf-t--global--color--status--unread--attention--default);
|
@@ -1696,6 +1740,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
1696
1740
|
}
|
1697
1741
|
.pf-v6-c-button.pf-m-link.pf-m-inline {
|
1698
1742
|
--pf-v6-c-button--Display: var(--pf-v6-c-button--m-link--m-inline--Display);
|
1743
|
+
--pf-v6-c-button--JustifyContent: var(--pf-v6-c-button--m-link--m-inline--JustifyContent);
|
1699
1744
|
--pf-v6-c-button--FontSize: var(--pf-v6-c-button--m-link--m-inline--FontSize);
|
1700
1745
|
--pf-v6-c-button--LineHeight: var(--pf-v6-c-button--m-link--m-inline--LineHeight);
|
1701
1746
|
--pf-v6-c-button--FontWeight: var(--pf-v6-c-button--m-link--m-inline--FontWeight);
|
@@ -1815,6 +1860,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
1815
1860
|
.pf-v6-c-button.pf-m-plain {
|
1816
1861
|
--pf-v6-c-button--BorderRadius: var(--pf-v6-c-button--m-plain--BorderRadius);
|
1817
1862
|
--pf-v6-c-button--Color: var(--pf-v6-c-button--m-plain--Color);
|
1863
|
+
--pf-v6-c-button__icon--Color: var(--pf-v6-c-button--m-plain__icon--Color);
|
1818
1864
|
--pf-v6-c-button--BackgroundColor: var(--pf-v6-c-button--m-plain--BackgroundColor);
|
1819
1865
|
--pf-v6-c-button--PaddingBlockStart: var(--pf-v6-c-button--m-plain--PaddingBlockStart);
|
1820
1866
|
--pf-v6-c-button--PaddingInlineEnd: var(--pf-v6-c-button--m-plain--PaddingInlineEnd);
|
@@ -2160,7 +2206,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
2160
2206
|
--pf-v6-c-card__title--not--last-child--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
2161
2207
|
--pf-v6-c-card__title-text--Color: var(--pf-t--global--text--color--regular);
|
2162
2208
|
--pf-v6-c-card__title-text--FontFamily: var(--pf-t--global--font--family--heading);
|
2163
|
-
--pf-v6-c-card__title-text--FontSize: var(--pf-t--global--font--size--heading--
|
2209
|
+
--pf-v6-c-card__title-text--FontSize: var(--pf-t--global--font--size--heading--xs);
|
2164
2210
|
--pf-v6-c-card__title-text--FontWeight: var(--pf-t--global--font--weight--heading);
|
2165
2211
|
--pf-v6-c-card__title-text--LineHeight: var(--pf-t--global--font--line-height--heading);
|
2166
2212
|
--pf-v6-c-card--c-button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
@@ -2171,10 +2217,10 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
2171
2217
|
--pf-v6-c-card__actions--Gap: var(--pf-t--global--spacer--sm);
|
2172
2218
|
--pf-v6-c-card__actions--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
2173
2219
|
--pf-v6-c-card__actions--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
2174
|
-
--pf-v6-c-card__header-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--
|
2220
|
+
--pf-v6-c-card__header-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
2175
2221
|
--pf-v6-c-card__header-toggle--MarginInlineEnd: var(--pf-t--global--spacer--xs);
|
2176
|
-
--pf-v6-c-card__header-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--
|
2177
|
-
--pf-v6-c-card__header-toggle--MarginInlineStart: calc(var(--pf-t--global--spacer--
|
2222
|
+
--pf-v6-c-card__header-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
2223
|
+
--pf-v6-c-card__header-toggle--MarginInlineStart: calc(var(--pf-t--global--spacer--action--horizontal--plain) * -1);
|
2178
2224
|
--pf-v6-c-card__header-toggle-icon--Transition: var(--pf-t--global--transition);
|
2179
2225
|
--pf-v6-c-card--m-expanded__header-toggle-icon--Rotate: 90deg;
|
2180
2226
|
--pf-v6-c-card--m-selectable--BorderWidth: var(--pf-v6-c-card--BorderWidth);
|
@@ -2215,7 +2261,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
2215
2261
|
--pf-v6-c-card--m-full-height--Height: 100%;
|
2216
2262
|
--pf-v6-c-card--m-plain--BorderColor: transparent;
|
2217
2263
|
--pf-v6-c-card--m-plain--BackgroundColor: transparent;
|
2218
|
-
--pf-v6-c-card__header--m-toggle-right--toggle--MarginInlineEnd: calc(var(--pf-t--global--spacer--
|
2264
|
+
--pf-v6-c-card__header--m-toggle-right--toggle--MarginInlineEnd: calc(var(--pf-t--global--spacer--action--horizontal--compact) * -1);
|
2219
2265
|
--pf-v6-c-card__header--m-toggle-right--toggle--MarginInlineStart: var(--pf-t--global--spacer--xs);
|
2220
2266
|
}
|
2221
2267
|
|
@@ -2450,8 +2496,8 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
2450
2496
|
.pf-v6-c-card__title:not(:last-child) {
|
2451
2497
|
padding-block-end: var(--pf-v6-c-card__title--not--last-child--PaddingBlockEnd);
|
2452
2498
|
}
|
2453
|
-
.pf-v6-c-card__header
|
2454
|
-
.pf-v6-c-card__title
|
2499
|
+
.pf-v6-c-card__header .pf-v6-c-button.pf-m-inline:disabled,
|
2500
|
+
.pf-v6-c-card__title .pf-v6-c-button.pf-m-inline:disabled {
|
2455
2501
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-card--c-button--disabled--Color);
|
2456
2502
|
}
|
2457
2503
|
|
@@ -2646,8 +2692,8 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
2646
2692
|
}
|
2647
2693
|
|
2648
2694
|
.pf-v6-c-clipboard-copy__actions-item .pf-v6-c-button.pf-m-plain {
|
2649
|
-
--pf-v6-c-button--m-
|
2650
|
-
--pf-v6-c-button--m-plain--
|
2695
|
+
--pf-v6-c-button--m-plain__icon--Color: var(--pf-v6-c-clipboard-copy__actions-item--button--Color);
|
2696
|
+
--pf-v6-c-button--m-plain--hover__icon--Color: var(--pf-v6-c-clipboard-copy__actions-item--button--hover--Color);
|
2651
2697
|
}
|
2652
2698
|
|
2653
2699
|
:where(:root, .pf-v6-c-code-block) {
|
@@ -2934,16 +2980,10 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
2934
2980
|
--pf-v6-c-content--blockquote--Color: var(--pf-t--global--text--color--subtle);
|
2935
2981
|
--pf-v6-c-content--blockquote--BorderInlineStartColor: var(--pf-t--global--border--color--default);
|
2936
2982
|
--pf-v6-c-content--blockquote--BorderInlineStartWidth: var(--pf-t--global--border--width--300);
|
2937
|
-
--pf-v6-c-content--
|
2938
|
-
--pf-v6-c-content--
|
2939
|
-
--pf-v6-c-content--
|
2940
|
-
--pf-v6-c-content--ol--nested--MarginInlineStart: var(--pf-t--global--spacer--sm);
|
2941
|
-
--pf-v6-c-content--ul--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
2942
|
-
--pf-v6-c-content--ul--MarginInlineStart: var(--pf-t--global--spacer--lg);
|
2943
|
-
--pf-v6-c-content--ul--nested--MarginBlockStart: var(--pf-t--global--spacer--sm);
|
2944
|
-
--pf-v6-c-content--ul--nested--MarginInlineStart: var(--pf-t--global--spacer--sm);
|
2983
|
+
--pf-v6-c-content--list--Gap: var(--pf-t--global--spacer--sm);
|
2984
|
+
--pf-v6-c-content--list--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
2985
|
+
--pf-v6-c-content--list--nested--MarginBlockStart: var(--pf-v6-c-content--list--Gap);
|
2945
2986
|
--pf-v6-c-content--ul--ListStyle: var(--pf-t--global--list-style);
|
2946
|
-
--pf-v6-c-content--li--MarginBlockStart: var(--pf-t--global--spacer--sm);
|
2947
2987
|
--pf-v6-c-content--dl--ColumnGap: var(--pf-t--global--spacer--2xl);
|
2948
2988
|
--pf-v6-c-content--dl--RowGap: var(--pf-t--global--spacer--md);
|
2949
2989
|
--pf-v6-c-content--dt--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
@@ -3013,17 +3053,6 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
3013
3053
|
margin-block-end: 0;
|
3014
3054
|
}
|
3015
3055
|
|
3016
|
-
:is(.pf-v6-c-content--ol,
|
3017
|
-
.pf-v6-c-content--ul, .pf-v6-c-content ol, .pf-v6-c-content ul) {
|
3018
|
-
margin: 0;
|
3019
|
-
}
|
3020
|
-
:is(.pf-v6-c-content--ol,
|
3021
|
-
.pf-v6-c-content--ul, .pf-v6-c-content ol, .pf-v6-c-content ul).pf-m-plain {
|
3022
|
-
padding-inline-start: 0;
|
3023
|
-
margin-inline-start: 0;
|
3024
|
-
list-style: none;
|
3025
|
-
}
|
3026
|
-
|
3027
3056
|
:is(.pf-v6-c-content--h1, .pf-v6-c-content h1) {
|
3028
3057
|
margin-block-start: var(--pf-v6-c-content--h1--MarginBlockStart);
|
3029
3058
|
margin-block-end: var(--pf-v6-c-content--h1--MarginBlockEnd);
|
@@ -3097,36 +3126,29 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
3097
3126
|
border: none;
|
3098
3127
|
}
|
3099
3128
|
|
3100
|
-
:is(.pf-v6-c-content--ol,
|
3101
|
-
|
3102
|
-
|
3129
|
+
:is(.pf-v6-c-content--ol,
|
3130
|
+
.pf-v6-c-content--ul, .pf-v6-c-content ol, .pf-v6-c-content ul) {
|
3131
|
+
display: flex;
|
3132
|
+
flex-direction: column;
|
3133
|
+
gap: var(--pf-v6-c-content--list--Gap);
|
3134
|
+
padding-inline-start: var(--pf-v6-c-content--list--PaddingInlineStart);
|
3103
3135
|
}
|
3104
|
-
:is(.pf-v6-c-content--ol,
|
3105
|
-
ul) {
|
3106
|
-
|
3107
|
-
|
3136
|
+
:is(.pf-v6-c-content--ol,
|
3137
|
+
.pf-v6-c-content--ul, .pf-v6-c-content ol, .pf-v6-c-content ul).pf-m-plain {
|
3138
|
+
padding-inline-start: 0;
|
3139
|
+
list-style: none;
|
3108
3140
|
}
|
3109
|
-
:is(.pf-v6-c-content--ol,
|
3110
|
-
ol)
|
3111
|
-
|
3112
|
-
|
3141
|
+
:is(.pf-v6-c-content--ol,
|
3142
|
+
.pf-v6-c-content--ul, .pf-v6-c-content ol, .pf-v6-c-content ul) :is(.pf-v6-c-content--ol,
|
3143
|
+
.pf-v6-c-content--ul,
|
3144
|
+
ol,
|
3145
|
+
ul) {
|
3146
|
+
margin-block-start: var(--pf-v6-c-content--list--nested--MarginBlockStart);
|
3113
3147
|
}
|
3114
3148
|
|
3115
3149
|
:is(.pf-v6-c-content--ul, .pf-v6-c-content ul) {
|
3116
|
-
padding-inline-start: var(--pf-v6-c-content--ul--PaddingInlineStart);
|
3117
|
-
margin-inline-start: var(--pf-v6-c-content--ul--MarginInlineStart);
|
3118
3150
|
list-style: var(--pf-v6-c-content--ul--ListStyle);
|
3119
3151
|
}
|
3120
|
-
:is(.pf-v6-c-content--ul, .pf-v6-c-content ul) :is(.pf-v6-c-content--ul,
|
3121
|
-
ul) {
|
3122
|
-
--pf-v6-c-content--ul--MarginInlineStart: var(--pf-v6-c-content--ul--nested--MarginInlineStart);
|
3123
|
-
margin-block-start: var(--pf-v6-c-content--ul--nested--MarginBlockStart);
|
3124
|
-
}
|
3125
|
-
:is(.pf-v6-c-content--ul, .pf-v6-c-content ul) :is(.pf-v6-c-content--ol,
|
3126
|
-
ol) {
|
3127
|
-
--pf-v6-c-content--ol--MarginInlineStart: var(--pf-v6-c-content--ol--nested--MarginInlineStart);
|
3128
|
-
margin-block-start: var(--pf-v6-c-content--ol--nested--MarginBlockStart);
|
3129
|
-
}
|
3130
3152
|
|
3131
3153
|
:is(.pf-v6-c-content--dl, .pf-v6-c-content dl) {
|
3132
3154
|
display: grid;
|
@@ -3605,8 +3627,8 @@ ol) {
|
|
3605
3627
|
--pf-v6-c-data-list--cell--WordBreak: normal;
|
3606
3628
|
--pf-v6-c-data-list--cell--m-truncate--MinWidth: 5ch;
|
3607
3629
|
--pf-v6-c-data-list__toggle--MarginInlineStart: calc(var(--pf-t--global--spacer--sm) * -1);
|
3608
|
-
--pf-v6-c-data-list__toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--
|
3609
|
-
--pf-v6-c-data-list__toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--
|
3630
|
+
--pf-v6-c-data-list__toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
3631
|
+
--pf-v6-c-data-list__toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
3610
3632
|
--pf-v6-c-data-list__toggle-icon--Height: calc(var(--pf-v6-c-data-list--FontSize) * var(--pf-v6-c-data-list--LineHeight));
|
3611
3633
|
--pf-v6-c-data-list__toggle-icon--Transition: .2s ease-in 0s;
|
3612
3634
|
--pf-v6-c-data-list__toggle-icon--Rotate: 0;
|
@@ -5097,7 +5119,7 @@ ol) {
|
|
5097
5119
|
--pf-v6-c-drawer__panel--MinWidth: 50%;
|
5098
5120
|
--pf-v6-c-drawer__panel--MaxHeight: auto;
|
5099
5121
|
--pf-v6-c-drawer__panel--ZIndex: var(--pf-t--global--z-index--sm);
|
5100
|
-
--pf-v6-c-drawer__panel--BackgroundColor: var(--pf-t--global--background--color--
|
5122
|
+
--pf-v6-c-drawer__panel--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
5101
5123
|
--pf-v6-c-drawer__panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
5102
5124
|
--pf-v6-c-drawer__panel--RowGap: var(--pf-t--global--spacer--sm);
|
5103
5125
|
--pf-v6-c-drawer__panel--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
@@ -5184,7 +5206,7 @@ ol) {
|
|
5184
5206
|
--pf-v6-c-drawer__actions--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--compact) * -1.5);
|
5185
5207
|
--pf-v6-c-drawer__actions--MarginInlineEnd: calc(var(--pf-t--global--spacer--control--horizontal--compact) * -1.5);
|
5186
5208
|
--pf-v6-c-drawer__panel--BoxShadow: none;
|
5187
|
-
--pf-v6-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow: var(--pf-t--global--box-shadow--
|
5209
|
+
--pf-v6-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow: var(--pf-t--global--box-shadow--md--top);
|
5188
5210
|
--pf-v6-c-drawer__panel--after--Width: var(--pf-t--global--border--width--divider--default);
|
5189
5211
|
--pf-v6-c-drawer--m-panel-bottom__panel--after--Height: var(--pf-t--global--border--width--divider--default);
|
5190
5212
|
--pf-v6-c-drawer__panel--after--BackgroundColor: transparent;
|
@@ -5204,19 +5226,19 @@ ol) {
|
|
5204
5226
|
}
|
5205
5227
|
|
5206
5228
|
.pf-v6-c-drawer {
|
5207
|
-
--pf-v6-c-drawer--m-expanded__panel--BoxShadow: var(--pf-t--global--box-shadow--
|
5208
|
-
--pf-v6-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-t--global--box-shadow--
|
5229
|
+
--pf-v6-c-drawer--m-expanded__panel--BoxShadow: var(--pf-t--global--box-shadow--md--left);
|
5230
|
+
--pf-v6-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-t--global--box-shadow--md--right);
|
5209
5231
|
display: flex;
|
5210
5232
|
flex-direction: column;
|
5211
5233
|
height: 100%;
|
5212
5234
|
overflow-x: hidden;
|
5213
5235
|
}
|
5214
5236
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-drawer {
|
5215
|
-
--pf-v6-c-drawer--m-expanded__panel--BoxShadow: var(--pf-t--global--box-shadow--
|
5237
|
+
--pf-v6-c-drawer--m-expanded__panel--BoxShadow: var(--pf-t--global--box-shadow--md--right);
|
5216
5238
|
}
|
5217
5239
|
|
5218
5240
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-drawer {
|
5219
|
-
--pf-v6-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-t--global--box-shadow--
|
5241
|
+
--pf-v6-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-t--global--box-shadow--md--left);
|
5220
5242
|
}
|
5221
5243
|
|
5222
5244
|
.pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
|
@@ -5962,11 +5984,11 @@ ol) {
|
|
5962
5984
|
--pf-v6-c-empty-state--m-xs__body--MarginBlockStart: var(--pf-t--global--spacer--md);
|
5963
5985
|
--pf-v6-c-empty-state--m-xl__body--FontSize: var(--pf-t--global--font--size--body--lg);
|
5964
5986
|
--pf-v6-c-empty-state--m-xl__body--MarginBlockStart: var(--pf-t--global--spacer--xl);
|
5965
|
-
--pf-v6-c-empty-state__footer--RowGap: var(--pf-t--global--spacer--
|
5987
|
+
--pf-v6-c-empty-state__footer--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical);
|
5966
5988
|
--pf-v6-c-empty-state__footer--MarginBlockStart: var(--pf-t--global--spacer--xl);
|
5967
5989
|
--pf-v6-c-empty-state--m-xs__footer--MarginBlockStart: var(--pf-t--global--spacer--md);
|
5968
|
-
--pf-v6-c-empty-state__actions--RowGap: var(--pf-t--global--spacer--
|
5969
|
-
--pf-v6-c-empty-state__actions--ColumnGap: var(--pf-t--global--spacer--
|
5990
|
+
--pf-v6-c-empty-state__actions--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
5991
|
+
--pf-v6-c-empty-state__actions--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--default);
|
5970
5992
|
}
|
5971
5993
|
|
5972
5994
|
.pf-v6-c-empty-state {
|
@@ -6283,8 +6305,9 @@ ol) {
|
|
6283
6305
|
--pf-v6-c-form__label-required--FontSize: var(--pf-t--global--font--size--body--sm);
|
6284
6306
|
--pf-v6-c-form__label-required--Color: var(--pf-t--global--color--status--danger--default);
|
6285
6307
|
--pf-v6-c-form__group-label-help--FontSize: var(--pf-t--global--font--size--body--sm);
|
6286
|
-
--pf-v6-c-form__group-label-info--
|
6308
|
+
--pf-v6-c-form__group-label--m-info--Gap: var(--pf-t--global--spacer--sm);
|
6287
6309
|
--pf-v6-c-form__group-label-info--FontSize: var(--pf-t--global--font--size--body--sm);
|
6310
|
+
--pf-v6-c-form--m-horizontal__group-label--m-info--Gap: var(--pf-t--global--spacer--sm);
|
6288
6311
|
--pf-v6-c-form__group-control--m-inline--child--MarginInlineEnd: var(--pf-t--global--spacer--lg);
|
6289
6312
|
--pf-v6-c-form__group-control__helper-text--MarginBlockEnd: var(--pf-t--global--spacer--xs);
|
6290
6313
|
--pf-v6-c-form__group-control--Gap: var(--pf-t--global--spacer--sm);
|
@@ -6365,6 +6388,14 @@ ol) {
|
|
6365
6388
|
--pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingBlockStart);
|
6366
6389
|
transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
|
6367
6390
|
}
|
6391
|
+
.pf-v6-c-form.pf-m-horizontal .pf-v6-c-form__group-label.pf-m-info {
|
6392
|
+
flex-direction: column;
|
6393
|
+
gap: var(--pf-v6-c-form--m-horizontal__group-label--m-info--Gap);
|
6394
|
+
align-items: flex-start;
|
6395
|
+
}
|
6396
|
+
.pf-v6-c-form.pf-m-horizontal .pf-v6-c-form__group-label-main {
|
6397
|
+
flex-grow: 0;
|
6398
|
+
}
|
6368
6399
|
.pf-v6-c-form.pf-m-horizontal .pf-v6-c-form__group-control {
|
6369
6400
|
grid-column: 2;
|
6370
6401
|
}
|
@@ -6385,6 +6416,14 @@ ol) {
|
|
6385
6416
|
--pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingBlockStart);
|
6386
6417
|
transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
|
6387
6418
|
}
|
6419
|
+
.pf-v6-c-form.pf-m-horizontal-on-xs .pf-v6-c-form__group-label.pf-m-info {
|
6420
|
+
flex-direction: column;
|
6421
|
+
gap: var(--pf-v6-c-form--m-horizontal__group-label--m-info--Gap);
|
6422
|
+
align-items: flex-start;
|
6423
|
+
}
|
6424
|
+
.pf-v6-c-form.pf-m-horizontal-on-xs .pf-v6-c-form__group-label-main {
|
6425
|
+
flex-grow: 0;
|
6426
|
+
}
|
6388
6427
|
.pf-v6-c-form.pf-m-horizontal-on-xs .pf-v6-c-form__group-control {
|
6389
6428
|
grid-column: 2;
|
6390
6429
|
}
|
@@ -6405,6 +6444,14 @@ ol) {
|
|
6405
6444
|
--pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingBlockStart);
|
6406
6445
|
transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
|
6407
6446
|
}
|
6447
|
+
.pf-v6-c-form.pf-m-horizontal-on-sm .pf-v6-c-form__group-label.pf-m-info {
|
6448
|
+
flex-direction: column;
|
6449
|
+
gap: var(--pf-v6-c-form--m-horizontal__group-label--m-info--Gap);
|
6450
|
+
align-items: flex-start;
|
6451
|
+
}
|
6452
|
+
.pf-v6-c-form.pf-m-horizontal-on-sm .pf-v6-c-form__group-label-main {
|
6453
|
+
flex-grow: 0;
|
6454
|
+
}
|
6408
6455
|
.pf-v6-c-form.pf-m-horizontal-on-sm .pf-v6-c-form__group-control {
|
6409
6456
|
grid-column: 2;
|
6410
6457
|
}
|
@@ -6425,6 +6472,14 @@ ol) {
|
|
6425
6472
|
--pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingBlockStart);
|
6426
6473
|
transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
|
6427
6474
|
}
|
6475
|
+
.pf-v6-c-form.pf-m-horizontal-on-md .pf-v6-c-form__group-label.pf-m-info {
|
6476
|
+
flex-direction: column;
|
6477
|
+
gap: var(--pf-v6-c-form--m-horizontal__group-label--m-info--Gap);
|
6478
|
+
align-items: flex-start;
|
6479
|
+
}
|
6480
|
+
.pf-v6-c-form.pf-m-horizontal-on-md .pf-v6-c-form__group-label-main {
|
6481
|
+
flex-grow: 0;
|
6482
|
+
}
|
6428
6483
|
.pf-v6-c-form.pf-m-horizontal-on-md .pf-v6-c-form__group-control {
|
6429
6484
|
grid-column: 2;
|
6430
6485
|
}
|
@@ -6445,6 +6500,14 @@ ol) {
|
|
6445
6500
|
--pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingBlockStart);
|
6446
6501
|
transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
|
6447
6502
|
}
|
6503
|
+
.pf-v6-c-form.pf-m-horizontal-on-lg .pf-v6-c-form__group-label.pf-m-info {
|
6504
|
+
flex-direction: column;
|
6505
|
+
gap: var(--pf-v6-c-form--m-horizontal__group-label--m-info--Gap);
|
6506
|
+
align-items: flex-start;
|
6507
|
+
}
|
6508
|
+
.pf-v6-c-form.pf-m-horizontal-on-lg .pf-v6-c-form__group-label-main {
|
6509
|
+
flex-grow: 0;
|
6510
|
+
}
|
6448
6511
|
.pf-v6-c-form.pf-m-horizontal-on-lg .pf-v6-c-form__group-control {
|
6449
6512
|
grid-column: 2;
|
6450
6513
|
}
|
@@ -6465,6 +6528,14 @@ ol) {
|
|
6465
6528
|
--pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingBlockStart);
|
6466
6529
|
transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
|
6467
6530
|
}
|
6531
|
+
.pf-v6-c-form.pf-m-horizontal-on-xl .pf-v6-c-form__group-label.pf-m-info {
|
6532
|
+
flex-direction: column;
|
6533
|
+
gap: var(--pf-v6-c-form--m-horizontal__group-label--m-info--Gap);
|
6534
|
+
align-items: flex-start;
|
6535
|
+
}
|
6536
|
+
.pf-v6-c-form.pf-m-horizontal-on-xl .pf-v6-c-form__group-label-main {
|
6537
|
+
flex-grow: 0;
|
6538
|
+
}
|
6468
6539
|
.pf-v6-c-form.pf-m-horizontal-on-xl .pf-v6-c-form__group-control {
|
6469
6540
|
grid-column: 2;
|
6470
6541
|
}
|
@@ -6485,6 +6556,14 @@ ol) {
|
|
6485
6556
|
--pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart: var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingBlockStart);
|
6486
6557
|
transform: translateY(var(--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY));
|
6487
6558
|
}
|
6559
|
+
.pf-v6-c-form.pf-m-horizontal-on-2xl .pf-v6-c-form__group-label.pf-m-info {
|
6560
|
+
flex-direction: column;
|
6561
|
+
gap: var(--pf-v6-c-form--m-horizontal__group-label--m-info--Gap);
|
6562
|
+
align-items: flex-start;
|
6563
|
+
}
|
6564
|
+
.pf-v6-c-form.pf-m-horizontal-on-2xl .pf-v6-c-form__group-label-main {
|
6565
|
+
flex-grow: 0;
|
6566
|
+
}
|
6488
6567
|
.pf-v6-c-form.pf-m-horizontal-on-2xl .pf-v6-c-form__group-control {
|
6489
6568
|
grid-column: 2;
|
6490
6569
|
}
|
@@ -7003,10 +7082,7 @@ select ~ .pf-v6-c-form-control__utilities {
|
|
7003
7082
|
--pf-v6-c-hint--BorderWidth: var(--pf-t--global--border--width--box--status--default);
|
7004
7083
|
--pf-v6-c-hint--BorderRadius: var(--pf-t--global--border--radius--medium);
|
7005
7084
|
--pf-v6-c-hint--Color: var(--pf-t--global--text--color--regular);
|
7006
|
-
--pf-v6-c-hint__title--
|
7007
|
-
--pf-v6-c-hint__title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
7008
|
-
--pf-v6-c-hint__title--FontWeight: var(--pf-t--global--font--weight--heading);
|
7009
|
-
--pf-v6-c-hint__title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
7085
|
+
--pf-v6-c-hint__title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
7010
7086
|
--pf-v6-c-hint__body--FontSize: var(--pf-t--global--font--size--body--default);
|
7011
7087
|
--pf-v6-c-hint__footer--MarginBlockStart: var(--pf-t--global--spacer--sm);
|
7012
7088
|
--pf-v6-c-hint__footer--child--MarginInlineEnd: var(--pf-t--global--spacer--md);
|
@@ -7054,10 +7130,7 @@ select ~ .pf-v6-c-form-control__utilities {
|
|
7054
7130
|
|
7055
7131
|
.pf-v6-c-hint__title {
|
7056
7132
|
align-self: center;
|
7057
|
-
font-family: var(--pf-v6-c-hint__title--FontFamily);
|
7058
|
-
font-size: var(--pf-v6-c-hint__title--FontSize);
|
7059
7133
|
font-weight: var(--pf-v6-c-hint__title--FontWeight);
|
7060
|
-
line-height: var(--pf-v6-c-hint__title--LineHeight);
|
7061
7134
|
}
|
7062
7135
|
|
7063
7136
|
.pf-v6-c-hint__body {
|
@@ -7146,8 +7219,8 @@ select ~ .pf-v6-c-form-control__utilities {
|
|
7146
7219
|
}
|
7147
7220
|
|
7148
7221
|
:where(:root, .pf-v6-c-icon) {
|
7149
|
-
--pf-v6-c-icon--Width:
|
7150
|
-
--pf-v6-c-icon--Height:
|
7222
|
+
--pf-v6-c-icon--Width: var(--pf-t--global--icon--size--font--body--default);
|
7223
|
+
--pf-v6-c-icon--Height: var(--pf-t--global--icon--size--font--body--default);
|
7151
7224
|
--pf-v6-c-icon--m-sm--Width: var(--pf-t--global--icon--size--sm);
|
7152
7225
|
--pf-v6-c-icon--m-sm--Height: var(--pf-t--global--icon--size--sm);
|
7153
7226
|
--pf-v6-c-icon--m-md--Width: var(--pf-t--global--icon--size--md);
|
@@ -7181,14 +7254,14 @@ select ~ .pf-v6-c-form-control__utilities {
|
|
7181
7254
|
--pf-v6-c-icon--m-inline--Width: 1em;
|
7182
7255
|
--pf-v6-c-icon--m-inline--Height: 1em;
|
7183
7256
|
--pf-v6-c-icon__content--svg--VerticalAlign: -.125em;
|
7184
|
-
--pf-v6-c-icon__content--Color:
|
7257
|
+
--pf-v6-c-icon__content--Color: var(--pf-t--global--icon--color--regular);
|
7185
7258
|
--pf-v6-c-icon__content--m-danger--Color: var(--pf-t--global--icon--color--status--danger--default);
|
7186
7259
|
--pf-v6-c-icon__content--m-warning--Color: var(--pf-t--global--icon--color--status--warning--default);
|
7187
7260
|
--pf-v6-c-icon__content--m-success--Color: var(--pf-t--global--icon--color--status--success--default);
|
7188
7261
|
--pf-v6-c-icon__content--m-info--Color: var(--pf-t--global--icon--color--status--info--default);
|
7189
7262
|
--pf-v6-c-icon__content--m-custom--Color: var(--pf-t--global--icon--color--status--custom--default);
|
7190
7263
|
--pf-v6-c-icon--m-inline__content--Color: initial;
|
7191
|
-
--pf-v6-c-icon__content--FontSize:
|
7264
|
+
--pf-v6-c-icon__content--FontSize: var(--pf-t--global--icon--size--font--body--default);
|
7192
7265
|
--pf-v6-c-icon--m-sm__content--FontSize: var(--pf-t--global--icon--size--sm);
|
7193
7266
|
--pf-v6-c-icon--m-md__content--FontSize: var(--pf-t--global--icon--size--md);
|
7194
7267
|
--pf-v6-c-icon--m-lg__content--FontSize: var(--pf-t--global--icon--size--lg);
|
@@ -7402,10 +7475,10 @@ select ~ .pf-v6-c-form-control__utilities {
|
|
7402
7475
|
}
|
7403
7476
|
|
7404
7477
|
:where(:root, .pf-v6-c-inline-edit) {
|
7405
|
-
--pf-v6-c-inline-edit__group--item--MarginInlineEnd: var(--pf-t--global--spacer--
|
7478
|
+
--pf-v6-c-inline-edit__group--item--MarginInlineEnd: var(--pf-t--global--spacer--gap--action-to-action--default);
|
7406
7479
|
--pf-v6-c-inline-edit__action--c-button--m-valid--m-plain--Color: var(--pf-t--global--icon--color--brand--default);
|
7407
7480
|
--pf-v6-c-inline-edit__action--c-button--m-valid--m-plain--hover--Color: var(--pf-t--global--icon--color--brand--hover);
|
7408
|
-
--pf-v6-c-inline-edit__action--m-icon-group--item--MarginInlineEnd: var(--pf-t--global--spacer--
|
7481
|
+
--pf-v6-c-inline-edit__action--m-icon-group--item--MarginInlineEnd: var(--pf-t--global--spacer--gap--action-to-action--plain);
|
7409
7482
|
--pf-v6-c-inline-edit__group--m-footer--MarginBlockStart: var(--pf-t--global--spacer--xl);
|
7410
7483
|
--pf-v6-c-inline-edit__label--m-bold--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
7411
7484
|
}
|
@@ -7607,8 +7680,6 @@ label.pf-v6-c-input-group__text {
|
|
7607
7680
|
--pf-v6-c-jump-links__toggle-icon--Transition: var(--pf-t--global--transition);
|
7608
7681
|
--pf-v6-c-jump-links__toggle-icon--Rotate: 0;
|
7609
7682
|
--pf-v6-c-jump-links--m-expanded__toggle-icon--Rotate: 90deg;
|
7610
|
-
--pf-v6-c-jump-links__toggle-text--MarginInlineStart: var(--pf-t--global--spacer--gap--text-to-element--default);
|
7611
|
-
--pf-v6-c-jump-links__toggle-text--Color: var(--pf-t--global--text--color--regular);
|
7612
7683
|
}
|
7613
7684
|
|
7614
7685
|
.pf-v6-c-jump-links {
|
@@ -7804,11 +7875,6 @@ label.pf-v6-c-input-group__text {
|
|
7804
7875
|
scale: -1 1;
|
7805
7876
|
}
|
7806
7877
|
|
7807
|
-
.pf-v6-c-jump-links__toggle-text {
|
7808
|
-
margin-inline-start: var(--pf-v6-c-jump-links__toggle-text--MarginInlineStart);
|
7809
|
-
color: var(--pf-v6-c-jump-links__toggle-text--Color);
|
7810
|
-
}
|
7811
|
-
|
7812
7878
|
:where(:root, .pf-v6-c-label) {
|
7813
7879
|
--pf-v6-c-label--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
7814
7880
|
--pf-v6-c-label--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
@@ -7945,12 +8011,12 @@ label.pf-v6-c-input-group__text {
|
|
7945
8011
|
--pf-v6-c-label--m-clickable--hover--BorderColor: transparent;
|
7946
8012
|
--pf-v6-c-label--m-clickable__content--Cursor: pointer;
|
7947
8013
|
--pf-v6-c-label--m-filled__actions--c-button--Color: var(--pf-v6-c-label__icon--Color);
|
7948
|
-
--pf-v6-c-label--m-outline--BorderWidth: var(--pf-t--global--border--width--
|
8014
|
+
--pf-v6-c-label--m-outline--BorderWidth: var(--pf-t--global--border--width--action--default);
|
7949
8015
|
--pf-v6-c-label--m-outline--BackgroundColor: transparent;
|
7950
8016
|
--pf-v6-c-label--m-outline--Color: var(--pf-t--global--text--color--regular);
|
7951
8017
|
--pf-v6-c-label--m-outline__icon--Color: var(--pf-t--global--icon--color--regular);
|
7952
8018
|
--pf-v6-c-label--m-outline--m-clickable--hover--BackgroundColor: transparent;
|
7953
|
-
--pf-v6-c-label--m-outline--m-clickable--hover--BorderWidth: var(--pf-t--global--border--width--
|
8019
|
+
--pf-v6-c-label--m-outline--m-clickable--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
|
7954
8020
|
--pf-v6-c-label--m-outline--m-clickable--hover--Color: var(--pf-t--global--text--color--regular);
|
7955
8021
|
--pf-v6-c-label--m-outline--m-clickable--hover__icon--Color: var(--pf-t--global--icon--color--regular);
|
7956
8022
|
--pf-v6-c-label--m-overflow--Color: var(--pf-t--global--text--color--brand--default);
|
@@ -7960,11 +8026,11 @@ label.pf-v6-c-input-group__text {
|
|
7960
8026
|
--pf-v6-c-label--m-add--Color: var(--pf-t--global--text--color--brand--default);
|
7961
8027
|
--pf-v6-c-label--m-add--BackgroundColor: transparent;
|
7962
8028
|
--pf-v6-c-label--m-add--BorderColor: var(--pf-t--global--border--color--default);
|
7963
|
-
--pf-v6-c-label--m-add--BorderWidth: var(--pf-t--global--border--width--
|
8029
|
+
--pf-v6-c-label--m-add--BorderWidth: var(--pf-t--global--border--width--action--default);
|
7964
8030
|
--pf-v6-c-label--m-add--hover--Color: var(--pf-t--global--text--color--brand--hover);
|
7965
8031
|
--pf-v6-c-label--m-add--hover--BackgroundColor: transparent;
|
7966
8032
|
--pf-v6-c-label--m-add--hover--BorderColor: var(--pf-t--global--border--color--hover);
|
7967
|
-
--pf-v6-c-label--m-add--hover--BorderWidth: var(--pf-t--global--border--width--
|
8033
|
+
--pf-v6-c-label--m-add--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
|
7968
8034
|
--pf-v6-c-label--m-compact--PaddingBlockStart: 0;
|
7969
8035
|
--pf-v6-c-label--m-compact--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
7970
8036
|
--pf-v6-c-label--m-compact--PaddingBlockEnd: 0;
|
@@ -7999,7 +8065,7 @@ label.pf-v6-c-input-group__text {
|
|
7999
8065
|
--pf-v6-c-label--m-disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
8000
8066
|
--pf-v6-c-label--m-disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
8001
8067
|
--pf-v6-c-label--m-disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
|
8002
|
-
--pf-v6-c-label--m-disabled--c-button--
|
8068
|
+
--pf-v6-c-label--m-disabled--c-button--disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
|
8003
8069
|
}
|
8004
8070
|
|
8005
8071
|
.pf-v6-c-label {
|
@@ -8242,7 +8308,7 @@ label.pf-v6-c-input-group__text {
|
|
8242
8308
|
pointer-events: none;
|
8243
8309
|
}
|
8244
8310
|
.pf-v6-c-label.pf-m-disabled .pf-v6-c-button {
|
8245
|
-
--pf-v6-c-button--m-plain--
|
8311
|
+
--pf-v6-c-button--m-plain--disabled__icon--Color: var(--pf-v6-c-label--m-disabled--c-button--disabled__icon--Color);
|
8246
8312
|
}
|
8247
8313
|
|
8248
8314
|
.pf-v6-c-label,
|
@@ -8439,14 +8505,16 @@ input.pf-v6-c-label__content {
|
|
8439
8505
|
|
8440
8506
|
:where(:root, .pf-v6-c-list) {
|
8441
8507
|
--pf-v6-c-list--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
8442
|
-
--pf-v6-c-list--nested--MarginBlockStart: var(--pf-t--global--spacer--sm);
|
8443
|
-
--pf-v6-c-list--nested--MarginInlineStart: var(--pf-t--global--spacer--sm);
|
8444
8508
|
--pf-v6-c-list--ul--ListStyle: var(--pf-t--global--list-style);
|
8445
|
-
--pf-v6-c-list--
|
8446
|
-
--pf-v6-c-list--
|
8447
|
-
--pf-v6-c-list--m-
|
8448
|
-
--pf-v6-c-list--m-
|
8449
|
-
--pf-v6-c-list--m-
|
8509
|
+
--pf-v6-c-list--Gap: var(--pf-t--global--spacer--sm);
|
8510
|
+
--pf-v6-c-list--nested--PaddingBlockStart: var(--pf-v6-c-list--Gap);
|
8511
|
+
--pf-v6-c-list--m-plain--PaddingInlineStart: 0;
|
8512
|
+
--pf-v6-c-list--m-inline--PaddingInlineStart: 0;
|
8513
|
+
--pf-v6-c-list--m-inline--ColumnGap: var(--pf-t--global--spacer--lg);
|
8514
|
+
--pf-v6-c-list--m-inline--RowGap: var(--pf-t--global--spacer--xs);
|
8515
|
+
--pf-v6-c-list--m-bordered--li--PaddingBlockStart: var(--pf-v6-c-list--Gap);
|
8516
|
+
--pf-v6-c-list--m-bordered--li--BorderBlockStartColor: var(--pf-t--global--border--color--default);
|
8517
|
+
--pf-v6-c-list--m-bordered--li--BorderBlockStartWidth: var(--pf-t--global--border--width--divider--default);
|
8450
8518
|
--pf-v6-c-list__item-icon--MinWidth: var(--pf-t--global--icon--size--sm);
|
8451
8519
|
--pf-v6-c-list__item-icon--MarginBlockStart: var(--pf-t--global--spacer--xs);
|
8452
8520
|
--pf-v6-c-list__item-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
@@ -8458,32 +8526,18 @@ input.pf-v6-c-label__content {
|
|
8458
8526
|
}
|
8459
8527
|
|
8460
8528
|
.pf-v6-c-list {
|
8529
|
+
display: flex;
|
8530
|
+
flex-direction: column;
|
8531
|
+
gap: var(--pf-v6-c-list--Gap);
|
8461
8532
|
padding-inline-start: var(--pf-v6-c-list--PaddingInlineStart);
|
8462
8533
|
}
|
8463
|
-
.pf-v6-c-list
|
8464
|
-
|
8465
|
-
margin-block-start: var(--pf-v6-c-list--nested--MarginBlockStart);
|
8466
|
-
margin-inline-start: var(--pf-v6-c-list--nested--MarginInlineStart);
|
8467
|
-
}
|
8468
|
-
.pf-v6-c-list li + li {
|
8469
|
-
margin-block-start: var(--pf-v6-c-list--li--MarginBlockStart);
|
8534
|
+
.pf-v6-c-list .pf-v6-c-list {
|
8535
|
+
padding-block-start: var(--pf-v6-c-list--nested--PaddingBlockStart);
|
8470
8536
|
}
|
8471
8537
|
ul.pf-v6-c-list {
|
8472
8538
|
list-style: var(--pf-v6-c-list--ul--ListStyle);
|
8473
8539
|
}
|
8474
8540
|
|
8475
|
-
.pf-v6-c-list .pf-v6-c-list__item {
|
8476
|
-
display: flex;
|
8477
|
-
}
|
8478
|
-
.pf-v6-c-list .pf-v6-c-list__item-icon {
|
8479
|
-
flex-shrink: 0;
|
8480
|
-
min-width: var(--pf-v6-c-list__item-icon--MinWidth);
|
8481
|
-
margin-block-start: var(--pf-v6-c-list__item-icon--MarginBlockStart);
|
8482
|
-
margin-inline-end: var(--pf-v6-c-list__item-icon--MarginInlineEnd);
|
8483
|
-
font-size: var(--pf-v6-c-list__item-icon--FontSize);
|
8484
|
-
line-height: 1;
|
8485
|
-
color: var(--pf-v6-c-list__item-icon--Color);
|
8486
|
-
}
|
8487
8541
|
.pf-v6-c-list.pf-m-icon-lg {
|
8488
8542
|
--pf-v6-c-list__item-icon--MinWidth: var(--pf-v6-c-list--m-icon-lg__item-icon--MinWidth);
|
8489
8543
|
--pf-v6-c-list__item-icon--MarginBlockStart: 0;
|
@@ -8491,205 +8545,33 @@ ul.pf-v6-c-list {
|
|
8491
8545
|
--pf-v6-c-list__item-icon--FontSize: var(--pf-v6-c-list--m-icon-lg__item-icon--FontSize);
|
8492
8546
|
}
|
8493
8547
|
.pf-v6-c-list.pf-m-plain {
|
8494
|
-
--pf-v6-c-list--PaddingInlineStart:
|
8548
|
+
--pf-v6-c-list--PaddingInlineStart: var(--pf-v6-c-list--m-plain--PaddingInlineStart);
|
8495
8549
|
list-style: none;
|
8496
8550
|
}
|
8497
8551
|
.pf-v6-c-list.pf-m-inline {
|
8498
|
-
--pf-v6-c-list--PaddingInlineStart:
|
8499
|
-
|
8552
|
+
--pf-v6-c-list--PaddingInlineStart: var(--pf-v6-c-list--m-inline--PaddingInlineStart);
|
8553
|
+
--pf-v6-c-list--Gap: var(--pf-v6-c-list--m-inline--RowGap) var(--pf-v6-c-list--m-inline--ColumnGap);
|
8554
|
+
flex-direction: row;
|
8500
8555
|
flex-wrap: wrap;
|
8501
8556
|
list-style: none;
|
8502
8557
|
}
|
8503
|
-
.pf-v6-c-list.pf-m-
|
8504
|
-
--pf-v6-c-list--li--
|
8505
|
-
|
8506
|
-
.pf-v6-c-list.pf-m-inline li:not(:last-child) {
|
8507
|
-
margin-inline-end: var(--pf-v6-c-list--m-inline--li--MarginInlineEnd);
|
8508
|
-
}
|
8509
|
-
.pf-v6-c-list.pf-m-bordered > * {
|
8510
|
-
padding-block-end: var(--pf-v6-c-list--m-bordered--li--PaddingBlockEnd);
|
8511
|
-
border-block-end: var(--pf-v6-c-list--m-bordered--li--BorderBlockEndWidth) solid var(--pf-v6-c-list--m-bordered--li--BorderBlockEndColor);
|
8512
|
-
}
|
8513
|
-
.pf-v6-c-list.pf-m-bordered > :last-child {
|
8514
|
-
--pf-v6-c-list--m-bordered--li--PaddingBlockEnd: 0;
|
8515
|
-
--pf-v6-c-list--m-bordered--li--BorderBlockEndWidth: 0;
|
8516
|
-
}
|
8517
|
-
|
8518
|
-
:where(:root, .pf-v6-c-log-viewer) {
|
8519
|
-
--pf-v6-c-log-viewer--Height: 100%;
|
8520
|
-
--pf-v6-c-log-viewer--MaxHeight: auto;
|
8521
|
-
--pf-v6-c-log-viewer--m-line-numbers__index--Display: inline;
|
8522
|
-
--pf-v6-c-log-viewer__header--MarginBlockEnd: var(--pf-t--global--spacer--sm);
|
8523
|
-
--pf-v6-c-log-viewer__main--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
8524
|
-
--pf-v6-c-log-viewer__main--BorderWidth: var(--pf-t--global--border--width--box--default);
|
8525
|
-
--pf-v6-c-log-viewer__main--BorderColor: var(--pf-t--global--border--color--default);
|
8526
|
-
--pf-v6-c-log-viewer__scroll-container--Height: 37.5rem;
|
8527
|
-
--pf-v6-c-log-viewer__scroll-container--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
8528
|
-
--pf-v6-c-log-viewer__scroll-container--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
8529
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--before--InsetBlockStart: 0;
|
8530
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--before--InsetBlockEnd: 0;
|
8531
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--before--Width: var(--pf-t--global--border--width--divider--default);
|
8532
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--before--BackgroundColor: var(--pf-t--global--border--color--default);
|
8533
|
-
--pf-v6-c-log-viewer__list--Height: auto;
|
8534
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--InsetInlineStart: var(--pf-v6-c-log-viewer__index--Width);
|
8535
|
-
--pf-v6-c-log-viewer__list--FontFamily: var(--pf-t--global--font--family--mono);
|
8536
|
-
--pf-v6-c-log-viewer__list--FontSize: var(--pf-t--global--font--size--body--sm);
|
8537
|
-
--pf-v6-c-log-viewer__index--Display: none;
|
8538
|
-
--pf-v6-c-log-viewer__index--Width: 4.0625rem;
|
8539
|
-
--pf-v6-c-log-viewer__index--PaddingInlineEnd: var(--pf-t--global--spacer--xl);
|
8540
|
-
--pf-v6-c-log-viewer__index--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
8541
|
-
--pf-v6-c-log-viewer__index--Color: var(--pf-t--global--text--color--subtle);
|
8542
|
-
--pf-v6-c-log-viewer__index--BackgroundColor: transparent;
|
8543
|
-
--pf-v6-c-log-viewer--line-number-chars: 4.4;
|
8544
|
-
--pf-v6-c-log-viewer--m-line-number-chars__index--PaddingInlineEnd: var(--pf-t--global--spacer--xs);
|
8545
|
-
--pf-v6-c-log-viewer--m-line-number-chars__index--Width: calc(1ch * var(--pf-v6-c-log-viewer--line-number-chars) + var(--pf-v6-c-log-viewer__index--PaddingInlineEnd) + var(--pf-v6-c-log-viewer__index--PaddingInlineStart));
|
8546
|
-
--pf-v6-c-log-viewer__text--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
8547
|
-
--pf-v6-c-log-viewer__text--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
8548
|
-
--pf-v6-c-log-viewer__text--Color: var(--pf-t--global--text--color--regular);
|
8549
|
-
--pf-v6-c-log-viewer__text--WordBreak: break-all;
|
8550
|
-
--pf-v6-c-log-viewer__text--WhiteSpace: break-spaces;
|
8551
|
-
--pf-v6-c-log-viewer__text--LineBreak: anywhere;
|
8552
|
-
--pf-v6-c-log-viewer--m-nowrap__text--WhiteSpace: nowrap;
|
8553
|
-
--pf-v6-c-log-viewer__string--m-match--Color: var(--pf-t--global--text--color--on-highlight);
|
8554
|
-
--pf-v6-c-log-viewer__string--m-match--BackgroundColor: var(--pf-t--global--background--color--highlight--default);
|
8555
|
-
--pf-v6-c-log-viewer__string--m-current--Color: var(--pf-t--global--text--color--on-highlight);
|
8556
|
-
--pf-v6-c-log-viewer__string--m-current--BackgroundColor: var(--pf-t--global--background--color--highlight--clicked);
|
8557
|
-
--pf-v6-c-log-viewer__timestamp--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
8558
|
-
--pf-v6-c-log-viewer--c-toolbar--PaddingBlockStart: 0;
|
8559
|
-
--pf-v6-c-log-viewer--c-toolbar--PaddingBlockEnd: 0;
|
8560
|
-
--pf-v6-c-log-viewer--c-toolbar__content--PaddingInlineEnd: 0;
|
8561
|
-
--pf-v6-c-log-viewer--c-toolbar__content--PaddingInlineStart: 0;
|
8562
|
-
--pf-v6-c-log-viewer--c-toolbar__group--m-toggle-group--spacer: 0;
|
8563
|
-
--pf-v6-c-log-viewer--c-toolbar__group--m-toggle-group--m-show--spacer: var(--pf-t--global--spacer--sm);
|
8564
|
-
--pf-v6-c-log-viewer--m-dark__main--BorderWidth: 0;
|
8565
|
-
}
|
8566
|
-
|
8567
|
-
.pf-v6-c-log-viewer {
|
8568
|
-
display: flex;
|
8569
|
-
flex-direction: column;
|
8570
|
-
height: var(--pf-v6-c-log-viewer--Height);
|
8571
|
-
max-height: var(--pf-v6-c-log-viewer--MaxHeight);
|
8572
|
-
}
|
8573
|
-
.pf-v6-c-log-viewer.pf-m-dark {
|
8574
|
-
--pf-v6-c-log-viewer__main--BorderWidth: var(--pf-v6-c-log-viewer--m-dark__main--BorderWidth);
|
8575
|
-
}
|
8576
|
-
.pf-v6-c-log-viewer.pf-m-dark .pf-v6-c-log-viewer__main {
|
8577
|
-
--pf-v6-c-log-viewer__main--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
8578
|
-
--pf-v6-c-log-viewer__main--BorderColor: var(--pf-t--global--border--color--default);
|
8579
|
-
--pf-v6-c-log-viewer__text--Color: var(--pf-t--global--text--color--regular);
|
8580
|
-
--pf-v6-c-log-viewer__index--Color: var(--pf-t--global--text--color--subtle);
|
8581
|
-
--pf-v6-c-log-viewer--m-line-numbers__list--before--BackgroundColor: var(--pf-t--global--border--color--default);
|
8582
|
-
}
|
8583
|
-
.pf-v6-c-log-viewer.pf-m-wrap-text {
|
8584
|
-
word-break: break-all;
|
8585
|
-
}
|
8586
|
-
.pf-v6-c-log-viewer.pf-m-nowrap {
|
8587
|
-
--pf-v6-c-log-viewer__text--WhiteSpace: var(--pf-v6-c-log-viewer--m-nowrap__text--WhiteSpace);
|
8588
|
-
}
|
8589
|
-
.pf-v6-c-log-viewer.pf-m-line-numbers {
|
8590
|
-
--pf-v6-c-log-viewer__index--Display: var(--pf-v6-c-log-viewer--m-line-numbers__index--Display);
|
8591
|
-
}
|
8592
|
-
.pf-v6-c-log-viewer.pf-m-line-numbers .pf-v6-c-log-viewer__list {
|
8593
|
-
position: absolute;
|
8594
|
-
inset-inline-start: var(--pf-v6-c-log-viewer--m-line-numbers__list--InsetInlineStart);
|
8595
|
-
inset-inline-end: 0;
|
8596
|
-
}
|
8597
|
-
.pf-v6-c-log-viewer.pf-m-line-numbers .pf-v6-c-log-viewer__list::before {
|
8598
|
-
position: absolute;
|
8599
|
-
inset-block-start: var(--pf-v6-c-log-viewer--m-line-numbers__list--before--InsetBlockStart);
|
8600
|
-
inset-block-end: var(--pf-v6-c-log-viewer--m-line-numbers__list--before--InsetBlockEnd);
|
8601
|
-
inset-inline-start: 0;
|
8602
|
-
width: var(--pf-v6-c-log-viewer--m-line-numbers__list--before--Width);
|
8603
|
-
content: "";
|
8604
|
-
background: var(--pf-v6-c-log-viewer--m-line-numbers__list--before--BackgroundColor);
|
8605
|
-
}
|
8606
|
-
.pf-v6-c-log-viewer.pf-m-line-number-chars {
|
8607
|
-
--pf-v6-c-log-viewer__index--PaddingInlineEnd: var(--pf-v6-c-log-viewer--m-line-number-chars__index--PaddingInlineEnd);
|
8608
|
-
--pf-v6-c-log-viewer__index--Width: var(--pf-v6-c-log-viewer--m-line-number-chars__index--Width);
|
8609
|
-
}
|
8610
|
-
.pf-v6-c-log-viewer .pf-v6-c-toolbar {
|
8611
|
-
--pf-v6-c-toolbar--PaddingBlockStart: var(--pf-v6-c-log-viewer--c-toolbar--PaddingBlockStart);
|
8612
|
-
--pf-v6-c-toolbar--PaddingBlockEnd: var(--pf-v6-c-log-viewer--c-toolbar--PaddingBlockEnd);
|
8613
|
-
--pf-v6-c-toolbar__content--PaddingInlineEnd: var(--pf-v6-c-log-viewer--c-toolbar__content--PaddingInlineEnd);
|
8614
|
-
--pf-v6-c-toolbar__content--PaddingInlineStart: var(--pf-v6-c-log-viewer--c-toolbar__content--PaddingInlineStart);
|
8615
|
-
--pf-v6-c-toolbar__group--m-toggle-group--spacer: 0;
|
8616
|
-
--pf-v6-c-toolbar__group--m-toggle-group--m-show--spacer: var(--pf-v6-c-log-viewer--c-toolbar__group--m-toggle-group--m-show--spacer);
|
8617
|
-
}
|
8618
|
-
.pf-v6-c-log-viewer .pf-v6-c-toolbar__content-section {
|
8619
|
-
flex-wrap: nowrap;
|
8620
|
-
}
|
8621
|
-
|
8622
|
-
.pf-v6-c-log-viewer__header {
|
8623
|
-
margin-block-end: var(--pf-v6-c-log-viewer__header--MarginBlockEnd);
|
8558
|
+
.pf-v6-c-list.pf-m-bordered > * + * {
|
8559
|
+
padding-block-start: var(--pf-v6-c-list--m-bordered--li--PaddingBlockStart);
|
8560
|
+
border-block-start: var(--pf-v6-c-list--m-bordered--li--BorderBlockStartWidth) solid var(--pf-v6-c-list--m-bordered--li--BorderBlockStartColor);
|
8624
8561
|
}
|
8625
8562
|
|
8626
|
-
.pf-v6-c-
|
8563
|
+
.pf-v6-c-list__item {
|
8627
8564
|
display: flex;
|
8628
|
-
flex-direction: column;
|
8629
|
-
min-height: 0;
|
8630
|
-
background-color: var(--pf-v6-c-log-viewer__main--BackgroundColor);
|
8631
|
-
border: var(--pf-v6-c-log-viewer__main--BorderWidth) solid var(--pf-v6-c-log-viewer__main--BorderColor);
|
8632
|
-
}
|
8633
|
-
|
8634
|
-
.pf-v6-c-log-viewer__scroll-container {
|
8635
|
-
position: relative;
|
8636
|
-
height: var(--pf-v6-c-log-viewer__scroll-container--Height);
|
8637
|
-
padding-block-start: var(--pf-v6-c-log-viewer__scroll-container--PaddingBlockStart);
|
8638
|
-
padding-block-end: var(--pf-v6-c-log-viewer__scroll-container--PaddingBlockEnd);
|
8639
|
-
overflow: auto;
|
8640
|
-
will-change: transform;
|
8641
|
-
direction: ltr;
|
8642
|
-
}
|
8643
|
-
|
8644
|
-
.pf-v6-c-log-viewer__list {
|
8645
|
-
position: relative;
|
8646
|
-
height: var(--pf-v6-c-log-viewer__list--Height);
|
8647
|
-
font-family: var(--pf-v6-c-log-viewer__list--FontFamily);
|
8648
|
-
font-size: var(--pf-v6-c-log-viewer__list--FontSize);
|
8649
|
-
}
|
8650
|
-
|
8651
|
-
.pf-v6-c-log-viewer__list-item {
|
8652
|
-
inset-inline-start: 0;
|
8653
|
-
width: 100%;
|
8654
8565
|
}
|
8655
8566
|
|
8656
|
-
.pf-v6-c-
|
8657
|
-
|
8658
|
-
|
8659
|
-
|
8660
|
-
|
8661
|
-
|
8662
|
-
|
8663
|
-
|
8664
|
-
|
8665
|
-
.pf-v6-c-log-viewer__index {
|
8666
|
-
position: fixed;
|
8667
|
-
inset-inline-start: 0;
|
8668
|
-
display: var(--pf-v6-c-log-viewer__index--Display);
|
8669
|
-
width: var(--pf-v6-c-log-viewer__index--Width);
|
8670
|
-
padding-inline-start: var(--pf-v6-c-log-viewer__index--PaddingInlineStart);
|
8671
|
-
padding-inline-end: var(--pf-v6-c-log-viewer__index--PaddingInlineEnd);
|
8672
|
-
font-family: var(--pf-v6-c-log-viewer__index--FontFamily, inherit);
|
8673
|
-
font-size: var(--pf-v6-c-log-viewer__index--FontSize, inherit);
|
8674
|
-
color: var(--pf-v6-c-log-viewer__index--Color);
|
8675
|
-
user-select: none;
|
8676
|
-
background-color: var(--pf-v6-c-log-viewer__index--BackgroundColor);
|
8677
|
-
}
|
8678
|
-
|
8679
|
-
.pf-v6-c-log-viewer__text {
|
8680
|
-
display: block;
|
8681
|
-
padding-inline-start: var(--pf-v6-c-log-viewer__text--PaddingInlineStart);
|
8682
|
-
padding-inline-end: var(--pf-v6-c-log-viewer__text--PaddingInlineEnd);
|
8683
|
-
font-family: var(--pf-v6-c-log-viewer__text--FontFamily, inherit);
|
8684
|
-
font-size: var(--pf-v6-c-log-viewer__text--FontSize, inherit);
|
8685
|
-
color: var(--pf-v6-c-log-viewer__text--Color);
|
8686
|
-
word-break: var(--pf-v6-c-log-viewer__text--WordBreak);
|
8687
|
-
white-space: var(--pf-v6-c-log-viewer__text--WhiteSpace);
|
8688
|
-
line-break: var(--pf-v6-c-log-viewer__text--LineBreak);
|
8689
|
-
}
|
8690
|
-
|
8691
|
-
.pf-v6-c-log-viewer__timestamp {
|
8692
|
-
font-weight: var(--pf-v6-c-log-viewer__timestamp--FontWeight);
|
8567
|
+
.pf-v6-c-list__item-icon {
|
8568
|
+
flex-shrink: 0;
|
8569
|
+
min-width: var(--pf-v6-c-list__item-icon--MinWidth);
|
8570
|
+
margin-block-start: var(--pf-v6-c-list__item-icon--MarginBlockStart);
|
8571
|
+
margin-inline-end: var(--pf-v6-c-list__item-icon--MarginInlineEnd);
|
8572
|
+
font-size: var(--pf-v6-c-list__item-icon--FontSize);
|
8573
|
+
line-height: 1;
|
8574
|
+
color: var(--pf-v6-c-list__item-icon--Color);
|
8693
8575
|
}
|
8694
8576
|
|
8695
8577
|
:where(:root, .pf-v6-c-login) {
|
@@ -9975,22 +9857,19 @@ ul.pf-v6-c-list {
|
|
9975
9857
|
--pf-v6-c-menu-toggle--BackgroundColor: var(--pf-t--global--background--color--control--default);
|
9976
9858
|
--pf-v6-c-menu-toggle--BorderRadius: var(--pf-t--global--border--radius--small);
|
9977
9859
|
--pf-v6-c-menu-toggle--BorderColor: var(--pf-t--global--border--color--default);
|
9978
|
-
--pf-v6-c-menu-toggle--BorderWidth: var(--pf-t--global--border--width--
|
9860
|
+
--pf-v6-c-menu-toggle--BorderWidth: var(--pf-t--global--border--width--action--default);
|
9979
9861
|
--pf-v6-c-menu-toggle--border--ZIndex: var(--pf-t--global--z-index--xs);
|
9980
9862
|
--pf-v6-c-menu-toggle--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
9981
9863
|
--pf-v6-c-menu-toggle--TransitionDuration: var(--pf-t--global--motion--duration--fade--short);
|
9982
9864
|
--pf-v6-c-menu-toggle--TransitionProperty: color, background-color, border-width, border-color;
|
9983
9865
|
--pf-v6-c-menu-toggle--hover--Color: var(--pf-t--global--text--color--regular);
|
9984
9866
|
--pf-v6-c-menu-toggle--hover--BackgroundColor: var(--pf-t--global--background--color--control--default);
|
9985
|
-
--pf-v6-c-menu-toggle--hover--BorderWidth: var(--pf-t--global--border--width--
|
9867
|
+
--pf-v6-c-menu-toggle--hover--BorderWidth: var(--pf-t--global--border--width--action--default);
|
9986
9868
|
--pf-v6-c-menu-toggle--hover--BorderColor: var(--pf-t--global--border--color--hover);
|
9987
9869
|
--pf-v6-c-menu-toggle--hover__toggle-icon--Color: var(--pf-t--global--icon--color--regular);
|
9988
|
-
--pf-v6-c-menu-toggle--active--BackgroundColor: var(--pf-t--global--background--color--control--default);
|
9989
|
-
--pf-v6-c-menu-toggle--active--BorderWidth: var(--pf-t--global--border--width--button--clicked);
|
9990
|
-
--pf-v6-c-menu-toggle--active--BorderColor: var(--pf-t--global--border--color--clicked);
|
9991
9870
|
--pf-v6-c-menu-toggle--expanded--Color: var(--pf-t--global--text--color--regular);
|
9992
9871
|
--pf-v6-c-menu-toggle--expanded--BackgroundColor: var(--pf-t--global--background--color--control--default);
|
9993
|
-
--pf-v6-c-menu-toggle--expanded--BorderWidth: var(--pf-t--global--border--width--
|
9872
|
+
--pf-v6-c-menu-toggle--expanded--BorderWidth: var(--pf-t--global--border--width--action--clicked);
|
9994
9873
|
--pf-v6-c-menu-toggle--expanded--BorderColor: var(--pf-t--global--border--color--clicked);
|
9995
9874
|
--pf-v6-c-menu-toggle--expanded__toggle-icon--Color: var(--pf-t--global--icon--color--regular);
|
9996
9875
|
--pf-v6-c-menu-toggle--disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
@@ -10015,9 +9894,6 @@ ul.pf-v6-c-list {
|
|
10015
9894
|
--pf-v6-c-menu-toggle--m-primary--hover--Color: var(--pf-t--global--text--color--on-brand--hover);
|
10016
9895
|
--pf-v6-c-menu-toggle--m-primary--hover--BackgroundColor: var(--pf-t--global--color--brand--hover);
|
10017
9896
|
--pf-v6-c-menu-toggle--m-primary--hover--BorderColor: transparent;
|
10018
|
-
--pf-v6-c-menu-toggle--m-primary--active--Color: var(--pf-t--global--text--color--on-brand--clicked);
|
10019
|
-
--pf-v6-c-menu-toggle--m-primary--active--BackgroundColor: var(--pf-t--global--color--brand--clicked);
|
10020
|
-
--pf-v6-c-menu-toggle--m-primary--active--BorderColor: transparent;
|
10021
9897
|
--pf-v6-c-menu-toggle--m-primary--expanded--Color: var(--pf-t--global--text--color--on-brand--clicked);
|
10022
9898
|
--pf-v6-c-menu-toggle--m-primary--expanded--BackgroundColor: var(--pf-t--global--color--brand--clicked);
|
10023
9899
|
--pf-v6-c-menu-toggle--m-primary--expanded--BorderColor: transparent;
|
@@ -10030,13 +9906,10 @@ ul.pf-v6-c-list {
|
|
10030
9906
|
--pf-v6-c-menu-toggle--m-secondary--BorderColor: var(--pf-t--global--border--color--brand--default);
|
10031
9907
|
--pf-v6-c-menu-toggle--m-secondary--BorderRadius: var(--pf-v6-c-menu-toggle--m-button--BorderRadius);
|
10032
9908
|
--pf-v6-c-menu-toggle--m-secondary--hover--Color: var(--pf-t--global--text--color--brand--hover);
|
10033
|
-
--pf-v6-c-menu-toggle--m-secondary--hover--BorderWidth: var(--pf-t--global--border--width--
|
9909
|
+
--pf-v6-c-menu-toggle--m-secondary--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
|
10034
9910
|
--pf-v6-c-menu-toggle--m-secondary--hover--BorderColor: var(--pf-t--global--border--color--brand--hover);
|
10035
|
-
--pf-v6-c-menu-toggle--m-secondary--active--Color: var(--pf-t--global--text--color--brand--clicked);
|
10036
|
-
--pf-v6-c-menu-toggle--m-secondary--active--BorderWidth: var(--pf-t--global--border--width--button--clicked);
|
10037
|
-
--pf-v6-c-menu-toggle--m-secondary--active--BorderColor: var(--pf-t--global--border--color--brand--clicked);
|
10038
9911
|
--pf-v6-c-menu-toggle--m-secondary--expanded--Color: var(--pf-t--global--text--color--brand--clicked);
|
10039
|
-
--pf-v6-c-menu-toggle--m-secondary--expanded--BorderWidth: var(--pf-t--global--border--width--
|
9912
|
+
--pf-v6-c-menu-toggle--m-secondary--expanded--BorderWidth: var(--pf-t--global--border--width--action--clicked);
|
10040
9913
|
--pf-v6-c-menu-toggle--m-secondary--expanded--BorderColor: var(--pf-t--global--border--color--brand--clicked);
|
10041
9914
|
--pf-v6-c-menu-toggle--m-secondary__toggle-icon--Color: var(--pf-t--global--icon--color--brand--default);
|
10042
9915
|
--pf-v6-c-menu-toggle--m-secondary--hover__toggle-icon--Color: var(--pf-t--global--icon--color--brand--clicked);
|
@@ -10046,13 +9919,12 @@ ul.pf-v6-c-list {
|
|
10046
9919
|
--pf-v6-c-menu-toggle--m-full-height--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
10047
9920
|
--pf-v6-c-menu-toggle--m-split-button--child--disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
10048
9921
|
--pf-v6-c-menu-toggle--m-split-button--child--disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
10049
|
-
--pf-v6-c-menu-toggle--m-split-button--m-action--child--BorderInlineStartWidth: var(--pf-t--global--border--width--
|
9922
|
+
--pf-v6-c-menu-toggle--m-split-button--m-action--child--BorderInlineStartWidth: var(--pf-t--global--border--width--action--default);
|
10050
9923
|
--pf-v6-c-menu-toggle--m-split-button--m-action--child--BorderInlineStartColor: var(--pf-t--global--border--color--default);
|
10051
9924
|
--pf-v6-c-menu-toggle--m-split-button--m-action--child--BorderRadius: var(--pf-v6-c-menu-toggle--m-button--BorderRadius);
|
10052
9925
|
--pf-v6-c-menu-toggle--m-split-button--m-action--child--disabled--BorderInlineStartColor: var(--pf-t--global--icon--color--on-disabled);
|
10053
9926
|
--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--BackgroundColor: var(--pf-t--global--color--brand--default);
|
10054
9927
|
--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--hover--BackgroundColor: var(--pf-t--global--color--brand--hover);
|
10055
|
-
--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--active--BackgroundColor: var(--pf-t--global--color--brand--clicked);
|
10056
9928
|
--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--BorderInlineStartColor: var(--pf-t--global--border--color--default);
|
10057
9929
|
--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--expanded--child--BackgroundColor: var(--pf-t--global--color--brand--clicked);
|
10058
9930
|
--pf-v6-c-menu-toggle--m-split-button--m-action--m-secondary--child--BorderInlineStartColor: var(--pf-t--global--color--brand--default);
|
@@ -10065,7 +9937,6 @@ ul.pf-v6-c-list {
|
|
10065
9937
|
--pf-v6-c-menu-toggle--m-plain--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
10066
9938
|
--pf-v6-c-menu-toggle--m-plain--BorderColor: transparent;
|
10067
9939
|
--pf-v6-c-menu-toggle--m-plain--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
10068
|
-
--pf-v6-c-menu-toggle--m-plain--active--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
10069
9940
|
--pf-v6-c-menu-toggle--m-plain--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
10070
9941
|
--pf-v6-c-menu-toggle--m-plain--disabled--Color: var(--pf-t--global--icon--color--disabled);
|
10071
9942
|
--pf-v6-c-menu-toggle--m-plain--disabled--BackgroundColor: transparent;
|
@@ -10132,9 +10003,6 @@ ul.pf-v6-c-list {
|
|
10132
10003
|
--pf-v6-c-menu-toggle--hover--Color: var(--pf-v6-c-menu-toggle--m-primary--hover--Color);
|
10133
10004
|
--pf-v6-c-menu-toggle--hover--BackgroundColor: var(--pf-v6-c-menu-toggle--m-primary--hover--BackgroundColor);
|
10134
10005
|
--pf-v6-c-menu-toggle--hover--BorderColor: var(--pf-v6-c-menu-toggle--m-primary--hover--BorderColor);
|
10135
|
-
--pf-v6-c-menu-toggle--active--Color: var(--pf-v6-c-menu-toggle--m-primary--active--Color);
|
10136
|
-
--pf-v6-c-menu-toggle--active--BackgroundColor: var(--pf-v6-c-menu-toggle--m-primary--active--BackgroundColor);
|
10137
|
-
--pf-v6-c-menu-toggle--active--BorderColor: var(--pf-v6-c-menu-toggle--m-primary--active--BorderColor);
|
10138
10006
|
--pf-v6-c-menu-toggle--expanded--Color: var(--pf-v6-c-menu-toggle--m-primary--expanded--Color);
|
10139
10007
|
--pf-v6-c-menu-toggle--expanded--BackgroundColor: var(--pf-v6-c-menu-toggle--m-primary--expanded--BackgroundColor);
|
10140
10008
|
--pf-v6-c-menu-toggle--expanded--BorderColor: var(--pf-v6-c-menu-toggle--m-primary--expanded--BorderColor);
|
@@ -10150,9 +10018,6 @@ ul.pf-v6-c-list {
|
|
10150
10018
|
--pf-v6-c-menu-toggle--hover--Color: var(--pf-v6-c-menu-toggle--m-secondary--hover--Color);
|
10151
10019
|
--pf-v6-c-menu-toggle--hover--BorderWidth: var(--pf-v6-c-menu-toggle--m-secondary--hover--BorderWidth);
|
10152
10020
|
--pf-v6-c-menu-toggle--hover--BorderColor: var(--pf-v6-c-menu-toggle--m-secondary--hover--BorderColor);
|
10153
|
-
--pf-v6-c-menu-toggle--active--Color: var(--pf-v6-c-menu-toggle--m-secondary--active--Color);
|
10154
|
-
--pf-v6-c-menu-toggle--active--BorderWidth: var(--pf-v6-c-menu-toggle--m-secondary--active--BorderWidth);
|
10155
|
-
--pf-v6-c-menu-toggle--active--BorderColor: var(--pf-v6-c-menu-toggle--m-secondary--active--BorderColor);
|
10156
10021
|
--pf-v6-c-menu-toggle--expanded--Color: var(--pf-v6-c-menu-toggle--m-secondary--expanded--Color);
|
10157
10022
|
--pf-v6-c-menu-toggle--expanded--BorderWidth: var(--pf-v6-c-menu-toggle--m-secondary--expanded--BorderWidth);
|
10158
10023
|
--pf-v6-c-menu-toggle--hover__toggle-icon--Color: var(--pf-v6-c-menu-toggle--m-secondary--hover__toggle-icon--Color);
|
@@ -10174,7 +10039,6 @@ ul.pf-v6-c-list {
|
|
10174
10039
|
--pf-v6-c-menu-toggle--BorderColor: var(--pf-v6-c-menu-toggle--m-plain--BorderColor);
|
10175
10040
|
--pf-v6-c-menu-toggle--BackgroundColor: var(--pf-v6-c-menu-toggle--m-plain--BackgroundColor);
|
10176
10041
|
--pf-v6-c-menu-toggle--hover--BackgroundColor: var(--pf-v6-c-menu-toggle--m-plain--hover--BackgroundColor);
|
10177
|
-
--pf-v6-c-menu-toggle--active--BackgroundColor: var(--pf-v6-c-menu-toggle--m-plain--active--BackgroundColor);
|
10178
10042
|
--pf-v6-c-menu-toggle--expanded--BackgroundColor: var(--pf-v6-c-menu-toggle--m-plain--expanded--BackgroundColor);
|
10179
10043
|
--pf-v6-c-menu-toggle--disabled--Color: var(--pf-v6-c-menu-toggle--m-plain--disabled--Color);
|
10180
10044
|
--pf-v6-c-menu-toggle--disabled--BackgroundColor: var(--pf-v6-c-menu-toggle--m-plain--disabled--BackgroundColor);
|
@@ -10196,13 +10060,6 @@ ul.pf-v6-c-list {
|
|
10196
10060
|
--pf-v6-c-menu-toggle--BorderColor: var(--pf-v6-c-menu-toggle--expanded--BorderColor);
|
10197
10061
|
--pf-v6-c-menu-toggle__toggle-icon--Color: var(--pf-v6-c-menu-toggle--expanded__toggle-icon--Color);
|
10198
10062
|
}
|
10199
|
-
.pf-v6-c-menu-toggle:is(:active, .pf-m-active) {
|
10200
|
-
--pf-v6-c-menu-toggle--Color: var(--pf-v6-c-menu-toggle--active--Color);
|
10201
|
-
--pf-v6-c-menu-toggle--BackgroundColor: var(--pf-v6-c-menu-toggle--active--BackgroundColor);
|
10202
|
-
--pf-v6-c-menu-toggle--BorderWidth: var(--pf-v6-c-menu-toggle--active--BorderWidth);
|
10203
|
-
--pf-v6-c-menu-toggle--BorderColor: var(--pf-v6-c-menu-toggle--active--BorderColor);
|
10204
|
-
--pf-v6-c-menu-toggle__toggle-icon--Color: var(--pf-v6-c-menu-toggle--active__toggle-icon--Color);
|
10205
|
-
}
|
10206
10063
|
.pf-v6-c-menu-toggle:is(:disabled, .pf-m-disabled) {
|
10207
10064
|
--pf-v6-c-menu-toggle--Color: var(--pf-v6-c-menu-toggle--disabled--Color);
|
10208
10065
|
--pf-v6-c-menu-toggle--BackgroundColor: var(--pf-v6-c-menu-toggle--disabled--BackgroundColor);
|
@@ -10289,9 +10146,6 @@ ul.pf-v6-c-list {
|
|
10289
10146
|
.pf-v6-c-menu-toggle.pf-m-split-button.pf-m-action.pf-m-primary > :where(:not(.pf-m-disabled):not([disabled])):is(:hover, :focus) {
|
10290
10147
|
--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--BackgroundColor: var(--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--hover--BackgroundColor);
|
10291
10148
|
}
|
10292
|
-
.pf-v6-c-menu-toggle.pf-m-split-button.pf-m-action.pf-m-primary > :where(:not(.pf-m-disabled):not([disabled])):is(:active, .pf-m-active) {
|
10293
|
-
--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--BackgroundColor: var(--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--active--BackgroundColor);
|
10294
|
-
}
|
10295
10149
|
.pf-v6-c-menu-toggle.pf-m-split-button.pf-m-action.pf-m-primary.pf-m-expanded {
|
10296
10150
|
--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--BackgroundColor: var(--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--expanded--child--BackgroundColor);
|
10297
10151
|
}
|
@@ -10412,6 +10266,7 @@ ul.pf-v6-c-list {
|
|
10412
10266
|
--pf-v6-c-modal-box__header-main--Gap: var(--pf-t--global--spacer--md);
|
10413
10267
|
--pf-v6-c-modal-box__title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
10414
10268
|
--pf-v6-c-modal-box__title--FontFamily: var(--pf-t--global--font--family--heading);
|
10269
|
+
--pf-v6-c-modal-box__title--FontWeight: var(--pf-t--global--font--weight--heading);
|
10415
10270
|
--pf-v6-c-modal-box__title--FontSize: var(--pf-t--global--font--size--heading--md);
|
10416
10271
|
--pf-v6-c-modal-box__title-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
10417
10272
|
--pf-v6-c-modal-box__title-icon--Color: var(--pf-t--global--icon--color--regular);
|
@@ -10533,6 +10388,7 @@ ul.pf-v6-c-list {
|
|
10533
10388
|
flex: 0 0 auto;
|
10534
10389
|
font-family: var(--pf-v6-c-modal-box__title--FontFamily);
|
10535
10390
|
font-size: var(--pf-v6-c-modal-box__title--FontSize);
|
10391
|
+
font-weight: var(--pf-v6-c-modal-box__title--FontWeight);
|
10536
10392
|
line-height: var(--pf-v6-c-modal-box__title--LineHeight);
|
10537
10393
|
}
|
10538
10394
|
.pf-v6-c-modal-box__title.pf-m-icon {
|
@@ -11222,11 +11078,9 @@ ul.pf-v6-c-list {
|
|
11222
11078
|
--pf-v6-c-notification-drawer__list-item-header--MarginBlockEnd: var(--pf-t--global--spacer--xs);
|
11223
11079
|
--pf-v6-c-notification-drawer__list-item-header-icon--Color: inherit;
|
11224
11080
|
--pf-v6-c-notification-drawer__list-item-header-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
11225
|
-
--pf-v6-c-notification-drawer__list-item-header-title--
|
11226
|
-
--pf-v6-c-notification-drawer__list-item-header-title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
11227
|
-
--pf-v6-c-notification-drawer__list-item-header-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
|
11228
|
-
--pf-v6-c-notification-drawer__list-item-header-title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
11081
|
+
--pf-v6-c-notification-drawer__list-item-header-title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
11229
11082
|
--pf-v6-c-notification-drawer__list-item-header-title--max-lines: 1;
|
11083
|
+
--pf-v6-c-notification-drawer__list-item-action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
11230
11084
|
--pf-v6-c-notification-drawer__list-item-description--MarginBlockEnd: var(--pf-t--global--spacer--sm);
|
11231
11085
|
--pf-v6-c-notification-drawer__list-item-timestamp--Color: var(--pf-t--global--text--color--subtle);
|
11232
11086
|
--pf-v6-c-notification-drawer__list-item-timestamp--FontSize: var(--pf-t--global--font--size--body--default);
|
@@ -11364,10 +11218,7 @@ ul.pf-v6-c-list {
|
|
11364
11218
|
}
|
11365
11219
|
|
11366
11220
|
.pf-v6-c-notification-drawer__list-item-header-title {
|
11367
|
-
font-family: var(--pf-v6-c-notification-drawer__list-item-header-title--FontFamily);
|
11368
|
-
font-size: var(--pf-v6-c-notification-drawer__list-item-header-title--FontSize);
|
11369
11221
|
font-weight: var(--pf-v6-c-notification-drawer__list-item-header-title--FontWeight);
|
11370
|
-
line-height: var(--pf-v6-c-notification-drawer__list-item-header-title--LineHeight);
|
11371
11222
|
word-break: break-word;
|
11372
11223
|
}
|
11373
11224
|
.pf-v6-c-notification-drawer__list-item-header-title.pf-m-truncate {
|
@@ -11380,6 +11231,10 @@ ul.pf-v6-c-list {
|
|
11380
11231
|
.pf-v6-c-notification-drawer__list-item-action {
|
11381
11232
|
grid-row: 1/3;
|
11382
11233
|
grid-column: 2/3;
|
11234
|
+
margin-block-start: var(--pf-v6-c-notification-drawer__list-item-action--MarginBlockStart);
|
11235
|
+
}
|
11236
|
+
.pf-v6-c-notification-drawer__list-item-action.pf-m-no-offset {
|
11237
|
+
--pf-v6-c-notification-drawer__list-item-action--MarginBlockStart: 0;
|
11383
11238
|
}
|
11384
11239
|
|
11385
11240
|
.pf-v6-c-notification-drawer__list-item-description {
|
@@ -11519,6 +11374,8 @@ ul.pf-v6-c-list {
|
|
11519
11374
|
--pf-v6-c-page__sidebar-body--PaddingInlineStart: 0;
|
11520
11375
|
--pf-v6-c-page__sidebar-body--m-page-insets--PaddingInlineEnd: var(--pf-v6-c-page--inset);
|
11521
11376
|
--pf-v6-c-page__sidebar-body--m-page-insets--PaddingInlineStart: var(--pf-v6-c-page--inset);
|
11377
|
+
--pf-v6-c-page__sidebar-body--m-context-selector--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
11378
|
+
--pf-v6-c-page__sidebar-body--m-context-selector--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
11522
11379
|
--pf-v6-c-page__main-container--ZIndex: var(--pf-t--global--z-index--xs);
|
11523
11380
|
--pf-v6-c-page__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg));
|
11524
11381
|
--pf-v6-c-page__main-container--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
@@ -11570,7 +11427,7 @@ ul.pf-v6-c-list {
|
|
11570
11427
|
--pf-v6-c-page__main-tabs--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
11571
11428
|
--pf-v6-c-page__main-wizard--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
11572
11429
|
--pf-v6-c-page__main-wizard--BorderBlockStartColor: var(--pf-t--global--border--color--default);
|
11573
|
-
--pf-v6-c-page__main-wizard--BorderBlockStartWidth: var(--pf-t--global--border--width--
|
11430
|
+
--pf-v6-c-page__main-wizard--BorderBlockStartWidth: var(--pf-t--global--border--width--action--default);
|
11574
11431
|
}
|
11575
11432
|
@media (min-width: 1200px) {
|
11576
11433
|
:where(:root, .pf-v6-c-page) {
|
@@ -11667,6 +11524,10 @@ ul.pf-v6-c-list {
|
|
11667
11524
|
--pf-v6-c-page__sidebar-body--PaddingInlineEnd: var(--pf-v6-c-page__sidebar-body--m-page-insets--PaddingInlineEnd);
|
11668
11525
|
--pf-v6-c-page__sidebar-body--PaddingInlineStart: var(--pf-v6-c-page__sidebar-body--m-page-insets--PaddingInlineStart);
|
11669
11526
|
}
|
11527
|
+
.pf-v6-c-page__sidebar-body.pf-m-context-selector {
|
11528
|
+
--pf-v6-c-page__sidebar-body--PaddingInlineEnd: var(--pf-v6-c-page__sidebar-body--m-context-selector--PaddingInlineEnd);
|
11529
|
+
--pf-v6-c-page__sidebar-body--PaddingInlineStart: var(--pf-v6-c-page__sidebar-body--m-context-selector--PaddingInlineStart);
|
11530
|
+
}
|
11670
11531
|
.pf-v6-c-page__sidebar-body.pf-m-inset-none {
|
11671
11532
|
--pf-v6-c-page__sidebar-body--PaddingInlineEnd: 0;
|
11672
11533
|
--pf-v6-c-page__sidebar-body--PaddingInlineStart: 0;
|
@@ -12692,17 +12553,16 @@ ul.pf-v6-c-list {
|
|
12692
12553
|
--pf-v6-c-popover__arrow--m-inline-bottom--InsetBlockEnd: var(--pf-t--global--border--radius--medium);
|
12693
12554
|
--pf-v6-c-popover__arrow--m-block-left--InsetInlineStart: var(--pf-t--global--border--radius--medium);
|
12694
12555
|
--pf-v6-c-popover__arrow--m-block-right--InsetInlineEnd: var(--pf-t--global--border--radius--medium);
|
12695
|
-
--pf-v6-c-popover__close--InsetBlockStart: calc(var(--pf-v6-c-popover__content--PaddingBlockStart) -
|
12556
|
+
--pf-v6-c-popover__close--InsetBlockStart: calc(var(--pf-v6-c-popover__content--PaddingBlockStart) - var(--pf-t--global--spacer--control--vertical--default));
|
12696
12557
|
--pf-v6-c-popover__close--InsetInlineEnd: var(--pf-v6-c-popover__content--PaddingInlineEnd);
|
12697
12558
|
--pf-v6-c-popover__close--sibling--PaddingInlineEnd: var(--pf-t--global--spacer--2xl);
|
12698
12559
|
--pf-v6-c-popover__header--MarginBlockEnd: var(--pf-t--global--spacer--sm);
|
12699
12560
|
--pf-v6-c-popover__title-text--Color: var(--pf-t--global--text--color--regular);
|
12700
|
-
--pf-v6-c-popover__title-text--FontFamily: var(--pf-t--global--font--family--body);
|
12701
|
-
--pf-v6-c-popover__title-text--FontSize: var(--pf-t--global--font--size--body--lg);
|
12702
12561
|
--pf-v6-c-popover__title-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
12562
|
+
--pf-v6-c-popover__title-text--FontSize: var(--pf-t--global--font--size--body--default);
|
12703
12563
|
--pf-v6-c-popover__title-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
12704
12564
|
--pf-v6-c-popover__title-icon--Color: var(--pf-t--global--icon--color--regular);
|
12705
|
-
--pf-v6-c-popover__title-icon--FontSize: var(--pf-t--global--
|
12565
|
+
--pf-v6-c-popover__title-icon--FontSize: var(--pf-t--global--icon--size--font--body--default);
|
12706
12566
|
--pf-v6-c-popover__footer--MarginBlockStart: var(--pf-t--global--spacer--md);
|
12707
12567
|
}
|
12708
12568
|
|
@@ -12845,7 +12705,6 @@ ul.pf-v6-c-list {
|
|
12845
12705
|
}
|
12846
12706
|
|
12847
12707
|
.pf-v6-c-popover__title-text {
|
12848
|
-
font-family: var(--pf-v6-c-popover__title-text--FontFamily);
|
12849
12708
|
font-size: var(--pf-v6-c-popover__title-text--FontSize);
|
12850
12709
|
font-weight: var(--pf-v6-c-popover__title-text--FontWeight);
|
12851
12710
|
color: var(--pf-v6-c-popover__title-text--Color);
|
@@ -14681,18 +14540,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
14681
14540
|
transform: translate(calc(var(--pf-v6-c-switch__input--checked__toggle--before--TranslateX) * var(--pf-v6-global--inverse--multiplier)), -50%);
|
14682
14541
|
}
|
14683
14542
|
|
14684
|
-
.pf-v6-c-switch__input:checked ~ .pf-m-off {
|
14685
|
-
display: none;
|
14686
|
-
}
|
14687
14543
|
.pf-v6-c-switch__input:not(:checked) ~ .pf-v6-c-switch__label {
|
14688
14544
|
color: var(--pf-v6-c-switch__input--not-checked__label--Color);
|
14689
14545
|
}
|
14690
14546
|
.pf-v6-c-switch__input:not(:checked) ~ .pf-v6-c-switch__toggle .pf-v6-c-switch__toggle-icon {
|
14691
14547
|
display: none;
|
14692
14548
|
}
|
14693
|
-
.pf-v6-c-switch__input:not(:checked) ~ .pf-m-on {
|
14694
|
-
display: none;
|
14695
|
-
}
|
14696
14549
|
.pf-v6-c-switch__input:disabled {
|
14697
14550
|
cursor: not-allowed;
|
14698
14551
|
}
|
@@ -14806,6 +14659,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
14806
14659
|
--pf-v6-c-table__tbody--after--border-width--base: var(--pf-t--global--border--width--extra-strong);
|
14807
14660
|
--pf-v6-c-table__tbody--after--BorderInlineStartWidth: 0;
|
14808
14661
|
--pf-v6-c-table__tbody--after--BorderColor: var(--pf-t--global--border--color--clicked);
|
14662
|
+
--pf-v6-c-table__tbody--responsive--m-expandable--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
|
14809
14663
|
--pf-v6-c-table__tr--responsive--border-width--base: var(--pf-t--global--border--width--divider--default);
|
14810
14664
|
--pf-v6-c-table__tr--responsive--last-child--BorderBlockEndWidth: var(--pf-v6-c-table__tbody--responsive--border-width--base);
|
14811
14665
|
--pf-v6-c-table__tr--responsive--GridColumnGap: var(--pf-t--global--spacer--md);
|
@@ -14896,24 +14750,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
14896
14750
|
.pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
|
14897
14751
|
border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
14898
14752
|
}
|
14899
|
-
.pf-m-grid.pf-v6-c-table
|
14900
|
-
|
14901
|
-
}
|
14902
|
-
.pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
14903
|
-
border-block-end: var(--pf-v6-c-table__tr--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
14904
|
-
}
|
14905
|
-
.pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):last-child,
|
14906
|
-
.pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v6-c-table__tr) {
|
14907
|
-
border-block-end-width: var(--pf-v6-c-table__tr--responsive--last-child--BorderBlockEndWidth);
|
14908
|
-
}
|
14909
|
-
.pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
|
14910
|
-
border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
14911
|
-
}
|
14912
|
-
.pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
14913
|
-
border-block-end: 0;
|
14753
|
+
.pf-m-grid.pf-v6-c-table.pf-m-expandable {
|
14754
|
+
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
14914
14755
|
}
|
14915
|
-
.pf-m-grid.pf-v6-c-table
|
14916
|
-
|
14756
|
+
.pf-m-grid.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody,
|
14757
|
+
.pf-m-grid.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
|
14758
|
+
border-block-end: var(--pf-v6-c-table__tbody--responsive--m-expandable--BorderBlockEndWidth) solid var(--pf-v6-c-table--responsive--BorderColor);
|
14917
14759
|
}
|
14918
14760
|
.pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
|
14919
14761
|
--pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
|
@@ -14968,6 +14810,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
14968
14810
|
grid-column: 2;
|
14969
14811
|
}
|
14970
14812
|
.pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
14813
|
+
position: revert;
|
14971
14814
|
font-weight: bold;
|
14972
14815
|
text-align: start;
|
14973
14816
|
content: attr(data-label);
|
@@ -14985,9 +14828,6 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
14985
14828
|
--pf-v6-c-table__tr--responsive--PaddingInlineStart: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingInlineStart);
|
14986
14829
|
border: 0;
|
14987
14830
|
}
|
14988
|
-
.pf-m-grid.pf-v6-c-table .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) + tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
14989
|
-
--pf-v6-c-table__tr--responsive--PaddingBlockStart: 0;
|
14990
|
-
}
|
14991
14831
|
.pf-m-grid.pf-v6-c-table .pf-v6-c-table__compound-expansion-toggle {
|
14992
14832
|
--pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineEndWidth: 0;
|
14993
14833
|
--pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineStartWidth: 0;
|
@@ -15210,24 +15050,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
15210
15050
|
.pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
|
15211
15051
|
border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
15212
15052
|
}
|
15213
|
-
.pf-m-grid-md.pf-v6-c-table
|
15214
|
-
|
15215
|
-
}
|
15216
|
-
.pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
15217
|
-
border-block-end: var(--pf-v6-c-table__tr--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
15218
|
-
}
|
15219
|
-
.pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):last-child,
|
15220
|
-
.pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v6-c-table__tr) {
|
15221
|
-
border-block-end-width: var(--pf-v6-c-table__tr--responsive--last-child--BorderBlockEndWidth);
|
15053
|
+
.pf-m-grid-md.pf-v6-c-table.pf-m-expandable {
|
15054
|
+
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
15222
15055
|
}
|
15223
|
-
.pf-m-grid-md.pf-v6-c-table
|
15224
|
-
|
15225
|
-
|
15226
|
-
.pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
15227
|
-
border-block-end: 0;
|
15228
|
-
}
|
15229
|
-
.pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded:not(:last-of-type) {
|
15230
|
-
border-block-end: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
15056
|
+
.pf-m-grid-md.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody,
|
15057
|
+
.pf-m-grid-md.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
|
15058
|
+
border-block-end: var(--pf-v6-c-table__tbody--responsive--m-expandable--BorderBlockEndWidth) solid var(--pf-v6-c-table--responsive--BorderColor);
|
15231
15059
|
}
|
15232
15060
|
.pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
|
15233
15061
|
--pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
|
@@ -15282,6 +15110,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
15282
15110
|
grid-column: 2;
|
15283
15111
|
}
|
15284
15112
|
.pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
15113
|
+
position: revert;
|
15285
15114
|
font-weight: bold;
|
15286
15115
|
text-align: start;
|
15287
15116
|
content: attr(data-label);
|
@@ -15299,9 +15128,6 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
15299
15128
|
--pf-v6-c-table__tr--responsive--PaddingInlineStart: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingInlineStart);
|
15300
15129
|
border: 0;
|
15301
15130
|
}
|
15302
|
-
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) + tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
15303
|
-
--pf-v6-c-table__tr--responsive--PaddingBlockStart: 0;
|
15304
|
-
}
|
15305
15131
|
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__compound-expansion-toggle {
|
15306
15132
|
--pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineEndWidth: 0;
|
15307
15133
|
--pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineStartWidth: 0;
|
@@ -15527,24 +15353,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
15527
15353
|
.pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
|
15528
15354
|
border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
15529
15355
|
}
|
15530
|
-
.pf-m-grid-lg.pf-v6-c-table
|
15531
|
-
|
15532
|
-
}
|
15533
|
-
.pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
15534
|
-
border-block-end: var(--pf-v6-c-table__tr--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
15535
|
-
}
|
15536
|
-
.pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):last-child,
|
15537
|
-
.pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v6-c-table__tr) {
|
15538
|
-
border-block-end-width: var(--pf-v6-c-table__tr--responsive--last-child--BorderBlockEndWidth);
|
15356
|
+
.pf-m-grid-lg.pf-v6-c-table.pf-m-expandable {
|
15357
|
+
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
15539
15358
|
}
|
15540
|
-
.pf-m-grid-lg.pf-v6-c-table
|
15541
|
-
|
15542
|
-
|
15543
|
-
.pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
15544
|
-
border-block-end: 0;
|
15545
|
-
}
|
15546
|
-
.pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded:not(:last-of-type) {
|
15547
|
-
border-block-end: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
15359
|
+
.pf-m-grid-lg.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody,
|
15360
|
+
.pf-m-grid-lg.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
|
15361
|
+
border-block-end: var(--pf-v6-c-table__tbody--responsive--m-expandable--BorderBlockEndWidth) solid var(--pf-v6-c-table--responsive--BorderColor);
|
15548
15362
|
}
|
15549
15363
|
.pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
|
15550
15364
|
--pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
|
@@ -15599,6 +15413,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
15599
15413
|
grid-column: 2;
|
15600
15414
|
}
|
15601
15415
|
.pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
15416
|
+
position: revert;
|
15602
15417
|
font-weight: bold;
|
15603
15418
|
text-align: start;
|
15604
15419
|
content: attr(data-label);
|
@@ -15616,9 +15431,6 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
15616
15431
|
--pf-v6-c-table__tr--responsive--PaddingInlineStart: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingInlineStart);
|
15617
15432
|
border: 0;
|
15618
15433
|
}
|
15619
|
-
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) + tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
15620
|
-
--pf-v6-c-table__tr--responsive--PaddingBlockStart: 0;
|
15621
|
-
}
|
15622
15434
|
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__compound-expansion-toggle {
|
15623
15435
|
--pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineEndWidth: 0;
|
15624
15436
|
--pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineStartWidth: 0;
|
@@ -15844,24 +15656,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
15844
15656
|
.pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
|
15845
15657
|
border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
15846
15658
|
}
|
15847
|
-
.pf-m-grid-xl.pf-v6-c-table
|
15848
|
-
|
15849
|
-
}
|
15850
|
-
.pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
15851
|
-
border-block-end: var(--pf-v6-c-table__tr--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
15852
|
-
}
|
15853
|
-
.pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):last-child,
|
15854
|
-
.pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v6-c-table__tr) {
|
15855
|
-
border-block-end-width: var(--pf-v6-c-table__tr--responsive--last-child--BorderBlockEndWidth);
|
15659
|
+
.pf-m-grid-xl.pf-v6-c-table.pf-m-expandable {
|
15660
|
+
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
15856
15661
|
}
|
15857
|
-
.pf-m-grid-xl.pf-v6-c-table
|
15858
|
-
|
15859
|
-
|
15860
|
-
.pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
15861
|
-
border-block-end: 0;
|
15862
|
-
}
|
15863
|
-
.pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded:not(:last-of-type) {
|
15864
|
-
border-block-end: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
15662
|
+
.pf-m-grid-xl.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody,
|
15663
|
+
.pf-m-grid-xl.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
|
15664
|
+
border-block-end: var(--pf-v6-c-table__tbody--responsive--m-expandable--BorderBlockEndWidth) solid var(--pf-v6-c-table--responsive--BorderColor);
|
15865
15665
|
}
|
15866
15666
|
.pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
|
15867
15667
|
--pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
|
@@ -15916,6 +15716,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
15916
15716
|
grid-column: 2;
|
15917
15717
|
}
|
15918
15718
|
.pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
15719
|
+
position: revert;
|
15919
15720
|
font-weight: bold;
|
15920
15721
|
text-align: start;
|
15921
15722
|
content: attr(data-label);
|
@@ -15933,9 +15734,6 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
15933
15734
|
--pf-v6-c-table__tr--responsive--PaddingInlineStart: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingInlineStart);
|
15934
15735
|
border: 0;
|
15935
15736
|
}
|
15936
|
-
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) + tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
15937
|
-
--pf-v6-c-table__tr--responsive--PaddingBlockStart: 0;
|
15938
|
-
}
|
15939
15737
|
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__compound-expansion-toggle {
|
15940
15738
|
--pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineEndWidth: 0;
|
15941
15739
|
--pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineStartWidth: 0;
|
@@ -16161,24 +15959,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
16161
15959
|
.pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
|
16162
15960
|
border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
16163
15961
|
}
|
16164
|
-
.pf-m-grid-2xl.pf-v6-c-table
|
16165
|
-
|
16166
|
-
}
|
16167
|
-
.pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
16168
|
-
border-block-end: var(--pf-v6-c-table__tr--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
16169
|
-
}
|
16170
|
-
.pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):last-child,
|
16171
|
-
.pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v6-c-table__tr) {
|
16172
|
-
border-block-end-width: var(--pf-v6-c-table__tr--responsive--last-child--BorderBlockEndWidth);
|
15962
|
+
.pf-m-grid-2xl.pf-v6-c-table.pf-m-expandable {
|
15963
|
+
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
16173
15964
|
}
|
16174
|
-
.pf-m-grid-2xl.pf-v6-c-table
|
16175
|
-
|
16176
|
-
|
16177
|
-
.pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
16178
|
-
border-block-end: 0;
|
16179
|
-
}
|
16180
|
-
.pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded:not(:last-of-type) {
|
16181
|
-
border-block-end: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
15965
|
+
.pf-m-grid-2xl.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody,
|
15966
|
+
.pf-m-grid-2xl.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
|
15967
|
+
border-block-end: var(--pf-v6-c-table__tbody--responsive--m-expandable--BorderBlockEndWidth) solid var(--pf-v6-c-table--responsive--BorderColor);
|
16182
15968
|
}
|
16183
15969
|
.pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
|
16184
15970
|
--pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
|
@@ -16233,6 +16019,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
16233
16019
|
grid-column: 2;
|
16234
16020
|
}
|
16235
16021
|
.pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
16022
|
+
position: revert;
|
16236
16023
|
font-weight: bold;
|
16237
16024
|
text-align: start;
|
16238
16025
|
content: attr(data-label);
|
@@ -16250,9 +16037,6 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
16250
16037
|
--pf-v6-c-table__tr--responsive--PaddingInlineStart: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingInlineStart);
|
16251
16038
|
border: 0;
|
16252
16039
|
}
|
16253
|
-
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) + tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
16254
|
-
--pf-v6-c-table__tr--responsive--PaddingBlockStart: 0;
|
16255
|
-
}
|
16256
16040
|
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__compound-expansion-toggle {
|
16257
16041
|
--pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineEndWidth: 0;
|
16258
16042
|
--pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineStartWidth: 0;
|
@@ -17544,10 +17328,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
17544
17328
|
grid-column: 2;
|
17545
17329
|
}
|
17546
17330
|
.pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
|
17331
|
+
position: revert;
|
17547
17332
|
font-weight: var(--pf-t--global--font--weight--body--bold);
|
17548
17333
|
text-align: start;
|
17549
17334
|
content: attr(data-label);
|
17550
17335
|
}
|
17336
|
+
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
|
17337
|
+
border-inline-end: 0;
|
17338
|
+
}
|
17551
17339
|
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
|
17552
17340
|
padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
|
17553
17341
|
}
|
@@ -17684,10 +17472,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
17684
17472
|
grid-column: 2;
|
17685
17473
|
}
|
17686
17474
|
.pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
|
17475
|
+
position: revert;
|
17687
17476
|
font-weight: var(--pf-t--global--font--weight--body--bold);
|
17688
17477
|
text-align: start;
|
17689
17478
|
content: attr(data-label);
|
17690
17479
|
}
|
17480
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
|
17481
|
+
border-inline-end: 0;
|
17482
|
+
}
|
17691
17483
|
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
|
17692
17484
|
padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
|
17693
17485
|
}
|
@@ -17825,10 +17617,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
17825
17617
|
grid-column: 2;
|
17826
17618
|
}
|
17827
17619
|
.pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
|
17620
|
+
position: revert;
|
17828
17621
|
font-weight: var(--pf-t--global--font--weight--body--bold);
|
17829
17622
|
text-align: start;
|
17830
17623
|
content: attr(data-label);
|
17831
17624
|
}
|
17625
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
|
17626
|
+
border-inline-end: 0;
|
17627
|
+
}
|
17832
17628
|
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
|
17833
17629
|
padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
|
17834
17630
|
}
|
@@ -17966,10 +17762,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
17966
17762
|
grid-column: 2;
|
17967
17763
|
}
|
17968
17764
|
.pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
|
17765
|
+
position: revert;
|
17969
17766
|
font-weight: var(--pf-t--global--font--weight--body--bold);
|
17970
17767
|
text-align: start;
|
17971
17768
|
content: attr(data-label);
|
17972
17769
|
}
|
17770
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
|
17771
|
+
border-inline-end: 0;
|
17772
|
+
}
|
17973
17773
|
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
|
17974
17774
|
padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
|
17975
17775
|
}
|
@@ -18107,10 +17907,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
18107
17907
|
grid-column: 2;
|
18108
17908
|
}
|
18109
17909
|
.pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
|
17910
|
+
position: revert;
|
18110
17911
|
font-weight: var(--pf-t--global--font--weight--body--bold);
|
18111
17912
|
text-align: start;
|
18112
17913
|
content: attr(data-label);
|
18113
17914
|
}
|
17915
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
|
17916
|
+
border-inline-end: 0;
|
17917
|
+
}
|
18114
17918
|
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
|
18115
17919
|
padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
|
18116
17920
|
}
|
@@ -18278,13 +18082,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
18278
18082
|
--pf-v6-c-tabs__item--ScrollSnapAlign: end;
|
18279
18083
|
--pf-v6-c-tabs--m-vertical__list--ScrollSnapTypeAxis: y;
|
18280
18084
|
--pf-v6-c-tabs__toggle--Display: flex;
|
18281
|
-
--pf-v6-c-tabs__toggle-icon--Color: currentcolor;
|
18282
18085
|
--pf-v6-c-tabs__toggle-icon--Transition: all 250ms cubic-bezier(.42, 0, .58, 1);
|
18283
18086
|
--pf-v6-c-tabs__toggle-icon--Rotate: 0;
|
18284
|
-
--pf-v6-c-tabs__toggle-text--MarginInlineStart: 0;
|
18285
|
-
--pf-v6-c-tabs__toggle-button__toggle-text--MarginInlineStart: var(--pf-t--global--spacer--md);
|
18286
|
-
--pf-v6-c-tabs__toggle-button__toggle-text--Color: var(--pf-t--global--text--color--regular);
|
18287
|
-
--pf-v6-c-tabs--m-expanded__toggle-icon--Color: var(--pf-t--global--icon--color--regular);
|
18288
18087
|
--pf-v6-c-tabs--m-expanded__toggle-icon--Rotate: 90deg;
|
18289
18088
|
--pf-v6-c-tabs--m-expandable--RowGap: var(--pf-t--global--spacer--sm);
|
18290
18089
|
--pf-v6-c-tabs--m-expandable--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
@@ -18521,7 +18320,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
18521
18320
|
}
|
18522
18321
|
.pf-v6-c-tabs.pf-m-vertical.pf-m-expanded {
|
18523
18322
|
--pf-v6-c-tabs__list--Display: flex;
|
18524
|
-
--pf-v6-c-tabs__toggle-icon--Color: var(--pf-v6-c-tabs--m-expanded__toggle-icon--Color);
|
18525
18323
|
--pf-v6-c-tabs__toggle-icon--Rotate: var(--pf-v6-c-tabs--m-expanded__toggle-icon--Rotate);
|
18526
18324
|
}
|
18527
18325
|
.pf-v6-c-tabs.pf-m-box.pf-m-vertical {
|
@@ -18575,19 +18373,13 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
18575
18373
|
align-items: center;
|
18576
18374
|
}
|
18577
18375
|
|
18578
|
-
.pf-v6-c-tabs__toggle-button {
|
18579
|
-
--pf-v6-c-tabs__toggle-text--MarginInlineStart: var(--pf-v6-c-tabs__toggle-button__toggle-text--MarginInlineStart);
|
18580
|
-
--pf-v6-c-tabs__toggle-text--Color: var(--pf-v6-c-tabs__toggle-button__toggle-text--Color);
|
18581
|
-
}
|
18582
18376
|
.pf-v6-c-tabs__toggle-button .pf-v6-c-button {
|
18583
|
-
|
18584
|
-
text-align: start;
|
18377
|
+
justify-content: start;
|
18585
18378
|
white-space: normal;
|
18586
18379
|
}
|
18587
18380
|
|
18588
18381
|
.pf-v6-c-tabs__toggle-icon {
|
18589
18382
|
display: inline-block;
|
18590
|
-
color: var(--pf-v6-c-tabs__toggle-icon--Color);
|
18591
18383
|
transition: var(--pf-v6-c-tabs__toggle-icon--Transition);
|
18592
18384
|
transform: rotate(var(--pf-v6-c-tabs__toggle-icon--Rotate));
|
18593
18385
|
}
|
@@ -18595,11 +18387,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
18595
18387
|
scale: -1 1;
|
18596
18388
|
}
|
18597
18389
|
|
18598
|
-
.pf-v6-c-tabs__toggle-text {
|
18599
|
-
margin-inline-start: var(--pf-v6-c-tabs__toggle-text--MarginInlineStart);
|
18600
|
-
color: var(--pf-v6-c-tabs__toggle-text--Color, inherit);
|
18601
|
-
}
|
18602
|
-
|
18603
18390
|
.pf-v6-c-tabs__list {
|
18604
18391
|
scrollbar-width: none;
|
18605
18392
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
@@ -19006,10 +18793,19 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19006
18793
|
:where(:root, .pf-v6-c-text-input-group) {
|
19007
18794
|
--pf-v6-c-text-input-group--BackgroundColor: var(--pf-t--global--background--color--control--default);
|
19008
18795
|
--pf-v6-c-text-input-group--BorderColor: var(--pf-t--global--border--color--default);
|
18796
|
+
--pf-v6-c-text-input-group--m-success--BorderColor: var(--pf-t--global--border--color--status--success--default);
|
18797
|
+
--pf-v6-c-text-input-group--m-warning--BorderColor: var(--pf-t--global--border--color--status--warning--default);
|
18798
|
+
--pf-v6-c-text-input-group--m-error--BorderColor: var(--pf-t--global--border--color--status--danger--default);
|
19009
18799
|
--pf-v6-c-text-input-group--BorderWidth: var(--pf-t--global--border--width--control--default);
|
18800
|
+
--pf-v6-c-text-input-group__LineHeight: var(--pf-t--global--font--line-height--body);
|
18801
|
+
--pf-v6-c-text-input-group__FontSize: var(--pf-t--global--font--size--body--default);
|
19010
18802
|
--pf-v6-c-text-input-group--m-hover--BorderColor: var(--pf-t--global--border--color--hover);
|
18803
|
+
--pf-v6-c-text-input-group--m-hover--m-success--BorderColor: var(--pf-t--global--border--color--status--success--hover);
|
18804
|
+
--pf-v6-c-text-input-group--m-hover--m-warning--BorderColor: var(--pf-t--global--border--color--status--warning--hover);
|
18805
|
+
--pf-v6-c-text-input-group--m-hover--m-error--BorderColor: var(--pf-t--global--border--color--status--danger--hover);
|
19011
18806
|
--pf-v6-c-text-input-group__main--first-child--not--text-input--MarginInlineStart: var(--pf-t--global--spacer--xs);
|
19012
18807
|
--pf-v6-c-text-input-group__main--m-icon__text-input--PaddingInlineStart: var(--pf-t--global--spacer--xl);
|
18808
|
+
--pf-v6-c-text-input-group--status__text-input--PaddingInlineEnd: var(--pf-t--global--spacer--xl);
|
19013
18809
|
--pf-v6-c-text-input-group__main--RowGap: var(--pf-t--global--spacer--xs);
|
19014
18810
|
--pf-v6-c-text-input-group__main--ColumnGap: var(--pf-t--global--spacer--xs);
|
19015
18811
|
--pf-v6-c-text-input-group__text--BorderRadius--base: var(--pf-t--global--border--radius--small);
|
@@ -19030,7 +18826,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19030
18826
|
--pf-v6-c-text-input-group__text-input--BackgroundColor: transparent;
|
19031
18827
|
--pf-v6-c-text-input-group__text-input--OutlineOffset: -6px;
|
19032
18828
|
--pf-v6-c-text-input-group__icon--InsetInlineStart: var(--pf-t--global--spacer--sm);
|
18829
|
+
--pf-v6-c-text-input-group__icon--m-status--InsetInlineEnd: var(--pf-t--global--spacer--sm);
|
19033
18830
|
--pf-v6-c-text-input-group__icon--Color: var(--pf-t--global--icon--color--regular);
|
18831
|
+
--pf-v6-c-text-input-group--m-disabled__icon--Color: var(--pf-t--global--icon--color--disabled);
|
18832
|
+
--pf-v6-c-text-input-group__icon--m-status--Color: var(--pf-t--global--icon--color--regular);
|
18833
|
+
--pf-v6-c-text-input-group--m-disabled__icon--m-status--Color: var(--pf-t--global--icon--color--disabled);
|
18834
|
+
--pf-v6-c-text-input-group__main--m-success__icon--m-status--Color: var(--pf-t--global--icon--color--status--success--default);
|
18835
|
+
--pf-v6-c-text-input-group__main--m-warning__icon--m-status--Color: var(--pf-t--global--icon--color--status--warning--default);
|
18836
|
+
--pf-v6-c-text-input-group__main--m-error__icon--m-status--Color: var(--pf-t--global--icon--color--status--danger--default);
|
19034
18837
|
--pf-v6-c-text-input-group__icon--TranslateY: -50%;
|
19035
18838
|
--pf-v6-c-text-input-group__utilities--child--MarginInlineStart: var(--pf-t--global--spacer--xs);
|
19036
18839
|
--pf-v6-c-text-input-group__utilities--c-button--PaddingInlineEnd: var(--pf-t--global--spacer--xs);
|
@@ -19043,24 +18846,60 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19043
18846
|
position: relative;
|
19044
18847
|
display: flex;
|
19045
18848
|
width: 100%;
|
18849
|
+
font-size: var(--pf-v6-c-text-input-group__FontSize);
|
18850
|
+
line-height: var(--pf-v6-c-text-input-group__LineHeight);
|
19046
18851
|
color: var(--pf-v6-c-text-input-group--Color, inherit);
|
19047
18852
|
background-color: var(--pf-v6-c-text-input-group--BackgroundColor);
|
18853
|
+
border-start-start-radius: var(--pf-v6-c-text-input-group__text--BorderStartStartRadius);
|
18854
|
+
border-start-end-radius: var(--pf-v6-c-text-input-group__text--BorderStartEndRadius);
|
18855
|
+
border-end-start-radius: var(--pf-v6-c-text-input-group__text--BorderEndStartRadius);
|
18856
|
+
border-end-end-radius: var(--pf-v6-c-text-input-group__text--BorderEndEndRadius);
|
19048
18857
|
}
|
19049
|
-
.pf-v6-c-text-input-group
|
19050
|
-
|
18858
|
+
.pf-v6-c-text-input-group::before {
|
18859
|
+
position: absolute;
|
18860
|
+
inset: 0;
|
18861
|
+
pointer-events: none;
|
18862
|
+
content: "";
|
18863
|
+
border: var(--pf-v6-c-text-input-group--BorderWidth) solid var(--pf-v6-c-text-input-group--BorderColor);
|
18864
|
+
border-start-start-radius: var(--pf-v6-c-text-input-group__text--BorderStartStartRadius);
|
18865
|
+
border-start-end-radius: var(--pf-v6-c-text-input-group__text--BorderStartEndRadius);
|
18866
|
+
border-end-start-radius: var(--pf-v6-c-text-input-group__text--BorderEndStartRadius);
|
18867
|
+
border-end-end-radius: var(--pf-v6-c-text-input-group__text--BorderEndEndRadius);
|
19051
18868
|
}
|
19052
18869
|
.pf-v6-c-text-input-group.pf-m-disabled {
|
19053
18870
|
--pf-v6-c-text-input-group--Color: var(--pf-v6-c-text-input-group--m-disabled--Color);
|
19054
|
-
--pf-v6-c-text-input-group__icon--Color: var(--pf-v6-c-text-input-group--m-
|
18871
|
+
--pf-v6-c-text-input-group__icon--Color: var(--pf-v6-c-text-input-group--m-disabled__icon--Color);
|
18872
|
+
--pf-v6-c-text-input-group__icon--m-status--Color: var(--pf-v6-c-text-input-group--m-disabled__icon--m-status--Color);
|
19055
18873
|
--pf-v6-c-text-input-group--BackgroundColor: var(--pf-v6-c-text-input-group--m-disabled--BackgroundColor);
|
19056
18874
|
pointer-events: none;
|
19057
18875
|
}
|
19058
18876
|
.pf-v6-c-text-input-group.pf-m-plain {
|
19059
18877
|
--pf-v6-c-text-input-group--BackgroundColor: transparent;
|
19060
18878
|
}
|
19061
|
-
.pf-v6-c-text-input-group.pf-m-plain
|
18879
|
+
.pf-v6-c-text-input-group.pf-m-plain::before {
|
19062
18880
|
border: 0;
|
19063
18881
|
}
|
18882
|
+
.pf-v6-c-text-input-group.pf-m-success {
|
18883
|
+
--pf-v6-c-text-input-group--BorderColor: var(--pf-v6-c-text-input-group--m-success--BorderColor);
|
18884
|
+
--pf-v6-c-text-input-group--m-hover--BorderColor: var(--pf-v6-c-text-input-group--m-hover--m-success--BorderColor);
|
18885
|
+
--pf-v6-c-text-input-group__icon--m-status--Color: var(--pf-v6-c-text-input-group__main--m-success__icon--m-status--Color);
|
18886
|
+
}
|
18887
|
+
.pf-v6-c-text-input-group.pf-m-warning {
|
18888
|
+
--pf-v6-c-text-input-group--BorderColor: var(--pf-v6-c-text-input-group--m-warning--BorderColor);
|
18889
|
+
--pf-v6-c-text-input-group--m-hover--BorderColor: var(--pf-v6-c-text-input-group--m-hover--m-warning--BorderColor);
|
18890
|
+
--pf-v6-c-text-input-group__icon--m-status--Color: var(--pf-v6-c-text-input-group__main--m-warning__icon--m-status--Color);
|
18891
|
+
}
|
18892
|
+
.pf-v6-c-text-input-group.pf-m-error {
|
18893
|
+
--pf-v6-c-text-input-group--BorderColor: var(--pf-v6-c-text-input-group--m-error--BorderColor);
|
18894
|
+
--pf-v6-c-text-input-group--m-hover--BorderColor: var(--pf-v6-c-text-input-group--m-hover--m-error--BorderColor);
|
18895
|
+
--pf-v6-c-text-input-group__icon--m-status--Color: var(--pf-v6-c-text-input-group__main--m-error__icon--m-status--Color);
|
18896
|
+
}
|
18897
|
+
.pf-v6-c-text-input-group:hover {
|
18898
|
+
--pf-v6-c-text-input-group--BorderColor: var(--pf-v6-c-text-input-group--m-hover--BorderColor);
|
18899
|
+
}
|
18900
|
+
.pf-v6-c-text-input-group:where(.pf-m-success, .pf-m-warning, .pf-m-error) {
|
18901
|
+
--pf-v6-c-text-input-group__text-input--PaddingInlineEnd: var(--pf-v6-c-text-input-group--status__text-input--PaddingInlineEnd);
|
18902
|
+
}
|
19064
18903
|
|
19065
18904
|
.pf-v6-c-text-input-group__main {
|
19066
18905
|
display: flex;
|
@@ -19070,7 +18909,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19070
18909
|
min-width: 0;
|
19071
18910
|
}
|
19072
18911
|
.pf-v6-c-text-input-group__main.pf-m-icon {
|
18912
|
+
--pf-v6-c-text-input-group__text--Position: relative;
|
19073
18913
|
--pf-v6-c-text-input-group__text-input--PaddingInlineStart: var(--pf-v6-c-text-input-group__main--m-icon__text-input--PaddingInlineStart);
|
18914
|
+
display: inline-flex;
|
18915
|
+
align-items: center;
|
18916
|
+
justify-content: center;
|
18917
|
+
min-width: calc(var(--pf-v6-c-text-input-group__LineHeight) * var(--pf-v6-c-text-input-group__FontSize));
|
19074
18918
|
}
|
19075
18919
|
.pf-v6-c-text-input-group__main > :first-child:not(.pf-v6-c-text-input-group__text) {
|
19076
18920
|
padding-block-start: var(--pf-v6-c-text-input-group__main--first-child--not--text-input--PaddingBlockStart);
|
@@ -19084,22 +18928,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19084
18928
|
}
|
19085
18929
|
|
19086
18930
|
.pf-v6-c-text-input-group__text {
|
18931
|
+
position: var(--pf-v6-c-text-input-group__text--Position, revert);
|
19087
18932
|
display: inline-grid;
|
19088
18933
|
flex: 1;
|
19089
18934
|
grid-template-areas: "text-input";
|
19090
18935
|
grid-template-columns: 1fr;
|
19091
18936
|
}
|
19092
|
-
.pf-v6-c-text-input-group__text::before {
|
19093
|
-
position: absolute;
|
19094
|
-
inset: 0;
|
19095
|
-
pointer-events: none;
|
19096
|
-
content: "";
|
19097
|
-
border: var(--pf-v6-c-text-input-group--BorderWidth) solid var(--pf-v6-c-text-input-group--BorderColor);
|
19098
|
-
border-start-start-radius: var(--pf-v6-c-text-input-group__text--BorderStartStartRadius);
|
19099
|
-
border-start-end-radius: var(--pf-v6-c-text-input-group__text--BorderStartEndRadius);
|
19100
|
-
border-end-start-radius: var(--pf-v6-c-text-input-group__text--BorderEndStartRadius);
|
19101
|
-
border-end-end-radius: var(--pf-v6-c-text-input-group__text--BorderEndEndRadius);
|
19102
|
-
}
|
19103
18937
|
|
19104
18938
|
.pf-v6-c-text-input-group__icon {
|
19105
18939
|
position: absolute;
|
@@ -19108,6 +18942,11 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19108
18942
|
color: var(--pf-v6-c-text-input-group__icon--Color);
|
19109
18943
|
transform: translateY(var(--pf-v6-c-text-input-group__icon--TranslateY));
|
19110
18944
|
}
|
18945
|
+
.pf-v6-c-text-input-group__icon.pf-m-status {
|
18946
|
+
inset-inline-start: auto;
|
18947
|
+
inset-inline-end: var(--pf-v6-c-text-input-group__icon--m-status--InsetInlineEnd);
|
18948
|
+
color: var(--pf-v6-c-text-input-group__icon--m-status--Color);
|
18949
|
+
}
|
19111
18950
|
|
19112
18951
|
.pf-v6-c-text-input-group__text-input {
|
19113
18952
|
overflow: hidden;
|
@@ -19518,10 +19357,11 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19518
19357
|
}
|
19519
19358
|
|
19520
19359
|
:where(:root, .pf-v6-c-toolbar) {
|
19521
|
-
--pf-v6-c-toolbar--RowGap: var(--pf-t--global--spacer--
|
19522
|
-
--pf-v6-c-toolbar--
|
19523
|
-
--pf-v6-c-toolbar--
|
19524
|
-
--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;
|
19525
19365
|
--pf-v6-c-toolbar--LineHeight: var(--pf-t--global--font--line-height--body);
|
19526
19366
|
--pf-v6-c-toolbar--FontSize: var(--pf-t--global--font--size--body--default);
|
19527
19367
|
--pf-v6-c-toolbar--BackgroundColor: transparent;
|
@@ -19530,131 +19370,128 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19530
19370
|
--pf-v6-c-toolbar--m-no-background--BackgroundColor: transparent;
|
19531
19371
|
--pf-v6-c-toolbar__item--Width: auto;
|
19532
19372
|
--pf-v6-c-toolbar__item--MinWidth: auto;
|
19533
|
-
--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);
|
19534
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);
|
19535
19378
|
--pf-v6-c-toolbar__group--m-overflow-container--MinWidth: 0;
|
19536
|
-
--pf-v6-c-toolbar__content--RowGap: var(--pf-t--global--spacer--
|
19537
|
-
--pf-v6-c-toolbar__content--
|
19538
|
-
--pf-v6-c-toolbar__content--
|
19539
|
-
--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);
|
19540
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);
|
19541
19390
|
--pf-v6-c-toolbar__expandable-content--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
|
19542
19391
|
--pf-v6-c-toolbar__expandable-content--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
19543
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);
|
19544
19395
|
--pf-v6-c-toolbar--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
|
19545
19396
|
--pf-v6-c-toolbar--m-sticky--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
19546
|
-
--pf-v6-c-toolbar--m-page-insets--inset: var(--pf-v6-c-page--inset);
|
19547
19397
|
--pf-v6-c-toolbar__expand-all-icon--Rotate: 0;
|
19548
19398
|
--pf-v6-c-toolbar__expand-all-icon--Transition: var(--pf-t--global--transition);
|
19549
19399
|
--pf-v6-c-toolbar__item--m-expand-all--m-expanded__expand-all-icon--Rotate: 90deg;
|
19550
|
-
--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);
|
19551
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);
|
19552
19406
|
}
|
19553
19407
|
|
19554
19408
|
.pf-v6-c-toolbar__content-section,
|
19555
19409
|
.pf-v6-c-toolbar__group,
|
19556
|
-
.pf-v6-c-toolbar__item
|
19557
|
-
.pf-v6-c-toolbar__group.pf-m-label-group-container,
|
19558
|
-
.pf-v6-c-toolbar__group.pf-m-label-group {
|
19410
|
+
.pf-v6-c-toolbar__item {
|
19559
19411
|
--pf-v6-hidden-visible--visible--Display: flex;
|
19560
19412
|
--pf-v6-hidden-visible--hidden--Display: none;
|
19561
19413
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
19562
19414
|
display: var(--pf-v6-hidden-visible--Display);
|
19563
|
-
flex-wrap: wrap;
|
19564
19415
|
}
|
19565
19416
|
.pf-v6-c-toolbar__content-section.pf-m-hidden,
|
19566
19417
|
.pf-v6-c-toolbar__group.pf-m-hidden,
|
19567
|
-
.pf-v6-c-toolbar__item.pf-m-hidden
|
19568
|
-
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-hidden,
|
19569
|
-
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-hidden {
|
19418
|
+
.pf-v6-c-toolbar__item.pf-m-hidden {
|
19570
19419
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
19571
19420
|
}
|
19572
19421
|
@media screen and (min-width: 576px) {
|
19573
19422
|
.pf-v6-c-toolbar__content-section.pf-m-hidden-on-sm,
|
19574
19423
|
.pf-v6-c-toolbar__group.pf-m-hidden-on-sm,
|
19575
|
-
.pf-v6-c-toolbar__item.pf-m-hidden-on-sm
|
19576
|
-
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-hidden-on-sm,
|
19577
|
-
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-hidden-on-sm {
|
19424
|
+
.pf-v6-c-toolbar__item.pf-m-hidden-on-sm {
|
19578
19425
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
19579
19426
|
}
|
19580
19427
|
.pf-v6-c-toolbar__content-section.pf-m-visible-on-sm,
|
19581
19428
|
.pf-v6-c-toolbar__group.pf-m-visible-on-sm,
|
19582
|
-
.pf-v6-c-toolbar__item.pf-m-visible-on-sm
|
19583
|
-
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-visible-on-sm,
|
19584
|
-
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-visible-on-sm {
|
19429
|
+
.pf-v6-c-toolbar__item.pf-m-visible-on-sm {
|
19585
19430
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
19586
19431
|
}
|
19587
19432
|
}
|
19588
19433
|
@media screen and (min-width: 768px) {
|
19589
19434
|
.pf-v6-c-toolbar__content-section.pf-m-hidden-on-md,
|
19590
19435
|
.pf-v6-c-toolbar__group.pf-m-hidden-on-md,
|
19591
|
-
.pf-v6-c-toolbar__item.pf-m-hidden-on-md
|
19592
|
-
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-hidden-on-md,
|
19593
|
-
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-hidden-on-md {
|
19436
|
+
.pf-v6-c-toolbar__item.pf-m-hidden-on-md {
|
19594
19437
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
19595
19438
|
}
|
19596
19439
|
.pf-v6-c-toolbar__content-section.pf-m-visible-on-md,
|
19597
19440
|
.pf-v6-c-toolbar__group.pf-m-visible-on-md,
|
19598
|
-
.pf-v6-c-toolbar__item.pf-m-visible-on-md
|
19599
|
-
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-visible-on-md,
|
19600
|
-
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-visible-on-md {
|
19441
|
+
.pf-v6-c-toolbar__item.pf-m-visible-on-md {
|
19601
19442
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
19602
19443
|
}
|
19603
19444
|
}
|
19604
19445
|
@media screen and (min-width: 992px) {
|
19605
19446
|
.pf-v6-c-toolbar__content-section.pf-m-hidden-on-lg,
|
19606
19447
|
.pf-v6-c-toolbar__group.pf-m-hidden-on-lg,
|
19607
|
-
.pf-v6-c-toolbar__item.pf-m-hidden-on-lg
|
19608
|
-
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-hidden-on-lg,
|
19609
|
-
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-hidden-on-lg {
|
19448
|
+
.pf-v6-c-toolbar__item.pf-m-hidden-on-lg {
|
19610
19449
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
19611
19450
|
}
|
19612
19451
|
.pf-v6-c-toolbar__content-section.pf-m-visible-on-lg,
|
19613
19452
|
.pf-v6-c-toolbar__group.pf-m-visible-on-lg,
|
19614
|
-
.pf-v6-c-toolbar__item.pf-m-visible-on-lg
|
19615
|
-
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-visible-on-lg,
|
19616
|
-
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-visible-on-lg {
|
19453
|
+
.pf-v6-c-toolbar__item.pf-m-visible-on-lg {
|
19617
19454
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
19618
19455
|
}
|
19619
19456
|
}
|
19620
19457
|
@media screen and (min-width: 1200px) {
|
19621
19458
|
.pf-v6-c-toolbar__content-section.pf-m-hidden-on-xl,
|
19622
19459
|
.pf-v6-c-toolbar__group.pf-m-hidden-on-xl,
|
19623
|
-
.pf-v6-c-toolbar__item.pf-m-hidden-on-xl
|
19624
|
-
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-hidden-on-xl,
|
19625
|
-
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-hidden-on-xl {
|
19460
|
+
.pf-v6-c-toolbar__item.pf-m-hidden-on-xl {
|
19626
19461
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
19627
19462
|
}
|
19628
19463
|
.pf-v6-c-toolbar__content-section.pf-m-visible-on-xl,
|
19629
19464
|
.pf-v6-c-toolbar__group.pf-m-visible-on-xl,
|
19630
|
-
.pf-v6-c-toolbar__item.pf-m-visible-on-xl
|
19631
|
-
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-visible-on-xl,
|
19632
|
-
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-visible-on-xl {
|
19465
|
+
.pf-v6-c-toolbar__item.pf-m-visible-on-xl {
|
19633
19466
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
19634
19467
|
}
|
19635
19468
|
}
|
19636
19469
|
@media screen and (min-width: 1450px) {
|
19637
19470
|
.pf-v6-c-toolbar__content-section.pf-m-hidden-on-2xl,
|
19638
19471
|
.pf-v6-c-toolbar__group.pf-m-hidden-on-2xl,
|
19639
|
-
.pf-v6-c-toolbar__item.pf-m-hidden-on-2xl
|
19640
|
-
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-hidden-on-2xl,
|
19641
|
-
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-hidden-on-2xl {
|
19472
|
+
.pf-v6-c-toolbar__item.pf-m-hidden-on-2xl {
|
19642
19473
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
19643
19474
|
}
|
19644
19475
|
.pf-v6-c-toolbar__content-section.pf-m-visible-on-2xl,
|
19645
19476
|
.pf-v6-c-toolbar__group.pf-m-visible-on-2xl,
|
19646
|
-
.pf-v6-c-toolbar__item.pf-m-visible-on-2xl
|
19647
|
-
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-visible-on-2xl,
|
19648
|
-
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-visible-on-2xl {
|
19477
|
+
.pf-v6-c-toolbar__item.pf-m-visible-on-2xl {
|
19649
19478
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
19650
19479
|
}
|
19651
19480
|
}
|
19652
19481
|
|
19482
|
+
.pf-v6-c-toolbar,
|
19483
|
+
.pf-v6-c-toolbar__content {
|
19484
|
+
position: relative;
|
19485
|
+
}
|
19486
|
+
|
19653
19487
|
.pf-v6-c-toolbar__content {
|
19654
19488
|
--pf-v6-hidden-visible--visible--Display: grid;
|
19655
19489
|
--pf-v6-hidden-visible--hidden--Display: none;
|
19656
19490
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
19657
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);
|
19658
19495
|
}
|
19659
19496
|
.pf-v6-c-toolbar__content.pf-m-hidden {
|
19660
19497
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
@@ -19700,14 +19537,21 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19700
19537
|
}
|
19701
19538
|
}
|
19702
19539
|
|
19703
|
-
.pf-v6-c-
|
19704
|
-
|
19705
|
-
|
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;
|
19706
19545
|
}
|
19707
19546
|
|
19708
19547
|
.pf-v6-c-toolbar {
|
19709
19548
|
display: grid;
|
19549
|
+
row-gap: var(--pf-v6-c-toolbar--RowGap);
|
19710
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);
|
19711
19555
|
font-size: var(--pf-v6-c-toolbar--FontSize);
|
19712
19556
|
line-height: var(--pf-v6-c-toolbar--LineHeight);
|
19713
19557
|
background-color: var(--pf-v6-c-toolbar--BackgroundColor);
|
@@ -19717,6 +19561,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19717
19561
|
position: sticky;
|
19718
19562
|
inset-block-start: 0;
|
19719
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);
|
19720
19566
|
box-shadow: var(--pf-v6-c-toolbar--m-sticky--BoxShadow);
|
19721
19567
|
}
|
19722
19568
|
.pf-v6-c-toolbar.pf-m-static .pf-v6-c-toolbar__content {
|
@@ -19734,10 +19580,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19734
19580
|
align-items: stretch;
|
19735
19581
|
align-self: stretch;
|
19736
19582
|
}
|
19737
|
-
.pf-v6-c-toolbar.pf-m-page-insets {
|
19738
|
-
--pf-v6-c-toolbar--PaddingInlineStart: var(--pf-v6-c-toolbar--m-page-insets--inset);
|
19739
|
-
--pf-v6-c-toolbar--PaddingInlineEnd: var(--pf-v6-c-toolbar--m-page-insets--inset);
|
19740
|
-
}
|
19741
19583
|
.pf-v6-c-toolbar.pf-m-primary {
|
19742
19584
|
--pf-v6-c-toolbar--BackgroundColor: var(--pf-v6-c-toolbar--m-primary--BackgroundColor);
|
19743
19585
|
}
|
@@ -19748,36 +19590,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19748
19590
|
--pf-v6-c-toolbar--BackgroundColor: var(--pf-v6-c-toolbar--m-no-background--BackgroundColor);
|
19749
19591
|
}
|
19750
19592
|
|
19751
|
-
.pf-v6-c-toolbar__content,
|
19752
|
-
.pf-v6-c-toolbar__content-section,
|
19753
|
-
.pf-v6-c-toolbar__expandable-content {
|
19754
|
-
row-gap: var(--pf-v6-c-toolbar__content--RowGap);
|
19755
|
-
column-gap: var(--pf-v6-c-toolbar--ColumnGap);
|
19756
|
-
}
|
19757
|
-
|
19758
|
-
.pf-v6-c-toolbar__content,
|
19759
|
-
.pf-v6-c-toolbar__expandable-content {
|
19760
|
-
padding-block-start: var(--pf-v6-c-toolbar__content--PaddingBlockStart, var(--pf-v6-c-toolbar__content--PaddingBlock));
|
19761
|
-
padding-block-end: var(--pf-v6-c-toolbar__content--PaddingBlockEnd, var(--pf-v6-c-toolbar__content--PaddingBlock));
|
19762
|
-
padding-inline-start: var(--pf-v6-c-toolbar__content--PaddingInlineStart, var(--pf-v6-c-toolbar__content--PaddingInline));
|
19763
|
-
padding-inline-end: var(--pf-v6-c-toolbar__content--PaddingInlineEnd, var(--pf-v6-c-toolbar__content--PaddingInline));
|
19764
|
-
}
|
19765
|
-
|
19766
|
-
.pf-v6-c-toolbar__content-section {
|
19767
|
-
align-items: start;
|
19768
|
-
}
|
19769
|
-
.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 {
|
19770
|
-
margin-inline-start: revert;
|
19771
|
-
}
|
19772
|
-
.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),
|
19773
|
-
.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) {
|
19774
|
-
flex: 1;
|
19775
|
-
}
|
19776
|
-
|
19777
19593
|
.pf-v6-c-toolbar__item {
|
19778
19594
|
--pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width);
|
19779
19595
|
--pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth);
|
19780
|
-
row-gap: var(--pf-v6-c-toolbar__item--RowGap
|
19596
|
+
row-gap: var(--pf-v6-c-toolbar__item--RowGap);
|
19781
19597
|
column-gap: var(--pf-v6-c-toolbar__item--ColumnGap);
|
19782
19598
|
width: var(--pf-v6-c-toolbar__item--Width--base);
|
19783
19599
|
min-width: var(--pf-v6-c-toolbar__item--MinWidth--base);
|
@@ -19849,21 +19665,24 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19849
19665
|
}
|
19850
19666
|
|
19851
19667
|
.pf-v6-c-toolbar__group {
|
19852
|
-
row-gap: var(--pf-v6-c-toolbar__group--RowGap
|
19853
|
-
column-gap: var(--pf-v6-c-toolbar__group--ColumnGap
|
19854
|
-
align-items: baseline;
|
19855
|
-
}
|
19856
|
-
.pf-v6-c-toolbar__group.pf-m-icon-button-group {
|
19857
|
-
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);
|
19858
19670
|
}
|
19859
19671
|
.pf-v6-c-toolbar__group.pf-m-filter-group {
|
19860
19672
|
column-gap: var(--pf-v6-c-toolbar__group--m-filter-group--ColumnGap);
|
19861
19673
|
}
|
19862
|
-
.pf-v6-c-toolbar__group.pf-m-filter-group, .pf-v6-c-toolbar__group.pf-m-label-group-container {
|
19863
|
-
flex-wrap: nowrap;
|
19864
|
-
}
|
19865
19674
|
.pf-v6-c-toolbar__group.pf-m-label-group {
|
19866
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);
|
19867
19686
|
}
|
19868
19687
|
.pf-v6-c-toolbar__group.pf-m-overflow-container {
|
19869
19688
|
min-width: var(--pf-v6-c-toolbar__group--m-overflow-container--MinWidth);
|
@@ -19874,7 +19693,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19874
19693
|
inset-block-start: 100%;
|
19875
19694
|
z-index: var(--pf-v6-c-toolbar__expandable-content--ZIndex);
|
19876
19695
|
display: none;
|
19696
|
+
row-gap: var(--pf-v6-c-toolbar__expandable-content--RowGap);
|
19877
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);
|
19878
19702
|
background-color: var(--pf-v6-c-toolbar__expandable-content--BackgroundColor);
|
19879
19703
|
box-shadow: var(--pf-v6-c-toolbar__expandable-content--BoxShadow);
|
19880
19704
|
}
|
@@ -19892,9 +19716,13 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19892
19716
|
.pf-v6-c-toolbar__expandable-content .pf-v6-c-toolbar__item > * {
|
19893
19717
|
flex-basis: 100%;
|
19894
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
|
+
}
|
19895
19723
|
|
19896
19724
|
.pf-v6-c-toolbar__expand-all-icon {
|
19897
|
-
display: inline-
|
19725
|
+
display: inline-flex;
|
19898
19726
|
transition: var(--pf-v6-c-toolbar__expand-all-icon--Transition);
|
19899
19727
|
transform: rotate(var(--pf-v6-c-toolbar__expand-all-icon--Rotate));
|
19900
19728
|
}
|
@@ -19904,7 +19732,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19904
19732
|
|
19905
19733
|
.pf-v6-c-toolbar__group,
|
19906
19734
|
.pf-v6-c-toolbar__item {
|
19907
|
-
align-
|
19735
|
+
align-items: baseline;
|
19908
19736
|
}
|
19909
19737
|
.pf-v6-c-toolbar__group.pf-m-overflow-container,
|
19910
19738
|
.pf-v6-c-toolbar__item.pf-m-overflow-container {
|
@@ -19950,373 +19778,204 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19950
19778
|
align-self: end;
|
19951
19779
|
}
|
19952
19780
|
|
19953
|
-
.pf-v6-c-toolbar.pf-m-inset-none
|
19954
|
-
|
19955
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-none {
|
19956
|
-
--pf-v6-c-toolbar__content--PaddingInline: 0;
|
19781
|
+
.pf-v6-c-toolbar.pf-m-inset-none {
|
19782
|
+
padding-inline: 0;
|
19957
19783
|
}
|
19958
|
-
.pf-v6-c-toolbar.pf-m-inset-xs
|
19959
|
-
|
19960
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-xs {
|
19961
|
-
--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);
|
19962
19786
|
}
|
19963
|
-
.pf-v6-c-toolbar.pf-m-inset-sm
|
19964
|
-
|
19965
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-sm {
|
19966
|
-
--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);
|
19967
19789
|
}
|
19968
|
-
.pf-v6-c-toolbar.pf-m-inset-md
|
19969
|
-
|
19970
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-md {
|
19971
|
-
--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);
|
19972
19792
|
}
|
19973
|
-
.pf-v6-c-toolbar.pf-m-inset-lg
|
19974
|
-
|
19975
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-lg {
|
19976
|
-
--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);
|
19977
19795
|
}
|
19978
|
-
.pf-v6-c-toolbar.pf-m-inset-xl
|
19979
|
-
|
19980
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-xl {
|
19981
|
-
--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);
|
19982
19798
|
}
|
19983
|
-
.pf-v6-c-toolbar.pf-m-inset-2xl
|
19984
|
-
|
19985
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-2xl {
|
19986
|
-
--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);
|
19987
19801
|
}
|
19988
|
-
.pf-v6-c-toolbar.pf-m-inset-3xl
|
19989
|
-
|
19990
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-3xl {
|
19991
|
-
--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);
|
19992
19804
|
}
|
19993
|
-
.pf-v6-c-toolbar.pf-m-inset-4xl
|
19994
|
-
|
19995
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-4xl {
|
19996
|
-
--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);
|
19997
19807
|
}
|
19998
19808
|
|
19999
19809
|
.pf-v6-c-toolbar__group.pf-m-wrap,
|
20000
19810
|
.pf-v6-c-toolbar__item.pf-m-wrap,
|
20001
|
-
.pf-v6-c-toolbar__content.pf-m-wrap,
|
20002
19811
|
.pf-v6-c-toolbar__content-section.pf-m-wrap {
|
20003
19812
|
flex-wrap: wrap;
|
20004
19813
|
}
|
20005
19814
|
.pf-v6-c-toolbar__group.pf-m-nowrap,
|
20006
19815
|
.pf-v6-c-toolbar__item.pf-m-nowrap,
|
20007
|
-
.pf-v6-c-toolbar__content.pf-m-nowrap,
|
20008
19816
|
.pf-v6-c-toolbar__content-section.pf-m-nowrap {
|
20009
19817
|
flex-wrap: nowrap;
|
20010
19818
|
}
|
20011
19819
|
.pf-v6-c-toolbar__group.pf-m-align-items-stretch,
|
20012
19820
|
.pf-v6-c-toolbar__item.pf-m-align-items-stretch,
|
20013
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-stretch,
|
20014
19821
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-stretch {
|
20015
19822
|
align-items: stretch;
|
20016
19823
|
}
|
20017
19824
|
.pf-v6-c-toolbar__group.pf-m-align-items-baseline,
|
20018
19825
|
.pf-v6-c-toolbar__item.pf-m-align-items-baseline,
|
20019
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-baseline,
|
20020
19826
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-baseline {
|
20021
19827
|
align-items: baseline;
|
20022
19828
|
}
|
20023
19829
|
.pf-v6-c-toolbar__group.pf-m-align-items-start,
|
20024
19830
|
.pf-v6-c-toolbar__item.pf-m-align-items-start,
|
20025
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-start,
|
20026
19831
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-start {
|
20027
19832
|
align-items: start;
|
20028
19833
|
}
|
20029
19834
|
.pf-v6-c-toolbar__group.pf-m-align-items-center,
|
20030
19835
|
.pf-v6-c-toolbar__item.pf-m-align-items-center,
|
20031
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-center,
|
20032
19836
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-center {
|
20033
19837
|
align-items: center;
|
20034
19838
|
}
|
20035
19839
|
.pf-v6-c-toolbar__group.pf-m-align-items-end,
|
20036
19840
|
.pf-v6-c-toolbar__item.pf-m-align-items-end,
|
20037
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-end,
|
20038
19841
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-end {
|
20039
19842
|
align-items: end;
|
20040
19843
|
}
|
20041
19844
|
.pf-v6-c-toolbar__group.pf-m-gap-none,
|
20042
19845
|
.pf-v6-c-toolbar__item.pf-m-gap-none,
|
20043
|
-
.pf-v6-c-toolbar__content.pf-m-gap-none,
|
20044
19846
|
.pf-v6-c-toolbar__content-section.pf-m-gap-none {
|
20045
|
-
|
20046
|
-
column-gap: 0;
|
19847
|
+
gap: 0;
|
20047
19848
|
}
|
20048
19849
|
.pf-v6-c-toolbar__group.pf-m-gap-xs,
|
20049
19850
|
.pf-v6-c-toolbar__item.pf-m-gap-xs,
|
20050
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xs,
|
20051
19851
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xs {
|
20052
|
-
|
20053
|
-
column-gap: var(--pf-t--global--spacer--xs);
|
19852
|
+
gap: var(--pf-t--global--spacer--xs);
|
20054
19853
|
}
|
20055
19854
|
.pf-v6-c-toolbar__group.pf-m-gap-sm,
|
20056
19855
|
.pf-v6-c-toolbar__item.pf-m-gap-sm,
|
20057
|
-
.pf-v6-c-toolbar__content.pf-m-gap-sm,
|
20058
19856
|
.pf-v6-c-toolbar__content-section.pf-m-gap-sm {
|
20059
|
-
|
20060
|
-
column-gap: var(--pf-t--global--spacer--sm);
|
19857
|
+
gap: var(--pf-t--global--spacer--sm);
|
20061
19858
|
}
|
20062
19859
|
.pf-v6-c-toolbar__group.pf-m-gap-md,
|
20063
19860
|
.pf-v6-c-toolbar__item.pf-m-gap-md,
|
20064
|
-
.pf-v6-c-toolbar__content.pf-m-gap-md,
|
20065
19861
|
.pf-v6-c-toolbar__content-section.pf-m-gap-md {
|
20066
|
-
|
20067
|
-
column-gap: var(--pf-t--global--spacer--md);
|
19862
|
+
gap: var(--pf-t--global--spacer--md);
|
20068
19863
|
}
|
20069
19864
|
.pf-v6-c-toolbar__group.pf-m-gap-lg,
|
20070
19865
|
.pf-v6-c-toolbar__item.pf-m-gap-lg,
|
20071
|
-
.pf-v6-c-toolbar__content.pf-m-gap-lg,
|
20072
19866
|
.pf-v6-c-toolbar__content-section.pf-m-gap-lg {
|
20073
|
-
|
20074
|
-
column-gap: var(--pf-t--global--spacer--lg);
|
19867
|
+
gap: var(--pf-t--global--spacer--lg);
|
20075
19868
|
}
|
20076
19869
|
.pf-v6-c-toolbar__group.pf-m-gap-xl,
|
20077
19870
|
.pf-v6-c-toolbar__item.pf-m-gap-xl,
|
20078
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xl,
|
20079
19871
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xl {
|
20080
|
-
|
20081
|
-
column-gap: var(--pf-t--global--spacer--xl);
|
19872
|
+
gap: var(--pf-t--global--spacer--xl);
|
20082
19873
|
}
|
20083
19874
|
.pf-v6-c-toolbar__group.pf-m-gap-2xl,
|
20084
19875
|
.pf-v6-c-toolbar__item.pf-m-gap-2xl,
|
20085
|
-
.pf-v6-c-toolbar__content.pf-m-gap-2xl,
|
20086
19876
|
.pf-v6-c-toolbar__content-section.pf-m-gap-2xl {
|
20087
|
-
|
20088
|
-
column-gap: var(--pf-t--global--spacer--2xl);
|
19877
|
+
gap: var(--pf-t--global--spacer--2xl);
|
20089
19878
|
}
|
20090
19879
|
.pf-v6-c-toolbar__group.pf-m-gap-3xl,
|
20091
19880
|
.pf-v6-c-toolbar__item.pf-m-gap-3xl,
|
20092
|
-
.pf-v6-c-toolbar__content.pf-m-gap-3xl,
|
20093
19881
|
.pf-v6-c-toolbar__content-section.pf-m-gap-3xl {
|
20094
|
-
|
20095
|
-
column-gap: var(--pf-t--global--spacer--3xl);
|
19882
|
+
gap: var(--pf-t--global--spacer--3xl);
|
20096
19883
|
}
|
20097
19884
|
.pf-v6-c-toolbar__group.pf-m-gap-4xl,
|
20098
19885
|
.pf-v6-c-toolbar__item.pf-m-gap-4xl,
|
20099
|
-
.pf-v6-c-toolbar__content.pf-m-gap-4xl,
|
20100
19886
|
.pf-v6-c-toolbar__content-section.pf-m-gap-4xl {
|
20101
|
-
|
20102
|
-
column-gap: var(--pf-t--global--spacer--4xl);
|
19887
|
+
gap: var(--pf-t--global--spacer--4xl);
|
20103
19888
|
}
|
20104
19889
|
.pf-v6-c-toolbar__group.pf-m-column-gap-none,
|
20105
19890
|
.pf-v6-c-toolbar__item.pf-m-column-gap-none,
|
20106
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-none,
|
20107
19891
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-none {
|
20108
19892
|
column-gap: 0;
|
20109
19893
|
}
|
20110
19894
|
.pf-v6-c-toolbar__group.pf-m-row-gap-none,
|
20111
19895
|
.pf-v6-c-toolbar__item.pf-m-row-gap-none,
|
20112
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-none,
|
20113
19896
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-none {
|
20114
19897
|
row-gap: 0;
|
20115
19898
|
}
|
20116
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startnone,
|
20117
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startnone,
|
20118
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startnone,
|
20119
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startnone {
|
20120
|
-
margin-inline-start: 0;
|
20121
|
-
}
|
20122
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endnone,
|
20123
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endnone,
|
20124
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endnone,
|
20125
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endnone {
|
20126
|
-
margin-inline-end: 0;
|
20127
|
-
}
|
20128
19899
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xs,
|
20129
19900
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xs,
|
20130
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xs,
|
20131
19901
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xs {
|
20132
19902
|
column-gap: var(--pf-t--global--spacer--xs);
|
20133
19903
|
}
|
20134
19904
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xs,
|
20135
19905
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xs,
|
20136
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xs,
|
20137
19906
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xs {
|
20138
19907
|
row-gap: var(--pf-t--global--spacer--xs);
|
20139
19908
|
}
|
20140
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxs,
|
20141
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxs,
|
20142
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startxs,
|
20143
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startxs {
|
20144
|
-
margin-inline-start: var(--pf-t--global--spacer--xs);
|
20145
|
-
}
|
20146
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endxs,
|
20147
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endxs,
|
20148
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endxs,
|
20149
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endxs {
|
20150
|
-
margin-inline-end: var(--pf-t--global--spacer--xs);
|
20151
|
-
}
|
20152
19909
|
.pf-v6-c-toolbar__group.pf-m-column-gap-sm,
|
20153
19910
|
.pf-v6-c-toolbar__item.pf-m-column-gap-sm,
|
20154
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-sm,
|
20155
19911
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-sm {
|
20156
19912
|
column-gap: var(--pf-t--global--spacer--sm);
|
20157
19913
|
}
|
20158
19914
|
.pf-v6-c-toolbar__group.pf-m-row-gap-sm,
|
20159
19915
|
.pf-v6-c-toolbar__item.pf-m-row-gap-sm,
|
20160
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-sm,
|
20161
19916
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-sm {
|
20162
19917
|
row-gap: var(--pf-t--global--spacer--sm);
|
20163
19918
|
}
|
20164
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startsm,
|
20165
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startsm,
|
20166
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startsm,
|
20167
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startsm {
|
20168
|
-
margin-inline-start: var(--pf-t--global--spacer--sm);
|
20169
|
-
}
|
20170
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endsm,
|
20171
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endsm,
|
20172
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endsm,
|
20173
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endsm {
|
20174
|
-
margin-inline-end: var(--pf-t--global--spacer--sm);
|
20175
|
-
}
|
20176
19919
|
.pf-v6-c-toolbar__group.pf-m-column-gap-md,
|
20177
19920
|
.pf-v6-c-toolbar__item.pf-m-column-gap-md,
|
20178
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-md,
|
20179
19921
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-md {
|
20180
19922
|
column-gap: var(--pf-t--global--spacer--md);
|
20181
19923
|
}
|
20182
19924
|
.pf-v6-c-toolbar__group.pf-m-row-gap-md,
|
20183
19925
|
.pf-v6-c-toolbar__item.pf-m-row-gap-md,
|
20184
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-md,
|
20185
19926
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-md {
|
20186
19927
|
row-gap: var(--pf-t--global--spacer--md);
|
20187
19928
|
}
|
20188
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startmd,
|
20189
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startmd,
|
20190
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startmd,
|
20191
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startmd {
|
20192
|
-
margin-inline-start: var(--pf-t--global--spacer--md);
|
20193
|
-
}
|
20194
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endmd,
|
20195
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endmd,
|
20196
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endmd,
|
20197
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endmd {
|
20198
|
-
margin-inline-end: var(--pf-t--global--spacer--md);
|
20199
|
-
}
|
20200
19929
|
.pf-v6-c-toolbar__group.pf-m-column-gap-lg,
|
20201
19930
|
.pf-v6-c-toolbar__item.pf-m-column-gap-lg,
|
20202
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-lg,
|
20203
19931
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-lg {
|
20204
19932
|
column-gap: var(--pf-t--global--spacer--lg);
|
20205
19933
|
}
|
20206
19934
|
.pf-v6-c-toolbar__group.pf-m-row-gap-lg,
|
20207
19935
|
.pf-v6-c-toolbar__item.pf-m-row-gap-lg,
|
20208
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-lg,
|
20209
19936
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-lg {
|
20210
19937
|
row-gap: var(--pf-t--global--spacer--lg);
|
20211
19938
|
}
|
20212
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startlg,
|
20213
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startlg,
|
20214
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startlg,
|
20215
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startlg {
|
20216
|
-
margin-inline-start: var(--pf-t--global--spacer--lg);
|
20217
|
-
}
|
20218
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endlg,
|
20219
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endlg,
|
20220
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endlg,
|
20221
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endlg {
|
20222
|
-
margin-inline-end: var(--pf-t--global--spacer--lg);
|
20223
|
-
}
|
20224
19939
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xl,
|
20225
19940
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xl,
|
20226
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xl,
|
20227
19941
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xl {
|
20228
19942
|
column-gap: var(--pf-t--global--spacer--xl);
|
20229
19943
|
}
|
20230
19944
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xl,
|
20231
19945
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xl,
|
20232
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xl,
|
20233
19946
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xl {
|
20234
19947
|
row-gap: var(--pf-t--global--spacer--xl);
|
20235
19948
|
}
|
20236
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxl,
|
20237
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxl,
|
20238
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startxl,
|
20239
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startxl {
|
20240
|
-
margin-inline-start: var(--pf-t--global--spacer--xl);
|
20241
|
-
}
|
20242
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endxl,
|
20243
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endxl,
|
20244
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endxl,
|
20245
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endxl {
|
20246
|
-
margin-inline-end: var(--pf-t--global--spacer--xl);
|
20247
|
-
}
|
20248
19949
|
.pf-v6-c-toolbar__group.pf-m-column-gap-2xl,
|
20249
19950
|
.pf-v6-c-toolbar__item.pf-m-column-gap-2xl,
|
20250
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-2xl,
|
20251
19951
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-2xl {
|
20252
19952
|
column-gap: var(--pf-t--global--spacer--2xl);
|
20253
19953
|
}
|
20254
19954
|
.pf-v6-c-toolbar__group.pf-m-row-gap-2xl,
|
20255
19955
|
.pf-v6-c-toolbar__item.pf-m-row-gap-2xl,
|
20256
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-2xl,
|
20257
19956
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl {
|
20258
19957
|
row-gap: var(--pf-t--global--spacer--2xl);
|
20259
19958
|
}
|
20260
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-start2xl,
|
20261
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-start2xl,
|
20262
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-start2xl,
|
20263
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-start2xl {
|
20264
|
-
margin-inline-start: var(--pf-t--global--spacer--2xl);
|
20265
|
-
}
|
20266
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-end2xl,
|
20267
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-end2xl,
|
20268
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-end2xl,
|
20269
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-end2xl {
|
20270
|
-
margin-inline-end: var(--pf-t--global--spacer--2xl);
|
20271
|
-
}
|
20272
19959
|
.pf-v6-c-toolbar__group.pf-m-column-gap-3xl,
|
20273
19960
|
.pf-v6-c-toolbar__item.pf-m-column-gap-3xl,
|
20274
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-3xl,
|
20275
19961
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-3xl {
|
20276
19962
|
column-gap: var(--pf-t--global--spacer--3xl);
|
20277
19963
|
}
|
20278
19964
|
.pf-v6-c-toolbar__group.pf-m-row-gap-3xl,
|
20279
19965
|
.pf-v6-c-toolbar__item.pf-m-row-gap-3xl,
|
20280
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-3xl,
|
20281
19966
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl {
|
20282
19967
|
row-gap: var(--pf-t--global--spacer--3xl);
|
20283
19968
|
}
|
20284
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-start3xl,
|
20285
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-start3xl,
|
20286
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-start3xl,
|
20287
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-start3xl {
|
20288
|
-
margin-inline-start: var(--pf-t--global--spacer--3xl);
|
20289
|
-
}
|
20290
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-end3xl,
|
20291
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-end3xl,
|
20292
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-end3xl,
|
20293
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-end3xl {
|
20294
|
-
margin-inline-end: var(--pf-t--global--spacer--3xl);
|
20295
|
-
}
|
20296
19969
|
.pf-v6-c-toolbar__group.pf-m-column-gap-4xl,
|
20297
19970
|
.pf-v6-c-toolbar__item.pf-m-column-gap-4xl,
|
20298
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-4xl,
|
20299
19971
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-4xl {
|
20300
19972
|
column-gap: var(--pf-t--global--spacer--4xl);
|
20301
19973
|
}
|
20302
19974
|
.pf-v6-c-toolbar__group.pf-m-row-gap-4xl,
|
20303
19975
|
.pf-v6-c-toolbar__item.pf-m-row-gap-4xl,
|
20304
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-4xl,
|
20305
19976
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl {
|
20306
19977
|
row-gap: var(--pf-t--global--spacer--4xl);
|
20307
19978
|
}
|
20308
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-start4xl,
|
20309
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-start4xl,
|
20310
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-start4xl,
|
20311
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-start4xl {
|
20312
|
-
margin-inline-start: var(--pf-t--global--spacer--4xl);
|
20313
|
-
}
|
20314
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-end4xl,
|
20315
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-end4xl,
|
20316
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-end4xl,
|
20317
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-end4xl {
|
20318
|
-
margin-inline-end: var(--pf-t--global--spacer--4xl);
|
20319
|
-
}
|
20320
19979
|
|
20321
19980
|
.pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show .pf-v6-c-toolbar__group,
|
20322
19981
|
.pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show .pf-v6-c-toolbar__item {
|
@@ -20332,7 +19991,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
20332
19991
|
display: none;
|
20333
19992
|
}
|
20334
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 {
|
20335
|
-
display: inline-
|
19994
|
+
display: inline-flex;
|
20336
19995
|
}
|
20337
19996
|
|
20338
19997
|
@media (min-width: 576px) {
|
@@ -20373,372 +20032,203 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
20373
20032
|
.pf-v6-c-toolbar__item.pf-m-align-self-end-on-sm {
|
20374
20033
|
align-self: end;
|
20375
20034
|
}
|
20376
|
-
.pf-v6-c-toolbar.pf-m-inset-none-on-sm
|
20377
|
-
|
20378
|
-
|
20379
|
-
|
20380
|
-
|
20381
|
-
|
20382
|
-
.pf-v6-c-
|
20383
|
-
|
20384
|
-
|
20385
|
-
|
20386
|
-
|
20387
|
-
|
20388
|
-
.pf-v6-c-
|
20389
|
-
|
20390
|
-
}
|
20391
|
-
.pf-v6-c-toolbar.pf-m-inset-
|
20392
|
-
|
20393
|
-
|
20394
|
-
|
20395
|
-
|
20396
|
-
|
20397
|
-
.pf-v6-c-
|
20398
|
-
|
20399
|
-
|
20400
|
-
|
20401
|
-
|
20402
|
-
.pf-v6-c-toolbar__content.pf-m-inset-xl-on-sm,
|
20403
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-xl-on-sm {
|
20404
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--xl);
|
20405
|
-
}
|
20406
|
-
.pf-v6-c-toolbar.pf-m-inset-2xl-on-sm,
|
20407
|
-
.pf-v6-c-toolbar__content.pf-m-inset-2xl-on-sm,
|
20408
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-2xl-on-sm {
|
20409
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--2xl);
|
20410
|
-
}
|
20411
|
-
.pf-v6-c-toolbar.pf-m-inset-3xl-on-sm,
|
20412
|
-
.pf-v6-c-toolbar__content.pf-m-inset-3xl-on-sm,
|
20413
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-3xl-on-sm {
|
20414
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--3xl);
|
20415
|
-
}
|
20416
|
-
.pf-v6-c-toolbar.pf-m-inset-4xl-on-sm,
|
20417
|
-
.pf-v6-c-toolbar__content.pf-m-inset-4xl-on-sm,
|
20418
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-4xl-on-sm {
|
20419
|
-
--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);
|
20420
20061
|
}
|
20421
20062
|
.pf-v6-c-toolbar__group.pf-m-wrap-on-sm,
|
20422
20063
|
.pf-v6-c-toolbar__item.pf-m-wrap-on-sm,
|
20423
|
-
.pf-v6-c-toolbar__content.pf-m-wrap-on-sm,
|
20424
20064
|
.pf-v6-c-toolbar__content-section.pf-m-wrap-on-sm {
|
20425
20065
|
flex-wrap: wrap;
|
20426
20066
|
}
|
20427
20067
|
.pf-v6-c-toolbar__group.pf-m-nowrap-on-sm,
|
20428
20068
|
.pf-v6-c-toolbar__item.pf-m-nowrap-on-sm,
|
20429
|
-
.pf-v6-c-toolbar__content.pf-m-nowrap-on-sm,
|
20430
20069
|
.pf-v6-c-toolbar__content-section.pf-m-nowrap-on-sm {
|
20431
20070
|
flex-wrap: nowrap;
|
20432
20071
|
}
|
20433
20072
|
.pf-v6-c-toolbar__group.pf-m-align-items-stretch-on-sm,
|
20434
20073
|
.pf-v6-c-toolbar__item.pf-m-align-items-stretch-on-sm,
|
20435
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-stretch-on-sm,
|
20436
20074
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-stretch-on-sm {
|
20437
20075
|
align-items: stretch;
|
20438
20076
|
}
|
20439
20077
|
.pf-v6-c-toolbar__group.pf-m-align-items-baseline-on-sm,
|
20440
20078
|
.pf-v6-c-toolbar__item.pf-m-align-items-baseline-on-sm,
|
20441
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-baseline-on-sm,
|
20442
20079
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-baseline-on-sm {
|
20443
20080
|
align-items: baseline;
|
20444
20081
|
}
|
20445
20082
|
.pf-v6-c-toolbar__group.pf-m-align-items-start-on-sm,
|
20446
20083
|
.pf-v6-c-toolbar__item.pf-m-align-items-start-on-sm,
|
20447
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-start-on-sm,
|
20448
20084
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-start-on-sm {
|
20449
20085
|
align-items: start;
|
20450
20086
|
}
|
20451
20087
|
.pf-v6-c-toolbar__group.pf-m-align-items-center-on-sm,
|
20452
20088
|
.pf-v6-c-toolbar__item.pf-m-align-items-center-on-sm,
|
20453
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-center-on-sm,
|
20454
20089
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-center-on-sm {
|
20455
20090
|
align-items: center;
|
20456
20091
|
}
|
20457
20092
|
.pf-v6-c-toolbar__group.pf-m-align-items-end-on-sm,
|
20458
20093
|
.pf-v6-c-toolbar__item.pf-m-align-items-end-on-sm,
|
20459
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-end-on-sm,
|
20460
20094
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-end-on-sm {
|
20461
20095
|
align-items: end;
|
20462
20096
|
}
|
20463
20097
|
.pf-v6-c-toolbar__group.pf-m-gap-none-on-sm,
|
20464
20098
|
.pf-v6-c-toolbar__item.pf-m-gap-none-on-sm,
|
20465
|
-
.pf-v6-c-toolbar__content.pf-m-gap-none-on-sm,
|
20466
20099
|
.pf-v6-c-toolbar__content-section.pf-m-gap-none-on-sm {
|
20467
|
-
|
20468
|
-
column-gap: 0;
|
20100
|
+
gap: 0;
|
20469
20101
|
}
|
20470
20102
|
.pf-v6-c-toolbar__group.pf-m-gap-xs-on-sm,
|
20471
20103
|
.pf-v6-c-toolbar__item.pf-m-gap-xs-on-sm,
|
20472
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xs-on-sm,
|
20473
20104
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xs-on-sm {
|
20474
|
-
|
20475
|
-
column-gap: var(--pf-t--global--spacer--xs);
|
20105
|
+
gap: var(--pf-t--global--spacer--xs);
|
20476
20106
|
}
|
20477
20107
|
.pf-v6-c-toolbar__group.pf-m-gap-sm-on-sm,
|
20478
20108
|
.pf-v6-c-toolbar__item.pf-m-gap-sm-on-sm,
|
20479
|
-
.pf-v6-c-toolbar__content.pf-m-gap-sm-on-sm,
|
20480
20109
|
.pf-v6-c-toolbar__content-section.pf-m-gap-sm-on-sm {
|
20481
|
-
|
20482
|
-
column-gap: var(--pf-t--global--spacer--sm);
|
20110
|
+
gap: var(--pf-t--global--spacer--sm);
|
20483
20111
|
}
|
20484
20112
|
.pf-v6-c-toolbar__group.pf-m-gap-md-on-sm,
|
20485
20113
|
.pf-v6-c-toolbar__item.pf-m-gap-md-on-sm,
|
20486
|
-
.pf-v6-c-toolbar__content.pf-m-gap-md-on-sm,
|
20487
20114
|
.pf-v6-c-toolbar__content-section.pf-m-gap-md-on-sm {
|
20488
|
-
|
20489
|
-
column-gap: var(--pf-t--global--spacer--md);
|
20115
|
+
gap: var(--pf-t--global--spacer--md);
|
20490
20116
|
}
|
20491
20117
|
.pf-v6-c-toolbar__group.pf-m-gap-lg-on-sm,
|
20492
20118
|
.pf-v6-c-toolbar__item.pf-m-gap-lg-on-sm,
|
20493
|
-
.pf-v6-c-toolbar__content.pf-m-gap-lg-on-sm,
|
20494
20119
|
.pf-v6-c-toolbar__content-section.pf-m-gap-lg-on-sm {
|
20495
|
-
|
20496
|
-
column-gap: var(--pf-t--global--spacer--lg);
|
20120
|
+
gap: var(--pf-t--global--spacer--lg);
|
20497
20121
|
}
|
20498
20122
|
.pf-v6-c-toolbar__group.pf-m-gap-xl-on-sm,
|
20499
20123
|
.pf-v6-c-toolbar__item.pf-m-gap-xl-on-sm,
|
20500
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xl-on-sm,
|
20501
20124
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xl-on-sm {
|
20502
|
-
|
20503
|
-
column-gap: var(--pf-t--global--spacer--xl);
|
20125
|
+
gap: var(--pf-t--global--spacer--xl);
|
20504
20126
|
}
|
20505
20127
|
.pf-v6-c-toolbar__group.pf-m-gap-2xl-on-sm,
|
20506
20128
|
.pf-v6-c-toolbar__item.pf-m-gap-2xl-on-sm,
|
20507
|
-
.pf-v6-c-toolbar__content.pf-m-gap-2xl-on-sm,
|
20508
20129
|
.pf-v6-c-toolbar__content-section.pf-m-gap-2xl-on-sm {
|
20509
|
-
|
20510
|
-
column-gap: var(--pf-t--global--spacer--2xl);
|
20130
|
+
gap: var(--pf-t--global--spacer--2xl);
|
20511
20131
|
}
|
20512
20132
|
.pf-v6-c-toolbar__group.pf-m-gap-3xl-on-sm,
|
20513
20133
|
.pf-v6-c-toolbar__item.pf-m-gap-3xl-on-sm,
|
20514
|
-
.pf-v6-c-toolbar__content.pf-m-gap-3xl-on-sm,
|
20515
20134
|
.pf-v6-c-toolbar__content-section.pf-m-gap-3xl-on-sm {
|
20516
|
-
|
20517
|
-
column-gap: var(--pf-t--global--spacer--3xl);
|
20135
|
+
gap: var(--pf-t--global--spacer--3xl);
|
20518
20136
|
}
|
20519
20137
|
.pf-v6-c-toolbar__group.pf-m-gap-4xl-on-sm,
|
20520
20138
|
.pf-v6-c-toolbar__item.pf-m-gap-4xl-on-sm,
|
20521
|
-
.pf-v6-c-toolbar__content.pf-m-gap-4xl-on-sm,
|
20522
20139
|
.pf-v6-c-toolbar__content-section.pf-m-gap-4xl-on-sm {
|
20523
|
-
|
20524
|
-
column-gap: var(--pf-t--global--spacer--4xl);
|
20140
|
+
gap: var(--pf-t--global--spacer--4xl);
|
20525
20141
|
}
|
20526
20142
|
.pf-v6-c-toolbar__group.pf-m-column-gap-none-on-sm,
|
20527
20143
|
.pf-v6-c-toolbar__item.pf-m-column-gap-none-on-sm,
|
20528
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-none-on-sm,
|
20529
20144
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-none-on-sm {
|
20530
20145
|
column-gap: 0;
|
20531
20146
|
}
|
20532
20147
|
.pf-v6-c-toolbar__group.pf-m-row-gap-none-on-sm,
|
20533
20148
|
.pf-v6-c-toolbar__item.pf-m-row-gap-none-on-sm,
|
20534
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-none-on-sm,
|
20535
20149
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-none-on-sm {
|
20536
20150
|
row-gap: 0;
|
20537
20151
|
}
|
20538
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startnone-on-sm,
|
20539
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startnone-on-sm,
|
20540
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startnone-on-sm,
|
20541
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startnone-on-sm {
|
20542
|
-
margin-inline-start: 0;
|
20543
|
-
}
|
20544
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endnone-on-sm,
|
20545
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endnone-on-sm,
|
20546
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endnone-on-sm,
|
20547
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endnone-on-sm {
|
20548
|
-
margin-inline-end: 0;
|
20549
|
-
}
|
20550
20152
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xs-on-sm,
|
20551
20153
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xs-on-sm,
|
20552
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xs-on-sm,
|
20553
20154
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xs-on-sm {
|
20554
20155
|
column-gap: var(--pf-t--global--spacer--xs);
|
20555
20156
|
}
|
20556
20157
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xs-on-sm,
|
20557
20158
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xs-on-sm,
|
20558
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xs-on-sm,
|
20559
20159
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xs-on-sm {
|
20560
20160
|
row-gap: var(--pf-t--global--spacer--xs);
|
20561
20161
|
}
|
20562
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxs-on-sm,
|
20563
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxs-on-sm,
|
20564
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startxs-on-sm,
|
20565
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startxs-on-sm {
|
20566
|
-
margin-inline-start: var(--pf-t--global--spacer--xs);
|
20567
|
-
}
|
20568
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endxs-on-sm,
|
20569
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endxs-on-sm,
|
20570
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endxs-on-sm,
|
20571
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endxs-on-sm {
|
20572
|
-
margin-inline-end: var(--pf-t--global--spacer--xs);
|
20573
|
-
}
|
20574
20162
|
.pf-v6-c-toolbar__group.pf-m-column-gap-sm-on-sm,
|
20575
20163
|
.pf-v6-c-toolbar__item.pf-m-column-gap-sm-on-sm,
|
20576
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-sm-on-sm,
|
20577
20164
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-sm-on-sm {
|
20578
20165
|
column-gap: var(--pf-t--global--spacer--sm);
|
20579
20166
|
}
|
20580
20167
|
.pf-v6-c-toolbar__group.pf-m-row-gap-sm-on-sm,
|
20581
20168
|
.pf-v6-c-toolbar__item.pf-m-row-gap-sm-on-sm,
|
20582
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-sm-on-sm,
|
20583
20169
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-sm-on-sm {
|
20584
20170
|
row-gap: var(--pf-t--global--spacer--sm);
|
20585
20171
|
}
|
20586
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startsm-on-sm,
|
20587
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startsm-on-sm,
|
20588
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startsm-on-sm,
|
20589
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startsm-on-sm {
|
20590
|
-
margin-inline-start: var(--pf-t--global--spacer--sm);
|
20591
|
-
}
|
20592
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endsm-on-sm,
|
20593
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endsm-on-sm,
|
20594
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endsm-on-sm,
|
20595
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endsm-on-sm {
|
20596
|
-
margin-inline-end: var(--pf-t--global--spacer--sm);
|
20597
|
-
}
|
20598
20172
|
.pf-v6-c-toolbar__group.pf-m-column-gap-md-on-sm,
|
20599
20173
|
.pf-v6-c-toolbar__item.pf-m-column-gap-md-on-sm,
|
20600
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-md-on-sm,
|
20601
20174
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-md-on-sm {
|
20602
20175
|
column-gap: var(--pf-t--global--spacer--md);
|
20603
20176
|
}
|
20604
20177
|
.pf-v6-c-toolbar__group.pf-m-row-gap-md-on-sm,
|
20605
20178
|
.pf-v6-c-toolbar__item.pf-m-row-gap-md-on-sm,
|
20606
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-md-on-sm,
|
20607
20179
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-md-on-sm {
|
20608
20180
|
row-gap: var(--pf-t--global--spacer--md);
|
20609
20181
|
}
|
20610
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startmd-on-sm,
|
20611
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startmd-on-sm,
|
20612
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startmd-on-sm,
|
20613
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startmd-on-sm {
|
20614
|
-
margin-inline-start: var(--pf-t--global--spacer--md);
|
20615
|
-
}
|
20616
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endmd-on-sm,
|
20617
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endmd-on-sm,
|
20618
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endmd-on-sm,
|
20619
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endmd-on-sm {
|
20620
|
-
margin-inline-end: var(--pf-t--global--spacer--md);
|
20621
|
-
}
|
20622
20182
|
.pf-v6-c-toolbar__group.pf-m-column-gap-lg-on-sm,
|
20623
20183
|
.pf-v6-c-toolbar__item.pf-m-column-gap-lg-on-sm,
|
20624
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-lg-on-sm,
|
20625
20184
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-lg-on-sm {
|
20626
20185
|
column-gap: var(--pf-t--global--spacer--lg);
|
20627
20186
|
}
|
20628
20187
|
.pf-v6-c-toolbar__group.pf-m-row-gap-lg-on-sm,
|
20629
20188
|
.pf-v6-c-toolbar__item.pf-m-row-gap-lg-on-sm,
|
20630
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-lg-on-sm,
|
20631
20189
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-lg-on-sm {
|
20632
20190
|
row-gap: var(--pf-t--global--spacer--lg);
|
20633
20191
|
}
|
20634
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startlg-on-sm,
|
20635
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startlg-on-sm,
|
20636
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startlg-on-sm,
|
20637
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startlg-on-sm {
|
20638
|
-
margin-inline-start: var(--pf-t--global--spacer--lg);
|
20639
|
-
}
|
20640
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endlg-on-sm,
|
20641
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endlg-on-sm,
|
20642
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endlg-on-sm,
|
20643
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endlg-on-sm {
|
20644
|
-
margin-inline-end: var(--pf-t--global--spacer--lg);
|
20645
|
-
}
|
20646
20192
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xl-on-sm,
|
20647
20193
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xl-on-sm,
|
20648
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xl-on-sm,
|
20649
20194
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xl-on-sm {
|
20650
20195
|
column-gap: var(--pf-t--global--spacer--xl);
|
20651
20196
|
}
|
20652
20197
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xl-on-sm,
|
20653
20198
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xl-on-sm,
|
20654
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xl-on-sm,
|
20655
20199
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xl-on-sm {
|
20656
20200
|
row-gap: var(--pf-t--global--spacer--xl);
|
20657
20201
|
}
|
20658
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxl-on-sm,
|
20659
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxl-on-sm,
|
20660
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startxl-on-sm,
|
20661
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startxl-on-sm {
|
20662
|
-
margin-inline-start: var(--pf-t--global--spacer--xl);
|
20663
|
-
}
|
20664
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endxl-on-sm,
|
20665
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endxl-on-sm,
|
20666
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endxl-on-sm,
|
20667
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endxl-on-sm {
|
20668
|
-
margin-inline-end: var(--pf-t--global--spacer--xl);
|
20669
|
-
}
|
20670
20202
|
.pf-v6-c-toolbar__group.pf-m-column-gap-2xl-on-sm,
|
20671
20203
|
.pf-v6-c-toolbar__item.pf-m-column-gap-2xl-on-sm,
|
20672
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-2xl-on-sm,
|
20673
20204
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-2xl-on-sm {
|
20674
20205
|
column-gap: var(--pf-t--global--spacer--2xl);
|
20675
20206
|
}
|
20676
20207
|
.pf-v6-c-toolbar__group.pf-m-row-gap-2xl-on-sm,
|
20677
20208
|
.pf-v6-c-toolbar__item.pf-m-row-gap-2xl-on-sm,
|
20678
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-2xl-on-sm,
|
20679
20209
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl-on-sm {
|
20680
20210
|
row-gap: var(--pf-t--global--spacer--2xl);
|
20681
20211
|
}
|
20682
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-start2xl-on-sm,
|
20683
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-start2xl-on-sm,
|
20684
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-start2xl-on-sm,
|
20685
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-start2xl-on-sm {
|
20686
|
-
margin-inline-start: var(--pf-t--global--spacer--2xl);
|
20687
|
-
}
|
20688
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-end2xl-on-sm,
|
20689
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-end2xl-on-sm,
|
20690
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-end2xl-on-sm,
|
20691
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-end2xl-on-sm {
|
20692
|
-
margin-inline-end: var(--pf-t--global--spacer--2xl);
|
20693
|
-
}
|
20694
20212
|
.pf-v6-c-toolbar__group.pf-m-column-gap-3xl-on-sm,
|
20695
20213
|
.pf-v6-c-toolbar__item.pf-m-column-gap-3xl-on-sm,
|
20696
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-3xl-on-sm,
|
20697
20214
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-3xl-on-sm {
|
20698
20215
|
column-gap: var(--pf-t--global--spacer--3xl);
|
20699
20216
|
}
|
20700
20217
|
.pf-v6-c-toolbar__group.pf-m-row-gap-3xl-on-sm,
|
20701
20218
|
.pf-v6-c-toolbar__item.pf-m-row-gap-3xl-on-sm,
|
20702
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-3xl-on-sm,
|
20703
20219
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl-on-sm {
|
20704
20220
|
row-gap: var(--pf-t--global--spacer--3xl);
|
20705
20221
|
}
|
20706
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-start3xl-on-sm,
|
20707
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-start3xl-on-sm,
|
20708
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-start3xl-on-sm,
|
20709
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-start3xl-on-sm {
|
20710
|
-
margin-inline-start: var(--pf-t--global--spacer--3xl);
|
20711
|
-
}
|
20712
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-end3xl-on-sm,
|
20713
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-end3xl-on-sm,
|
20714
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-end3xl-on-sm,
|
20715
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-end3xl-on-sm {
|
20716
|
-
margin-inline-end: var(--pf-t--global--spacer--3xl);
|
20717
|
-
}
|
20718
20222
|
.pf-v6-c-toolbar__group.pf-m-column-gap-4xl-on-sm,
|
20719
20223
|
.pf-v6-c-toolbar__item.pf-m-column-gap-4xl-on-sm,
|
20720
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-4xl-on-sm,
|
20721
20224
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-4xl-on-sm {
|
20722
20225
|
column-gap: var(--pf-t--global--spacer--4xl);
|
20723
20226
|
}
|
20724
20227
|
.pf-v6-c-toolbar__group.pf-m-row-gap-4xl-on-sm,
|
20725
20228
|
.pf-v6-c-toolbar__item.pf-m-row-gap-4xl-on-sm,
|
20726
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-4xl-on-sm,
|
20727
20229
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl-on-sm {
|
20728
20230
|
row-gap: var(--pf-t--global--spacer--4xl);
|
20729
20231
|
}
|
20730
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-start4xl-on-sm,
|
20731
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-start4xl-on-sm,
|
20732
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-start4xl-on-sm,
|
20733
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-start4xl-on-sm {
|
20734
|
-
margin-inline-start: var(--pf-t--global--spacer--4xl);
|
20735
|
-
}
|
20736
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-end4xl-on-sm,
|
20737
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-end4xl-on-sm,
|
20738
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-end4xl-on-sm,
|
20739
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-end4xl-on-sm {
|
20740
|
-
margin-inline-end: var(--pf-t--global--spacer--4xl);
|
20741
|
-
}
|
20742
20232
|
.pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-sm .pf-v6-c-toolbar__group,
|
20743
20233
|
.pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-sm .pf-v6-c-toolbar__item {
|
20744
20234
|
display: flex;
|
@@ -20753,7 +20243,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
20753
20243
|
display: none;
|
20754
20244
|
}
|
20755
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 {
|
20756
|
-
display: inline-
|
20246
|
+
display: inline-flex;
|
20757
20247
|
}
|
20758
20248
|
}
|
20759
20249
|
@media (min-width: 768px) {
|
@@ -20794,372 +20284,203 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
20794
20284
|
.pf-v6-c-toolbar__item.pf-m-align-self-end-on-md {
|
20795
20285
|
align-self: end;
|
20796
20286
|
}
|
20797
|
-
.pf-v6-c-toolbar.pf-m-inset-none-on-md
|
20798
|
-
|
20799
|
-
|
20800
|
-
|
20801
|
-
|
20802
|
-
|
20803
|
-
.pf-v6-c-
|
20804
|
-
|
20805
|
-
|
20806
|
-
|
20807
|
-
|
20808
|
-
|
20809
|
-
.pf-v6-c-
|
20810
|
-
|
20811
|
-
}
|
20812
|
-
.pf-v6-c-toolbar.pf-m-inset-
|
20813
|
-
|
20814
|
-
|
20815
|
-
|
20816
|
-
|
20817
|
-
|
20818
|
-
.pf-v6-c-
|
20819
|
-
|
20820
|
-
|
20821
|
-
|
20822
|
-
|
20823
|
-
.pf-v6-c-toolbar__content.pf-m-inset-xl-on-md,
|
20824
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-xl-on-md {
|
20825
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--xl);
|
20826
|
-
}
|
20827
|
-
.pf-v6-c-toolbar.pf-m-inset-2xl-on-md,
|
20828
|
-
.pf-v6-c-toolbar__content.pf-m-inset-2xl-on-md,
|
20829
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-2xl-on-md {
|
20830
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--2xl);
|
20831
|
-
}
|
20832
|
-
.pf-v6-c-toolbar.pf-m-inset-3xl-on-md,
|
20833
|
-
.pf-v6-c-toolbar__content.pf-m-inset-3xl-on-md,
|
20834
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-3xl-on-md {
|
20835
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--3xl);
|
20836
|
-
}
|
20837
|
-
.pf-v6-c-toolbar.pf-m-inset-4xl-on-md,
|
20838
|
-
.pf-v6-c-toolbar__content.pf-m-inset-4xl-on-md,
|
20839
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-4xl-on-md {
|
20840
|
-
--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);
|
20841
20313
|
}
|
20842
20314
|
.pf-v6-c-toolbar__group.pf-m-wrap-on-md,
|
20843
20315
|
.pf-v6-c-toolbar__item.pf-m-wrap-on-md,
|
20844
|
-
.pf-v6-c-toolbar__content.pf-m-wrap-on-md,
|
20845
20316
|
.pf-v6-c-toolbar__content-section.pf-m-wrap-on-md {
|
20846
20317
|
flex-wrap: wrap;
|
20847
20318
|
}
|
20848
20319
|
.pf-v6-c-toolbar__group.pf-m-nowrap-on-md,
|
20849
20320
|
.pf-v6-c-toolbar__item.pf-m-nowrap-on-md,
|
20850
|
-
.pf-v6-c-toolbar__content.pf-m-nowrap-on-md,
|
20851
20321
|
.pf-v6-c-toolbar__content-section.pf-m-nowrap-on-md {
|
20852
20322
|
flex-wrap: nowrap;
|
20853
20323
|
}
|
20854
20324
|
.pf-v6-c-toolbar__group.pf-m-align-items-stretch-on-md,
|
20855
20325
|
.pf-v6-c-toolbar__item.pf-m-align-items-stretch-on-md,
|
20856
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-stretch-on-md,
|
20857
20326
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-stretch-on-md {
|
20858
20327
|
align-items: stretch;
|
20859
20328
|
}
|
20860
20329
|
.pf-v6-c-toolbar__group.pf-m-align-items-baseline-on-md,
|
20861
20330
|
.pf-v6-c-toolbar__item.pf-m-align-items-baseline-on-md,
|
20862
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-baseline-on-md,
|
20863
20331
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-baseline-on-md {
|
20864
20332
|
align-items: baseline;
|
20865
20333
|
}
|
20866
20334
|
.pf-v6-c-toolbar__group.pf-m-align-items-start-on-md,
|
20867
20335
|
.pf-v6-c-toolbar__item.pf-m-align-items-start-on-md,
|
20868
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-start-on-md,
|
20869
20336
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-start-on-md {
|
20870
20337
|
align-items: start;
|
20871
20338
|
}
|
20872
20339
|
.pf-v6-c-toolbar__group.pf-m-align-items-center-on-md,
|
20873
20340
|
.pf-v6-c-toolbar__item.pf-m-align-items-center-on-md,
|
20874
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-center-on-md,
|
20875
20341
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-center-on-md {
|
20876
20342
|
align-items: center;
|
20877
20343
|
}
|
20878
20344
|
.pf-v6-c-toolbar__group.pf-m-align-items-end-on-md,
|
20879
20345
|
.pf-v6-c-toolbar__item.pf-m-align-items-end-on-md,
|
20880
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-end-on-md,
|
20881
20346
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-end-on-md {
|
20882
20347
|
align-items: end;
|
20883
20348
|
}
|
20884
20349
|
.pf-v6-c-toolbar__group.pf-m-gap-none-on-md,
|
20885
20350
|
.pf-v6-c-toolbar__item.pf-m-gap-none-on-md,
|
20886
|
-
.pf-v6-c-toolbar__content.pf-m-gap-none-on-md,
|
20887
20351
|
.pf-v6-c-toolbar__content-section.pf-m-gap-none-on-md {
|
20888
|
-
|
20889
|
-
column-gap: 0;
|
20352
|
+
gap: 0;
|
20890
20353
|
}
|
20891
20354
|
.pf-v6-c-toolbar__group.pf-m-gap-xs-on-md,
|
20892
20355
|
.pf-v6-c-toolbar__item.pf-m-gap-xs-on-md,
|
20893
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xs-on-md,
|
20894
20356
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xs-on-md {
|
20895
|
-
|
20896
|
-
column-gap: var(--pf-t--global--spacer--xs);
|
20357
|
+
gap: var(--pf-t--global--spacer--xs);
|
20897
20358
|
}
|
20898
20359
|
.pf-v6-c-toolbar__group.pf-m-gap-sm-on-md,
|
20899
20360
|
.pf-v6-c-toolbar__item.pf-m-gap-sm-on-md,
|
20900
|
-
.pf-v6-c-toolbar__content.pf-m-gap-sm-on-md,
|
20901
20361
|
.pf-v6-c-toolbar__content-section.pf-m-gap-sm-on-md {
|
20902
|
-
|
20903
|
-
column-gap: var(--pf-t--global--spacer--sm);
|
20362
|
+
gap: var(--pf-t--global--spacer--sm);
|
20904
20363
|
}
|
20905
20364
|
.pf-v6-c-toolbar__group.pf-m-gap-md-on-md,
|
20906
20365
|
.pf-v6-c-toolbar__item.pf-m-gap-md-on-md,
|
20907
|
-
.pf-v6-c-toolbar__content.pf-m-gap-md-on-md,
|
20908
20366
|
.pf-v6-c-toolbar__content-section.pf-m-gap-md-on-md {
|
20909
|
-
|
20910
|
-
column-gap: var(--pf-t--global--spacer--md);
|
20367
|
+
gap: var(--pf-t--global--spacer--md);
|
20911
20368
|
}
|
20912
20369
|
.pf-v6-c-toolbar__group.pf-m-gap-lg-on-md,
|
20913
20370
|
.pf-v6-c-toolbar__item.pf-m-gap-lg-on-md,
|
20914
|
-
.pf-v6-c-toolbar__content.pf-m-gap-lg-on-md,
|
20915
20371
|
.pf-v6-c-toolbar__content-section.pf-m-gap-lg-on-md {
|
20916
|
-
|
20917
|
-
column-gap: var(--pf-t--global--spacer--lg);
|
20372
|
+
gap: var(--pf-t--global--spacer--lg);
|
20918
20373
|
}
|
20919
20374
|
.pf-v6-c-toolbar__group.pf-m-gap-xl-on-md,
|
20920
20375
|
.pf-v6-c-toolbar__item.pf-m-gap-xl-on-md,
|
20921
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xl-on-md,
|
20922
20376
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xl-on-md {
|
20923
|
-
|
20924
|
-
column-gap: var(--pf-t--global--spacer--xl);
|
20377
|
+
gap: var(--pf-t--global--spacer--xl);
|
20925
20378
|
}
|
20926
20379
|
.pf-v6-c-toolbar__group.pf-m-gap-2xl-on-md,
|
20927
20380
|
.pf-v6-c-toolbar__item.pf-m-gap-2xl-on-md,
|
20928
|
-
.pf-v6-c-toolbar__content.pf-m-gap-2xl-on-md,
|
20929
20381
|
.pf-v6-c-toolbar__content-section.pf-m-gap-2xl-on-md {
|
20930
|
-
|
20931
|
-
column-gap: var(--pf-t--global--spacer--2xl);
|
20382
|
+
gap: var(--pf-t--global--spacer--2xl);
|
20932
20383
|
}
|
20933
20384
|
.pf-v6-c-toolbar__group.pf-m-gap-3xl-on-md,
|
20934
20385
|
.pf-v6-c-toolbar__item.pf-m-gap-3xl-on-md,
|
20935
|
-
.pf-v6-c-toolbar__content.pf-m-gap-3xl-on-md,
|
20936
20386
|
.pf-v6-c-toolbar__content-section.pf-m-gap-3xl-on-md {
|
20937
|
-
|
20938
|
-
column-gap: var(--pf-t--global--spacer--3xl);
|
20387
|
+
gap: var(--pf-t--global--spacer--3xl);
|
20939
20388
|
}
|
20940
20389
|
.pf-v6-c-toolbar__group.pf-m-gap-4xl-on-md,
|
20941
20390
|
.pf-v6-c-toolbar__item.pf-m-gap-4xl-on-md,
|
20942
|
-
.pf-v6-c-toolbar__content.pf-m-gap-4xl-on-md,
|
20943
20391
|
.pf-v6-c-toolbar__content-section.pf-m-gap-4xl-on-md {
|
20944
|
-
|
20945
|
-
column-gap: var(--pf-t--global--spacer--4xl);
|
20392
|
+
gap: var(--pf-t--global--spacer--4xl);
|
20946
20393
|
}
|
20947
20394
|
.pf-v6-c-toolbar__group.pf-m-column-gap-none-on-md,
|
20948
20395
|
.pf-v6-c-toolbar__item.pf-m-column-gap-none-on-md,
|
20949
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-none-on-md,
|
20950
20396
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-none-on-md {
|
20951
20397
|
column-gap: 0;
|
20952
20398
|
}
|
20953
20399
|
.pf-v6-c-toolbar__group.pf-m-row-gap-none-on-md,
|
20954
20400
|
.pf-v6-c-toolbar__item.pf-m-row-gap-none-on-md,
|
20955
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-none-on-md,
|
20956
20401
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-none-on-md {
|
20957
20402
|
row-gap: 0;
|
20958
20403
|
}
|
20959
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startnone-on-md,
|
20960
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startnone-on-md,
|
20961
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startnone-on-md,
|
20962
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startnone-on-md {
|
20963
|
-
margin-inline-start: 0;
|
20964
|
-
}
|
20965
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endnone-on-md,
|
20966
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endnone-on-md,
|
20967
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endnone-on-md,
|
20968
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endnone-on-md {
|
20969
|
-
margin-inline-end: 0;
|
20970
|
-
}
|
20971
20404
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xs-on-md,
|
20972
20405
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xs-on-md,
|
20973
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xs-on-md,
|
20974
20406
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xs-on-md {
|
20975
20407
|
column-gap: var(--pf-t--global--spacer--xs);
|
20976
20408
|
}
|
20977
20409
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xs-on-md,
|
20978
20410
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xs-on-md,
|
20979
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xs-on-md,
|
20980
20411
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xs-on-md {
|
20981
20412
|
row-gap: var(--pf-t--global--spacer--xs);
|
20982
20413
|
}
|
20983
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxs-on-md,
|
20984
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxs-on-md,
|
20985
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startxs-on-md,
|
20986
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startxs-on-md {
|
20987
|
-
margin-inline-start: var(--pf-t--global--spacer--xs);
|
20988
|
-
}
|
20989
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endxs-on-md,
|
20990
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endxs-on-md,
|
20991
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endxs-on-md,
|
20992
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endxs-on-md {
|
20993
|
-
margin-inline-end: var(--pf-t--global--spacer--xs);
|
20994
|
-
}
|
20995
20414
|
.pf-v6-c-toolbar__group.pf-m-column-gap-sm-on-md,
|
20996
20415
|
.pf-v6-c-toolbar__item.pf-m-column-gap-sm-on-md,
|
20997
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-sm-on-md,
|
20998
20416
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-sm-on-md {
|
20999
20417
|
column-gap: var(--pf-t--global--spacer--sm);
|
21000
20418
|
}
|
21001
20419
|
.pf-v6-c-toolbar__group.pf-m-row-gap-sm-on-md,
|
21002
20420
|
.pf-v6-c-toolbar__item.pf-m-row-gap-sm-on-md,
|
21003
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-sm-on-md,
|
21004
20421
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-sm-on-md {
|
21005
20422
|
row-gap: var(--pf-t--global--spacer--sm);
|
21006
20423
|
}
|
21007
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startsm-on-md,
|
21008
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startsm-on-md,
|
21009
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startsm-on-md,
|
21010
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startsm-on-md {
|
21011
|
-
margin-inline-start: var(--pf-t--global--spacer--sm);
|
21012
|
-
}
|
21013
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endsm-on-md,
|
21014
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endsm-on-md,
|
21015
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endsm-on-md,
|
21016
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endsm-on-md {
|
21017
|
-
margin-inline-end: var(--pf-t--global--spacer--sm);
|
21018
|
-
}
|
21019
20424
|
.pf-v6-c-toolbar__group.pf-m-column-gap-md-on-md,
|
21020
20425
|
.pf-v6-c-toolbar__item.pf-m-column-gap-md-on-md,
|
21021
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-md-on-md,
|
21022
20426
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-md-on-md {
|
21023
20427
|
column-gap: var(--pf-t--global--spacer--md);
|
21024
20428
|
}
|
21025
20429
|
.pf-v6-c-toolbar__group.pf-m-row-gap-md-on-md,
|
21026
20430
|
.pf-v6-c-toolbar__item.pf-m-row-gap-md-on-md,
|
21027
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-md-on-md,
|
21028
20431
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-md-on-md {
|
21029
20432
|
row-gap: var(--pf-t--global--spacer--md);
|
21030
20433
|
}
|
21031
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startmd-on-md,
|
21032
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startmd-on-md,
|
21033
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startmd-on-md,
|
21034
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startmd-on-md {
|
21035
|
-
margin-inline-start: var(--pf-t--global--spacer--md);
|
21036
|
-
}
|
21037
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endmd-on-md,
|
21038
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endmd-on-md,
|
21039
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endmd-on-md,
|
21040
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endmd-on-md {
|
21041
|
-
margin-inline-end: var(--pf-t--global--spacer--md);
|
21042
|
-
}
|
21043
20434
|
.pf-v6-c-toolbar__group.pf-m-column-gap-lg-on-md,
|
21044
20435
|
.pf-v6-c-toolbar__item.pf-m-column-gap-lg-on-md,
|
21045
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-lg-on-md,
|
21046
20436
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-lg-on-md {
|
21047
20437
|
column-gap: var(--pf-t--global--spacer--lg);
|
21048
20438
|
}
|
21049
20439
|
.pf-v6-c-toolbar__group.pf-m-row-gap-lg-on-md,
|
21050
20440
|
.pf-v6-c-toolbar__item.pf-m-row-gap-lg-on-md,
|
21051
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-lg-on-md,
|
21052
20441
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-lg-on-md {
|
21053
20442
|
row-gap: var(--pf-t--global--spacer--lg);
|
21054
20443
|
}
|
21055
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startlg-on-md,
|
21056
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startlg-on-md,
|
21057
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startlg-on-md,
|
21058
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startlg-on-md {
|
21059
|
-
margin-inline-start: var(--pf-t--global--spacer--lg);
|
21060
|
-
}
|
21061
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endlg-on-md,
|
21062
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endlg-on-md,
|
21063
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endlg-on-md,
|
21064
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endlg-on-md {
|
21065
|
-
margin-inline-end: var(--pf-t--global--spacer--lg);
|
21066
|
-
}
|
21067
20444
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xl-on-md,
|
21068
20445
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xl-on-md,
|
21069
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xl-on-md,
|
21070
20446
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xl-on-md {
|
21071
20447
|
column-gap: var(--pf-t--global--spacer--xl);
|
21072
20448
|
}
|
21073
20449
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xl-on-md,
|
21074
20450
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xl-on-md,
|
21075
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xl-on-md,
|
21076
20451
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xl-on-md {
|
21077
20452
|
row-gap: var(--pf-t--global--spacer--xl);
|
21078
20453
|
}
|
21079
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxl-on-md,
|
21080
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxl-on-md,
|
21081
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startxl-on-md,
|
21082
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startxl-on-md {
|
21083
|
-
margin-inline-start: var(--pf-t--global--spacer--xl);
|
21084
|
-
}
|
21085
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endxl-on-md,
|
21086
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endxl-on-md,
|
21087
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endxl-on-md,
|
21088
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endxl-on-md {
|
21089
|
-
margin-inline-end: var(--pf-t--global--spacer--xl);
|
21090
|
-
}
|
21091
20454
|
.pf-v6-c-toolbar__group.pf-m-column-gap-2xl-on-md,
|
21092
20455
|
.pf-v6-c-toolbar__item.pf-m-column-gap-2xl-on-md,
|
21093
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-2xl-on-md,
|
21094
20456
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-2xl-on-md {
|
21095
20457
|
column-gap: var(--pf-t--global--spacer--2xl);
|
21096
20458
|
}
|
21097
20459
|
.pf-v6-c-toolbar__group.pf-m-row-gap-2xl-on-md,
|
21098
20460
|
.pf-v6-c-toolbar__item.pf-m-row-gap-2xl-on-md,
|
21099
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-2xl-on-md,
|
21100
20461
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl-on-md {
|
21101
20462
|
row-gap: var(--pf-t--global--spacer--2xl);
|
21102
20463
|
}
|
21103
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-start2xl-on-md,
|
21104
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-start2xl-on-md,
|
21105
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-start2xl-on-md,
|
21106
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-start2xl-on-md {
|
21107
|
-
margin-inline-start: var(--pf-t--global--spacer--2xl);
|
21108
|
-
}
|
21109
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-end2xl-on-md,
|
21110
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-end2xl-on-md,
|
21111
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-end2xl-on-md,
|
21112
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-end2xl-on-md {
|
21113
|
-
margin-inline-end: var(--pf-t--global--spacer--2xl);
|
21114
|
-
}
|
21115
20464
|
.pf-v6-c-toolbar__group.pf-m-column-gap-3xl-on-md,
|
21116
20465
|
.pf-v6-c-toolbar__item.pf-m-column-gap-3xl-on-md,
|
21117
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-3xl-on-md,
|
21118
20466
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-3xl-on-md {
|
21119
20467
|
column-gap: var(--pf-t--global--spacer--3xl);
|
21120
20468
|
}
|
21121
20469
|
.pf-v6-c-toolbar__group.pf-m-row-gap-3xl-on-md,
|
21122
20470
|
.pf-v6-c-toolbar__item.pf-m-row-gap-3xl-on-md,
|
21123
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-3xl-on-md,
|
21124
20471
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl-on-md {
|
21125
20472
|
row-gap: var(--pf-t--global--spacer--3xl);
|
21126
20473
|
}
|
21127
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-start3xl-on-md,
|
21128
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-start3xl-on-md,
|
21129
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-start3xl-on-md,
|
21130
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-start3xl-on-md {
|
21131
|
-
margin-inline-start: var(--pf-t--global--spacer--3xl);
|
21132
|
-
}
|
21133
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-end3xl-on-md,
|
21134
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-end3xl-on-md,
|
21135
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-end3xl-on-md,
|
21136
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-end3xl-on-md {
|
21137
|
-
margin-inline-end: var(--pf-t--global--spacer--3xl);
|
21138
|
-
}
|
21139
20474
|
.pf-v6-c-toolbar__group.pf-m-column-gap-4xl-on-md,
|
21140
20475
|
.pf-v6-c-toolbar__item.pf-m-column-gap-4xl-on-md,
|
21141
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-4xl-on-md,
|
21142
20476
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-4xl-on-md {
|
21143
20477
|
column-gap: var(--pf-t--global--spacer--4xl);
|
21144
20478
|
}
|
21145
20479
|
.pf-v6-c-toolbar__group.pf-m-row-gap-4xl-on-md,
|
21146
20480
|
.pf-v6-c-toolbar__item.pf-m-row-gap-4xl-on-md,
|
21147
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-4xl-on-md,
|
21148
20481
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl-on-md {
|
21149
20482
|
row-gap: var(--pf-t--global--spacer--4xl);
|
21150
20483
|
}
|
21151
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-start4xl-on-md,
|
21152
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-start4xl-on-md,
|
21153
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-start4xl-on-md,
|
21154
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-start4xl-on-md {
|
21155
|
-
margin-inline-start: var(--pf-t--global--spacer--4xl);
|
21156
|
-
}
|
21157
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-end4xl-on-md,
|
21158
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-end4xl-on-md,
|
21159
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-end4xl-on-md,
|
21160
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-end4xl-on-md {
|
21161
|
-
margin-inline-end: var(--pf-t--global--spacer--4xl);
|
21162
|
-
}
|
21163
20484
|
.pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-md .pf-v6-c-toolbar__group,
|
21164
20485
|
.pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-md .pf-v6-c-toolbar__item {
|
21165
20486
|
display: flex;
|
@@ -21174,7 +20495,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
21174
20495
|
display: none;
|
21175
20496
|
}
|
21176
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 {
|
21177
|
-
display: inline-
|
20498
|
+
display: inline-flex;
|
21178
20499
|
}
|
21179
20500
|
}
|
21180
20501
|
@media (min-width: 992px) {
|
@@ -21215,372 +20536,203 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
21215
20536
|
.pf-v6-c-toolbar__item.pf-m-align-self-end-on-lg {
|
21216
20537
|
align-self: end;
|
21217
20538
|
}
|
21218
|
-
.pf-v6-c-toolbar.pf-m-inset-none-on-lg
|
21219
|
-
|
21220
|
-
|
21221
|
-
|
21222
|
-
|
21223
|
-
|
21224
|
-
.pf-v6-c-
|
21225
|
-
|
21226
|
-
|
21227
|
-
|
21228
|
-
|
21229
|
-
|
21230
|
-
.pf-v6-c-
|
21231
|
-
|
21232
|
-
}
|
21233
|
-
.pf-v6-c-toolbar.pf-m-inset-
|
21234
|
-
|
21235
|
-
|
21236
|
-
|
21237
|
-
|
21238
|
-
|
21239
|
-
.pf-v6-c-
|
21240
|
-
|
21241
|
-
|
21242
|
-
|
21243
|
-
|
21244
|
-
.pf-v6-c-toolbar__content.pf-m-inset-xl-on-lg,
|
21245
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-xl-on-lg {
|
21246
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--xl);
|
21247
|
-
}
|
21248
|
-
.pf-v6-c-toolbar.pf-m-inset-2xl-on-lg,
|
21249
|
-
.pf-v6-c-toolbar__content.pf-m-inset-2xl-on-lg,
|
21250
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-2xl-on-lg {
|
21251
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--2xl);
|
21252
|
-
}
|
21253
|
-
.pf-v6-c-toolbar.pf-m-inset-3xl-on-lg,
|
21254
|
-
.pf-v6-c-toolbar__content.pf-m-inset-3xl-on-lg,
|
21255
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-3xl-on-lg {
|
21256
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--3xl);
|
21257
|
-
}
|
21258
|
-
.pf-v6-c-toolbar.pf-m-inset-4xl-on-lg,
|
21259
|
-
.pf-v6-c-toolbar__content.pf-m-inset-4xl-on-lg,
|
21260
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-4xl-on-lg {
|
21261
|
-
--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);
|
21262
20565
|
}
|
21263
20566
|
.pf-v6-c-toolbar__group.pf-m-wrap-on-lg,
|
21264
20567
|
.pf-v6-c-toolbar__item.pf-m-wrap-on-lg,
|
21265
|
-
.pf-v6-c-toolbar__content.pf-m-wrap-on-lg,
|
21266
20568
|
.pf-v6-c-toolbar__content-section.pf-m-wrap-on-lg {
|
21267
20569
|
flex-wrap: wrap;
|
21268
20570
|
}
|
21269
20571
|
.pf-v6-c-toolbar__group.pf-m-nowrap-on-lg,
|
21270
20572
|
.pf-v6-c-toolbar__item.pf-m-nowrap-on-lg,
|
21271
|
-
.pf-v6-c-toolbar__content.pf-m-nowrap-on-lg,
|
21272
20573
|
.pf-v6-c-toolbar__content-section.pf-m-nowrap-on-lg {
|
21273
20574
|
flex-wrap: nowrap;
|
21274
20575
|
}
|
21275
20576
|
.pf-v6-c-toolbar__group.pf-m-align-items-stretch-on-lg,
|
21276
20577
|
.pf-v6-c-toolbar__item.pf-m-align-items-stretch-on-lg,
|
21277
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-stretch-on-lg,
|
21278
20578
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-stretch-on-lg {
|
21279
20579
|
align-items: stretch;
|
21280
20580
|
}
|
21281
20581
|
.pf-v6-c-toolbar__group.pf-m-align-items-baseline-on-lg,
|
21282
20582
|
.pf-v6-c-toolbar__item.pf-m-align-items-baseline-on-lg,
|
21283
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-baseline-on-lg,
|
21284
20583
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-baseline-on-lg {
|
21285
20584
|
align-items: baseline;
|
21286
20585
|
}
|
21287
20586
|
.pf-v6-c-toolbar__group.pf-m-align-items-start-on-lg,
|
21288
20587
|
.pf-v6-c-toolbar__item.pf-m-align-items-start-on-lg,
|
21289
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-start-on-lg,
|
21290
20588
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-start-on-lg {
|
21291
20589
|
align-items: start;
|
21292
20590
|
}
|
21293
20591
|
.pf-v6-c-toolbar__group.pf-m-align-items-center-on-lg,
|
21294
20592
|
.pf-v6-c-toolbar__item.pf-m-align-items-center-on-lg,
|
21295
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-center-on-lg,
|
21296
20593
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-center-on-lg {
|
21297
20594
|
align-items: center;
|
21298
20595
|
}
|
21299
20596
|
.pf-v6-c-toolbar__group.pf-m-align-items-end-on-lg,
|
21300
20597
|
.pf-v6-c-toolbar__item.pf-m-align-items-end-on-lg,
|
21301
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-end-on-lg,
|
21302
20598
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-end-on-lg {
|
21303
20599
|
align-items: end;
|
21304
20600
|
}
|
21305
20601
|
.pf-v6-c-toolbar__group.pf-m-gap-none-on-lg,
|
21306
20602
|
.pf-v6-c-toolbar__item.pf-m-gap-none-on-lg,
|
21307
|
-
.pf-v6-c-toolbar__content.pf-m-gap-none-on-lg,
|
21308
20603
|
.pf-v6-c-toolbar__content-section.pf-m-gap-none-on-lg {
|
21309
|
-
|
21310
|
-
column-gap: 0;
|
20604
|
+
gap: 0;
|
21311
20605
|
}
|
21312
20606
|
.pf-v6-c-toolbar__group.pf-m-gap-xs-on-lg,
|
21313
20607
|
.pf-v6-c-toolbar__item.pf-m-gap-xs-on-lg,
|
21314
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xs-on-lg,
|
21315
20608
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xs-on-lg {
|
21316
|
-
|
21317
|
-
column-gap: var(--pf-t--global--spacer--xs);
|
20609
|
+
gap: var(--pf-t--global--spacer--xs);
|
21318
20610
|
}
|
21319
20611
|
.pf-v6-c-toolbar__group.pf-m-gap-sm-on-lg,
|
21320
20612
|
.pf-v6-c-toolbar__item.pf-m-gap-sm-on-lg,
|
21321
|
-
.pf-v6-c-toolbar__content.pf-m-gap-sm-on-lg,
|
21322
20613
|
.pf-v6-c-toolbar__content-section.pf-m-gap-sm-on-lg {
|
21323
|
-
|
21324
|
-
column-gap: var(--pf-t--global--spacer--sm);
|
20614
|
+
gap: var(--pf-t--global--spacer--sm);
|
21325
20615
|
}
|
21326
20616
|
.pf-v6-c-toolbar__group.pf-m-gap-md-on-lg,
|
21327
20617
|
.pf-v6-c-toolbar__item.pf-m-gap-md-on-lg,
|
21328
|
-
.pf-v6-c-toolbar__content.pf-m-gap-md-on-lg,
|
21329
20618
|
.pf-v6-c-toolbar__content-section.pf-m-gap-md-on-lg {
|
21330
|
-
|
21331
|
-
column-gap: var(--pf-t--global--spacer--md);
|
20619
|
+
gap: var(--pf-t--global--spacer--md);
|
21332
20620
|
}
|
21333
20621
|
.pf-v6-c-toolbar__group.pf-m-gap-lg-on-lg,
|
21334
20622
|
.pf-v6-c-toolbar__item.pf-m-gap-lg-on-lg,
|
21335
|
-
.pf-v6-c-toolbar__content.pf-m-gap-lg-on-lg,
|
21336
20623
|
.pf-v6-c-toolbar__content-section.pf-m-gap-lg-on-lg {
|
21337
|
-
|
21338
|
-
column-gap: var(--pf-t--global--spacer--lg);
|
20624
|
+
gap: var(--pf-t--global--spacer--lg);
|
21339
20625
|
}
|
21340
20626
|
.pf-v6-c-toolbar__group.pf-m-gap-xl-on-lg,
|
21341
20627
|
.pf-v6-c-toolbar__item.pf-m-gap-xl-on-lg,
|
21342
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xl-on-lg,
|
21343
20628
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xl-on-lg {
|
21344
|
-
|
21345
|
-
column-gap: var(--pf-t--global--spacer--xl);
|
20629
|
+
gap: var(--pf-t--global--spacer--xl);
|
21346
20630
|
}
|
21347
20631
|
.pf-v6-c-toolbar__group.pf-m-gap-2xl-on-lg,
|
21348
20632
|
.pf-v6-c-toolbar__item.pf-m-gap-2xl-on-lg,
|
21349
|
-
.pf-v6-c-toolbar__content.pf-m-gap-2xl-on-lg,
|
21350
20633
|
.pf-v6-c-toolbar__content-section.pf-m-gap-2xl-on-lg {
|
21351
|
-
|
21352
|
-
column-gap: var(--pf-t--global--spacer--2xl);
|
20634
|
+
gap: var(--pf-t--global--spacer--2xl);
|
21353
20635
|
}
|
21354
20636
|
.pf-v6-c-toolbar__group.pf-m-gap-3xl-on-lg,
|
21355
20637
|
.pf-v6-c-toolbar__item.pf-m-gap-3xl-on-lg,
|
21356
|
-
.pf-v6-c-toolbar__content.pf-m-gap-3xl-on-lg,
|
21357
20638
|
.pf-v6-c-toolbar__content-section.pf-m-gap-3xl-on-lg {
|
21358
|
-
|
21359
|
-
column-gap: var(--pf-t--global--spacer--3xl);
|
20639
|
+
gap: var(--pf-t--global--spacer--3xl);
|
21360
20640
|
}
|
21361
20641
|
.pf-v6-c-toolbar__group.pf-m-gap-4xl-on-lg,
|
21362
20642
|
.pf-v6-c-toolbar__item.pf-m-gap-4xl-on-lg,
|
21363
|
-
.pf-v6-c-toolbar__content.pf-m-gap-4xl-on-lg,
|
21364
20643
|
.pf-v6-c-toolbar__content-section.pf-m-gap-4xl-on-lg {
|
21365
|
-
|
21366
|
-
column-gap: var(--pf-t--global--spacer--4xl);
|
20644
|
+
gap: var(--pf-t--global--spacer--4xl);
|
21367
20645
|
}
|
21368
20646
|
.pf-v6-c-toolbar__group.pf-m-column-gap-none-on-lg,
|
21369
20647
|
.pf-v6-c-toolbar__item.pf-m-column-gap-none-on-lg,
|
21370
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-none-on-lg,
|
21371
20648
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-none-on-lg {
|
21372
20649
|
column-gap: 0;
|
21373
20650
|
}
|
21374
20651
|
.pf-v6-c-toolbar__group.pf-m-row-gap-none-on-lg,
|
21375
20652
|
.pf-v6-c-toolbar__item.pf-m-row-gap-none-on-lg,
|
21376
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-none-on-lg,
|
21377
20653
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-none-on-lg {
|
21378
20654
|
row-gap: 0;
|
21379
20655
|
}
|
21380
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startnone-on-lg,
|
21381
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startnone-on-lg,
|
21382
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startnone-on-lg,
|
21383
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startnone-on-lg {
|
21384
|
-
margin-inline-start: 0;
|
21385
|
-
}
|
21386
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endnone-on-lg,
|
21387
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endnone-on-lg,
|
21388
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endnone-on-lg,
|
21389
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endnone-on-lg {
|
21390
|
-
margin-inline-end: 0;
|
21391
|
-
}
|
21392
20656
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xs-on-lg,
|
21393
20657
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xs-on-lg,
|
21394
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xs-on-lg,
|
21395
20658
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xs-on-lg {
|
21396
20659
|
column-gap: var(--pf-t--global--spacer--xs);
|
21397
20660
|
}
|
21398
20661
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xs-on-lg,
|
21399
20662
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xs-on-lg,
|
21400
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xs-on-lg,
|
21401
20663
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xs-on-lg {
|
21402
20664
|
row-gap: var(--pf-t--global--spacer--xs);
|
21403
20665
|
}
|
21404
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxs-on-lg,
|
21405
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxs-on-lg,
|
21406
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startxs-on-lg,
|
21407
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startxs-on-lg {
|
21408
|
-
margin-inline-start: var(--pf-t--global--spacer--xs);
|
21409
|
-
}
|
21410
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endxs-on-lg,
|
21411
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endxs-on-lg,
|
21412
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endxs-on-lg,
|
21413
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endxs-on-lg {
|
21414
|
-
margin-inline-end: var(--pf-t--global--spacer--xs);
|
21415
|
-
}
|
21416
20666
|
.pf-v6-c-toolbar__group.pf-m-column-gap-sm-on-lg,
|
21417
20667
|
.pf-v6-c-toolbar__item.pf-m-column-gap-sm-on-lg,
|
21418
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-sm-on-lg,
|
21419
20668
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-sm-on-lg {
|
21420
20669
|
column-gap: var(--pf-t--global--spacer--sm);
|
21421
20670
|
}
|
21422
20671
|
.pf-v6-c-toolbar__group.pf-m-row-gap-sm-on-lg,
|
21423
20672
|
.pf-v6-c-toolbar__item.pf-m-row-gap-sm-on-lg,
|
21424
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-sm-on-lg,
|
21425
20673
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-sm-on-lg {
|
21426
20674
|
row-gap: var(--pf-t--global--spacer--sm);
|
21427
20675
|
}
|
21428
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startsm-on-lg,
|
21429
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startsm-on-lg,
|
21430
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startsm-on-lg,
|
21431
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startsm-on-lg {
|
21432
|
-
margin-inline-start: var(--pf-t--global--spacer--sm);
|
21433
|
-
}
|
21434
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endsm-on-lg,
|
21435
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endsm-on-lg,
|
21436
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endsm-on-lg,
|
21437
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endsm-on-lg {
|
21438
|
-
margin-inline-end: var(--pf-t--global--spacer--sm);
|
21439
|
-
}
|
21440
20676
|
.pf-v6-c-toolbar__group.pf-m-column-gap-md-on-lg,
|
21441
20677
|
.pf-v6-c-toolbar__item.pf-m-column-gap-md-on-lg,
|
21442
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-md-on-lg,
|
21443
20678
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-md-on-lg {
|
21444
20679
|
column-gap: var(--pf-t--global--spacer--md);
|
21445
20680
|
}
|
21446
20681
|
.pf-v6-c-toolbar__group.pf-m-row-gap-md-on-lg,
|
21447
20682
|
.pf-v6-c-toolbar__item.pf-m-row-gap-md-on-lg,
|
21448
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-md-on-lg,
|
21449
20683
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-md-on-lg {
|
21450
20684
|
row-gap: var(--pf-t--global--spacer--md);
|
21451
20685
|
}
|
21452
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startmd-on-lg,
|
21453
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startmd-on-lg,
|
21454
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startmd-on-lg,
|
21455
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startmd-on-lg {
|
21456
|
-
margin-inline-start: var(--pf-t--global--spacer--md);
|
21457
|
-
}
|
21458
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endmd-on-lg,
|
21459
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endmd-on-lg,
|
21460
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endmd-on-lg,
|
21461
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endmd-on-lg {
|
21462
|
-
margin-inline-end: var(--pf-t--global--spacer--md);
|
21463
|
-
}
|
21464
20686
|
.pf-v6-c-toolbar__group.pf-m-column-gap-lg-on-lg,
|
21465
20687
|
.pf-v6-c-toolbar__item.pf-m-column-gap-lg-on-lg,
|
21466
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-lg-on-lg,
|
21467
20688
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-lg-on-lg {
|
21468
20689
|
column-gap: var(--pf-t--global--spacer--lg);
|
21469
20690
|
}
|
21470
20691
|
.pf-v6-c-toolbar__group.pf-m-row-gap-lg-on-lg,
|
21471
20692
|
.pf-v6-c-toolbar__item.pf-m-row-gap-lg-on-lg,
|
21472
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-lg-on-lg,
|
21473
20693
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-lg-on-lg {
|
21474
20694
|
row-gap: var(--pf-t--global--spacer--lg);
|
21475
20695
|
}
|
21476
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startlg-on-lg,
|
21477
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startlg-on-lg,
|
21478
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startlg-on-lg,
|
21479
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startlg-on-lg {
|
21480
|
-
margin-inline-start: var(--pf-t--global--spacer--lg);
|
21481
|
-
}
|
21482
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endlg-on-lg,
|
21483
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endlg-on-lg,
|
21484
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endlg-on-lg,
|
21485
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endlg-on-lg {
|
21486
|
-
margin-inline-end: var(--pf-t--global--spacer--lg);
|
21487
|
-
}
|
21488
20696
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xl-on-lg,
|
21489
20697
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xl-on-lg,
|
21490
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xl-on-lg,
|
21491
20698
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xl-on-lg {
|
21492
20699
|
column-gap: var(--pf-t--global--spacer--xl);
|
21493
20700
|
}
|
21494
20701
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xl-on-lg,
|
21495
20702
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xl-on-lg,
|
21496
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xl-on-lg,
|
21497
20703
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xl-on-lg {
|
21498
20704
|
row-gap: var(--pf-t--global--spacer--xl);
|
21499
20705
|
}
|
21500
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxl-on-lg,
|
21501
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxl-on-lg,
|
21502
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startxl-on-lg,
|
21503
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startxl-on-lg {
|
21504
|
-
margin-inline-start: var(--pf-t--global--spacer--xl);
|
21505
|
-
}
|
21506
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endxl-on-lg,
|
21507
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endxl-on-lg,
|
21508
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endxl-on-lg,
|
21509
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endxl-on-lg {
|
21510
|
-
margin-inline-end: var(--pf-t--global--spacer--xl);
|
21511
|
-
}
|
21512
20706
|
.pf-v6-c-toolbar__group.pf-m-column-gap-2xl-on-lg,
|
21513
20707
|
.pf-v6-c-toolbar__item.pf-m-column-gap-2xl-on-lg,
|
21514
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-2xl-on-lg,
|
21515
20708
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-2xl-on-lg {
|
21516
20709
|
column-gap: var(--pf-t--global--spacer--2xl);
|
21517
20710
|
}
|
21518
20711
|
.pf-v6-c-toolbar__group.pf-m-row-gap-2xl-on-lg,
|
21519
20712
|
.pf-v6-c-toolbar__item.pf-m-row-gap-2xl-on-lg,
|
21520
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-2xl-on-lg,
|
21521
20713
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl-on-lg {
|
21522
20714
|
row-gap: var(--pf-t--global--spacer--2xl);
|
21523
20715
|
}
|
21524
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-start2xl-on-lg,
|
21525
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-start2xl-on-lg,
|
21526
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-start2xl-on-lg,
|
21527
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-start2xl-on-lg {
|
21528
|
-
margin-inline-start: var(--pf-t--global--spacer--2xl);
|
21529
|
-
}
|
21530
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-end2xl-on-lg,
|
21531
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-end2xl-on-lg,
|
21532
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-end2xl-on-lg,
|
21533
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-end2xl-on-lg {
|
21534
|
-
margin-inline-end: var(--pf-t--global--spacer--2xl);
|
21535
|
-
}
|
21536
20716
|
.pf-v6-c-toolbar__group.pf-m-column-gap-3xl-on-lg,
|
21537
20717
|
.pf-v6-c-toolbar__item.pf-m-column-gap-3xl-on-lg,
|
21538
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-3xl-on-lg,
|
21539
20718
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-3xl-on-lg {
|
21540
20719
|
column-gap: var(--pf-t--global--spacer--3xl);
|
21541
20720
|
}
|
21542
20721
|
.pf-v6-c-toolbar__group.pf-m-row-gap-3xl-on-lg,
|
21543
20722
|
.pf-v6-c-toolbar__item.pf-m-row-gap-3xl-on-lg,
|
21544
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-3xl-on-lg,
|
21545
20723
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl-on-lg {
|
21546
20724
|
row-gap: var(--pf-t--global--spacer--3xl);
|
21547
20725
|
}
|
21548
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-start3xl-on-lg,
|
21549
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-start3xl-on-lg,
|
21550
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-start3xl-on-lg,
|
21551
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-start3xl-on-lg {
|
21552
|
-
margin-inline-start: var(--pf-t--global--spacer--3xl);
|
21553
|
-
}
|
21554
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-end3xl-on-lg,
|
21555
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-end3xl-on-lg,
|
21556
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-end3xl-on-lg,
|
21557
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-end3xl-on-lg {
|
21558
|
-
margin-inline-end: var(--pf-t--global--spacer--3xl);
|
21559
|
-
}
|
21560
20726
|
.pf-v6-c-toolbar__group.pf-m-column-gap-4xl-on-lg,
|
21561
20727
|
.pf-v6-c-toolbar__item.pf-m-column-gap-4xl-on-lg,
|
21562
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-4xl-on-lg,
|
21563
20728
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-4xl-on-lg {
|
21564
20729
|
column-gap: var(--pf-t--global--spacer--4xl);
|
21565
20730
|
}
|
21566
20731
|
.pf-v6-c-toolbar__group.pf-m-row-gap-4xl-on-lg,
|
21567
20732
|
.pf-v6-c-toolbar__item.pf-m-row-gap-4xl-on-lg,
|
21568
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-4xl-on-lg,
|
21569
20733
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl-on-lg {
|
21570
20734
|
row-gap: var(--pf-t--global--spacer--4xl);
|
21571
20735
|
}
|
21572
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-start4xl-on-lg,
|
21573
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-start4xl-on-lg,
|
21574
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-start4xl-on-lg,
|
21575
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-start4xl-on-lg {
|
21576
|
-
margin-inline-start: var(--pf-t--global--spacer--4xl);
|
21577
|
-
}
|
21578
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-end4xl-on-lg,
|
21579
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-end4xl-on-lg,
|
21580
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-end4xl-on-lg,
|
21581
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-end4xl-on-lg {
|
21582
|
-
margin-inline-end: var(--pf-t--global--spacer--4xl);
|
21583
|
-
}
|
21584
20736
|
.pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-lg .pf-v6-c-toolbar__group,
|
21585
20737
|
.pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-lg .pf-v6-c-toolbar__item {
|
21586
20738
|
display: flex;
|
@@ -21595,7 +20747,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
21595
20747
|
display: none;
|
21596
20748
|
}
|
21597
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 {
|
21598
|
-
display: inline-
|
20750
|
+
display: inline-flex;
|
21599
20751
|
}
|
21600
20752
|
}
|
21601
20753
|
@media (min-width: 1200px) {
|
@@ -21636,372 +20788,203 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
21636
20788
|
.pf-v6-c-toolbar__item.pf-m-align-self-end-on-xl {
|
21637
20789
|
align-self: end;
|
21638
20790
|
}
|
21639
|
-
.pf-v6-c-toolbar.pf-m-inset-none-on-xl
|
21640
|
-
|
21641
|
-
|
21642
|
-
|
21643
|
-
|
21644
|
-
|
21645
|
-
.pf-v6-c-
|
21646
|
-
|
21647
|
-
|
21648
|
-
|
21649
|
-
|
21650
|
-
|
21651
|
-
.pf-v6-c-
|
21652
|
-
|
21653
|
-
}
|
21654
|
-
.pf-v6-c-toolbar.pf-m-inset-
|
21655
|
-
|
21656
|
-
|
21657
|
-
|
21658
|
-
|
21659
|
-
|
21660
|
-
.pf-v6-c-
|
21661
|
-
|
21662
|
-
|
21663
|
-
|
21664
|
-
|
21665
|
-
.pf-v6-c-toolbar__content.pf-m-inset-xl-on-xl,
|
21666
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-xl-on-xl {
|
21667
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--xl);
|
21668
|
-
}
|
21669
|
-
.pf-v6-c-toolbar.pf-m-inset-2xl-on-xl,
|
21670
|
-
.pf-v6-c-toolbar__content.pf-m-inset-2xl-on-xl,
|
21671
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-2xl-on-xl {
|
21672
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--2xl);
|
21673
|
-
}
|
21674
|
-
.pf-v6-c-toolbar.pf-m-inset-3xl-on-xl,
|
21675
|
-
.pf-v6-c-toolbar__content.pf-m-inset-3xl-on-xl,
|
21676
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-3xl-on-xl {
|
21677
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--3xl);
|
21678
|
-
}
|
21679
|
-
.pf-v6-c-toolbar.pf-m-inset-4xl-on-xl,
|
21680
|
-
.pf-v6-c-toolbar__content.pf-m-inset-4xl-on-xl,
|
21681
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-4xl-on-xl {
|
21682
|
-
--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);
|
21683
20817
|
}
|
21684
20818
|
.pf-v6-c-toolbar__group.pf-m-wrap-on-xl,
|
21685
20819
|
.pf-v6-c-toolbar__item.pf-m-wrap-on-xl,
|
21686
|
-
.pf-v6-c-toolbar__content.pf-m-wrap-on-xl,
|
21687
20820
|
.pf-v6-c-toolbar__content-section.pf-m-wrap-on-xl {
|
21688
20821
|
flex-wrap: wrap;
|
21689
20822
|
}
|
21690
20823
|
.pf-v6-c-toolbar__group.pf-m-nowrap-on-xl,
|
21691
20824
|
.pf-v6-c-toolbar__item.pf-m-nowrap-on-xl,
|
21692
|
-
.pf-v6-c-toolbar__content.pf-m-nowrap-on-xl,
|
21693
20825
|
.pf-v6-c-toolbar__content-section.pf-m-nowrap-on-xl {
|
21694
20826
|
flex-wrap: nowrap;
|
21695
20827
|
}
|
21696
20828
|
.pf-v6-c-toolbar__group.pf-m-align-items-stretch-on-xl,
|
21697
20829
|
.pf-v6-c-toolbar__item.pf-m-align-items-stretch-on-xl,
|
21698
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-stretch-on-xl,
|
21699
20830
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-stretch-on-xl {
|
21700
20831
|
align-items: stretch;
|
21701
20832
|
}
|
21702
20833
|
.pf-v6-c-toolbar__group.pf-m-align-items-baseline-on-xl,
|
21703
20834
|
.pf-v6-c-toolbar__item.pf-m-align-items-baseline-on-xl,
|
21704
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-baseline-on-xl,
|
21705
20835
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-baseline-on-xl {
|
21706
20836
|
align-items: baseline;
|
21707
20837
|
}
|
21708
20838
|
.pf-v6-c-toolbar__group.pf-m-align-items-start-on-xl,
|
21709
20839
|
.pf-v6-c-toolbar__item.pf-m-align-items-start-on-xl,
|
21710
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-start-on-xl,
|
21711
20840
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-start-on-xl {
|
21712
20841
|
align-items: start;
|
21713
20842
|
}
|
21714
20843
|
.pf-v6-c-toolbar__group.pf-m-align-items-center-on-xl,
|
21715
20844
|
.pf-v6-c-toolbar__item.pf-m-align-items-center-on-xl,
|
21716
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-center-on-xl,
|
21717
20845
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-center-on-xl {
|
21718
20846
|
align-items: center;
|
21719
20847
|
}
|
21720
20848
|
.pf-v6-c-toolbar__group.pf-m-align-items-end-on-xl,
|
21721
20849
|
.pf-v6-c-toolbar__item.pf-m-align-items-end-on-xl,
|
21722
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-end-on-xl,
|
21723
20850
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-end-on-xl {
|
21724
20851
|
align-items: end;
|
21725
20852
|
}
|
21726
20853
|
.pf-v6-c-toolbar__group.pf-m-gap-none-on-xl,
|
21727
20854
|
.pf-v6-c-toolbar__item.pf-m-gap-none-on-xl,
|
21728
|
-
.pf-v6-c-toolbar__content.pf-m-gap-none-on-xl,
|
21729
20855
|
.pf-v6-c-toolbar__content-section.pf-m-gap-none-on-xl {
|
21730
|
-
|
21731
|
-
column-gap: 0;
|
20856
|
+
gap: 0;
|
21732
20857
|
}
|
21733
20858
|
.pf-v6-c-toolbar__group.pf-m-gap-xs-on-xl,
|
21734
20859
|
.pf-v6-c-toolbar__item.pf-m-gap-xs-on-xl,
|
21735
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xs-on-xl,
|
21736
20860
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xs-on-xl {
|
21737
|
-
|
21738
|
-
column-gap: var(--pf-t--global--spacer--xs);
|
20861
|
+
gap: var(--pf-t--global--spacer--xs);
|
21739
20862
|
}
|
21740
20863
|
.pf-v6-c-toolbar__group.pf-m-gap-sm-on-xl,
|
21741
20864
|
.pf-v6-c-toolbar__item.pf-m-gap-sm-on-xl,
|
21742
|
-
.pf-v6-c-toolbar__content.pf-m-gap-sm-on-xl,
|
21743
20865
|
.pf-v6-c-toolbar__content-section.pf-m-gap-sm-on-xl {
|
21744
|
-
|
21745
|
-
column-gap: var(--pf-t--global--spacer--sm);
|
20866
|
+
gap: var(--pf-t--global--spacer--sm);
|
21746
20867
|
}
|
21747
20868
|
.pf-v6-c-toolbar__group.pf-m-gap-md-on-xl,
|
21748
20869
|
.pf-v6-c-toolbar__item.pf-m-gap-md-on-xl,
|
21749
|
-
.pf-v6-c-toolbar__content.pf-m-gap-md-on-xl,
|
21750
20870
|
.pf-v6-c-toolbar__content-section.pf-m-gap-md-on-xl {
|
21751
|
-
|
21752
|
-
column-gap: var(--pf-t--global--spacer--md);
|
20871
|
+
gap: var(--pf-t--global--spacer--md);
|
21753
20872
|
}
|
21754
20873
|
.pf-v6-c-toolbar__group.pf-m-gap-lg-on-xl,
|
21755
20874
|
.pf-v6-c-toolbar__item.pf-m-gap-lg-on-xl,
|
21756
|
-
.pf-v6-c-toolbar__content.pf-m-gap-lg-on-xl,
|
21757
20875
|
.pf-v6-c-toolbar__content-section.pf-m-gap-lg-on-xl {
|
21758
|
-
|
21759
|
-
column-gap: var(--pf-t--global--spacer--lg);
|
20876
|
+
gap: var(--pf-t--global--spacer--lg);
|
21760
20877
|
}
|
21761
20878
|
.pf-v6-c-toolbar__group.pf-m-gap-xl-on-xl,
|
21762
20879
|
.pf-v6-c-toolbar__item.pf-m-gap-xl-on-xl,
|
21763
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xl-on-xl,
|
21764
20880
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xl-on-xl {
|
21765
|
-
|
21766
|
-
column-gap: var(--pf-t--global--spacer--xl);
|
20881
|
+
gap: var(--pf-t--global--spacer--xl);
|
21767
20882
|
}
|
21768
20883
|
.pf-v6-c-toolbar__group.pf-m-gap-2xl-on-xl,
|
21769
20884
|
.pf-v6-c-toolbar__item.pf-m-gap-2xl-on-xl,
|
21770
|
-
.pf-v6-c-toolbar__content.pf-m-gap-2xl-on-xl,
|
21771
20885
|
.pf-v6-c-toolbar__content-section.pf-m-gap-2xl-on-xl {
|
21772
|
-
|
21773
|
-
column-gap: var(--pf-t--global--spacer--2xl);
|
20886
|
+
gap: var(--pf-t--global--spacer--2xl);
|
21774
20887
|
}
|
21775
20888
|
.pf-v6-c-toolbar__group.pf-m-gap-3xl-on-xl,
|
21776
20889
|
.pf-v6-c-toolbar__item.pf-m-gap-3xl-on-xl,
|
21777
|
-
.pf-v6-c-toolbar__content.pf-m-gap-3xl-on-xl,
|
21778
20890
|
.pf-v6-c-toolbar__content-section.pf-m-gap-3xl-on-xl {
|
21779
|
-
|
21780
|
-
column-gap: var(--pf-t--global--spacer--3xl);
|
20891
|
+
gap: var(--pf-t--global--spacer--3xl);
|
21781
20892
|
}
|
21782
20893
|
.pf-v6-c-toolbar__group.pf-m-gap-4xl-on-xl,
|
21783
20894
|
.pf-v6-c-toolbar__item.pf-m-gap-4xl-on-xl,
|
21784
|
-
.pf-v6-c-toolbar__content.pf-m-gap-4xl-on-xl,
|
21785
20895
|
.pf-v6-c-toolbar__content-section.pf-m-gap-4xl-on-xl {
|
21786
|
-
|
21787
|
-
column-gap: var(--pf-t--global--spacer--4xl);
|
20896
|
+
gap: var(--pf-t--global--spacer--4xl);
|
21788
20897
|
}
|
21789
20898
|
.pf-v6-c-toolbar__group.pf-m-column-gap-none-on-xl,
|
21790
20899
|
.pf-v6-c-toolbar__item.pf-m-column-gap-none-on-xl,
|
21791
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-none-on-xl,
|
21792
20900
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-none-on-xl {
|
21793
20901
|
column-gap: 0;
|
21794
20902
|
}
|
21795
20903
|
.pf-v6-c-toolbar__group.pf-m-row-gap-none-on-xl,
|
21796
20904
|
.pf-v6-c-toolbar__item.pf-m-row-gap-none-on-xl,
|
21797
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-none-on-xl,
|
21798
20905
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-none-on-xl {
|
21799
20906
|
row-gap: 0;
|
21800
20907
|
}
|
21801
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startnone-on-xl,
|
21802
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startnone-on-xl,
|
21803
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startnone-on-xl,
|
21804
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startnone-on-xl {
|
21805
|
-
margin-inline-start: 0;
|
21806
|
-
}
|
21807
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endnone-on-xl,
|
21808
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endnone-on-xl,
|
21809
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endnone-on-xl,
|
21810
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endnone-on-xl {
|
21811
|
-
margin-inline-end: 0;
|
21812
|
-
}
|
21813
20908
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xs-on-xl,
|
21814
20909
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xs-on-xl,
|
21815
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xs-on-xl,
|
21816
20910
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xs-on-xl {
|
21817
20911
|
column-gap: var(--pf-t--global--spacer--xs);
|
21818
20912
|
}
|
21819
20913
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xs-on-xl,
|
21820
20914
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xs-on-xl,
|
21821
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xs-on-xl,
|
21822
20915
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xs-on-xl {
|
21823
20916
|
row-gap: var(--pf-t--global--spacer--xs);
|
21824
20917
|
}
|
21825
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxs-on-xl,
|
21826
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxs-on-xl,
|
21827
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startxs-on-xl,
|
21828
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startxs-on-xl {
|
21829
|
-
margin-inline-start: var(--pf-t--global--spacer--xs);
|
21830
|
-
}
|
21831
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endxs-on-xl,
|
21832
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endxs-on-xl,
|
21833
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endxs-on-xl,
|
21834
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endxs-on-xl {
|
21835
|
-
margin-inline-end: var(--pf-t--global--spacer--xs);
|
21836
|
-
}
|
21837
20918
|
.pf-v6-c-toolbar__group.pf-m-column-gap-sm-on-xl,
|
21838
20919
|
.pf-v6-c-toolbar__item.pf-m-column-gap-sm-on-xl,
|
21839
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-sm-on-xl,
|
21840
20920
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-sm-on-xl {
|
21841
20921
|
column-gap: var(--pf-t--global--spacer--sm);
|
21842
20922
|
}
|
21843
20923
|
.pf-v6-c-toolbar__group.pf-m-row-gap-sm-on-xl,
|
21844
20924
|
.pf-v6-c-toolbar__item.pf-m-row-gap-sm-on-xl,
|
21845
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-sm-on-xl,
|
21846
20925
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-sm-on-xl {
|
21847
20926
|
row-gap: var(--pf-t--global--spacer--sm);
|
21848
20927
|
}
|
21849
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startsm-on-xl,
|
21850
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startsm-on-xl,
|
21851
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startsm-on-xl,
|
21852
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startsm-on-xl {
|
21853
|
-
margin-inline-start: var(--pf-t--global--spacer--sm);
|
21854
|
-
}
|
21855
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endsm-on-xl,
|
21856
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endsm-on-xl,
|
21857
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endsm-on-xl,
|
21858
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endsm-on-xl {
|
21859
|
-
margin-inline-end: var(--pf-t--global--spacer--sm);
|
21860
|
-
}
|
21861
20928
|
.pf-v6-c-toolbar__group.pf-m-column-gap-md-on-xl,
|
21862
20929
|
.pf-v6-c-toolbar__item.pf-m-column-gap-md-on-xl,
|
21863
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-md-on-xl,
|
21864
20930
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-md-on-xl {
|
21865
20931
|
column-gap: var(--pf-t--global--spacer--md);
|
21866
20932
|
}
|
21867
20933
|
.pf-v6-c-toolbar__group.pf-m-row-gap-md-on-xl,
|
21868
20934
|
.pf-v6-c-toolbar__item.pf-m-row-gap-md-on-xl,
|
21869
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-md-on-xl,
|
21870
20935
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-md-on-xl {
|
21871
20936
|
row-gap: var(--pf-t--global--spacer--md);
|
21872
20937
|
}
|
21873
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startmd-on-xl,
|
21874
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startmd-on-xl,
|
21875
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startmd-on-xl,
|
21876
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startmd-on-xl {
|
21877
|
-
margin-inline-start: var(--pf-t--global--spacer--md);
|
21878
|
-
}
|
21879
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endmd-on-xl,
|
21880
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endmd-on-xl,
|
21881
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endmd-on-xl,
|
21882
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endmd-on-xl {
|
21883
|
-
margin-inline-end: var(--pf-t--global--spacer--md);
|
21884
|
-
}
|
21885
20938
|
.pf-v6-c-toolbar__group.pf-m-column-gap-lg-on-xl,
|
21886
20939
|
.pf-v6-c-toolbar__item.pf-m-column-gap-lg-on-xl,
|
21887
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-lg-on-xl,
|
21888
20940
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-lg-on-xl {
|
21889
20941
|
column-gap: var(--pf-t--global--spacer--lg);
|
21890
20942
|
}
|
21891
20943
|
.pf-v6-c-toolbar__group.pf-m-row-gap-lg-on-xl,
|
21892
20944
|
.pf-v6-c-toolbar__item.pf-m-row-gap-lg-on-xl,
|
21893
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-lg-on-xl,
|
21894
20945
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-lg-on-xl {
|
21895
20946
|
row-gap: var(--pf-t--global--spacer--lg);
|
21896
20947
|
}
|
21897
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startlg-on-xl,
|
21898
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startlg-on-xl,
|
21899
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startlg-on-xl,
|
21900
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startlg-on-xl {
|
21901
|
-
margin-inline-start: var(--pf-t--global--spacer--lg);
|
21902
|
-
}
|
21903
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endlg-on-xl,
|
21904
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endlg-on-xl,
|
21905
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endlg-on-xl,
|
21906
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endlg-on-xl {
|
21907
|
-
margin-inline-end: var(--pf-t--global--spacer--lg);
|
21908
|
-
}
|
21909
20948
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xl-on-xl,
|
21910
20949
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xl-on-xl,
|
21911
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xl-on-xl,
|
21912
20950
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xl-on-xl {
|
21913
20951
|
column-gap: var(--pf-t--global--spacer--xl);
|
21914
20952
|
}
|
21915
20953
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xl-on-xl,
|
21916
20954
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xl-on-xl,
|
21917
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xl-on-xl,
|
21918
20955
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xl-on-xl {
|
21919
20956
|
row-gap: var(--pf-t--global--spacer--xl);
|
21920
20957
|
}
|
21921
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxl-on-xl,
|
21922
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxl-on-xl,
|
21923
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startxl-on-xl,
|
21924
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startxl-on-xl {
|
21925
|
-
margin-inline-start: var(--pf-t--global--spacer--xl);
|
21926
|
-
}
|
21927
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endxl-on-xl,
|
21928
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endxl-on-xl,
|
21929
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endxl-on-xl,
|
21930
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endxl-on-xl {
|
21931
|
-
margin-inline-end: var(--pf-t--global--spacer--xl);
|
21932
|
-
}
|
21933
20958
|
.pf-v6-c-toolbar__group.pf-m-column-gap-2xl-on-xl,
|
21934
20959
|
.pf-v6-c-toolbar__item.pf-m-column-gap-2xl-on-xl,
|
21935
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-2xl-on-xl,
|
21936
20960
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-2xl-on-xl {
|
21937
20961
|
column-gap: var(--pf-t--global--spacer--2xl);
|
21938
20962
|
}
|
21939
20963
|
.pf-v6-c-toolbar__group.pf-m-row-gap-2xl-on-xl,
|
21940
20964
|
.pf-v6-c-toolbar__item.pf-m-row-gap-2xl-on-xl,
|
21941
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-2xl-on-xl,
|
21942
20965
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl-on-xl {
|
21943
20966
|
row-gap: var(--pf-t--global--spacer--2xl);
|
21944
20967
|
}
|
21945
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-start2xl-on-xl,
|
21946
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-start2xl-on-xl,
|
21947
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-start2xl-on-xl,
|
21948
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-start2xl-on-xl {
|
21949
|
-
margin-inline-start: var(--pf-t--global--spacer--2xl);
|
21950
|
-
}
|
21951
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-end2xl-on-xl,
|
21952
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-end2xl-on-xl,
|
21953
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-end2xl-on-xl,
|
21954
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-end2xl-on-xl {
|
21955
|
-
margin-inline-end: var(--pf-t--global--spacer--2xl);
|
21956
|
-
}
|
21957
20968
|
.pf-v6-c-toolbar__group.pf-m-column-gap-3xl-on-xl,
|
21958
20969
|
.pf-v6-c-toolbar__item.pf-m-column-gap-3xl-on-xl,
|
21959
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-3xl-on-xl,
|
21960
20970
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-3xl-on-xl {
|
21961
20971
|
column-gap: var(--pf-t--global--spacer--3xl);
|
21962
20972
|
}
|
21963
20973
|
.pf-v6-c-toolbar__group.pf-m-row-gap-3xl-on-xl,
|
21964
20974
|
.pf-v6-c-toolbar__item.pf-m-row-gap-3xl-on-xl,
|
21965
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-3xl-on-xl,
|
21966
20975
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl-on-xl {
|
21967
20976
|
row-gap: var(--pf-t--global--spacer--3xl);
|
21968
20977
|
}
|
21969
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-start3xl-on-xl,
|
21970
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-start3xl-on-xl,
|
21971
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-start3xl-on-xl,
|
21972
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-start3xl-on-xl {
|
21973
|
-
margin-inline-start: var(--pf-t--global--spacer--3xl);
|
21974
|
-
}
|
21975
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-end3xl-on-xl,
|
21976
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-end3xl-on-xl,
|
21977
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-end3xl-on-xl,
|
21978
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-end3xl-on-xl {
|
21979
|
-
margin-inline-end: var(--pf-t--global--spacer--3xl);
|
21980
|
-
}
|
21981
20978
|
.pf-v6-c-toolbar__group.pf-m-column-gap-4xl-on-xl,
|
21982
20979
|
.pf-v6-c-toolbar__item.pf-m-column-gap-4xl-on-xl,
|
21983
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-4xl-on-xl,
|
21984
20980
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-4xl-on-xl {
|
21985
20981
|
column-gap: var(--pf-t--global--spacer--4xl);
|
21986
20982
|
}
|
21987
20983
|
.pf-v6-c-toolbar__group.pf-m-row-gap-4xl-on-xl,
|
21988
20984
|
.pf-v6-c-toolbar__item.pf-m-row-gap-4xl-on-xl,
|
21989
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-4xl-on-xl,
|
21990
20985
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl-on-xl {
|
21991
20986
|
row-gap: var(--pf-t--global--spacer--4xl);
|
21992
20987
|
}
|
21993
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-start4xl-on-xl,
|
21994
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-start4xl-on-xl,
|
21995
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-start4xl-on-xl,
|
21996
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-start4xl-on-xl {
|
21997
|
-
margin-inline-start: var(--pf-t--global--spacer--4xl);
|
21998
|
-
}
|
21999
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-end4xl-on-xl,
|
22000
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-end4xl-on-xl,
|
22001
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-end4xl-on-xl,
|
22002
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-end4xl-on-xl {
|
22003
|
-
margin-inline-end: var(--pf-t--global--spacer--4xl);
|
22004
|
-
}
|
22005
20988
|
.pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-xl .pf-v6-c-toolbar__group,
|
22006
20989
|
.pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-xl .pf-v6-c-toolbar__item {
|
22007
20990
|
display: flex;
|
@@ -22016,7 +20999,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
22016
20999
|
display: none;
|
22017
21000
|
}
|
22018
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 {
|
22019
|
-
display: inline-
|
21002
|
+
display: inline-flex;
|
22020
21003
|
}
|
22021
21004
|
}
|
22022
21005
|
@media (min-width: 1450px) {
|
@@ -22057,372 +21040,203 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
22057
21040
|
.pf-v6-c-toolbar__item.pf-m-align-self-end-on-2xl {
|
22058
21041
|
align-self: end;
|
22059
21042
|
}
|
22060
|
-
.pf-v6-c-toolbar.pf-m-inset-none-on-2xl
|
22061
|
-
|
22062
|
-
|
22063
|
-
|
22064
|
-
|
22065
|
-
|
22066
|
-
.pf-v6-c-
|
22067
|
-
|
22068
|
-
|
22069
|
-
|
22070
|
-
|
22071
|
-
|
22072
|
-
.pf-v6-c-
|
22073
|
-
|
22074
|
-
}
|
22075
|
-
.pf-v6-c-toolbar.pf-m-inset-
|
22076
|
-
|
22077
|
-
|
22078
|
-
|
22079
|
-
|
22080
|
-
|
22081
|
-
.pf-v6-c-
|
22082
|
-
|
22083
|
-
|
22084
|
-
|
22085
|
-
|
22086
|
-
.pf-v6-c-toolbar__content.pf-m-inset-xl-on-2xl,
|
22087
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-xl-on-2xl {
|
22088
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--xl);
|
22089
|
-
}
|
22090
|
-
.pf-v6-c-toolbar.pf-m-inset-2xl-on-2xl,
|
22091
|
-
.pf-v6-c-toolbar__content.pf-m-inset-2xl-on-2xl,
|
22092
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-2xl-on-2xl {
|
22093
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--2xl);
|
22094
|
-
}
|
22095
|
-
.pf-v6-c-toolbar.pf-m-inset-3xl-on-2xl,
|
22096
|
-
.pf-v6-c-toolbar__content.pf-m-inset-3xl-on-2xl,
|
22097
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-3xl-on-2xl {
|
22098
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-t--global--spacer--3xl);
|
22099
|
-
}
|
22100
|
-
.pf-v6-c-toolbar.pf-m-inset-4xl-on-2xl,
|
22101
|
-
.pf-v6-c-toolbar__content.pf-m-inset-4xl-on-2xl,
|
22102
|
-
.pf-v6-c-toolbar__content-section.pf-m-inset-4xl-on-2xl {
|
22103
|
-
--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);
|
22104
21069
|
}
|
22105
21070
|
.pf-v6-c-toolbar__group.pf-m-wrap-on-2xl,
|
22106
21071
|
.pf-v6-c-toolbar__item.pf-m-wrap-on-2xl,
|
22107
|
-
.pf-v6-c-toolbar__content.pf-m-wrap-on-2xl,
|
22108
21072
|
.pf-v6-c-toolbar__content-section.pf-m-wrap-on-2xl {
|
22109
21073
|
flex-wrap: wrap;
|
22110
21074
|
}
|
22111
21075
|
.pf-v6-c-toolbar__group.pf-m-nowrap-on-2xl,
|
22112
21076
|
.pf-v6-c-toolbar__item.pf-m-nowrap-on-2xl,
|
22113
|
-
.pf-v6-c-toolbar__content.pf-m-nowrap-on-2xl,
|
22114
21077
|
.pf-v6-c-toolbar__content-section.pf-m-nowrap-on-2xl {
|
22115
21078
|
flex-wrap: nowrap;
|
22116
21079
|
}
|
22117
21080
|
.pf-v6-c-toolbar__group.pf-m-align-items-stretch-on-2xl,
|
22118
21081
|
.pf-v6-c-toolbar__item.pf-m-align-items-stretch-on-2xl,
|
22119
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-stretch-on-2xl,
|
22120
21082
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-stretch-on-2xl {
|
22121
21083
|
align-items: stretch;
|
22122
21084
|
}
|
22123
21085
|
.pf-v6-c-toolbar__group.pf-m-align-items-baseline-on-2xl,
|
22124
21086
|
.pf-v6-c-toolbar__item.pf-m-align-items-baseline-on-2xl,
|
22125
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-baseline-on-2xl,
|
22126
21087
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-baseline-on-2xl {
|
22127
21088
|
align-items: baseline;
|
22128
21089
|
}
|
22129
21090
|
.pf-v6-c-toolbar__group.pf-m-align-items-start-on-2xl,
|
22130
21091
|
.pf-v6-c-toolbar__item.pf-m-align-items-start-on-2xl,
|
22131
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-start-on-2xl,
|
22132
21092
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-start-on-2xl {
|
22133
21093
|
align-items: start;
|
22134
21094
|
}
|
22135
21095
|
.pf-v6-c-toolbar__group.pf-m-align-items-center-on-2xl,
|
22136
21096
|
.pf-v6-c-toolbar__item.pf-m-align-items-center-on-2xl,
|
22137
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-center-on-2xl,
|
22138
21097
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-center-on-2xl {
|
22139
21098
|
align-items: center;
|
22140
21099
|
}
|
22141
21100
|
.pf-v6-c-toolbar__group.pf-m-align-items-end-on-2xl,
|
22142
21101
|
.pf-v6-c-toolbar__item.pf-m-align-items-end-on-2xl,
|
22143
|
-
.pf-v6-c-toolbar__content.pf-m-align-items-end-on-2xl,
|
22144
21102
|
.pf-v6-c-toolbar__content-section.pf-m-align-items-end-on-2xl {
|
22145
21103
|
align-items: end;
|
22146
21104
|
}
|
22147
21105
|
.pf-v6-c-toolbar__group.pf-m-gap-none-on-2xl,
|
22148
21106
|
.pf-v6-c-toolbar__item.pf-m-gap-none-on-2xl,
|
22149
|
-
.pf-v6-c-toolbar__content.pf-m-gap-none-on-2xl,
|
22150
21107
|
.pf-v6-c-toolbar__content-section.pf-m-gap-none-on-2xl {
|
22151
|
-
|
22152
|
-
column-gap: 0;
|
21108
|
+
gap: 0;
|
22153
21109
|
}
|
22154
21110
|
.pf-v6-c-toolbar__group.pf-m-gap-xs-on-2xl,
|
22155
21111
|
.pf-v6-c-toolbar__item.pf-m-gap-xs-on-2xl,
|
22156
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xs-on-2xl,
|
22157
21112
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xs-on-2xl {
|
22158
|
-
|
22159
|
-
column-gap: var(--pf-t--global--spacer--xs);
|
21113
|
+
gap: var(--pf-t--global--spacer--xs);
|
22160
21114
|
}
|
22161
21115
|
.pf-v6-c-toolbar__group.pf-m-gap-sm-on-2xl,
|
22162
21116
|
.pf-v6-c-toolbar__item.pf-m-gap-sm-on-2xl,
|
22163
|
-
.pf-v6-c-toolbar__content.pf-m-gap-sm-on-2xl,
|
22164
21117
|
.pf-v6-c-toolbar__content-section.pf-m-gap-sm-on-2xl {
|
22165
|
-
|
22166
|
-
column-gap: var(--pf-t--global--spacer--sm);
|
21118
|
+
gap: var(--pf-t--global--spacer--sm);
|
22167
21119
|
}
|
22168
21120
|
.pf-v6-c-toolbar__group.pf-m-gap-md-on-2xl,
|
22169
21121
|
.pf-v6-c-toolbar__item.pf-m-gap-md-on-2xl,
|
22170
|
-
.pf-v6-c-toolbar__content.pf-m-gap-md-on-2xl,
|
22171
21122
|
.pf-v6-c-toolbar__content-section.pf-m-gap-md-on-2xl {
|
22172
|
-
|
22173
|
-
column-gap: var(--pf-t--global--spacer--md);
|
21123
|
+
gap: var(--pf-t--global--spacer--md);
|
22174
21124
|
}
|
22175
21125
|
.pf-v6-c-toolbar__group.pf-m-gap-lg-on-2xl,
|
22176
21126
|
.pf-v6-c-toolbar__item.pf-m-gap-lg-on-2xl,
|
22177
|
-
.pf-v6-c-toolbar__content.pf-m-gap-lg-on-2xl,
|
22178
21127
|
.pf-v6-c-toolbar__content-section.pf-m-gap-lg-on-2xl {
|
22179
|
-
|
22180
|
-
column-gap: var(--pf-t--global--spacer--lg);
|
21128
|
+
gap: var(--pf-t--global--spacer--lg);
|
22181
21129
|
}
|
22182
21130
|
.pf-v6-c-toolbar__group.pf-m-gap-xl-on-2xl,
|
22183
21131
|
.pf-v6-c-toolbar__item.pf-m-gap-xl-on-2xl,
|
22184
|
-
.pf-v6-c-toolbar__content.pf-m-gap-xl-on-2xl,
|
22185
21132
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xl-on-2xl {
|
22186
|
-
|
22187
|
-
column-gap: var(--pf-t--global--spacer--xl);
|
21133
|
+
gap: var(--pf-t--global--spacer--xl);
|
22188
21134
|
}
|
22189
21135
|
.pf-v6-c-toolbar__group.pf-m-gap-2xl-on-2xl,
|
22190
21136
|
.pf-v6-c-toolbar__item.pf-m-gap-2xl-on-2xl,
|
22191
|
-
.pf-v6-c-toolbar__content.pf-m-gap-2xl-on-2xl,
|
22192
21137
|
.pf-v6-c-toolbar__content-section.pf-m-gap-2xl-on-2xl {
|
22193
|
-
|
22194
|
-
column-gap: var(--pf-t--global--spacer--2xl);
|
21138
|
+
gap: var(--pf-t--global--spacer--2xl);
|
22195
21139
|
}
|
22196
21140
|
.pf-v6-c-toolbar__group.pf-m-gap-3xl-on-2xl,
|
22197
21141
|
.pf-v6-c-toolbar__item.pf-m-gap-3xl-on-2xl,
|
22198
|
-
.pf-v6-c-toolbar__content.pf-m-gap-3xl-on-2xl,
|
22199
21142
|
.pf-v6-c-toolbar__content-section.pf-m-gap-3xl-on-2xl {
|
22200
|
-
|
22201
|
-
column-gap: var(--pf-t--global--spacer--3xl);
|
21143
|
+
gap: var(--pf-t--global--spacer--3xl);
|
22202
21144
|
}
|
22203
21145
|
.pf-v6-c-toolbar__group.pf-m-gap-4xl-on-2xl,
|
22204
21146
|
.pf-v6-c-toolbar__item.pf-m-gap-4xl-on-2xl,
|
22205
|
-
.pf-v6-c-toolbar__content.pf-m-gap-4xl-on-2xl,
|
22206
21147
|
.pf-v6-c-toolbar__content-section.pf-m-gap-4xl-on-2xl {
|
22207
|
-
|
22208
|
-
column-gap: var(--pf-t--global--spacer--4xl);
|
21148
|
+
gap: var(--pf-t--global--spacer--4xl);
|
22209
21149
|
}
|
22210
21150
|
.pf-v6-c-toolbar__group.pf-m-column-gap-none-on-2xl,
|
22211
21151
|
.pf-v6-c-toolbar__item.pf-m-column-gap-none-on-2xl,
|
22212
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-none-on-2xl,
|
22213
21152
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-none-on-2xl {
|
22214
21153
|
column-gap: 0;
|
22215
21154
|
}
|
22216
21155
|
.pf-v6-c-toolbar__group.pf-m-row-gap-none-on-2xl,
|
22217
21156
|
.pf-v6-c-toolbar__item.pf-m-row-gap-none-on-2xl,
|
22218
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-none-on-2xl,
|
22219
21157
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-none-on-2xl {
|
22220
21158
|
row-gap: 0;
|
22221
21159
|
}
|
22222
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startnone-on-2xl,
|
22223
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startnone-on-2xl,
|
22224
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startnone-on-2xl,
|
22225
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startnone-on-2xl {
|
22226
|
-
margin-inline-start: 0;
|
22227
|
-
}
|
22228
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endnone-on-2xl,
|
22229
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endnone-on-2xl,
|
22230
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endnone-on-2xl,
|
22231
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endnone-on-2xl {
|
22232
|
-
margin-inline-end: 0;
|
22233
|
-
}
|
22234
21160
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xs-on-2xl,
|
22235
21161
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xs-on-2xl,
|
22236
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xs-on-2xl,
|
22237
21162
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xs-on-2xl {
|
22238
21163
|
column-gap: var(--pf-t--global--spacer--xs);
|
22239
21164
|
}
|
22240
21165
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xs-on-2xl,
|
22241
21166
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xs-on-2xl,
|
22242
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xs-on-2xl,
|
22243
21167
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xs-on-2xl {
|
22244
21168
|
row-gap: var(--pf-t--global--spacer--xs);
|
22245
21169
|
}
|
22246
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxs-on-2xl,
|
22247
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxs-on-2xl,
|
22248
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startxs-on-2xl,
|
22249
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startxs-on-2xl {
|
22250
|
-
margin-inline-start: var(--pf-t--global--spacer--xs);
|
22251
|
-
}
|
22252
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endxs-on-2xl,
|
22253
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endxs-on-2xl,
|
22254
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endxs-on-2xl,
|
22255
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endxs-on-2xl {
|
22256
|
-
margin-inline-end: var(--pf-t--global--spacer--xs);
|
22257
|
-
}
|
22258
21170
|
.pf-v6-c-toolbar__group.pf-m-column-gap-sm-on-2xl,
|
22259
21171
|
.pf-v6-c-toolbar__item.pf-m-column-gap-sm-on-2xl,
|
22260
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-sm-on-2xl,
|
22261
21172
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-sm-on-2xl {
|
22262
21173
|
column-gap: var(--pf-t--global--spacer--sm);
|
22263
21174
|
}
|
22264
21175
|
.pf-v6-c-toolbar__group.pf-m-row-gap-sm-on-2xl,
|
22265
21176
|
.pf-v6-c-toolbar__item.pf-m-row-gap-sm-on-2xl,
|
22266
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-sm-on-2xl,
|
22267
21177
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-sm-on-2xl {
|
22268
21178
|
row-gap: var(--pf-t--global--spacer--sm);
|
22269
21179
|
}
|
22270
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startsm-on-2xl,
|
22271
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startsm-on-2xl,
|
22272
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startsm-on-2xl,
|
22273
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startsm-on-2xl {
|
22274
|
-
margin-inline-start: var(--pf-t--global--spacer--sm);
|
22275
|
-
}
|
22276
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endsm-on-2xl,
|
22277
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endsm-on-2xl,
|
22278
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endsm-on-2xl,
|
22279
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endsm-on-2xl {
|
22280
|
-
margin-inline-end: var(--pf-t--global--spacer--sm);
|
22281
|
-
}
|
22282
21180
|
.pf-v6-c-toolbar__group.pf-m-column-gap-md-on-2xl,
|
22283
21181
|
.pf-v6-c-toolbar__item.pf-m-column-gap-md-on-2xl,
|
22284
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-md-on-2xl,
|
22285
21182
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-md-on-2xl {
|
22286
21183
|
column-gap: var(--pf-t--global--spacer--md);
|
22287
21184
|
}
|
22288
21185
|
.pf-v6-c-toolbar__group.pf-m-row-gap-md-on-2xl,
|
22289
21186
|
.pf-v6-c-toolbar__item.pf-m-row-gap-md-on-2xl,
|
22290
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-md-on-2xl,
|
22291
21187
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-md-on-2xl {
|
22292
21188
|
row-gap: var(--pf-t--global--spacer--md);
|
22293
21189
|
}
|
22294
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startmd-on-2xl,
|
22295
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startmd-on-2xl,
|
22296
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startmd-on-2xl,
|
22297
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startmd-on-2xl {
|
22298
|
-
margin-inline-start: var(--pf-t--global--spacer--md);
|
22299
|
-
}
|
22300
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endmd-on-2xl,
|
22301
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endmd-on-2xl,
|
22302
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endmd-on-2xl,
|
22303
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endmd-on-2xl {
|
22304
|
-
margin-inline-end: var(--pf-t--global--spacer--md);
|
22305
|
-
}
|
22306
21190
|
.pf-v6-c-toolbar__group.pf-m-column-gap-lg-on-2xl,
|
22307
21191
|
.pf-v6-c-toolbar__item.pf-m-column-gap-lg-on-2xl,
|
22308
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-lg-on-2xl,
|
22309
21192
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-lg-on-2xl {
|
22310
21193
|
column-gap: var(--pf-t--global--spacer--lg);
|
22311
21194
|
}
|
22312
21195
|
.pf-v6-c-toolbar__group.pf-m-row-gap-lg-on-2xl,
|
22313
21196
|
.pf-v6-c-toolbar__item.pf-m-row-gap-lg-on-2xl,
|
22314
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-lg-on-2xl,
|
22315
21197
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-lg-on-2xl {
|
22316
21198
|
row-gap: var(--pf-t--global--spacer--lg);
|
22317
21199
|
}
|
22318
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startlg-on-2xl,
|
22319
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startlg-on-2xl,
|
22320
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startlg-on-2xl,
|
22321
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startlg-on-2xl {
|
22322
|
-
margin-inline-start: var(--pf-t--global--spacer--lg);
|
22323
|
-
}
|
22324
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endlg-on-2xl,
|
22325
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endlg-on-2xl,
|
22326
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endlg-on-2xl,
|
22327
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endlg-on-2xl {
|
22328
|
-
margin-inline-end: var(--pf-t--global--spacer--lg);
|
22329
|
-
}
|
22330
21200
|
.pf-v6-c-toolbar__group.pf-m-column-gap-xl-on-2xl,
|
22331
21201
|
.pf-v6-c-toolbar__item.pf-m-column-gap-xl-on-2xl,
|
22332
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-xl-on-2xl,
|
22333
21202
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-xl-on-2xl {
|
22334
21203
|
column-gap: var(--pf-t--global--spacer--xl);
|
22335
21204
|
}
|
22336
21205
|
.pf-v6-c-toolbar__group.pf-m-row-gap-xl-on-2xl,
|
22337
21206
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xl-on-2xl,
|
22338
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-xl-on-2xl,
|
22339
21207
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xl-on-2xl {
|
22340
21208
|
row-gap: var(--pf-t--global--spacer--xl);
|
22341
21209
|
}
|
22342
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxl-on-2xl,
|
22343
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxl-on-2xl,
|
22344
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-startxl-on-2xl,
|
22345
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-startxl-on-2xl {
|
22346
|
-
margin-inline-start: var(--pf-t--global--spacer--xl);
|
22347
|
-
}
|
22348
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-endxl-on-2xl,
|
22349
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-endxl-on-2xl,
|
22350
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-endxl-on-2xl,
|
22351
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-endxl-on-2xl {
|
22352
|
-
margin-inline-end: var(--pf-t--global--spacer--xl);
|
22353
|
-
}
|
22354
21210
|
.pf-v6-c-toolbar__group.pf-m-column-gap-2xl-on-2xl,
|
22355
21211
|
.pf-v6-c-toolbar__item.pf-m-column-gap-2xl-on-2xl,
|
22356
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-2xl-on-2xl,
|
22357
21212
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-2xl-on-2xl {
|
22358
21213
|
column-gap: var(--pf-t--global--spacer--2xl);
|
22359
21214
|
}
|
22360
21215
|
.pf-v6-c-toolbar__group.pf-m-row-gap-2xl-on-2xl,
|
22361
21216
|
.pf-v6-c-toolbar__item.pf-m-row-gap-2xl-on-2xl,
|
22362
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-2xl-on-2xl,
|
22363
21217
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl-on-2xl {
|
22364
21218
|
row-gap: var(--pf-t--global--spacer--2xl);
|
22365
21219
|
}
|
22366
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-start2xl-on-2xl,
|
22367
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-start2xl-on-2xl,
|
22368
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-start2xl-on-2xl,
|
22369
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-start2xl-on-2xl {
|
22370
|
-
margin-inline-start: var(--pf-t--global--spacer--2xl);
|
22371
|
-
}
|
22372
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-end2xl-on-2xl,
|
22373
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-end2xl-on-2xl,
|
22374
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-end2xl-on-2xl,
|
22375
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-end2xl-on-2xl {
|
22376
|
-
margin-inline-end: var(--pf-t--global--spacer--2xl);
|
22377
|
-
}
|
22378
21220
|
.pf-v6-c-toolbar__group.pf-m-column-gap-3xl-on-2xl,
|
22379
21221
|
.pf-v6-c-toolbar__item.pf-m-column-gap-3xl-on-2xl,
|
22380
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-3xl-on-2xl,
|
22381
21222
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-3xl-on-2xl {
|
22382
21223
|
column-gap: var(--pf-t--global--spacer--3xl);
|
22383
21224
|
}
|
22384
21225
|
.pf-v6-c-toolbar__group.pf-m-row-gap-3xl-on-2xl,
|
22385
21226
|
.pf-v6-c-toolbar__item.pf-m-row-gap-3xl-on-2xl,
|
22386
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-3xl-on-2xl,
|
22387
21227
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl-on-2xl {
|
22388
21228
|
row-gap: var(--pf-t--global--spacer--3xl);
|
22389
21229
|
}
|
22390
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-start3xl-on-2xl,
|
22391
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-start3xl-on-2xl,
|
22392
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-start3xl-on-2xl,
|
22393
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-start3xl-on-2xl {
|
22394
|
-
margin-inline-start: var(--pf-t--global--spacer--3xl);
|
22395
|
-
}
|
22396
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-end3xl-on-2xl,
|
22397
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-end3xl-on-2xl,
|
22398
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-end3xl-on-2xl,
|
22399
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-end3xl-on-2xl {
|
22400
|
-
margin-inline-end: var(--pf-t--global--spacer--3xl);
|
22401
|
-
}
|
22402
21230
|
.pf-v6-c-toolbar__group.pf-m-column-gap-4xl-on-2xl,
|
22403
21231
|
.pf-v6-c-toolbar__item.pf-m-column-gap-4xl-on-2xl,
|
22404
|
-
.pf-v6-c-toolbar__content.pf-m-column-gap-4xl-on-2xl,
|
22405
21232
|
.pf-v6-c-toolbar__content-section.pf-m-column-gap-4xl-on-2xl {
|
22406
21233
|
column-gap: var(--pf-t--global--spacer--4xl);
|
22407
21234
|
}
|
22408
21235
|
.pf-v6-c-toolbar__group.pf-m-row-gap-4xl-on-2xl,
|
22409
21236
|
.pf-v6-c-toolbar__item.pf-m-row-gap-4xl-on-2xl,
|
22410
|
-
.pf-v6-c-toolbar__content.pf-m-row-gap-4xl-on-2xl,
|
22411
21237
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl-on-2xl {
|
22412
21238
|
row-gap: var(--pf-t--global--spacer--4xl);
|
22413
21239
|
}
|
22414
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-start4xl-on-2xl,
|
22415
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-start4xl-on-2xl,
|
22416
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-start4xl-on-2xl,
|
22417
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-start4xl-on-2xl {
|
22418
|
-
margin-inline-start: var(--pf-t--global--spacer--4xl);
|
22419
|
-
}
|
22420
|
-
.pf-v6-c-toolbar__group.pf-m-margin-inline-end4xl-on-2xl,
|
22421
|
-
.pf-v6-c-toolbar__item.pf-m-margin-inline-end4xl-on-2xl,
|
22422
|
-
.pf-v6-c-toolbar__content.pf-m-margin-inline-end4xl-on-2xl,
|
22423
|
-
.pf-v6-c-toolbar__content-section.pf-m-margin-inline-end4xl-on-2xl {
|
22424
|
-
margin-inline-end: var(--pf-t--global--spacer--4xl);
|
22425
|
-
}
|
22426
21240
|
.pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-2xl .pf-v6-c-toolbar__group,
|
22427
21241
|
.pf-v6-c-toolbar__group:where(.pf-m-toggle-group).pf-m-show-on-2xl .pf-v6-c-toolbar__item {
|
22428
21242
|
display: flex;
|
@@ -22437,7 +21251,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
22437
21251
|
display: none;
|
22438
21252
|
}
|
22439
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 {
|
22440
|
-
display: inline-
|
21254
|
+
display: inline-flex;
|
22441
21255
|
}
|
22442
21256
|
}
|
22443
21257
|
:where(:root, .pf-v6-c-tooltip) {
|
@@ -22578,7 +21392,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
22578
21392
|
.pf-v6-c-truncate__end {
|
22579
21393
|
overflow: hidden;
|
22580
21394
|
text-overflow: ellipsis;
|
22581
|
-
white-space:
|
21395
|
+
white-space: pre;
|
22582
21396
|
}
|
22583
21397
|
|
22584
21398
|
.pf-v6-c-truncate__start {
|
@@ -22644,7 +21458,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
22644
21458
|
}
|
22645
21459
|
|
22646
21460
|
.pf-v6-c-number-input__icon {
|
22647
|
-
display: flex;
|
22648
21461
|
font-size: var(--pf-v6-c-number-input__icon--FontSize);
|
22649
21462
|
}
|
22650
21463
|
|
@@ -23111,6 +21924,8 @@ label.pf-v6-c-tree-view__node-text {
|
|
23111
21924
|
--pf-v6-c-wizard__header--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
23112
21925
|
--pf-v6-c-wizard__header--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
23113
21926
|
--pf-v6-c-wizard__header--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
21927
|
+
--pf-v6-c-wizard__header--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
|
21928
|
+
--pf-v6-c-wizard__header--BorderBlockEndColor: var(--pf-t--global--border--color--default);
|
23114
21929
|
--pf-v6-c-wizard__close--InsetBlockStart: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-button--m-plain--PaddingBlockStart));
|
23115
21930
|
--pf-v6-c-wizard__close--InsetInlineEnd: var(--pf-t--global--spacer--sm);
|
23116
21931
|
--pf-v6-c-wizard__close--FontSize: var(--pf-t--global--font--size--xl);
|
@@ -23156,6 +21971,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
23156
21971
|
--pf-v6-c-wizard__nav-link--m-disabled--before--Color: var(--pf-t--global--text--color--disabled);
|
23157
21972
|
--pf-v6-c-wizard__nav-link-status-icon--Color: var(--pf-t--global--icon--color--regular);
|
23158
21973
|
--pf-v6-c-wizard__nav-link--m-danger__nav-link-status-icon--Color: var(--pf-t--global--icon--color--status--danger--default);
|
21974
|
+
--pf-v6-c-wizard__nav-link--m-success__nav-link-status-icon--Color: var(--pf-t--global--icon--color--status--success--default);
|
23159
21975
|
--pf-v6-c-wizard__nav-link-status-icon--InsetBlockStart: 4px;
|
23160
21976
|
--pf-v6-c-wizard__nav-link-status-icon--FontSize: var(--pf-t--global--icon--size--font--xl);
|
23161
21977
|
--pf-v6-c-wizard__toggle--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
@@ -23164,7 +21980,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
23164
21980
|
--pf-v6-c-wizard__toggle--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
23165
21981
|
--pf-v6-c-wizard__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
23166
21982
|
--pf-v6-c-wizard__toggle--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
23167
|
-
--pf-v6-c-wizard__toggle--BorderBlockEndWidth: var(--pf-t--global--border--width--
|
21983
|
+
--pf-v6-c-wizard__toggle--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
|
23168
21984
|
--pf-v6-c-wizard__toggle--BorderBlockEndColor: var(--pf-t--global--border--color--default);
|
23169
21985
|
--pf-v6-c-wizard__toggle-num--InsetBlockStart: 0;
|
23170
21986
|
--pf-v6-c-wizard__toggle-list-item--not-last-child--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
@@ -23172,7 +21988,8 @@ label.pf-v6-c-tree-view__node-text {
|
|
23172
21988
|
--pf-v6-c-wizard__toggle-list-item--Gap: var(--pf-t--global--spacer--sm);
|
23173
21989
|
--pf-v6-c-wizard__nav-link-status-icon--LineHeight: 1;
|
23174
21990
|
--pf-v6-c-wizard__toggle-status-icon--Color: var(--pf-t--global--icon--color--regular);
|
23175
|
-
--pf-v6-c-wizard__toggle--m-
|
21991
|
+
--pf-v6-c-wizard__toggle-list-item--m-danger__status-icon--Color: var(--pf-t--global--icon--color--status--danger--default);
|
21992
|
+
--pf-v6-c-wizard__toggle-list-item--m-success__status-icon--Color: var(--pf-t--global--icon--color--status--success--default);
|
23176
21993
|
--pf-v6-c-wizard__toggle-status-icon--InsetBlockStart: 2px;
|
23177
21994
|
--pf-v6-c-wizard__toggle-status-icon--FontSize: var(--pf-t--global--icon--size--font--xl);
|
23178
21995
|
--pf-v6-c-wizard__toggle-list--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
@@ -23185,7 +22002,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
23185
22002
|
--pf-v6-c-wizard__nav--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
|
23186
22003
|
--pf-v6-c-wizard__nav--Width: 100%;
|
23187
22004
|
--pf-v6-c-wizard__nav--lg--Width: 15.625rem;
|
23188
|
-
--pf-v6-c-wizard__nav--lg--BorderInlineEndWidth: var(--pf-t--global--border--width--
|
22005
|
+
--pf-v6-c-wizard__nav--lg--BorderInlineEndWidth: var(--pf-t--global--border--width--divider--default);
|
23189
22006
|
--pf-v6-c-wizard__nav--lg--BorderInlineEndColor: var(--pf-t--global--border--color--default);
|
23190
22007
|
--pf-v6-c-wizard__nav-list--PaddingBlockStart: var(--pf-t--global--spacer--lg);
|
23191
22008
|
--pf-v6-c-wizard__nav-list--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
@@ -23248,6 +22065,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
23248
22065
|
padding-inline-start: var(--pf-v6-c-wizard__header--PaddingInlineStart);
|
23249
22066
|
padding-inline-end: var(--pf-v6-c-wizard__header--PaddingInlineEnd);
|
23250
22067
|
background-color: var(--pf-v6-c-wizard__header--BackgroundColor);
|
22068
|
+
border-block-end: var(--pf-v6-c-wizard__header--BorderBlockEndWidth) solid var(--pf-v6-c-wizard__header--BorderBlockEndColor);
|
23251
22069
|
}
|
23252
22070
|
.pf-v6-c-wizard__header .pf-v6-c-wizard__close {
|
23253
22071
|
position: absolute;
|
@@ -23329,8 +22147,10 @@ label.pf-v6-c-tree-view__node-text {
|
|
23329
22147
|
margin-inline-end: var(--pf-v6-c-wizard__toggle-list-item--not-last-child--MarginInlineEnd);
|
23330
22148
|
}
|
23331
22149
|
.pf-v6-c-wizard__toggle-list-item.pf-m-danger {
|
23332
|
-
--pf-v6-c-
|
23333
|
-
|
22150
|
+
--pf-v6-c-wizard__toggle-status-icon--Color: var(--pf-v6-c-wizard__toggle-list-item--m-danger__status-icon--Color);
|
22151
|
+
}
|
22152
|
+
.pf-v6-c-wizard__toggle-list-item.pf-m-success {
|
22153
|
+
--pf-v6-c-wizard__toggle-status-icon--Color: var(--pf-v6-c-wizard__toggle-list-item--m-success__status-icon--Color);
|
23334
22154
|
}
|
23335
22155
|
|
23336
22156
|
.pf-v6-c-wizard__toggle-num {
|
@@ -23486,12 +22306,15 @@ label.pf-v6-c-tree-view__node-text {
|
|
23486
22306
|
--pf-v6-c-wizard__nav-link--before--Color: var(--pf-v6-c-wizard__nav-link--m-current--before--Color);
|
23487
22307
|
}
|
23488
22308
|
|
22309
|
+
.pf-v6-c-wizard__nav-link:is(.pf-m-success, .pf-m-danger)::before {
|
22310
|
+
display: none;
|
22311
|
+
}
|
22312
|
+
.pf-v6-c-wizard__nav-link.pf-m-success {
|
22313
|
+
--pf-v6-c-wizard__nav-link-status-icon--Color: var(--pf-v6-c-wizard__nav-link--m-success__nav-link-status-icon--Color);
|
22314
|
+
}
|
23489
22315
|
.pf-v6-c-wizard__nav-link.pf-m-danger {
|
23490
22316
|
--pf-v6-c-wizard__nav-link-status-icon--Color: var(--pf-v6-c-wizard__nav-link--m-danger__nav-link-status-icon--Color);
|
23491
22317
|
}
|
23492
|
-
.pf-v6-c-wizard__nav-link.pf-m-danger::before {
|
23493
|
-
display: none;
|
23494
|
-
}
|
23495
22318
|
.pf-v6-c-wizard__nav-link:where(:hover, :focus) {
|
23496
22319
|
--pf-v6-c-wizard__nav-link--Color: var(--pf-v6-c-wizard__nav-link--hover--Color);
|
23497
22320
|
--pf-v6-c-wizard__nav-link-main--BackgroundColor: var(--pf-v6-c-wizard__nav-link--hover--BackgroundColor);
|
@@ -23546,7 +22369,9 @@ label.pf-v6-c-tree-view__node-text {
|
|
23546
22369
|
|
23547
22370
|
.pf-v6-c-wizard__main {
|
23548
22371
|
z-index: var(--pf-v6-c-wizard__main--ZIndex);
|
23549
|
-
|
22372
|
+
display: flex;
|
22373
|
+
flex-direction: column;
|
22374
|
+
flex-grow: 1;
|
23550
22375
|
overflow-x: hidden;
|
23551
22376
|
overflow-y: auto;
|
23552
22377
|
word-break: break-word;
|
@@ -23561,6 +22386,9 @@ label.pf-v6-c-tree-view__node-text {
|
|
23561
22386
|
.pf-v6-c-wizard__main-body.pf-m-no-padding {
|
23562
22387
|
padding: 0;
|
23563
22388
|
}
|
22389
|
+
.pf-v6-c-wizard__main-body:last-child {
|
22390
|
+
flex-grow: 1;
|
22391
|
+
}
|
23564
22392
|
|
23565
22393
|
.pf-v6-c-wizard__footer {
|
23566
22394
|
position: relative;
|