@patternfly/react-styles 6.5.0-prerelease.1 → 6.5.0-prerelease.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +42 -0
- package/README.md +1 -1
- package/css/components/Button/button.css +16 -4
- package/css/components/Card/card.css +6 -0
- 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/Compass/compass.css +177 -72
- package/css/components/Compass/compass.d.ts +12 -5
- package/css/components/Compass/compass.js +12 -5
- package/css/components/Compass/compass.mjs +12 -5
- package/css/components/Drawer/drawer.css +72 -28
- package/css/components/Drawer/drawer.d.ts +2 -0
- package/css/components/Drawer/drawer.js +2 -0
- package/css/components/Drawer/drawer.mjs +2 -0
- package/css/components/ExpandableSection/expandable-section.css +3 -0
- package/css/components/Hero/hero.css +74 -0
- package/css/components/Hero/hero.d.ts +11 -0
- package/css/components/Hero/hero.js +12 -0
- package/css/components/Hero/hero.mjs +10 -0
- package/css/components/Masthead/masthead.css +52 -0
- package/css/components/Masthead/masthead.d.ts +1 -0
- package/css/components/Masthead/masthead.js +1 -0
- package/css/components/Masthead/masthead.mjs +1 -0
- package/css/components/Nav/nav.css +59 -0
- package/css/components/Nav/nav.d.ts +3 -1
- package/css/components/Nav/nav.js +3 -1
- package/css/components/Nav/nav.mjs +3 -1
- package/css/components/Page/page.css +20 -0
- package/css/components/Page/page.d.ts +2 -0
- package/css/components/Page/page.js +2 -0
- package/css/components/Page/page.mjs +2 -0
- package/css/components/Tabs/tabs.css +0 -1
- package/css/components/Toolbar/toolbar.css +32 -6
- package/css/components/Toolbar/toolbar.d.ts +1 -0
- package/css/components/Toolbar/toolbar.js +1 -0
- package/css/components/Toolbar/toolbar.mjs +1 -0
- package/css/components/_index.css +587 -186
- package/css/components/_index.d.ts +15 -3
- package/css/components/_index.js +15 -3
- package/css/components/_index.mjs +15 -3
- package/css/docs/components/Compass/examples/Compass.css +8 -2
- package/css/docs/components/Compass/examples/Compass.d.ts +4 -1
- package/css/docs/components/Compass/examples/Compass.js +4 -1
- package/css/docs/components/Compass/examples/Compass.mjs +4 -1
- package/css/docs/layouts/Bullseye/examples/Bullseye.css +2 -2
- package/css/docs/layouts/Bullseye/examples/Bullseye.d.ts +1 -1
- package/css/docs/layouts/Bullseye/examples/Bullseye.js +1 -1
- package/css/docs/layouts/Bullseye/examples/Bullseye.mjs +1 -1
- package/css/docs/layouts/Flex/examples/Flex.css +3 -3
- package/css/docs/layouts/Flex/examples/Flex.d.ts +2 -2
- package/css/docs/layouts/Flex/examples/Flex.js +2 -2
- package/css/docs/layouts/Flex/examples/Flex.mjs +2 -2
- package/css/docs/layouts/Gallery/examples/Gallery.css +2 -2
- package/css/docs/layouts/Gallery/examples/Gallery.d.ts +1 -1
- package/css/docs/layouts/Gallery/examples/Gallery.js +1 -1
- package/css/docs/layouts/Gallery/examples/Gallery.mjs +1 -1
- package/css/docs/layouts/Grid/examples/Grid.css +1 -1
- package/css/docs/layouts/Grid/examples/Grid.d.ts +1 -1
- package/css/docs/layouts/Grid/examples/Grid.js +1 -1
- package/css/docs/layouts/Grid/examples/Grid.mjs +1 -1
- package/css/docs/layouts/Level/examples/Level.css +3 -3
- package/css/docs/layouts/Level/examples/Level.d.ts +1 -1
- package/css/docs/layouts/Level/examples/Level.js +1 -1
- package/css/docs/layouts/Level/examples/Level.mjs +1 -1
- package/css/docs/layouts/Split/examples/Split.css +1 -1
- package/css/docs/layouts/Split/examples/Split.d.ts +1 -1
- package/css/docs/layouts/Split/examples/Split.js +1 -1
- package/css/docs/layouts/Split/examples/Split.mjs +1 -1
- package/css/docs/layouts/Stack/examples/Stack.css +3 -3
- package/css/docs/layouts/Stack/examples/Stack.d.ts +1 -1
- package/css/docs/layouts/Stack/examples/Stack.js +1 -1
- package/css/docs/layouts/Stack/examples/Stack.mjs +1 -1
- package/css/docs/utilities/Alignment/examples/Alignment.css +4 -4
- package/css/docs/utilities/Alignment/examples/Alignment.d.ts +1 -1
- package/css/docs/utilities/Alignment/examples/Alignment.js +1 -1
- package/css/docs/utilities/Alignment/examples/Alignment.mjs +1 -1
- package/css/docs/utilities/BoxShadow/examples/box-shadow.css +2 -2
- package/css/docs/utilities/BoxShadow/examples/box-shadow.d.ts +1 -1
- package/css/docs/utilities/BoxShadow/examples/box-shadow.js +1 -1
- package/css/docs/utilities/BoxShadow/examples/box-shadow.mjs +1 -1
- package/css/docs/utilities/Display/examples/Display.css +1 -1
- package/css/docs/utilities/Display/examples/Display.d.ts +1 -1
- package/css/docs/utilities/Display/examples/Display.js +1 -1
- package/css/docs/utilities/Display/examples/Display.mjs +1 -1
- package/css/docs/utilities/Flex/examples/Flex.css +7 -7
- package/css/docs/utilities/Flex/examples/Flex.d.ts +1 -1
- package/css/docs/utilities/Flex/examples/Flex.js +1 -1
- package/css/docs/utilities/Flex/examples/Flex.mjs +1 -1
- package/css/docs/utilities/Float/examples/Float.css +2 -2
- package/css/docs/utilities/Float/examples/Float.d.ts +1 -1
- package/css/docs/utilities/Float/examples/Float.js +1 -1
- package/css/docs/utilities/Float/examples/Float.mjs +1 -1
- package/css/docs/utilities/Spacing/examples/Spacing.css +2 -2
- package/css/docs/utilities/Spacing/examples/Spacing.d.ts +1 -1
- package/css/docs/utilities/Spacing/examples/Spacing.js +1 -1
- package/css/docs/utilities/Spacing/examples/Spacing.mjs +1 -1
- package/package.json +3 -3
|
@@ -1685,10 +1685,17 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1685
1685
|
--pf-v6-c-button--m-link--m-inline--PaddingInlineEnd: 0;
|
|
1686
1686
|
--pf-v6-c-button--m-link--m-inline--PaddingBlockEnd: 0;
|
|
1687
1687
|
--pf-v6-c-button--m-link--m-inline--PaddingInlineStart: 0;
|
|
1688
|
+
--pf-v6-c-button--m-link--m-inline--TextDecorationColor: var(--pf-t--global--text-decoration--color--default);
|
|
1688
1689
|
--pf-v6-c-button--m-link--m-inline--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--default);
|
|
1689
1690
|
--pf-v6-c-button--m-link--m-inline--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--default);
|
|
1691
|
+
--pf-v6-c-button--m-link--m-inline--TextUnderlineOffset: var(--pf-t--global--text-decoration--offset--default);
|
|
1692
|
+
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor: var(--pf-t--global--text-decoration--color--hover);
|
|
1690
1693
|
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--hover);
|
|
1691
1694
|
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--hover);
|
|
1695
|
+
--pf-v6-c-button--m-link--m-inline--hover--TextUnderlineOffset: var(--pf-t--global--text-decoration--offset--hover);
|
|
1696
|
+
--pf-v6-c-button--m-link--m-inline--TransitionProperty: color, text-underline-offset;
|
|
1697
|
+
--pf-v6-c-button--m-link--m-inline--TransitionDuration: var(--pf-t--global--motion--duration--fade--default), var(--pf-t--global--motion--duration--lg);
|
|
1698
|
+
--pf-v6-c-button--m-link--m-inline--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--accelerate), var(--pf-t--global--motion--timing-function--default);
|
|
1692
1699
|
--pf-v6-c-button--m-link--m-inline__progress--InsetInlineStart: var(--pf-t--global--spacer--xs);
|
|
1693
1700
|
--pf-v6-c-button--m-link--m-inline--m-in-progress--PaddingInlineStart: calc(var(--pf-v6-c-button--m-link--m-inline__progress--InsetInlineStart) + 1rem + var(--pf-t--global--spacer--sm));
|
|
1694
1701
|
--pf-v6-c-button--m-link--m-inline--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
@@ -1698,10 +1705,8 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1698
1705
|
--pf-v6-c-button--span--m-link--m-inline__icon--m-end--MarginInlineStart: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
1699
1706
|
--pf-v6-c-button--m-link--m-inline--Color: var(--pf-t--global--text--color--brand--default);
|
|
1700
1707
|
--pf-v6-c-button--m-link--m-inline__icon--Color: var(--pf-t--global--icon--color--brand--default);
|
|
1701
|
-
--pf-v6-c-button--m-link--m-inline--TextDecorationColor: currentcolor;
|
|
1702
1708
|
--pf-v6-c-button--m-link--m-inline--hover--Color: var(--pf-t--global--text--color--brand--hover);
|
|
1703
1709
|
--pf-v6-c-button--m-link--m-inline--hover__icon--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
1704
|
-
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor: currentcolor;
|
|
1705
1710
|
--pf-v6-c-button--m-plain--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
1706
1711
|
--pf-v6-c-button--m-plain--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--plain--default);
|
|
1707
1712
|
--pf-v6-c-button--m-plain--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--plain--default);
|
|
@@ -2026,12 +2031,13 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
2026
2031
|
--pf-v6-c-button--PaddingInlineEnd: var(--pf-v6-c-button--m-link--m-inline--PaddingInlineEnd);
|
|
2027
2032
|
--pf-v6-c-button--PaddingBlockEnd: var(--pf-v6-c-button--m-link--m-inline--PaddingBlockEnd);
|
|
2028
2033
|
--pf-v6-c-button--PaddingInlineStart: var(--pf-v6-c-button--m-link--m-inline--PaddingInlineStart);
|
|
2034
|
+
--pf-v6-c-button--TransitionDuration: var(--pf-v6-c-button--m-link--m-inline--TransitionDuration);
|
|
2035
|
+
--pf-v6-c-button--TransitionTimingFunction: var(--pf-v6-c-button--m-link--m-inline--TransitionTimingFunction);
|
|
2036
|
+
--pf-v6-c-button--TransitionProperty: var(--pf-v6-c-button--m-link--m-inline--TransitionProperty);
|
|
2029
2037
|
--pf-v6-c-button--BackgroundColor: transparent;
|
|
2030
2038
|
--pf-v6-c-button__progress--InsetInlineStart: var(--pf-v6-c-button--m-link--m-inline__progress--InsetInlineStart);
|
|
2031
2039
|
--pf-v6-c-button--TextDecorationLine: var(--pf-v6-c-button--m-link--m-inline--TextDecorationLine);
|
|
2032
2040
|
--pf-v6-c-button--TextDecorationStyle: var(--pf-v6-c-button--m-link--m-inline--TextDecorationStyle);
|
|
2033
|
-
--pf-v6-c-button--hover--TextDecorationLine: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationLine);
|
|
2034
|
-
--pf-v6-c-button--hover--TextDecorationStyle: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationStyle);
|
|
2035
2041
|
--pf-v6-c-button--hover--BackgroundColor: transparent;
|
|
2036
2042
|
--pf-v6-c-button--m-clicked--BackgroundColor: transparent;
|
|
2037
2043
|
--pf-v6-c-button--disabled--BackgroundColor: transparent;
|
|
@@ -2040,6 +2046,8 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
2040
2046
|
--pf-v6-c-button--m-link--Color: var(--pf-v6-c-button--m-link--m-inline--Color);
|
|
2041
2047
|
--pf-v6-c-button--m-link__icon--Color: var(--pf-v6-c-button--m-link--m-inline__icon--Color);
|
|
2042
2048
|
--pf-v6-c-button--TextDecorationColor: var(--pf-v6-c-button--m-link--m-inline--TextDecorationColor);
|
|
2049
|
+
--pf-v6-c-button--hover--TextDecorationLine: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationLine);
|
|
2050
|
+
--pf-v6-c-button--hover--TextDecorationStyle: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationStyle);
|
|
2043
2051
|
--pf-v6-c-button--hover--TextDecorationColor: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor);
|
|
2044
2052
|
--pf-v6-c-button--m-link--hover--Color: var(--pf-v6-c-button--m-link--m-inline--hover--Color);
|
|
2045
2053
|
--pf-v6-c-button--m-link--hover__icon--Color: var(--pf-v6-c-button--m-link--m-inline--hover__icon--Color);
|
|
@@ -2047,6 +2055,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
2047
2055
|
--pf-v6-c-button--hover--BorderWidth: 0;
|
|
2048
2056
|
--pf-v6-c-button--m-clicked--BorderWidth: 0;
|
|
2049
2057
|
text-align: start;
|
|
2058
|
+
text-underline-offset: var(--pf-v6-c-button--m-link--m-inline--TextUnderlineOffset);
|
|
2050
2059
|
white-space: normal;
|
|
2051
2060
|
background: transparent;
|
|
2052
2061
|
outline-offset: 0.125rem;
|
|
@@ -2057,6 +2066,9 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2057
2066
|
--pf-v6-c-button__icon--m-end--MarginInlineStart: var(--pf-v6-c-button--span--m-link--m-inline__icon--m-end--MarginInlineStart);
|
|
2058
2067
|
}
|
|
2059
2068
|
|
|
2069
|
+
.pf-v6-c-button.pf-m-link.pf-m-inline:hover, .pf-v6-c-button.pf-m-link.pf-m-inline:focus {
|
|
2070
|
+
--pf-v6-c-button--m-link--m-inline--TextUnderlineOffset: var(--pf-v6-c-button--m-link--m-inline--hover--TextUnderlineOffset);
|
|
2071
|
+
}
|
|
2060
2072
|
.pf-v6-c-button.pf-m-link.pf-m-danger {
|
|
2061
2073
|
--pf-v6-c-button--m-danger--Color: var(--pf-v6-c-button--m-link--m-danger--Color);
|
|
2062
2074
|
--pf-v6-c-button--m-danger--BackgroundColor: var(--pf-v6-c-button--m-link--m-danger--BackgroundColor);
|
|
@@ -2920,6 +2932,12 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2920
2932
|
overflow-wrap: var(--pf-v6-c-card__title-text--OverflowWrap);
|
|
2921
2933
|
}
|
|
2922
2934
|
|
|
2935
|
+
.pf-v6-c-card__subtitle {
|
|
2936
|
+
padding-block-start: var(--pf-t--global--spacer--sm);
|
|
2937
|
+
font-size: var(--pf-t--global--font--size--body--sm);
|
|
2938
|
+
color: var(--pf-t--global--text--color--subtle);
|
|
2939
|
+
}
|
|
2940
|
+
|
|
2923
2941
|
.pf-v6-c-card__actions {
|
|
2924
2942
|
display: flex;
|
|
2925
2943
|
gap: var(--pf-v6-c-card__actions--Gap);
|
|
@@ -3494,65 +3512,142 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
3494
3512
|
--pf-v6-c-compass--BackgroundImage--light: none;
|
|
3495
3513
|
--pf-v6-c-compass--BackgroundImage--dark: none;
|
|
3496
3514
|
--pf-v6-c-compass--Padding: var(--pf-t--global--spacer--inset--page-chrome);
|
|
3497
|
-
--pf-v6-c-compass--
|
|
3498
|
-
--pf-v6-c-compass--ColumnGap: var(--pf-t--global--spacer--xl);
|
|
3515
|
+
--pf-v6-c-compass--Gap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
3499
3516
|
--pf-v6-c-compass__nav--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
|
3500
|
-
--pf-v6-c-
|
|
3517
|
+
--pf-v6-c-compass__nav--PaddingBlockStart: 0;
|
|
3518
|
+
--pf-v6-c-compass__nav--PaddingBlockEnd: 0;
|
|
3519
|
+
--pf-v6-c-compass__nav--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
3520
|
+
--pf-v6-c-compass__nav--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
3521
|
+
--pf-v6-c-compass__nav-main--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
3522
|
+
--pf-v6-c-compass__nav-main--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
3523
|
+
--pf-v6-c-compass__sidebar--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
3524
|
+
--pf-v6-c-compass__sidebar--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
3525
|
+
--pf-v6-c-compass__sidebar--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
3526
|
+
--pf-v6-c-compass__sidebar--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
3501
3527
|
--pf-v6-c-compass__main--RowGap: var(--pf-t--global--spacer--md);
|
|
3502
|
-
--pf-v6-c-
|
|
3503
|
-
--pf-v6-c-
|
|
3504
|
-
--pf-v6-c-
|
|
3505
|
-
--pf-v6-c-compass__panel--BackgroundColor--rgb--dark: 0,0,0;
|
|
3506
|
-
--pf-v6-c-compass__panel--BackgroundColor--opacity--dark: .8;
|
|
3507
|
-
--pf-v6-c-compass__panel--BackgroundColor--dark: rgba(var(--pf-v6-c-compass__panel--BackgroundColor--rgb--dark), var(--pf-v6-c-compass__panel--BackgroundColor--opacity--dark));
|
|
3508
|
-
--pf-v6-c-compass__panel--BackdropFilter: var(--pf-v6-c-compass__panel--BackdropFilter--light);
|
|
3509
|
-
--pf-v6-c-compass__panel--BackdropFilter--light: blur(75px);
|
|
3510
|
-
--pf-v6-c-compass__panel--BackdropFilter--dark: blur(75px);
|
|
3511
|
-
--pf-v6-c-compass__panel--BorderRadius: var(--pf-t--global--border--radius--large);
|
|
3528
|
+
--pf-v6-c-compass__main-header-content--RowGap: var(--pf-t--global--spacer--sm);
|
|
3529
|
+
--pf-v6-c-compass__main-header-content--ColumnGap: var(--pf-t--global--spacer--md);
|
|
3530
|
+
--pf-v6-c-compass__main-footer--MarginBlockStart: calc(var(--pf-v6-c-compass__main--RowGap) * -1 + var(--pf-v6-c-compass--Gap));
|
|
3512
3531
|
--pf-v6-c-compass__panel--m-pill--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
3513
|
-
--pf-v6-c-compass__panel--
|
|
3514
|
-
--pf-v6-c-compass__panel--
|
|
3532
|
+
--pf-v6-c-compass__panel--PaddingBlockStart: var(--pf-t--global--spacer--inset--page-chrome);
|
|
3533
|
+
--pf-v6-c-compass__panel--PaddingBlockEnd: var(--pf-t--global--spacer--inset--page-chrome);
|
|
3534
|
+
--pf-v6-c-compass__panel--PaddingInlineStart: var(--pf-t--global--spacer--inset--page-chrome);
|
|
3535
|
+
--pf-v6-c-compass__panel--PaddingInlineEnd: var(--pf-t--global--spacer--inset--page-chrome);
|
|
3536
|
+
--pf-v6-c-compass__panel--BackgroundColor: var(--pf-t--global--background--color--glass--default);
|
|
3537
|
+
--pf-v6-c-compass__panel--BackdropFilter: var(--pf-t--global--background--color--glass--filter);
|
|
3515
3538
|
--pf-v6-c-compass__panel--BorderColor: var(--pf-t--global--border--color--alt);
|
|
3539
|
+
--pf-v6-c-compass__panel--BorderRadius: var(--pf-t--global--border--radius--large);
|
|
3540
|
+
--pf-v6-c-compass__panel--BorderWidth: var(--pf-t--global--border--width--regular);
|
|
3516
3541
|
--pf-v6-c-compass__panel--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
3517
3542
|
--pf-v6-c-compass__message-bar--Width: 450px;
|
|
3518
3543
|
--pf-v6-c-compass__message-bar--MinWidth: 300px;
|
|
3519
3544
|
--pf-v6-c-compass__message-bar--MaxWidth: 600px;
|
|
3520
|
-
--pf-v6-c-
|
|
3521
|
-
--pf-v6-c-
|
|
3522
|
-
--pf-v6-c-
|
|
3523
|
-
--pf-v6-c-
|
|
3524
|
-
--pf-v6-c-
|
|
3525
|
-
--pf-v6-c-
|
|
3526
|
-
--pf-v6-c-
|
|
3527
|
-
--pf-v6-c-
|
|
3528
|
-
--pf-v6-c-
|
|
3529
|
-
--pf-v6-c-
|
|
3530
|
-
--pf-v6-c-
|
|
3545
|
+
--pf-v6-c-compass--section--slide--length--header: 100%;
|
|
3546
|
+
--pf-v6-c-compass--section--slide--length--sidebar: 100%;
|
|
3547
|
+
--pf-v6-c-compass--section--slide--length--main-footer: 100%;
|
|
3548
|
+
--pf-v6-c-compass--section--slide--length--footer: 100%;
|
|
3549
|
+
--pf-v6-c-compass--section--duration: var(--pf-t--global--motion--duration--fade--short);
|
|
3550
|
+
--pf-v6-c-compass--section--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
3551
|
+
--pf-v6-c-compass--section--TransitionDuration: var(--pf-v6-c-compass--section--duration), 0s, 0s, 0s, 0s, 0s;
|
|
3552
|
+
--pf-v6-c-compass--section--TransitionProperty: opacity, visibility, translate, height, width, margin;
|
|
3553
|
+
--pf-v6-c-compass--section--TransitionDelay: 0s, var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration);
|
|
3554
|
+
--pf-v6-c-compass--section--m-expanded--duration: var(--pf-t--global--motion--duration--fade--default);
|
|
3555
|
+
--pf-v6-c-compass--section--m-expanded--TransitionDuration: var(--pf-v6-c-compass--section--m-expanded--duration), 0s, 0s, 0s, 0s, 0s;
|
|
3556
|
+
--pf-v6-c-compass--section--m-expanded--TransitionDelay: 0s;
|
|
3557
|
+
}
|
|
3558
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
|
3559
|
+
.pf-v6-c-compass {
|
|
3560
|
+
--pf-v6-c-compass--section--TransitionDuration: var(--pf-v6-c-compass--section--duration), 0s, var(--pf-v6-c-compass--section--duration), 0s, 0s, 0s;
|
|
3561
|
+
--pf-v6-c-compass--section--TransitionDelay: 0s, var(--pf-v6-c-compass--section--duration), 0s, var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration);
|
|
3562
|
+
--pf-v6-c-compass--section--m-expanded--TransitionDuration: var(--pf-v6-c-compass--section--m-expanded--duration), 0s, var(--pf-v6-c-compass--section--m-expanded--duration), 0s, 0s, 0s;
|
|
3563
|
+
}
|
|
3564
|
+
.pf-v6-c-compass.pf-m-animate-smoothly {
|
|
3565
|
+
--pf-v6-c-compass--section--TransitionProperty: opacity, visibility, translate, height, width, margin;
|
|
3566
|
+
--pf-v6-c-compass--section--slide--length--header: 10rem;
|
|
3567
|
+
--pf-v6-c-compass--section--slide--length--sidebar: var(--pf-t--global--spacer--4xl);
|
|
3568
|
+
--pf-v6-c-compass--section--slide--length--main-footer: 6rem;
|
|
3569
|
+
--pf-v6-c-compass--section--slide--length--footer: 6rem;
|
|
3570
|
+
--pf-v6-c-compass--section--TransitionDuration: var(--pf-v6-c-compass--section--duration), 0s, var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration);
|
|
3571
|
+
--pf-v6-c-compass--section--TransitionDelay: 0s, var(--pf-v6-c-compass--section--duration), 0s, 0s, 0s;
|
|
3572
|
+
--pf-v6-c-compass--section--m-expanded--TransitionDuration: var(--pf-v6-c-compass--section--m-expanded--duration), 0s, var(--pf-v6-c-compass--section--m-expanded--duration), var(--pf-v6-c-compass--section--m-expanded--duration), var(--pf-v6-c-compass--section--m-expanded--duration);
|
|
3573
|
+
}
|
|
3531
3574
|
}
|
|
3532
3575
|
|
|
3533
3576
|
.pf-v6-c-compass {
|
|
3577
|
+
interpolate-size: allow-keywords;
|
|
3534
3578
|
display: grid;
|
|
3535
|
-
grid-template-areas: "header header header" "sidebar-start main sidebar-end"
|
|
3536
|
-
grid-template-rows: auto 1fr
|
|
3579
|
+
grid-template-areas: "header header header" "sidebar-start main sidebar-end";
|
|
3580
|
+
grid-template-rows: auto 1fr;
|
|
3537
3581
|
grid-template-columns: auto 1fr auto;
|
|
3538
|
-
|
|
3582
|
+
grid-auto-rows: auto;
|
|
3539
3583
|
align-items: center;
|
|
3540
3584
|
justify-content: center;
|
|
3541
3585
|
height: 100dvh;
|
|
3542
3586
|
padding: var(--pf-v6-c-compass--Padding);
|
|
3543
|
-
|
|
3587
|
+
overflow: hidden;
|
|
3544
3588
|
background-image: var(--pf-v6-c-compass--BackgroundImage);
|
|
3545
3589
|
background-size: cover;
|
|
3546
3590
|
}
|
|
3591
|
+
.pf-v6-c-compass.pf-m-dock {
|
|
3592
|
+
grid-template-areas: "dock main";
|
|
3593
|
+
grid-template-rows: auto;
|
|
3594
|
+
grid-template-columns: auto 1fr;
|
|
3595
|
+
align-items: stretch;
|
|
3596
|
+
padding: 0;
|
|
3597
|
+
}
|
|
3598
|
+
.pf-v6-c-compass.pf-m-dock .pf-v6-c-compass__main {
|
|
3599
|
+
padding: var(--pf-v6-c-compass--Padding);
|
|
3600
|
+
}
|
|
3547
3601
|
:root:where(.pf-v6-theme-dark) .pf-v6-c-compass {
|
|
3548
3602
|
--pf-v6-c-compass--BackgroundImage: var(--pf-v6-c-compass--BackgroundImage--dark);
|
|
3549
3603
|
}
|
|
3604
|
+
.pf-v6-c-compass__panel.pf-m-no-glass, .pf-v6-c-compass.pf-m-no-glass {
|
|
3605
|
+
--pf-v6-c-compass__panel--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
3606
|
+
}
|
|
3607
|
+
|
|
3608
|
+
.pf-v6-c-compass__header,
|
|
3609
|
+
.pf-v6-c-compass__sidebar:is(.pf-m-start, .pf-m-end),
|
|
3610
|
+
.pf-v6-c-compass__main-footer,
|
|
3611
|
+
.pf-v6-c-compass__footer {
|
|
3612
|
+
margin: 0;
|
|
3613
|
+
visibility: hidden;
|
|
3614
|
+
opacity: 0;
|
|
3615
|
+
transition-delay: var(--pf-v6-c-compass--section--TransitionDelay);
|
|
3616
|
+
transition-timing-function: var(--pf-v6-c-compass--section--TransitionTimingFunction);
|
|
3617
|
+
transition-duration: var(--pf-v6-c-compass--section--TransitionDuration);
|
|
3618
|
+
transition-property: var(--pf-v6-c-compass--section--TransitionProperty);
|
|
3619
|
+
}
|
|
3620
|
+
.pf-v6-c-compass__header.pf-m-expanded,
|
|
3621
|
+
.pf-v6-c-compass__sidebar:is(.pf-m-start, .pf-m-end).pf-m-expanded,
|
|
3622
|
+
.pf-v6-c-compass__main-footer.pf-m-expanded,
|
|
3623
|
+
.pf-v6-c-compass__footer.pf-m-expanded {
|
|
3624
|
+
--pf-v6-c-compass--section--TransitionDelay: var(--pf-v6-c-compass--section--m-expanded--TransitionDelay);
|
|
3625
|
+
--pf-v6-c-compass--section--TransitionDuration: var(--pf-v6-c-compass--section--m-expanded--TransitionDuration);
|
|
3626
|
+
visibility: visible;
|
|
3627
|
+
opacity: 1;
|
|
3628
|
+
translate: 0;
|
|
3629
|
+
}
|
|
3630
|
+
|
|
3631
|
+
.pf-v6-c-compass__header,
|
|
3632
|
+
.pf-v6-c-compass__main-footer,
|
|
3633
|
+
.pf-v6-c-compass__footer {
|
|
3634
|
+
height: 0;
|
|
3635
|
+
}
|
|
3636
|
+
.pf-v6-c-compass__header.pf-m-expanded,
|
|
3637
|
+
.pf-v6-c-compass__main-footer.pf-m-expanded,
|
|
3638
|
+
.pf-v6-c-compass__footer.pf-m-expanded {
|
|
3639
|
+
height: auto;
|
|
3640
|
+
}
|
|
3550
3641
|
|
|
3551
3642
|
.pf-v6-c-compass__header {
|
|
3552
3643
|
display: grid;
|
|
3553
3644
|
grid-area: header;
|
|
3554
3645
|
grid-template-columns: 1fr auto 1fr;
|
|
3555
3646
|
align-items: start;
|
|
3647
|
+
translate: 0 calc(var(--pf-v6-c-compass--section--slide--length--header) * -1);
|
|
3648
|
+
}
|
|
3649
|
+
.pf-v6-c-compass__header.pf-m-expanded {
|
|
3650
|
+
margin-block-end: var(--pf-v6-c-compass--Gap);
|
|
3556
3651
|
}
|
|
3557
3652
|
|
|
3558
3653
|
.pf-v6-c-compass__profile {
|
|
@@ -3563,6 +3658,10 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
3563
3658
|
}
|
|
3564
3659
|
|
|
3565
3660
|
.pf-v6-c-compass__nav {
|
|
3661
|
+
--pf-v6-c-compass__panel--PaddingBlockStart: var(--pf-v6-c-compass__nav--PaddingBlockStart);
|
|
3662
|
+
--pf-v6-c-compass__panel--PaddingBlockEnd: var(--pf-v6-c-compass__nav--PaddingBlockEnd);
|
|
3663
|
+
--pf-v6-c-compass__panel--PaddingInlineStart: var(--pf-v6-c-compass__nav--PaddingInlineStart);
|
|
3664
|
+
--pf-v6-c-compass__panel--PaddingInlineEnd: var(--pf-v6-c-compass__nav--PaddingInlineEnd);
|
|
3566
3665
|
display: flex;
|
|
3567
3666
|
flex-direction: column;
|
|
3568
3667
|
gap: var(--pf-v6-c-compass__nav--RowGap);
|
|
@@ -3570,12 +3669,49 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
3570
3669
|
justify-self: stretch;
|
|
3571
3670
|
}
|
|
3572
3671
|
|
|
3672
|
+
.pf-v6-c-compass__nav-content {
|
|
3673
|
+
display: flex;
|
|
3674
|
+
align-items: center;
|
|
3675
|
+
}
|
|
3676
|
+
|
|
3677
|
+
.pf-v6-c-compass__nav-main {
|
|
3678
|
+
padding-inline-start: var(--pf-v6-c-compass__nav-main--PaddingInlineStart);
|
|
3679
|
+
padding-inline-end: var(--pf-v6-c-compass__nav-main--PaddingInlineEnd);
|
|
3680
|
+
}
|
|
3681
|
+
|
|
3573
3682
|
.pf-v6-c-compass__sidebar {
|
|
3574
|
-
--pf-v6-c-compass__panel--
|
|
3683
|
+
--pf-v6-c-compass__panel--PaddingBlockStart: var(--pf-v6-c-compass__sidebar--PaddingBlockStart);
|
|
3684
|
+
--pf-v6-c-compass__panel--PaddingBlockEnd: var(--pf-v6-c-compass__sidebar--PaddingBlockEnd);
|
|
3685
|
+
--pf-v6-c-compass__panel--PaddingInlineStart: var(--pf-v6-c-compass__sidebar--PaddingInlineStart);
|
|
3686
|
+
--pf-v6-c-compass__panel--PaddingInlineEnd: var(--pf-v6-c-compass__sidebar--PaddingInlineEnd);
|
|
3687
|
+
display: flex;
|
|
3688
|
+
width: 0;
|
|
3689
|
+
}
|
|
3690
|
+
.pf-v6-c-compass__sidebar.pf-m-expanded {
|
|
3691
|
+
width: auto;
|
|
3575
3692
|
}
|
|
3576
3693
|
.pf-v6-c-compass__sidebar.pf-m-start {
|
|
3694
|
+
translate: calc(var(--pf-v6-c-compass--section--slide--length--sidebar) * -1);
|
|
3577
3695
|
grid-area: sidebar-start;
|
|
3578
3696
|
}
|
|
3697
|
+
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-compass__sidebar.pf-m-start {
|
|
3698
|
+
translate: var(--pf-v6-c-compass--section--slide--length--sidebar);
|
|
3699
|
+
}
|
|
3700
|
+
|
|
3701
|
+
.pf-v6-c-compass__sidebar.pf-m-start.pf-m-expanded {
|
|
3702
|
+
margin-inline-end: var(--pf-v6-c-compass--Gap);
|
|
3703
|
+
}
|
|
3704
|
+
.pf-v6-c-compass__sidebar.pf-m-end {
|
|
3705
|
+
translate: var(--pf-v6-c-compass--section--slide--length--sidebar);
|
|
3706
|
+
grid-area: sidebar-end;
|
|
3707
|
+
}
|
|
3708
|
+
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-compass__sidebar.pf-m-end {
|
|
3709
|
+
translate: calc(var(--pf-v6-c-compass--section--slide--length--sidebar) * -1);
|
|
3710
|
+
}
|
|
3711
|
+
|
|
3712
|
+
.pf-v6-c-compass__sidebar.pf-m-end.pf-m-expanded {
|
|
3713
|
+
margin-inline-start: var(--pf-v6-c-compass--Gap);
|
|
3714
|
+
}
|
|
3579
3715
|
|
|
3580
3716
|
.pf-v6-c-compass__main {
|
|
3581
3717
|
display: flex;
|
|
@@ -3586,6 +3722,15 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
3586
3722
|
min-height: 0;
|
|
3587
3723
|
}
|
|
3588
3724
|
|
|
3725
|
+
.pf-v6-c-compass__main-header-content {
|
|
3726
|
+
display: flex;
|
|
3727
|
+
gap: var(--pf-v6-c-compass__main-header-content--RowGap) var(--pf-v6-c-compass__main-header-content--ColumnGap);
|
|
3728
|
+
}
|
|
3729
|
+
|
|
3730
|
+
.pf-v6-c-compass__main-header-title {
|
|
3731
|
+
flex-grow: 1;
|
|
3732
|
+
}
|
|
3733
|
+
|
|
3589
3734
|
.pf-v6-c-compass__content {
|
|
3590
3735
|
display: flex;
|
|
3591
3736
|
flex: 1 0 0;
|
|
@@ -3598,15 +3743,24 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
3598
3743
|
max-height: 100%;
|
|
3599
3744
|
}
|
|
3600
3745
|
|
|
3601
|
-
.pf-v6-c-
|
|
3602
|
-
|
|
3603
|
-
|
|
3746
|
+
.pf-v6-c-compass__main-footer {
|
|
3747
|
+
display: flex;
|
|
3748
|
+
justify-content: center;
|
|
3749
|
+
min-height: 0;
|
|
3750
|
+
translate: 0 var(--pf-v6-c-compass--section--slide--length--main-footer);
|
|
3751
|
+
}
|
|
3752
|
+
.pf-v6-c-compass__main-footer.pf-m-expanded {
|
|
3753
|
+
margin-block-start: var(--pf-v6-c-compass__main-footer--MarginBlockStart);
|
|
3604
3754
|
}
|
|
3605
3755
|
|
|
3606
3756
|
.pf-v6-c-compass__footer {
|
|
3607
3757
|
display: flex;
|
|
3608
|
-
grid-
|
|
3758
|
+
grid-column: 1/-1;
|
|
3609
3759
|
justify-content: center;
|
|
3760
|
+
translate: 0 var(--pf-v6-c-compass--section--slide--length--main-footer);
|
|
3761
|
+
}
|
|
3762
|
+
.pf-v6-c-compass__footer.pf-m-expanded {
|
|
3763
|
+
margin-block-start: var(--pf-v6-c-compass--Gap);
|
|
3610
3764
|
}
|
|
3611
3765
|
|
|
3612
3766
|
.pf-v6-c-compass__message-bar {
|
|
@@ -3616,17 +3770,16 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
3616
3770
|
}
|
|
3617
3771
|
|
|
3618
3772
|
.pf-v6-c-compass__panel {
|
|
3619
|
-
padding: var(--pf-v6-c-compass__panel--
|
|
3620
|
-
|
|
3621
|
-
|
|
3773
|
+
padding-block-start: var(--pf-v6-c-compass__panel--PaddingBlockStart);
|
|
3774
|
+
padding-block-end: var(--pf-v6-c-compass__panel--PaddingBlockEnd);
|
|
3775
|
+
padding-inline-start: var(--pf-v6-c-compass__panel--PaddingInlineStart);
|
|
3776
|
+
padding-inline-end: var(--pf-v6-c-compass__panel--PaddingInlineEnd);
|
|
3777
|
+
background-color: var(--pf-v6-c-compass__panel--BackgroundColor);
|
|
3778
|
+
backdrop-filter: var(--pf-v6-c-compass__panel--BackdropFilter);
|
|
3622
3779
|
border: var(--pf-v6-c-compass__panel--BorderWidth) solid var(--pf-v6-c-compass__panel--BorderColor);
|
|
3623
3780
|
border-radius: var(--pf-v6-c-compass__panel--BorderRadius);
|
|
3624
3781
|
box-shadow: var(--pf-v6-c-compass__panel--BoxShadow);
|
|
3625
3782
|
}
|
|
3626
|
-
:root:where(.pf-v6-theme-dark) .pf-v6-c-compass__panel {
|
|
3627
|
-
--pf-v6-c-compass__panel--BackdropFilter: var(--pf-v6-c-compass__panel--BackdropFilter--dark);
|
|
3628
|
-
--pf-v6-c-compass__panel--BackgroundColor: var(--pf-v6-c-compass__panel--BackgroundColor--dark);
|
|
3629
|
-
}
|
|
3630
3783
|
.pf-v6-c-compass__panel.pf-m-no-border {
|
|
3631
3784
|
border-width: 0;
|
|
3632
3785
|
}
|
|
@@ -3643,36 +3796,6 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
3643
3796
|
overflow: auto;
|
|
3644
3797
|
}
|
|
3645
3798
|
|
|
3646
|
-
.pf-v6-c-compass__hero {
|
|
3647
|
-
display: flex;
|
|
3648
|
-
padding-block-start: 32px;
|
|
3649
|
-
padding-block-end: 32px;
|
|
3650
|
-
padding-inline-start: 72px;
|
|
3651
|
-
padding-inline-end: 0;
|
|
3652
|
-
background-image: var(--pf-v6-c-compass__hero--BackgroundImage, var(--pf-v6-c-compass__hero--BackgroundImage--light)), linear-gradient(var(--pf-v6-c-compass__hero--gradient--angle), var(--pf-v6-c-compass__hero--gradient--stop-1, var(--pf-v6-c-compass__hero--gradient--stop-1--light)) 0%, var(--pf-v6-c-compass__hero--gradient--stop-2, var(--pf-v6-c-compass__hero--gradient--stop-2--light)) 50%, var(--pf-v6-c-compass__hero--gradient--stop-3, var(--pf-v6-c-compass__hero--gradient--stop-3--light)) 100%);
|
|
3653
|
-
background-repeat: no-repeat;
|
|
3654
|
-
background-position: right center;
|
|
3655
|
-
background-size: contain;
|
|
3656
|
-
border-radius: 24px 72px;
|
|
3657
|
-
}
|
|
3658
|
-
:root:where(.pf-v6-theme-dark) .pf-v6-c-compass__hero {
|
|
3659
|
-
--pf-v6-c-compass__hero--BackgroundImage: var(--pf-v6-c-compass__hero--BackgroundImage--dark);
|
|
3660
|
-
--pf-v6-c-compass__hero--gradient--stop-1: var(--pf-v6-c-compass__hero--gradient--stop-1--dark);
|
|
3661
|
-
--pf-v6-c-compass__hero--gradient--stop-2: var(--pf-v6-c-compass__hero--gradient--stop-2--dark);
|
|
3662
|
-
--pf-v6-c-compass__hero--gradient--stop-3: var(--pf-v6-c-compass__hero--gradient--stop-3--dark);
|
|
3663
|
-
}
|
|
3664
|
-
|
|
3665
|
-
.pf-v6-c-compass__hero-body {
|
|
3666
|
-
width: min(var(--pf-v6-c-compass__hero-body--Width), var(--pf-v6-c-compass__hero-body--MaxWidth));
|
|
3667
|
-
}
|
|
3668
|
-
|
|
3669
|
-
:where(:root.pf-v6-theme-no-glass) .pf-v6-c-compass {
|
|
3670
|
-
--pf-v6-c-compass--glass--opacity: 100%;
|
|
3671
|
-
--pf-v6-c-compass--glass--border: var(--pf-t--global--border--color--default);
|
|
3672
|
-
--pf-v6-c-compass--glass--blend-mode: none;
|
|
3673
|
-
--pf-v6-c-compass--glass--blend-mode--dark: none;
|
|
3674
|
-
}
|
|
3675
|
-
|
|
3676
3799
|
/* stylelint-disable */
|
|
3677
3800
|
@media (max-width: 1200px) {
|
|
3678
3801
|
.pf-v6-c-compass * {
|
|
@@ -5960,6 +6083,7 @@ ul) {
|
|
|
5960
6083
|
}
|
|
5961
6084
|
|
|
5962
6085
|
.pf-v6-c-drawer {
|
|
6086
|
+
--pf-v6-c-drawer--m-pill--m-inline__main--Gap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
5963
6087
|
--pf-v6-c-drawer__section--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
5964
6088
|
--pf-v6-c-drawer__section--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
5965
6089
|
--pf-v6-c-drawer__content--FlexBasis: 100%;
|
|
@@ -5990,6 +6114,7 @@ ul) {
|
|
|
5990
6114
|
--pf-v6-c-drawer__panel--TransitionProperty: opacity, visibility, transform;
|
|
5991
6115
|
--pf-v6-c-drawer__panel--Opacity: 0;
|
|
5992
6116
|
--pf-v6-c-drawer--m-expanded__panel--Opacity: 1;
|
|
6117
|
+
--pf-v6-c-drawer--m-expanded__panel--inset: 0px;
|
|
5993
6118
|
--pf-v6-c-drawer__panel--FlexBasis: 100%;
|
|
5994
6119
|
--pf-v6-c-drawer__panel--md--FlexBasis--min: 1.5rem;
|
|
5995
6120
|
--pf-v6-c-drawer__panel--md--FlexBasis: 50%;
|
|
@@ -6005,6 +6130,16 @@ ul) {
|
|
|
6005
6130
|
--pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--FlexDirection: column;
|
|
6006
6131
|
--pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--md--FlexBasis--min: 1.5rem;
|
|
6007
6132
|
--pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--MinHeight: 1.5rem;
|
|
6133
|
+
--pf-v6-c-drawer--m-pill__panel--BorderBlockStartWidth: var(--pf-t--global--border--width--regular);
|
|
6134
|
+
--pf-v6-c-drawer--m-pill__panel--BorderBlockEndWidth: var(--pf-t--global--border--width--regular);
|
|
6135
|
+
--pf-v6-c-drawer--m-pill__panel--BorderInlineStartWidth: var(--pf-t--global--border--width--regular);
|
|
6136
|
+
--pf-v6-c-drawer--m-pill__panel--BorderInlineEndWidth: var(--pf-t--global--border--width--regular);
|
|
6137
|
+
--pf-v6-c-drawer--m-pill__panel--BorderColor: var(--pf-t--global--border--color--default);
|
|
6138
|
+
--pf-v6-c-drawer--m-pill__panel--BorderRadius: var(--pf-t--global--border--radius--large);
|
|
6139
|
+
--pf-v6-c-drawer--m-pill--m-expanded__panel--inset: var(--pf-t--global--spacer--inset--page-chrome);
|
|
6140
|
+
--pf-v6-c-drawer__panel--m-glass--BackgroundColor: var(--pf-t--global--background--color--glass--default);
|
|
6141
|
+
--pf-v6-c-drawer__panel--m-glass--BackdropFilter: var(--pf-t--global--background--color--glass--filter);
|
|
6142
|
+
--pf-v6-c-drawer__panel--m-glass--BorderColor: var(--pf-t--global--border--color--alt);
|
|
6008
6143
|
--pf-v6-c-drawer__head--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
6009
6144
|
--pf-v6-c-drawer__head--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
6010
6145
|
--pf-v6-c-drawer__head--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
@@ -6121,6 +6256,8 @@ ul) {
|
|
|
6121
6256
|
.pf-v6-c-drawer.pf-m-inline, .pf-v6-c-drawer.pf-m-static {
|
|
6122
6257
|
--pf-v6-c-drawer__panel--BackgroundColor: var(--pf-v6-c-drawer__panel--m-inline--BackgroundColor);
|
|
6123
6258
|
--pf-v6-c-drawer__panel--BorderInlineStartWidth: var(--pf-v6-c-drawer--m-inline__panel--after--Width);
|
|
6259
|
+
--pf-v6-c-drawer--m-pill__main--Gap: var(--pf-v6-c-drawer--m-pill--m-inline__main--Gap);
|
|
6260
|
+
--pf-v6-c-drawer--m-pill--m-expanded__panel--inset: 0px;
|
|
6124
6261
|
}
|
|
6125
6262
|
.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) {
|
|
6126
6263
|
padding-inline-start: var(--pf-v6-c-drawer--m-inline__panel--PaddingInlineStart);
|
|
@@ -6144,19 +6281,19 @@ ul) {
|
|
|
6144
6281
|
--pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDelay--expand--focus);
|
|
6145
6282
|
}
|
|
6146
6283
|
.pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
6147
|
-
transform: translateX(-100%);
|
|
6284
|
+
transform: translateX(calc(-100% - var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6148
6285
|
--pf-v6-c-drawer__panel--Opacity: var(--pf-v6-c-drawer--m-expanded__panel--Opacity);
|
|
6149
6286
|
visibility: visible;
|
|
6150
6287
|
}
|
|
6151
6288
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
6152
|
-
transform: translateX(calc(-100% * var(--pf-v6-global--inverse--multiplier)));
|
|
6289
|
+
transform: translateX(calc(calc(-100% - var(--pf-v6-c-drawer--m-expanded__panel--inset)) * var(--pf-v6-global--inverse--multiplier)));
|
|
6153
6290
|
}
|
|
6154
6291
|
|
|
6155
6292
|
.pf-v6-c-drawer.pf-m-expanded.pf-m-panel-left > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
6156
6293
|
transform: translateX(0);
|
|
6157
6294
|
}
|
|
6158
6295
|
.pf-v6-c-drawer.pf-m-expanded.pf-m-panel-bottom > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
6159
|
-
transform: translate(0, -100%);
|
|
6296
|
+
transform: translate(0, calc(-100% - var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6160
6297
|
}
|
|
6161
6298
|
.pf-v6-c-drawer.pf-m-resizing {
|
|
6162
6299
|
--pf-v6-c-drawer__panel--TransitionProperty: none;
|
|
@@ -6165,6 +6302,26 @@ ul) {
|
|
|
6165
6302
|
.pf-v6-c-drawer.pf-m-resizing .pf-v6-c-drawer__splitter {
|
|
6166
6303
|
pointer-events: auto;
|
|
6167
6304
|
}
|
|
6305
|
+
@media screen and (min-width: 48rem) {
|
|
6306
|
+
.pf-v6-c-drawer.pf-m-pill {
|
|
6307
|
+
--pf-v6-c-drawer__main--Gap: var(--pf-v6-c-drawer--m-pill__main--Gap, revert);
|
|
6308
|
+
--pf-v6-c-drawer__panel--BorderColor: var(--pf-v6-c-drawer--m-pill__panel--BorderColor);
|
|
6309
|
+
--pf-v6-c-drawer__panel--BorderRadius: var(--pf-v6-c-drawer--m-pill__panel--BorderRadius);
|
|
6310
|
+
--pf-v6-c-drawer--m-expanded__panel--inset: var(--pf-v6-c-drawer--m-pill--m-expanded__panel--inset);
|
|
6311
|
+
--pf-v6-c-drawer__panel--MarginBlock: var(--pf-v6-c-drawer--m-pill--m-expanded__panel--inset);
|
|
6312
|
+
}
|
|
6313
|
+
.pf-v6-c-drawer.pf-m-pill > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
6314
|
+
border-block-start-width: var(--pf-v6-c-drawer--m-pill__panel--BorderBlockStartWidth);
|
|
6315
|
+
border-block-end-width: var(--pf-v6-c-drawer--m-pill__panel--BorderBlockEndWidth);
|
|
6316
|
+
border-inline-start-width: var(--pf-v6-c-drawer--m-pill__panel--BorderInlineStartWidth);
|
|
6317
|
+
border-inline-end-width: var(--pf-v6-c-drawer--m-pill__panel--BorderInlineEndWidth);
|
|
6318
|
+
}
|
|
6319
|
+
.pf-v6-c-drawer.pf-m-pill > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-glass) {
|
|
6320
|
+
--pf-v6-c-drawer__panel--BackgroundColor: var(--pf-v6-c-drawer__panel--m-glass--BackgroundColor);
|
|
6321
|
+
--pf-v6-c-drawer__panel--BorderColor: var(--pf-v6-c-drawer__panel--m-glass--BorderColor);
|
|
6322
|
+
backdrop-filter: var(--pf-v6-c-drawer__panel--m-glass--BackdropFilter);
|
|
6323
|
+
}
|
|
6324
|
+
}
|
|
6168
6325
|
|
|
6169
6326
|
.pf-v6-c-drawer__section {
|
|
6170
6327
|
flex-grow: 0;
|
|
@@ -6180,6 +6337,7 @@ ul) {
|
|
|
6180
6337
|
.pf-v6-c-drawer__main {
|
|
6181
6338
|
display: flex;
|
|
6182
6339
|
flex: 1;
|
|
6340
|
+
gap: var(--pf-v6-c-drawer__main--Gap, 0);
|
|
6183
6341
|
overflow: hidden;
|
|
6184
6342
|
}
|
|
6185
6343
|
|
|
@@ -6218,6 +6376,8 @@ ul) {
|
|
|
6218
6376
|
row-gap: var(--pf-v6-c-drawer__panel--RowGap);
|
|
6219
6377
|
order: 1;
|
|
6220
6378
|
max-height: var(--pf-v6-c-drawer__panel--MaxHeight);
|
|
6379
|
+
margin-block: var(--pf-v6-c-drawer__panel--MarginBlock, revert);
|
|
6380
|
+
margin-inline: var(--pf-v6-c-drawer__panel--MarginInline, revert);
|
|
6221
6381
|
overflow: auto;
|
|
6222
6382
|
visibility: hidden;
|
|
6223
6383
|
background-color: var(--pf-v6-c-drawer__panel--BackgroundColor);
|
|
@@ -6226,6 +6386,7 @@ ul) {
|
|
|
6226
6386
|
border-block-end-width: var(--pf-v6-c-drawer__panel--BorderBlockEndWidth);
|
|
6227
6387
|
border-inline-start-width: var(--pf-v6-c-drawer__panel--BorderInlineStartWidth);
|
|
6228
6388
|
border-inline-end-width: var(--pf-v6-c-drawer__panel--BorderInlineEndWidth);
|
|
6389
|
+
border-radius: var(--pf-v6-c-drawer__panel--BorderRadius, revert);
|
|
6229
6390
|
box-shadow: var(--pf-v6-c-drawer__panel--BoxShadow);
|
|
6230
6391
|
opacity: var(--pf-v6-c-drawer__panel--Opacity);
|
|
6231
6392
|
transition-delay: var(--pf-v6-c-drawer__panel--TransitionDelay);
|
|
@@ -6413,7 +6574,7 @@ ul) {
|
|
|
6413
6574
|
padding-inline-end: var(--pf-v6-c-drawer--m-panel-left--m-inline__panel--PaddingInlineEnd);
|
|
6414
6575
|
}
|
|
6415
6576
|
.pf-v6-c-drawer.pf-m-panel-left.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
6416
|
-
transform: translateX(
|
|
6577
|
+
transform: translateX(var(--pf-v6-c-drawer--m-expanded__panel--inset));
|
|
6417
6578
|
}
|
|
6418
6579
|
.pf-v6-c-drawer.pf-m-panel-left > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-resizable > .pf-v6-c-drawer__splitter {
|
|
6419
6580
|
--pf-v6-c-drawer__splitter-handle--InsetInlineStart: var(--pf-v6-c-drawer--m-panel-left__splitter-handle--InsetInlineStart);
|
|
@@ -6425,6 +6586,8 @@ ul) {
|
|
|
6425
6586
|
--pf-v6-c-drawer__panel--FlexBasis--min: var(--pf-v6-c-drawer--m-panel-bottom__panel--FlexBasis--min);
|
|
6426
6587
|
--pf-v6-c-drawer__panel--BorderInlineStartWidth: 0;
|
|
6427
6588
|
--pf-v6-c-drawer__panel--BorderBlockStartWidth: var(--pf-v6-c-drawer--m-panel-bottom__panel--after--Height);
|
|
6589
|
+
--pf-v6-c-drawer__panel--MarginBlock: initial;
|
|
6590
|
+
--pf-v6-c-drawer__panel--MarginInline: var(--pf-v6-c-drawer--m-expanded__panel--inset);
|
|
6428
6591
|
min-width: auto;
|
|
6429
6592
|
min-height: var(--pf-v6-c-drawer--m-panel-bottom__panel--md--MinHeight);
|
|
6430
6593
|
}
|
|
@@ -6472,82 +6635,86 @@ ul) {
|
|
|
6472
6635
|
}
|
|
6473
6636
|
@media (min-width: 48rem) {
|
|
6474
6637
|
.pf-v6-c-drawer__panel.pf-m-width-25 {
|
|
6475
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 25
|
|
6638
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(25% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6476
6639
|
}
|
|
6477
6640
|
.pf-v6-c-drawer__panel.pf-m-width-33 {
|
|
6478
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 33
|
|
6641
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(33% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6479
6642
|
}
|
|
6480
6643
|
.pf-v6-c-drawer__panel.pf-m-width-50 {
|
|
6481
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 50
|
|
6644
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(50% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6482
6645
|
}
|
|
6483
6646
|
.pf-v6-c-drawer__panel.pf-m-width-66 {
|
|
6484
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 66
|
|
6647
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(66% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6485
6648
|
}
|
|
6486
6649
|
.pf-v6-c-drawer__panel.pf-m-width-75 {
|
|
6487
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 75
|
|
6650
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(75% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6488
6651
|
}
|
|
6489
6652
|
.pf-v6-c-drawer__panel.pf-m-width-100 {
|
|
6490
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 100
|
|
6653
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(100% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6654
|
+
--pf-v6-c-drawer__main--Gap: 0;
|
|
6491
6655
|
}
|
|
6492
6656
|
}
|
|
6493
6657
|
@media (min-width: 62rem) {
|
|
6494
6658
|
.pf-v6-c-drawer__panel.pf-m-width-25-on-lg {
|
|
6495
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 25
|
|
6659
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(25% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6496
6660
|
}
|
|
6497
6661
|
.pf-v6-c-drawer__panel.pf-m-width-33-on-lg {
|
|
6498
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 33
|
|
6662
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(33% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6499
6663
|
}
|
|
6500
6664
|
.pf-v6-c-drawer__panel.pf-m-width-50-on-lg {
|
|
6501
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 50
|
|
6665
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(50% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6502
6666
|
}
|
|
6503
6667
|
.pf-v6-c-drawer__panel.pf-m-width-66-on-lg {
|
|
6504
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 66
|
|
6668
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(66% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6505
6669
|
}
|
|
6506
6670
|
.pf-v6-c-drawer__panel.pf-m-width-75-on-lg {
|
|
6507
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 75
|
|
6671
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(75% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6508
6672
|
}
|
|
6509
6673
|
.pf-v6-c-drawer__panel.pf-m-width-100-on-lg {
|
|
6510
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 100
|
|
6674
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(100% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6675
|
+
--pf-v6-c-drawer__main--Gap: 0;
|
|
6511
6676
|
}
|
|
6512
6677
|
}
|
|
6513
6678
|
@media (min-width: 75rem) {
|
|
6514
6679
|
.pf-v6-c-drawer__panel.pf-m-width-25-on-xl {
|
|
6515
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 25
|
|
6680
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(25% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6516
6681
|
}
|
|
6517
6682
|
.pf-v6-c-drawer__panel.pf-m-width-33-on-xl {
|
|
6518
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 33
|
|
6683
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(33% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6519
6684
|
}
|
|
6520
6685
|
.pf-v6-c-drawer__panel.pf-m-width-50-on-xl {
|
|
6521
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 50
|
|
6686
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(50% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6522
6687
|
}
|
|
6523
6688
|
.pf-v6-c-drawer__panel.pf-m-width-66-on-xl {
|
|
6524
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 66
|
|
6689
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(66% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6525
6690
|
}
|
|
6526
6691
|
.pf-v6-c-drawer__panel.pf-m-width-75-on-xl {
|
|
6527
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 75
|
|
6692
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(75% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6528
6693
|
}
|
|
6529
6694
|
.pf-v6-c-drawer__panel.pf-m-width-100-on-xl {
|
|
6530
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 100
|
|
6695
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(100% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6696
|
+
--pf-v6-c-drawer__main--Gap: 0;
|
|
6531
6697
|
}
|
|
6532
6698
|
}
|
|
6533
6699
|
@media (min-width: 90.625rem) {
|
|
6534
6700
|
.pf-v6-c-drawer__panel.pf-m-width-25-on-2xl {
|
|
6535
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 25
|
|
6701
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(25% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6536
6702
|
}
|
|
6537
6703
|
.pf-v6-c-drawer__panel.pf-m-width-33-on-2xl {
|
|
6538
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 33
|
|
6704
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(33% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6539
6705
|
}
|
|
6540
6706
|
.pf-v6-c-drawer__panel.pf-m-width-50-on-2xl {
|
|
6541
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 50
|
|
6707
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(50% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6542
6708
|
}
|
|
6543
6709
|
.pf-v6-c-drawer__panel.pf-m-width-66-on-2xl {
|
|
6544
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 66
|
|
6710
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(66% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6545
6711
|
}
|
|
6546
6712
|
.pf-v6-c-drawer__panel.pf-m-width-75-on-2xl {
|
|
6547
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 75
|
|
6713
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(75% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6548
6714
|
}
|
|
6549
6715
|
.pf-v6-c-drawer__panel.pf-m-width-100-on-2xl {
|
|
6550
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 100
|
|
6716
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(100% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
6717
|
+
--pf-v6-c-drawer__main--Gap: 0;
|
|
6551
6718
|
}
|
|
6552
6719
|
}
|
|
6553
6720
|
@media (min-width: 48rem) {
|
|
@@ -6979,6 +7146,9 @@ ul) {
|
|
|
6979
7146
|
--pf-v6-c-expandable-section__content--Opacity: 0;
|
|
6980
7147
|
--pf-v6-c-expandable-section__content--TranslateY: 0;
|
|
6981
7148
|
--pf-v6-c-expandable-section__content--PaddingInlineStart: 0;
|
|
7149
|
+
--pf-v6-c-expandable-section__content--MaxHeight: 0px;
|
|
7150
|
+
--pf-v6-c-expandable-section__content--Visibility: hidden;
|
|
7151
|
+
--pf-v6-c-expandable-section__content--Opacity: 0;
|
|
6982
7152
|
--pf-v6-c-expandable-section--m-expand-top__content--TranslateY: 0;
|
|
6983
7153
|
--pf-v6-c-expandable-section--m-expand-bottom__content--TranslateY: 0;
|
|
6984
7154
|
--pf-v6-c-expandable-section--m-expanded__content--Opacity: 1;
|
|
@@ -8087,81 +8257,6 @@ ul) {
|
|
|
8087
8257
|
pointer-events: none;
|
|
8088
8258
|
}
|
|
8089
8259
|
|
|
8090
|
-
.pf-v6-c-hint {
|
|
8091
|
-
--pf-v6-c-hint--GridRowGap: var(--pf-t--global--spacer--sm);
|
|
8092
|
-
--pf-v6-c-hint--PaddingBlockStart: var(--pf-t--global--spacer--lg);
|
|
8093
|
-
--pf-v6-c-hint--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
8094
|
-
--pf-v6-c-hint--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
|
8095
|
-
--pf-v6-c-hint--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
8096
|
-
--pf-v6-c-hint--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
8097
|
-
--pf-v6-c-hint--BorderColor: var(--pf-t--global--border--color--status--info--default);
|
|
8098
|
-
--pf-v6-c-hint--BorderWidth: var(--pf-t--global--border--width--box--status--default);
|
|
8099
|
-
--pf-v6-c-hint--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
8100
|
-
--pf-v6-c-hint--Color: var(--pf-t--global--text--color--regular);
|
|
8101
|
-
--pf-v6-c-hint__title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
8102
|
-
--pf-v6-c-hint__body--FontSize: var(--pf-t--global--font--size--body--default);
|
|
8103
|
-
--pf-v6-c-hint__footer--MarginBlockStart: var(--pf-t--global--spacer--sm);
|
|
8104
|
-
--pf-v6-c-hint__footer--child--MarginInlineEnd: var(--pf-t--global--spacer--md);
|
|
8105
|
-
--pf-v6-c-hint__actions--MarginInlineStart: var(--pf-t--global--spacer--2xl);
|
|
8106
|
-
--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
8107
|
-
--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
8108
|
-
}
|
|
8109
|
-
|
|
8110
|
-
.pf-v6-c-hint {
|
|
8111
|
-
display: grid;
|
|
8112
|
-
grid-template-columns: 1fr auto;
|
|
8113
|
-
grid-row-gap: var(--pf-v6-c-hint--GridRowGap);
|
|
8114
|
-
padding-block-start: var(--pf-v6-c-hint--PaddingBlockStart);
|
|
8115
|
-
padding-block-end: var(--pf-v6-c-hint--PaddingBlockEnd);
|
|
8116
|
-
padding-inline-start: var(--pf-v6-c-hint--PaddingInlineStart);
|
|
8117
|
-
padding-inline-end: var(--pf-v6-c-hint--PaddingInlineEnd);
|
|
8118
|
-
color: var(--pf-v6-c-hint--Color);
|
|
8119
|
-
background-color: var(--pf-v6-c-hint--BackgroundColor);
|
|
8120
|
-
border: var(--pf-v6-c-hint--BorderWidth) solid var(--pf-v6-c-hint--BorderColor);
|
|
8121
|
-
border-radius: var(--pf-v6-c-hint--BorderRadius);
|
|
8122
|
-
}
|
|
8123
|
-
.pf-v6-c-hint .pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
8124
|
-
text-align: start;
|
|
8125
|
-
white-space: normal;
|
|
8126
|
-
}
|
|
8127
|
-
|
|
8128
|
-
.pf-v6-c-hint__actions {
|
|
8129
|
-
display: inline-grid;
|
|
8130
|
-
grid-row: 1;
|
|
8131
|
-
grid-column: 2;
|
|
8132
|
-
grid-auto-flow: column;
|
|
8133
|
-
align-self: start;
|
|
8134
|
-
margin-block-start: var(--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockStart);
|
|
8135
|
-
margin-block-end: var(--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockEnd);
|
|
8136
|
-
margin-inline-start: var(--pf-v6-c-hint__actions--MarginInlineStart);
|
|
8137
|
-
text-align: end;
|
|
8138
|
-
}
|
|
8139
|
-
.pf-v6-c-hint__actions.pf-m-no-offset {
|
|
8140
|
-
--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockStart: 0;
|
|
8141
|
-
--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockEnd: 0;
|
|
8142
|
-
}
|
|
8143
|
-
.pf-v6-c-hint__actions + .pf-v6-c-hint__body {
|
|
8144
|
-
grid-column: 1;
|
|
8145
|
-
}
|
|
8146
|
-
|
|
8147
|
-
.pf-v6-c-hint__title {
|
|
8148
|
-
align-self: center;
|
|
8149
|
-
font-weight: var(--pf-v6-c-hint__title--FontWeight);
|
|
8150
|
-
}
|
|
8151
|
-
|
|
8152
|
-
.pf-v6-c-hint__body {
|
|
8153
|
-
grid-column: 1/-1;
|
|
8154
|
-
font-size: var(--pf-v6-c-hint__body--FontSize);
|
|
8155
|
-
}
|
|
8156
|
-
|
|
8157
|
-
.pf-v6-c-hint__footer {
|
|
8158
|
-
grid-column: 1/-1;
|
|
8159
|
-
margin-block-start: var(--pf-v6-c-hint__footer--MarginBlockStart);
|
|
8160
|
-
}
|
|
8161
|
-
.pf-v6-c-hint__footer > :not(:last-child) {
|
|
8162
|
-
margin-inline-end: var(--pf-v6-c-hint__footer--child--MarginInlineEnd);
|
|
8163
|
-
}
|
|
8164
|
-
|
|
8165
8260
|
.pf-v6-c-helper-text {
|
|
8166
8261
|
--pf-v6-c-helper-text--Gap: var(--pf-t--global--spacer--xs);
|
|
8167
8262
|
--pf-v6-c-helper-text--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
@@ -8247,6 +8342,156 @@ ul) {
|
|
|
8247
8342
|
color: var(--pf-v6-c-helper-text__item-text--Color);
|
|
8248
8343
|
}
|
|
8249
8344
|
|
|
8345
|
+
.pf-v6-c-hero {
|
|
8346
|
+
--pf-v6-c-hero--PaddingBlockStart: var(--pf-t--global--spacer--xl);
|
|
8347
|
+
--pf-v6-c-hero--PaddingBlockEnd: var(--pf-t--global--spacer--xl);
|
|
8348
|
+
--pf-v6-c-hero--PaddingInlineStart: var(--pf-t--global--spacer--3xl);
|
|
8349
|
+
--pf-v6-c-hero--PaddingInlineEnd: var(--pf-t--global--spacer--xl);
|
|
8350
|
+
--pf-v6-c-hero--gradient--angle: 109deg;
|
|
8351
|
+
--pf-v6-c-hero--gradient--stop-1--light: transparent;
|
|
8352
|
+
--pf-v6-c-hero--gradient--stop-2--light: transparent;
|
|
8353
|
+
--pf-v6-c-hero--gradient--stop-3--light: transparent;
|
|
8354
|
+
--pf-v6-c-hero--gradient--stop-1--dark: transparent;
|
|
8355
|
+
--pf-v6-c-hero--gradient--stop-2--dark: transparent;
|
|
8356
|
+
--pf-v6-c-hero--gradient--stop-3--dark: transparent;
|
|
8357
|
+
--pf-v6-c-hero--BackgroundColor: var(--pf-t--global--background--color--glass--default);
|
|
8358
|
+
--pf-v6-c-hero--BackdropFilter: var(--pf-t--global--background--color--glass--filter);
|
|
8359
|
+
--pf-v6-c-hero--BackgroundImage--light: none;
|
|
8360
|
+
--pf-v6-c-hero--BackgroundImage--dark: none;
|
|
8361
|
+
--pf-v6-c-hero--BackgroundRepeat: no-repeat;
|
|
8362
|
+
--pf-v6-c-hero--BackgroundPosition: right center;
|
|
8363
|
+
--pf-v6-c-hero--BackgroundSize: contain;
|
|
8364
|
+
--pf-v6-c-hero--BorderStyle: solid;
|
|
8365
|
+
--pf-v6-c-hero--BorderBlockStartWidth: var(--pf-t--global--border--width--regular);
|
|
8366
|
+
--pf-v6-c-hero--BorderBlockEndWidth: var(--pf-t--global--border--width--regular);
|
|
8367
|
+
--pf-v6-c-hero--BorderInlineStartWidth: var(--pf-t--global--border--width--regular);
|
|
8368
|
+
--pf-v6-c-hero--BorderInlineEndWidth: var(--pf-t--global--border--width--regular);
|
|
8369
|
+
--pf-v6-c-hero--BorderColor: var(--pf-t--global--border--color--default);
|
|
8370
|
+
--pf-v6-c-hero--m-glass--BorderColor: var(--pf-t--global--border--color--alt);
|
|
8371
|
+
--pf-v6-c-hero--m-glass--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
8372
|
+
--pf-v6-c-hero--BorderStartStartRadius: 24px;
|
|
8373
|
+
--pf-v6-c-hero--BorderStartEndRadius: 72px;
|
|
8374
|
+
--pf-v6-c-hero--BorderEndEndRadius: 24px;
|
|
8375
|
+
--pf-v6-c-hero--BorderEndStartRadius: 72px;
|
|
8376
|
+
--pf-v6-c-hero__body--Width: 800px;
|
|
8377
|
+
--pf-v6-c-hero__body--MaxWidth: 80%;
|
|
8378
|
+
}
|
|
8379
|
+
|
|
8380
|
+
.pf-v6-c-hero {
|
|
8381
|
+
display: flex;
|
|
8382
|
+
padding-block-start: var(--pf-v6-c-hero--PaddingBlockStart);
|
|
8383
|
+
padding-block-end: var(--pf-v6-c-hero--PaddingBlockEnd);
|
|
8384
|
+
padding-inline-start: var(--pf-v6-c-hero--PaddingInlineStart);
|
|
8385
|
+
padding-inline-end: var(--pf-v6-c-hero--PaddingInlineEnd);
|
|
8386
|
+
background-image: var(--pf-v6-c-hero--BackgroundImage, var(--pf-v6-c-hero--BackgroundImage--light)), linear-gradient(var(--pf-v6-c-hero--gradient--angle), var(--pf-v6-c-hero--gradient--stop-1, var(--pf-v6-c-hero--gradient--stop-1--light)) 0%, var(--pf-v6-c-hero--gradient--stop-2, var(--pf-v6-c-hero--gradient--stop-2--light)) 50%, var(--pf-v6-c-hero--gradient--stop-3, var(--pf-v6-c-hero--gradient--stop-3--light)) 100%);
|
|
8387
|
+
background-repeat: var(--pf-v6-c-hero--BackgroundRepeat);
|
|
8388
|
+
background-position: var(--pf-v6-c-hero--BackgroundPosition);
|
|
8389
|
+
background-size: var(--pf-v6-c-hero--BackgroundSize);
|
|
8390
|
+
border-color: var(--pf-v6-c-hero--BorderColor);
|
|
8391
|
+
border-style: var(--pf-v6-c-hero--BorderStyle);
|
|
8392
|
+
border-block-start-width: var(--pf-v6-c-hero--BorderBlockStartWidth);
|
|
8393
|
+
border-block-end-width: var(--pf-v6-c-hero--BorderBlockEndWidth);
|
|
8394
|
+
border-inline-start-width: var(--pf-v6-c-hero--BorderInlineStartWidth);
|
|
8395
|
+
border-inline-end-width: var(--pf-v6-c-hero--BorderInlineEndWidth);
|
|
8396
|
+
border-start-start-radius: var(--pf-v6-c-hero--BorderStartStartRadius);
|
|
8397
|
+
border-start-end-radius: var(--pf-v6-c-hero--BorderStartEndRadius);
|
|
8398
|
+
border-end-start-radius: var(--pf-v6-c-hero--BorderEndStartRadius);
|
|
8399
|
+
border-end-end-radius: var(--pf-v6-c-hero--BorderEndEndRadius);
|
|
8400
|
+
}
|
|
8401
|
+
:root:where(.pf-v6-theme-dark) .pf-v6-c-hero {
|
|
8402
|
+
--pf-v6-c-hero--BackgroundImage: var(--pf-v6-c-hero--BackgroundImage--dark);
|
|
8403
|
+
--pf-v6-c-hero--gradient--stop-1: var(--pf-v6-c-hero--gradient--stop-1--dark);
|
|
8404
|
+
--pf-v6-c-hero--gradient--stop-2: var(--pf-v6-c-hero--gradient--stop-2--dark);
|
|
8405
|
+
--pf-v6-c-hero--gradient--stop-3: var(--pf-v6-c-hero--gradient--stop-3--dark);
|
|
8406
|
+
}
|
|
8407
|
+
:root:where(.pf-v6-theme-glass) .pf-v6-c-hero {
|
|
8408
|
+
--pf-v6-c-hero--BorderColor: var(--pf-v6-c-hero--m-glass--BorderColor);
|
|
8409
|
+
box-shadow: var(--pf-v6-c-hero--m-glass--BoxShadow);
|
|
8410
|
+
}
|
|
8411
|
+
.pf-v6-c-hero:not(.pf-m-no-glass) {
|
|
8412
|
+
background-color: var(--pf-v6-c-hero--BackgroundColor);
|
|
8413
|
+
backdrop-filter: var(--pf-v6-c-hero--BackdropFilter);
|
|
8414
|
+
}
|
|
8415
|
+
|
|
8416
|
+
.pf-v6-c-hero__body {
|
|
8417
|
+
width: min(var(--pf-v6-c-hero__body--Width), var(--pf-v6-c-hero__body--MaxWidth));
|
|
8418
|
+
}
|
|
8419
|
+
|
|
8420
|
+
.pf-v6-c-hint {
|
|
8421
|
+
--pf-v6-c-hint--GridRowGap: var(--pf-t--global--spacer--sm);
|
|
8422
|
+
--pf-v6-c-hint--PaddingBlockStart: var(--pf-t--global--spacer--lg);
|
|
8423
|
+
--pf-v6-c-hint--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
8424
|
+
--pf-v6-c-hint--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
|
8425
|
+
--pf-v6-c-hint--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
8426
|
+
--pf-v6-c-hint--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
8427
|
+
--pf-v6-c-hint--BorderColor: var(--pf-t--global--border--color--status--info--default);
|
|
8428
|
+
--pf-v6-c-hint--BorderWidth: var(--pf-t--global--border--width--box--status--default);
|
|
8429
|
+
--pf-v6-c-hint--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
8430
|
+
--pf-v6-c-hint--Color: var(--pf-t--global--text--color--regular);
|
|
8431
|
+
--pf-v6-c-hint__title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
8432
|
+
--pf-v6-c-hint__body--FontSize: var(--pf-t--global--font--size--body--default);
|
|
8433
|
+
--pf-v6-c-hint__footer--MarginBlockStart: var(--pf-t--global--spacer--sm);
|
|
8434
|
+
--pf-v6-c-hint__footer--child--MarginInlineEnd: var(--pf-t--global--spacer--md);
|
|
8435
|
+
--pf-v6-c-hint__actions--MarginInlineStart: var(--pf-t--global--spacer--2xl);
|
|
8436
|
+
--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
8437
|
+
--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
8438
|
+
}
|
|
8439
|
+
|
|
8440
|
+
.pf-v6-c-hint {
|
|
8441
|
+
display: grid;
|
|
8442
|
+
grid-template-columns: 1fr auto;
|
|
8443
|
+
grid-row-gap: var(--pf-v6-c-hint--GridRowGap);
|
|
8444
|
+
padding-block-start: var(--pf-v6-c-hint--PaddingBlockStart);
|
|
8445
|
+
padding-block-end: var(--pf-v6-c-hint--PaddingBlockEnd);
|
|
8446
|
+
padding-inline-start: var(--pf-v6-c-hint--PaddingInlineStart);
|
|
8447
|
+
padding-inline-end: var(--pf-v6-c-hint--PaddingInlineEnd);
|
|
8448
|
+
color: var(--pf-v6-c-hint--Color);
|
|
8449
|
+
background-color: var(--pf-v6-c-hint--BackgroundColor);
|
|
8450
|
+
border: var(--pf-v6-c-hint--BorderWidth) solid var(--pf-v6-c-hint--BorderColor);
|
|
8451
|
+
border-radius: var(--pf-v6-c-hint--BorderRadius);
|
|
8452
|
+
}
|
|
8453
|
+
.pf-v6-c-hint .pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
8454
|
+
text-align: start;
|
|
8455
|
+
white-space: normal;
|
|
8456
|
+
}
|
|
8457
|
+
|
|
8458
|
+
.pf-v6-c-hint__actions {
|
|
8459
|
+
display: inline-grid;
|
|
8460
|
+
grid-row: 1;
|
|
8461
|
+
grid-column: 2;
|
|
8462
|
+
grid-auto-flow: column;
|
|
8463
|
+
align-self: start;
|
|
8464
|
+
margin-block-start: var(--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockStart);
|
|
8465
|
+
margin-block-end: var(--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockEnd);
|
|
8466
|
+
margin-inline-start: var(--pf-v6-c-hint__actions--MarginInlineStart);
|
|
8467
|
+
text-align: end;
|
|
8468
|
+
}
|
|
8469
|
+
.pf-v6-c-hint__actions.pf-m-no-offset {
|
|
8470
|
+
--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockStart: 0;
|
|
8471
|
+
--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockEnd: 0;
|
|
8472
|
+
}
|
|
8473
|
+
.pf-v6-c-hint__actions + .pf-v6-c-hint__body {
|
|
8474
|
+
grid-column: 1;
|
|
8475
|
+
}
|
|
8476
|
+
|
|
8477
|
+
.pf-v6-c-hint__title {
|
|
8478
|
+
align-self: center;
|
|
8479
|
+
font-weight: var(--pf-v6-c-hint__title--FontWeight);
|
|
8480
|
+
}
|
|
8481
|
+
|
|
8482
|
+
.pf-v6-c-hint__body {
|
|
8483
|
+
grid-column: 1/-1;
|
|
8484
|
+
font-size: var(--pf-v6-c-hint__body--FontSize);
|
|
8485
|
+
}
|
|
8486
|
+
|
|
8487
|
+
.pf-v6-c-hint__footer {
|
|
8488
|
+
grid-column: 1/-1;
|
|
8489
|
+
margin-block-start: var(--pf-v6-c-hint__footer--MarginBlockStart);
|
|
8490
|
+
}
|
|
8491
|
+
.pf-v6-c-hint__footer > :not(:last-child) {
|
|
8492
|
+
margin-inline-end: var(--pf-v6-c-hint__footer--child--MarginInlineEnd);
|
|
8493
|
+
}
|
|
8494
|
+
|
|
8250
8495
|
.pf-v6-c-icon {
|
|
8251
8496
|
--pf-v6-c-icon--Width: var(--pf-t--global--icon--size--font--body--default);
|
|
8252
8497
|
--pf-v6-c-icon--Height: var(--pf-t--global--icon--size--font--body--default);
|
|
@@ -10007,6 +10252,15 @@ ul.pf-v6-c-list {
|
|
|
10007
10252
|
--pf-v6-c-masthead--m-display-inline__main--toggle--content--GridColumn: 2;
|
|
10008
10253
|
--pf-v6-c-masthead--m-display-inline__main--Display: flex;
|
|
10009
10254
|
--pf-v6-c-masthead--m-display-inline__main--ColumnGap: var(--pf-t--global--spacer--md);
|
|
10255
|
+
--pf-v6-c-masthead--m-docked--GridTemplateRows: min-content 1fr;
|
|
10256
|
+
--pf-v6-c-masthead--m-docked--RowGap: var(--pf-t--global--spacer--gutter--default);
|
|
10257
|
+
--pf-v6-c-masthead--m-docked--PaddingBlockStart: var(--pf-t--global--spacer--lg);
|
|
10258
|
+
--pf-v6-c-masthead--m-docked--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
|
10259
|
+
--pf-v6-c-masthead--m-docked--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
10260
|
+
--pf-v6-c-masthead--m-docked--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
10261
|
+
--pf-v6-c-masthead--m-docked--BackgroundColor: var(--pf-t--global--background--color--glass--default);
|
|
10262
|
+
--pf-v6-c-masthead--m-docked--BackdropFilter: var(--pf-t--global--background--color--glass--filter);
|
|
10263
|
+
--pf-v6-c-masthead--m-docked--c-toolbar--Height: 100%;
|
|
10010
10264
|
--pf-v6-c-masthead__expandable-content--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
|
|
10011
10265
|
--pf-v6-c-masthead__expandable-content--BorderBlockStart: var(--pf-v6-c-masthead--BorderWidth) solid var(--pf-v6-c-masthead--BorderColor);
|
|
10012
10266
|
--pf-v6-c-masthead--c-toolbar--Width: 100%;
|
|
@@ -10027,6 +10281,7 @@ ul.pf-v6-c-list {
|
|
|
10027
10281
|
--pf-v6-c-masthead__main--Display: var(--pf-v6-c-masthead--m-display-stack__main--Display);
|
|
10028
10282
|
--pf-v6-c-masthead__main--ColumnGap: var(--pf-v6-c-masthead--m-display-stack__main--ColumnGap);
|
|
10029
10283
|
display: grid;
|
|
10284
|
+
grid-template-rows: var(--pf-v6-c-masthead--GridTemplateRows);
|
|
10030
10285
|
grid-template-columns: var(--pf-v6-c-masthead--GridTemplateColumns);
|
|
10031
10286
|
row-gap: var(--pf-v6-c-masthead--RowGap);
|
|
10032
10287
|
column-gap: var(--pf-v6-c-masthead--ColumnGap);
|
|
@@ -10059,6 +10314,48 @@ ul.pf-v6-c-list {
|
|
|
10059
10314
|
--pf-v6-c-masthead__main--ColumnGap: var(--pf-v6-c-masthead--m-display-inline__main--ColumnGap);
|
|
10060
10315
|
}
|
|
10061
10316
|
}
|
|
10317
|
+
.pf-v6-c-masthead.pf-m-docked {
|
|
10318
|
+
--pf-v6-c-masthead--ColumnGap: var(--pf-v6-c-masthead--m-display-inline--ColumnGap);
|
|
10319
|
+
--pf-v6-c-masthead--GridTemplateColumns: var(--pf-v6-c-masthead--m-display-inline--GridTemplateColumns);
|
|
10320
|
+
--pf-v6-c-masthead__brand--GridColumn: var(--pf-v6-c-masthead--m-display-inline__brand--GridColumn);
|
|
10321
|
+
--pf-v6-c-masthead__brand--Order: var(--pf-v6-c-masthead--m-display-inline__brand--Order);
|
|
10322
|
+
--pf-v6-c-masthead__brand--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-inline__brand--PaddingBlockEnd);
|
|
10323
|
+
--pf-v6-c-masthead__brand--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-inline__brand--BorderBlockEnd);
|
|
10324
|
+
--pf-v6-c-masthead__main--GridColumn: var(--pf-v6-c-masthead--m-display-inline__main--GridColumn);
|
|
10325
|
+
--pf-v6-c-masthead__content--GridColumn: var(--pf-v6-c-masthead--m-display-inline__content--GridColumn);
|
|
10326
|
+
--pf-v6-c-masthead__content--Order: var(--pf-v6-c-masthead--m-display-inline__content--Order);
|
|
10327
|
+
--pf-v6-c-masthead__main--toggle--content--GridColumn: var(--pf-v6-c-masthead--m-display-inline__main--toggle--content--GridColumn);
|
|
10328
|
+
--pf-v6-c-masthead__main--Display: var(--pf-v6-c-masthead--m-display-inline__main--Display);
|
|
10329
|
+
--pf-v6-c-masthead__main--ColumnGap: var(--pf-v6-c-masthead--m-display-inline__main--ColumnGap);
|
|
10330
|
+
--pf-v6-c-masthead--BackgroundColor: var(--pf-v6-c-masthead--m-docked--BackgroundColor);
|
|
10331
|
+
--pf-v6-c-masthead--GridTemplateRows: var(--pf-v6-c-masthead--m-docked--GridTemplateRows);
|
|
10332
|
+
--pf-v6-c-masthead--PaddingBlockStart: var(--pf-v6-c-masthead--m-docked--PaddingBlockStart);
|
|
10333
|
+
--pf-v6-c-masthead--PaddingBlockEnd: var(--pf-v6-c-masthead--m-docked--PaddingBlockEnd);
|
|
10334
|
+
--pf-v6-c-masthead--PaddingInlineStart: var(--pf-v6-c-masthead--m-docked--PaddingInlineStart);
|
|
10335
|
+
--pf-v6-c-masthead--PaddingInlineEnd: var(--pf-v6-c-masthead--m-docked--PaddingInlineEnd);
|
|
10336
|
+
--pf-v6-c-masthead--GridTemplateColumns: auto;
|
|
10337
|
+
--pf-v6-c-masthead--RowGap: var(--pf-v6-c-masthead--m-docked--RowGap);
|
|
10338
|
+
--pf-v6-c-masthead--m-display-inline--breakpoint--xl--GridTemplateColumns: auto;
|
|
10339
|
+
--pf-v6-c-masthead__main--GridColumn: auto;
|
|
10340
|
+
--pf-v6-c-masthead__content--GridColumn: auto;
|
|
10341
|
+
--pf-v6-c-masthead__logo--Width: auto;
|
|
10342
|
+
--pf-v6-c-masthead__main--MarginInlineEnd: 0;
|
|
10343
|
+
display: flex;
|
|
10344
|
+
flex-direction: column;
|
|
10345
|
+
align-items: center;
|
|
10346
|
+
width: fit-content;
|
|
10347
|
+
height: 100%;
|
|
10348
|
+
backdrop-filter: var(--pf-v6-c-masthead--m-docked--BackdropFilter);
|
|
10349
|
+
}
|
|
10350
|
+
.pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__content {
|
|
10351
|
+
flex-direction: column;
|
|
10352
|
+
flex-grow: 1;
|
|
10353
|
+
align-self: revert;
|
|
10354
|
+
}
|
|
10355
|
+
.pf-v6-c-masthead.pf-m-docked .pf-v6-c-toolbar {
|
|
10356
|
+
--pf-v6-c-masthead--c-toolbar--Width: fit-content;
|
|
10357
|
+
height: var(--pf-v6-c-masthead--m-docked--c-toolbar--Height);
|
|
10358
|
+
}
|
|
10062
10359
|
.pf-v6-c-masthead .pf-v6-c-toolbar__content-section {
|
|
10063
10360
|
flex-wrap: nowrap;
|
|
10064
10361
|
min-width: 0;
|
|
@@ -12107,6 +12404,15 @@ ul.pf-v6-c-list {
|
|
|
12107
12404
|
--pf-v6-c-nav__section-title--PaddingInlineStart: var(--pf-v6-c-nav__link--PaddingInlineStart);
|
|
12108
12405
|
--pf-v6-c-nav__section-title--PaddingInlineEnd: var(--pf-v6-c-nav__link--PaddingInlineEnd);
|
|
12109
12406
|
--pf-v6-c-nav__item--RowGap: var(--pf-v6-c-nav__list--RowGap);
|
|
12407
|
+
--pf-v6-c-nav__item--accent--size: var(--pf-t--global--border--width--extra-strong);
|
|
12408
|
+
--pf-v6-c-nav__item--accent--color: var(--pf-t--global--border--color--clicked);
|
|
12409
|
+
--pf-v6-c-nav__item--accent--offset: calc(var(--pf-t--global--spacer--sm) * -1);
|
|
12410
|
+
--pf-v6-c-nav__item--accent--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
12411
|
+
--pf-v6-c-nav__item--accent--ScaleY: 0;
|
|
12412
|
+
--pf-v6-c-nav__item--current--accent--ScaleY: 1;
|
|
12413
|
+
--pf-v6-c-nav__item--accent--TransitionDuration: 0;
|
|
12414
|
+
--pf-v6-c-nav__item--current--accent--TransitionDuration: var(--pf-t--global--motion--duration--fade--default);
|
|
12415
|
+
--pf-v6-c-nav__item--accent--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
|
|
12110
12416
|
--pf-v6-c-nav__item__toggle-icon--Rotate: 0;
|
|
12111
12417
|
--pf-v6-c-nav__item--m-expanded__toggle-icon--Rotate: 90deg;
|
|
12112
12418
|
--pf-v6-c-nav__item__toggle-icon--TransitionDuration--transform: var(--pf-t--global--motion--duration--icon--default);
|
|
@@ -12131,6 +12437,7 @@ ul.pf-v6-c-list {
|
|
|
12131
12437
|
--pf-v6-c-nav__link--m-current--TransitionTimingFunction--color: var(--pf-t--global--motion--timing-function--default);
|
|
12132
12438
|
--pf-v6-c-nav__link-icon--Color: var(--pf-t--global--icon--color--subtle);
|
|
12133
12439
|
--pf-v6-c-nav__link--m-current__link-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
12440
|
+
--pf-v6-c-nav__link-text--FontSize: initial;
|
|
12134
12441
|
--pf-v6-c-nav__subnav--RowGap: var(--pf-t--global--border--width--extra-strong);
|
|
12135
12442
|
--pf-v6-c-nav__subnav--PaddingBlockStart: var(--pf-v6-c-nav__item--RowGap);
|
|
12136
12443
|
--pf-v6-c-nav__subnav--PaddingBlockEnd: var(--pf-v6-c-nav__item--RowGap);
|
|
@@ -12171,6 +12478,11 @@ ul.pf-v6-c-list {
|
|
|
12171
12478
|
--pf-v6-c-nav--m-horizontal--m-subnav__link--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
|
|
12172
12479
|
--pf-v6-c-nav--m-horizontal--m-subnav__link--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
12173
12480
|
--pf-v6-c-nav--m-horizontal--m-subnav__link--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
12481
|
+
--pf-v6-c-nav--m-docked__list--RowGap: var(--pf-t--global--spacer--gap--action-to-action--plain);
|
|
12482
|
+
--pf-v6-c-nav--m-docked__link--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
12483
|
+
--pf-v6-c-nav--m-docked__link--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
12484
|
+
--pf-v6-c-nav--m-docked__link--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
12485
|
+
--pf-v6-c-nav--m-docked__link--m-current--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
|
12174
12486
|
}
|
|
12175
12487
|
@media screen and (prefers-reduced-motion: no-preference) {
|
|
12176
12488
|
.pf-v6-c-nav {
|
|
@@ -12212,6 +12524,25 @@ ul.pf-v6-c-list {
|
|
|
12212
12524
|
.pf-v6-c-nav.pf-m-fill {
|
|
12213
12525
|
flex-grow: 1;
|
|
12214
12526
|
}
|
|
12527
|
+
.pf-v6-c-nav.pf-m-docked {
|
|
12528
|
+
--pf-v6-c-nav--PaddingBlockStart: 0;
|
|
12529
|
+
--pf-v6-c-nav--PaddingBlockEnd: 0;
|
|
12530
|
+
--pf-v6-c-nav__list--RowGap: var(--pf-v6-c-nav--m-docked__list--RowGap);
|
|
12531
|
+
--pf-v6-c-nav__link--PaddingInlineStart: var(--pf-v6-c-nav--m-docked__link--PaddingInlineStart);
|
|
12532
|
+
--pf-v6-c-nav__link--PaddingInlineEnd: var(--pf-v6-c-nav--m-docked__link--PaddingInlineEnd);
|
|
12533
|
+
--pf-v6-c-nav__link--hover--BackgroundColor: var(--pf-v6-c-nav--m-docked__link--hover--BackgroundColor);
|
|
12534
|
+
--pf-v6-c-nav__link--m-current--BackgroundColor: var(--pf-v6-c-nav--m-docked__link--m-current--BackgroundColor);
|
|
12535
|
+
width: fit-content;
|
|
12536
|
+
}
|
|
12537
|
+
.pf-v6-c-nav.pf-m-docked .pf-v6-c-nav__link-icon {
|
|
12538
|
+
position: relative;
|
|
12539
|
+
align-self: center;
|
|
12540
|
+
min-width: 1lh;
|
|
12541
|
+
text-align: center;
|
|
12542
|
+
}
|
|
12543
|
+
.pf-v6-c-nav.pf-m-docked .pf-v6-c-nav__link-text {
|
|
12544
|
+
display: none;
|
|
12545
|
+
}
|
|
12215
12546
|
.pf-v6-c-nav .pf-v6-c-menu {
|
|
12216
12547
|
--pf-v6-c-menu--MinWidth: 100%;
|
|
12217
12548
|
}
|
|
@@ -12275,14 +12606,34 @@ ul.pf-v6-c-list {
|
|
|
12275
12606
|
}
|
|
12276
12607
|
|
|
12277
12608
|
.pf-v6-c-nav__item {
|
|
12609
|
+
position: relative;
|
|
12278
12610
|
scroll-snap-align: var(--pf-v6-c-nav__item--ScrollSnapAlign);
|
|
12279
12611
|
}
|
|
12612
|
+
.pf-v6-c-nav__item::before {
|
|
12613
|
+
position: absolute;
|
|
12614
|
+
inset-block-start: 0;
|
|
12615
|
+
inset-block-end: 0;
|
|
12616
|
+
inset-inline-start: var(--pf-v6-c-nav__item--accent--offset);
|
|
12617
|
+
width: var(--pf-v6-c-nav__item--accent--size);
|
|
12618
|
+
pointer-events: none;
|
|
12619
|
+
content: var(--pf-v6-c-nav__item--accent--content, "");
|
|
12620
|
+
background-color: var(--pf-v6-c-nav__item--accent--color);
|
|
12621
|
+
border-radius: var(--pf-v6-c-nav__item--accent--BorderRadius);
|
|
12622
|
+
transition-timing-function: var(--pf-v6-c-nav__item--accent--TransitionTimingFunction);
|
|
12623
|
+
transition-duration: var(--pf-v6-c-nav__item--accent--TransitionDuration);
|
|
12624
|
+
transition-property: scale;
|
|
12625
|
+
scale: 1 var(--pf-v6-c-nav__item--accent--ScaleY);
|
|
12626
|
+
}
|
|
12280
12627
|
.pf-v6-c-nav__item > .pf-v6-c-nav__link[button] {
|
|
12281
12628
|
margin-block-end: var(--pf-v6-c-nav__button--RowGap--row-offset);
|
|
12282
12629
|
}
|
|
12283
12630
|
.pf-v6-c-nav__item.pf-m-expanded:last-child > .pf-v6-c-nav__subnav {
|
|
12284
12631
|
margin-block-end: calc(var(--pf-v6-c-nav__subnav--PaddingBlockEnd) * -1);
|
|
12285
12632
|
}
|
|
12633
|
+
.pf-v6-c-nav__item:has(> .pf-v6-c-nav__link.pf-m-current) {
|
|
12634
|
+
--pf-v6-c-nav__item--accent--ScaleY: var(--pf-v6-c-nav__item--current--accent--ScaleY);
|
|
12635
|
+
--pf-v6-c-nav__item--accent--TransitionDuration: var(--pf-v6-c-nav__item--current--accent--TransitionDuration);
|
|
12636
|
+
}
|
|
12286
12637
|
|
|
12287
12638
|
.pf-v6-c-nav__section {
|
|
12288
12639
|
row-gap: var(--pf-v6-c-nav__section--RowGap, var(--pf-v6-c-nav__list--RowGap));
|
|
@@ -12344,6 +12695,10 @@ ul.pf-v6-c-list {
|
|
|
12344
12695
|
color: var(--pf-v6-c-nav__link-icon--Color);
|
|
12345
12696
|
}
|
|
12346
12697
|
|
|
12698
|
+
.pf-v6-c-nav__link-text {
|
|
12699
|
+
font-size: var(--pf-v6-c-nav__link-text--FontSize, inherit);
|
|
12700
|
+
}
|
|
12701
|
+
|
|
12347
12702
|
.pf-v6-c-nav__toggle {
|
|
12348
12703
|
flex: none;
|
|
12349
12704
|
align-self: start;
|
|
@@ -12399,6 +12754,7 @@ ul.pf-v6-c-list {
|
|
|
12399
12754
|
}
|
|
12400
12755
|
|
|
12401
12756
|
.pf-v6-c-nav:where(.pf-m-horizontal) {
|
|
12757
|
+
--pf-v6-c-nav__item--accent--content: none;
|
|
12402
12758
|
padding: 0;
|
|
12403
12759
|
overflow: hidden;
|
|
12404
12760
|
}
|
|
@@ -12764,6 +13120,7 @@ ul.pf-v6-c-list {
|
|
|
12764
13120
|
--pf-v6-c-page--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
12765
13121
|
--pf-v6-c-page--inset: var(--pf-t--global--spacer--inset--page-chrome);
|
|
12766
13122
|
--pf-v6-c-page--c-masthead--ZIndex: var(--pf-t--global--z-index--md);
|
|
13123
|
+
--pf-v6-c-page__dock--ZIndex: var(--pf-t--global--z-index--md);
|
|
12767
13124
|
--pf-v6-c-page__sidebar--ZIndex: var(--pf-t--global--z-index--sm);
|
|
12768
13125
|
--pf-v6-c-page__sidebar--Width--base: 18.125rem;
|
|
12769
13126
|
--pf-v6-c-page__sidebar--Width: var(--pf-v6-c-page__sidebar--Width--base);
|
|
@@ -12871,6 +13228,9 @@ ul.pf-v6-c-list {
|
|
|
12871
13228
|
--pf-v6-c-page__main-wizard--BorderBlockStartWidth: var(--pf-t--global--border--width--action--default);
|
|
12872
13229
|
--pf-v6-c-page__drawer--c-drawer--BorderBlockStartWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
12873
13230
|
--pf-v6-c-page__drawer--c-drawer--BorderBlockStartColor: var(--pf-t--global--border--color--high-contrast);
|
|
13231
|
+
--pf-v6-c-page--m-dock__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg) * 2);
|
|
13232
|
+
--pf-v6-c-page--m-dock__main-container--MarginBlockStart: var(--pf-t--global--spacer--lg);
|
|
13233
|
+
--pf-v6-c-page--m-dock--ColumnGap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
12874
13234
|
}
|
|
12875
13235
|
@media screen and (prefers-reduced-motion: no-preference) {
|
|
12876
13236
|
.pf-v6-c-page {
|
|
@@ -12913,6 +13273,16 @@ ul.pf-v6-c-list {
|
|
|
12913
13273
|
grid-template-columns: var(--pf-v6-c-page__sidebar--Width) 1fr;
|
|
12914
13274
|
}
|
|
12915
13275
|
}
|
|
13276
|
+
.pf-v6-c-page.pf-m-dock {
|
|
13277
|
+
--pf-v6-c-page--masthead--main-container--GridArea: main;
|
|
13278
|
+
--pf-v6-c-page__main-container--MaxHeight: var(--pf-v6-c-page--m-dock__main-container--MaxHeight);
|
|
13279
|
+
--pf-v6-c-page__main-container--MarginBlockStart: var(--pf-v6-c-page--m-dock__main-container--MarginBlockStart);
|
|
13280
|
+
--pf-v6-c-page__main-container--MarginInlineStart: 0;
|
|
13281
|
+
grid-template-areas: "dock main";
|
|
13282
|
+
grid-template-rows: auto;
|
|
13283
|
+
grid-template-columns: auto 1fr;
|
|
13284
|
+
column-gap: var(--pf-v6-c-page--m-dock--ColumnGap);
|
|
13285
|
+
}
|
|
12916
13286
|
.pf-v6-c-page > .pf-v6-c-masthead .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger:is(:hover, :focus-visible) {
|
|
12917
13287
|
--pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--collapse--path);
|
|
12918
13288
|
--pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--collapse--path);
|
|
@@ -12969,6 +13339,11 @@ ul.pf-v6-c-list {
|
|
|
12969
13339
|
}
|
|
12970
13340
|
}
|
|
12971
13341
|
|
|
13342
|
+
.pf-v6-c-page__dock {
|
|
13343
|
+
z-index: var(--pf-v6-c-page__dock--ZIndex);
|
|
13344
|
+
grid-area: dock;
|
|
13345
|
+
}
|
|
13346
|
+
|
|
12972
13347
|
.pf-v6-c-page__sidebar {
|
|
12973
13348
|
z-index: var(--pf-v6-c-page__sidebar--ZIndex);
|
|
12974
13349
|
display: flex;
|
|
@@ -13272,6 +13647,7 @@ ul.pf-v6-c-list {
|
|
|
13272
13647
|
flex-direction: column;
|
|
13273
13648
|
align-self: var(--pf-v6-c-page__main-container--AlignSelf);
|
|
13274
13649
|
max-height: var(--pf-v6-c-page__main-container--MaxHeight);
|
|
13650
|
+
margin-block-start: var(--pf-v6-c-page__main-container--MarginBlockStart, 0);
|
|
13275
13651
|
margin-inline-start: var(--pf-v6-c-page__main-container--MarginInlineStart);
|
|
13276
13652
|
margin-inline-end: var(--pf-v6-c-page__main-container--MarginInlineEnd);
|
|
13277
13653
|
background: var(--pf-v6-c-page__main-container--BackgroundColor);
|
|
@@ -20194,7 +20570,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20194
20570
|
.pf-v6-c-tabs.pf-m-nav {
|
|
20195
20571
|
--pf-v6-c-tabs__link--disabled--BackgroundColor: transparent;
|
|
20196
20572
|
--pf-v6-c-tabs__link--disabled--Color: var(--pf-v6-c-tabs--m-nav__link--disabled--Color);
|
|
20197
|
-
--pf-v6-c-tabs__link--hover--BorderColor: transparent;
|
|
20198
20573
|
--pf-v6-c-tabs__link--BorderRadius: var(--pf-v6-c-tabs--m-nav__link--BorderRadius);
|
|
20199
20574
|
}
|
|
20200
20575
|
.pf-v6-c-tabs.pf-m-nav::before,
|
|
@@ -21306,6 +21681,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21306
21681
|
--pf-v6-c-toolbar--m-sticky--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
21307
21682
|
--pf-v6-c-toolbar--m-sticky--BorderBlockEndWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
21308
21683
|
--pf-v6-c-toolbar--m-sticky--BorderBlockEndColor: var(--pf-t--global--border--color--high-contrast);
|
|
21684
|
+
--pf-v6-c-toolbar--m-vertical--Width: fit-content;
|
|
21309
21685
|
--pf-v6-c-toolbar__expand-all-icon--Rotate: 0;
|
|
21310
21686
|
--pf-v6-c-toolbar__expand-all-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
|
21311
21687
|
--pf-v6-c-toolbar__expand-all-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
@@ -21509,6 +21885,16 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21509
21885
|
.pf-v6-c-toolbar.pf-m-no-background {
|
|
21510
21886
|
--pf-v6-c-toolbar--BackgroundColor: var(--pf-v6-c-toolbar--m-no-background--BackgroundColor);
|
|
21511
21887
|
}
|
|
21888
|
+
.pf-v6-c-toolbar.pf-m-vertical {
|
|
21889
|
+
--pf-v6-c-toolbar--child--m-align-end--MarginBlockStart: auto;
|
|
21890
|
+
--pf-v6-c-toolbar--child--m-align-end--MarginInlineStart: 0;
|
|
21891
|
+
--pf-v6-c-toolbar--PaddingBlockEnd: 0;
|
|
21892
|
+
--pf-v6-c-toolbar--Width: var(--pf-v6-c-toolbar--m-vertical--Width);
|
|
21893
|
+
}
|
|
21894
|
+
.pf-v6-c-toolbar.pf-m-vertical :is(.pf-v6-c-toolbar__group, .pf-v6-c-toolbar__item, .pf-v6-c-toolbar__content-section) {
|
|
21895
|
+
flex-direction: column;
|
|
21896
|
+
align-items: center;
|
|
21897
|
+
}
|
|
21512
21898
|
|
|
21513
21899
|
.pf-v6-c-toolbar__item {
|
|
21514
21900
|
--pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width);
|
|
@@ -21588,6 +21974,9 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21588
21974
|
row-gap: var(--pf-v6-c-toolbar__group--RowGap);
|
|
21589
21975
|
column-gap: var(--pf-v6-c-toolbar__group--ColumnGap);
|
|
21590
21976
|
}
|
|
21977
|
+
.pf-v6-c-toolbar.pf-m-vertical .pf-v6-c-toolbar__group {
|
|
21978
|
+
row-gap: var(--pf-v6-c-toolbar__group--ColumnGap);
|
|
21979
|
+
}
|
|
21591
21980
|
.pf-v6-c-toolbar__group.pf-m-filter-group {
|
|
21592
21981
|
column-gap: var(--pf-v6-c-toolbar__group--m-filter-group--ColumnGap);
|
|
21593
21982
|
}
|
|
@@ -21599,9 +21988,15 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21599
21988
|
.pf-v6-c-toolbar__group.pf-m-action-group {
|
|
21600
21989
|
column-gap: var(--pf-v6-c-toolbar__group--m-action-group--ColumnGap);
|
|
21601
21990
|
}
|
|
21991
|
+
.pf-v6-c-toolbar.pf-m-vertical .pf-v6-c-toolbar__group.pf-m-action-group {
|
|
21992
|
+
row-gap: var(--pf-v6-c-toolbar__group--m-action-group--ColumnGap);
|
|
21993
|
+
}
|
|
21602
21994
|
.pf-v6-c-toolbar__group.pf-m-action-group-plain {
|
|
21603
21995
|
column-gap: var(--pf-v6-c-toolbar__group--m-action-group-plain--ColumnGap);
|
|
21604
21996
|
}
|
|
21997
|
+
.pf-v6-c-toolbar.pf-m-vertical .pf-v6-c-toolbar__group.pf-m-action-group-plain {
|
|
21998
|
+
row-gap: var(--pf-v6-c-toolbar__group--m-action-group-plain--ColumnGap);
|
|
21999
|
+
}
|
|
21605
22000
|
.pf-v6-c-toolbar__group.pf-m-action-group-inline {
|
|
21606
22001
|
flex-wrap: wrap;
|
|
21607
22002
|
column-gap: var(--pf-v6-c-toolbar__group--m-action-group-inline--ColumnGap);
|
|
@@ -21678,7 +22073,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21678
22073
|
}
|
|
21679
22074
|
.pf-v6-c-toolbar__group.pf-m-align-end,
|
|
21680
22075
|
.pf-v6-c-toolbar__item.pf-m-align-end {
|
|
21681
|
-
margin-
|
|
22076
|
+
margin-block-start: var(--pf-v6-c-toolbar--child--m-align-end--MarginBlockStart, 0);
|
|
22077
|
+
margin-inline-start: var(--pf-v6-c-toolbar--child--m-align-end--MarginInlineStart, auto);
|
|
21682
22078
|
}
|
|
21683
22079
|
.pf-v6-c-toolbar__group.pf-m-flex-grow,
|
|
21684
22080
|
.pf-v6-c-toolbar__item.pf-m-flex-grow {
|
|
@@ -21933,7 +22329,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21933
22329
|
}
|
|
21934
22330
|
.pf-v6-c-toolbar__group.pf-m-align-end-on-sm,
|
|
21935
22331
|
.pf-v6-c-toolbar__item.pf-m-align-end-on-sm {
|
|
21936
|
-
margin-
|
|
22332
|
+
margin-block-start: var(--pf-v6-c-toolbar--child--m-align-end--MarginBlockStart, 0);
|
|
22333
|
+
margin-inline-start: var(--pf-v6-c-toolbar--child--m-align-end--MarginInlineStart, auto);
|
|
21937
22334
|
}
|
|
21938
22335
|
.pf-v6-c-toolbar__group.pf-m-flex-grow-on-sm,
|
|
21939
22336
|
.pf-v6-c-toolbar__item.pf-m-flex-grow-on-sm {
|
|
@@ -22185,7 +22582,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
22185
22582
|
}
|
|
22186
22583
|
.pf-v6-c-toolbar__group.pf-m-align-end-on-md,
|
|
22187
22584
|
.pf-v6-c-toolbar__item.pf-m-align-end-on-md {
|
|
22188
|
-
margin-
|
|
22585
|
+
margin-block-start: var(--pf-v6-c-toolbar--child--m-align-end--MarginBlockStart, 0);
|
|
22586
|
+
margin-inline-start: var(--pf-v6-c-toolbar--child--m-align-end--MarginInlineStart, auto);
|
|
22189
22587
|
}
|
|
22190
22588
|
.pf-v6-c-toolbar__group.pf-m-flex-grow-on-md,
|
|
22191
22589
|
.pf-v6-c-toolbar__item.pf-m-flex-grow-on-md {
|
|
@@ -22437,7 +22835,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
22437
22835
|
}
|
|
22438
22836
|
.pf-v6-c-toolbar__group.pf-m-align-end-on-lg,
|
|
22439
22837
|
.pf-v6-c-toolbar__item.pf-m-align-end-on-lg {
|
|
22440
|
-
margin-
|
|
22838
|
+
margin-block-start: var(--pf-v6-c-toolbar--child--m-align-end--MarginBlockStart, 0);
|
|
22839
|
+
margin-inline-start: var(--pf-v6-c-toolbar--child--m-align-end--MarginInlineStart, auto);
|
|
22441
22840
|
}
|
|
22442
22841
|
.pf-v6-c-toolbar__group.pf-m-flex-grow-on-lg,
|
|
22443
22842
|
.pf-v6-c-toolbar__item.pf-m-flex-grow-on-lg {
|
|
@@ -22689,7 +23088,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
22689
23088
|
}
|
|
22690
23089
|
.pf-v6-c-toolbar__group.pf-m-align-end-on-xl,
|
|
22691
23090
|
.pf-v6-c-toolbar__item.pf-m-align-end-on-xl {
|
|
22692
|
-
margin-
|
|
23091
|
+
margin-block-start: var(--pf-v6-c-toolbar--child--m-align-end--MarginBlockStart, 0);
|
|
23092
|
+
margin-inline-start: var(--pf-v6-c-toolbar--child--m-align-end--MarginInlineStart, auto);
|
|
22693
23093
|
}
|
|
22694
23094
|
.pf-v6-c-toolbar__group.pf-m-flex-grow-on-xl,
|
|
22695
23095
|
.pf-v6-c-toolbar__item.pf-m-flex-grow-on-xl {
|
|
@@ -22941,7 +23341,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
22941
23341
|
}
|
|
22942
23342
|
.pf-v6-c-toolbar__group.pf-m-align-end-on-2xl,
|
|
22943
23343
|
.pf-v6-c-toolbar__item.pf-m-align-end-on-2xl {
|
|
22944
|
-
margin-
|
|
23344
|
+
margin-block-start: var(--pf-v6-c-toolbar--child--m-align-end--MarginBlockStart, 0);
|
|
23345
|
+
margin-inline-start: var(--pf-v6-c-toolbar--child--m-align-end--MarginInlineStart, auto);
|
|
22945
23346
|
}
|
|
22946
23347
|
.pf-v6-c-toolbar__group.pf-m-flex-grow-on-2xl,
|
|
22947
23348
|
.pf-v6-c-toolbar__item.pf-m-flex-grow-on-2xl {
|