@patternfly/react-styles 6.0.0-alpha.30 → 6.0.0-alpha.32
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 +12 -0
- package/css/components/AboutModalBox/about-modal-box.css +11 -11
- package/css/components/Accordion/accordion.css +2 -0
- package/css/components/Avatar/avatar.css +40 -40
- package/css/components/BackToTop/back-to-top.css +1 -1
- package/css/components/Banner/banner.css +1 -1
- package/css/components/Brand/brand.css +10 -10
- package/css/components/Breadcrumb/breadcrumb.css +9 -6
- package/css/components/Button/button.css +16 -7
- package/css/components/Card/card.css +1 -1
- package/css/components/Content/content.css +12 -9
- package/css/components/DataList/data-list-grid.css +19 -19
- package/css/components/DataList/data-list.css +37 -41
- package/css/components/DescriptionList/description-list-order.css +5 -5
- package/css/components/DescriptionList/description-list.css +26 -31
- package/css/components/Divider/divider.css +20 -20
- package/css/components/Drawer/drawer.css +12 -12
- package/css/components/Form/form.css +6 -6
- package/css/components/JumpLinks/jump-links.css +6 -6
- package/css/components/Label/label.css +18 -17
- package/css/components/Login/login.css +13 -13
- package/css/components/Masthead/masthead.css +201 -103
- package/css/components/Menu/menu.css +10 -10
- package/css/components/MenuToggle/menu-toggle.css +6 -0
- package/css/components/MenuToggle/menu-toggle.d.ts +2 -1
- package/css/components/MenuToggle/menu-toggle.js +2 -1
- package/css/components/MenuToggle/menu-toggle.mjs +2 -1
- package/css/components/ModalBox/modal-box.css +2 -2
- package/css/components/Nav/nav.css +5 -4
- package/css/components/Nav/nav.d.ts +1 -1
- package/css/components/Nav/nav.js +1 -1
- package/css/components/Nav/nav.mjs +1 -1
- package/css/components/Page/page.css +47 -166
- package/css/components/Page/page.d.ts +0 -2
- package/css/components/Page/page.js +0 -2
- package/css/components/Page/page.mjs +0 -2
- package/css/components/Pagination/pagination.css +8 -8
- package/css/components/ProgressStepper/progress-stepper.css +14 -13
- package/css/components/Sidebar/sidebar.css +8 -8
- package/css/components/SimpleList/simple-list.css +1 -1
- package/css/components/TabContent/tab-content.css +1 -1
- package/css/components/Table/table-grid.css +14 -20
- package/css/components/Table/table-tree-view.css +44 -54
- package/css/components/Table/table-tree-view.d.ts +1 -3
- package/css/components/Table/table-tree-view.js +1 -3
- package/css/components/Table/table-tree-view.mjs +1 -3
- package/css/components/Table/table.css +5 -5
- package/css/components/Tabs/tabs.css +11 -11
- package/css/components/Timestamp/timestamp.css +8 -17
- package/css/components/ToggleGroup/toggle-group.css +2 -2
- package/css/components/Toolbar/toolbar.css +30 -29
- package/css/components/Wizard/wizard.css +6 -6
- package/css/components/_index.css +664 -692
- package/css/components/_index.d.ts +2 -3
- package/css/components/_index.js +2 -3
- package/css/components/_index.mjs +2 -3
- package/css/layouts/Flex/flex.css +35 -35
- package/css/layouts/Gallery/gallery.css +10 -10
- package/css/layouts/Grid/grid.css +15 -15
- package/css/layouts/_index.css +60 -60
- package/css/utilities/Accessibility/accessibility.css +15 -15
- package/css/utilities/Alignment/alignment.css +5 -5
- package/css/utilities/BackgroundColor/background-color.css +5 -5
- package/css/utilities/Display/display.css +5 -5
- package/css/utilities/Flex/flex.css +50 -50
- package/css/utilities/Float/float.css +5 -5
- package/css/utilities/Sizing/sizing.css +30 -30
- package/css/utilities/Spacing/spacing.css +700 -700
- package/css/utilities/Text/text.css +20 -20
- package/css/utilities/_index.css +835 -835
- package/package.json +3 -3
- package/css/components/Consoles/AccessConsoles.css +0 -14
- package/css/components/Consoles/AccessConsoles.d.ts +0 -6
- package/css/components/Consoles/AccessConsoles.js +0 -7
- package/css/components/Consoles/AccessConsoles.mjs +0 -5
- package/css/components/Consoles/DesktopViewer.css +0 -6
- package/css/components/Consoles/DesktopViewer.d.ts +0 -5
- package/css/components/Consoles/DesktopViewer.js +0 -6
- package/css/components/Consoles/DesktopViewer.mjs +0 -4
- package/css/components/Consoles/SerialConsole.css +0 -11
- package/css/components/Consoles/SerialConsole.d.ts +0 -6
- package/css/components/Consoles/SerialConsole.js +0 -7
- package/css/components/Consoles/SerialConsole.mjs +0 -5
- package/css/components/Consoles/VncConsole.css +0 -10
- package/css/components/Consoles/VncConsole.d.ts +0 -6
- package/css/components/Consoles/VncConsole.js +0 -7
- package/css/components/Consoles/VncConsole.mjs +0 -5
- package/css/components/Consoles/xterm.css +0 -171
- package/css/components/Consoles/xterm.d.ts +0 -26
- package/css/components/Consoles/xterm.js +0 -27
- package/css/components/Consoles/xterm.mjs +0 -25
- package/src/css/components/Consoles/AccessConsoles.css +0 -14
- package/src/css/components/Consoles/DesktopViewer.css +0 -6
- package/src/css/components/Consoles/SerialConsole.css +0 -11
- package/src/css/components/Consoles/VncConsole.css +0 -10
- package/src/css/components/Consoles/xterm.css +0 -171
|
@@ -50,35 +50,35 @@
|
|
|
50
50
|
--pf-v6-c-about-modal-box--BackgroundPosition: bottom left;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
@media screen and (min-width:
|
|
53
|
+
@media screen and (min-width: 36rem) {
|
|
54
54
|
:where(:root, .pf-v6-c-about-modal-box) {
|
|
55
55
|
--pf-v6-c-about-modal-box__brand--PaddingInlineEnd: var(--pf-v6-c-about-modal-box__brand--sm--PaddingInlineEnd);
|
|
56
56
|
--pf-v6-c-about-modal-box__brand--PaddingInlineStart: var(--pf-v6-c-about-modal-box__brand--sm--PaddingInlineStart);
|
|
57
57
|
--pf-v6-c-about-modal-box__brand--PaddingBlockEnd: var(--pf-v6-c-about-modal-box__brand--sm--PaddingBlockEnd);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
|
-
@media only screen and (min-width:
|
|
60
|
+
@media only screen and (min-width: 36rem) {
|
|
61
61
|
:where(:root, .pf-v6-c-about-modal-box) {
|
|
62
62
|
--pf-v6-c-about-modal-box__close--PaddingBlockEnd: var(--pf-v6-c-about-modal-box__close--sm--PaddingBlockEnd);
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
-
@media only screen and (min-width:
|
|
65
|
+
@media only screen and (min-width: 62rem) {
|
|
66
66
|
:where(:root, .pf-v6-c-about-modal-box) {
|
|
67
67
|
--pf-v6-c-about-modal-box__close--PaddingInlineEnd: var(--pf-v6-c-about-modal-box__close--lg--PaddingInlineEnd);
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
|
-
@media only screen and (min-width:
|
|
70
|
+
@media only screen and (min-width: 36rem) {
|
|
71
71
|
:where(:root, .pf-v6-c-about-modal-box) {
|
|
72
72
|
--pf-v6-c-about-modal-box__header--PaddingInlineEnd: var(--pf-v6-c-about-modal-box__header--sm--PaddingInlineEnd);
|
|
73
73
|
--pf-v6-c-about-modal-box__header--PaddingInlineStart: var(--pf-v6-c-about-modal-box__header--sm--PaddingInlineStart);
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
|
-
@media only screen and (min-width:
|
|
76
|
+
@media only screen and (min-width: 36rem) {
|
|
77
77
|
:where(:root, .pf-v6-c-about-modal-box) {
|
|
78
78
|
--pf-v6-c-about-modal-box__strapline--PaddingBlockStart: var(--pf-v6-c-about-modal-box__strapline--sm--PaddingBlockStart);
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
|
-
@media only screen and (min-width:
|
|
81
|
+
@media only screen and (min-width: 36rem) {
|
|
82
82
|
:where(:root, .pf-v6-c-about-modal-box) {
|
|
83
83
|
--pf-v6-c-about-modal-box__content--MarginBlockStart: var(--pf-v6-c-about-modal-box__content--sm--MarginBlockStart);
|
|
84
84
|
--pf-v6-c-about-modal-box__content--MarginInlineEnd: var(--pf-v6-c-about-modal-box__content--sm--MarginInlineEnd);
|
|
@@ -102,13 +102,13 @@
|
|
|
102
102
|
background-position: var(--pf-v6-c-about-modal-box--BackgroundPosition);
|
|
103
103
|
background-size: var(--pf-v6-c-about-modal-box--BackgroundSize);
|
|
104
104
|
}
|
|
105
|
-
@media only screen and (min-width:
|
|
105
|
+
@media only screen and (min-width: 36rem) {
|
|
106
106
|
.pf-v6-c-about-modal-box {
|
|
107
107
|
grid-template-areas: "brand close" "header close" "content close";
|
|
108
108
|
grid-template-columns: var(--pf-v6-c-about-modal-box--sm--GridTemplateColumns);
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
|
-
@media only screen and (min-width:
|
|
111
|
+
@media only screen and (min-width: 62rem) {
|
|
112
112
|
.pf-v6-c-about-modal-box {
|
|
113
113
|
--pf-v6-c-about-modal-box--Height: var(--pf-v6-c-about-modal-box--lg--Height);
|
|
114
114
|
--pf-v6-c-about-modal-box--Width: var(--pf-v6-c-about-modal-box--lg--Width);
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
word-break: break-word;
|
|
161
161
|
-webkit-overflow-scrolling: touch;
|
|
162
162
|
}
|
|
163
|
-
@media screen and (min-width:
|
|
163
|
+
@media screen and (min-width: 36rem) {
|
|
164
164
|
.pf-v6-c-about-modal-box__content {
|
|
165
165
|
overflow: visible;
|
|
166
166
|
overscroll-behavior: auto;
|
|
@@ -178,13 +178,13 @@
|
|
|
178
178
|
padding-block-end: var(--pf-v6-c-about-modal-box__close--PaddingBlockEnd);
|
|
179
179
|
padding-inline-end: var(--pf-v6-c-about-modal-box__close--PaddingInlineEnd);
|
|
180
180
|
}
|
|
181
|
-
@media only screen and (min-width:
|
|
181
|
+
@media only screen and (min-width: 36rem) {
|
|
182
182
|
.pf-v6-c-about-modal-box__close {
|
|
183
183
|
grid-area: 1/2;
|
|
184
184
|
justify-content: center;
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
|
-
@media only screen and (min-width:
|
|
187
|
+
@media only screen and (min-width: 62rem) {
|
|
188
188
|
.pf-v6-c-about-modal-box__close {
|
|
189
189
|
justify-content: flex-end;
|
|
190
190
|
}
|
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
--pf-v6-c-accordion__toggle-text--Color: var(--pf-t--global--text--color--regular);
|
|
212
212
|
--pf-v6-c-accordion__toggle-text--FontWeight: var(--pf-t--global--font--weight--body--default);
|
|
213
213
|
--pf-v6-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
214
|
+
--pf-v6-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
214
215
|
--pf-v6-c-accordion__toggle-icon--Transition: .2s ease-in 0s;
|
|
215
216
|
--pf-v6-c-accordion__toggle--m-expanded__toggle-icon--Rotate: 90deg;
|
|
216
217
|
--pf-v6-c-accordion__expandable-content--MarginInlineEnd: var(--pf-t--global--spacer--md);
|
|
@@ -259,6 +260,7 @@
|
|
|
259
260
|
--pf-v6-c-accordion__toggle--FontFamily: var(--pf-v6-c-accordion--m-display-lg__toggle--FontFamily);
|
|
260
261
|
--pf-v6-c-accordion__toggle--FontSize: var(--pf-v6-c-accordion--m-display-lg__toggle--FontSize);
|
|
261
262
|
--pf-v6-c-accordion__toggle-text--FontWeight: var(--pf-v6-c-accordion--m-display-lg__toggle-text--FontWeight);
|
|
263
|
+
--pf-v6-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-v6-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--FontWeight);
|
|
262
264
|
--pf-v6-c-accordion__expandable-content--FontSize: var(--pf-v6-c-accordion--m-display-lg__expandable-content--FontSize);
|
|
263
265
|
--pf-v6-c-accordion__expandable-content--Color: var(--pf-v6-c-accordion--m-display-lg__expandable-content--Color);
|
|
264
266
|
}
|
|
@@ -717,52 +719,52 @@
|
|
|
717
719
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-sm--Width);
|
|
718
720
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-sm--Height);
|
|
719
721
|
}
|
|
720
|
-
@media (min-width:
|
|
722
|
+
@media (min-width: 36rem) {
|
|
721
723
|
.pf-v6-c-avatar.pf-m-sm {
|
|
722
724
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-sm--Width-on-sm, var(--pf-v6-c-avatar--m-sm--Width));
|
|
723
725
|
}
|
|
724
726
|
}
|
|
725
|
-
@media (min-width:
|
|
727
|
+
@media (min-width: 48rem) {
|
|
726
728
|
.pf-v6-c-avatar.pf-m-sm {
|
|
727
729
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-sm--Width-on-md, var(--pf-v6-c-avatar--m-sm--Width-on-sm, var(--pf-v6-c-avatar--m-sm--Width)));
|
|
728
730
|
}
|
|
729
731
|
}
|
|
730
|
-
@media (min-width:
|
|
732
|
+
@media (min-width: 62rem) {
|
|
731
733
|
.pf-v6-c-avatar.pf-m-sm {
|
|
732
734
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-sm--Width-on-lg, var(--pf-v6-c-avatar--m-sm--Width-on-md, var(--pf-v6-c-avatar--m-sm--Width-on-sm, var(--pf-v6-c-avatar--m-sm--Width))));
|
|
733
735
|
}
|
|
734
736
|
}
|
|
735
|
-
@media (min-width:
|
|
737
|
+
@media (min-width: 75rem) {
|
|
736
738
|
.pf-v6-c-avatar.pf-m-sm {
|
|
737
739
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-sm--Width-on-xl, var(--pf-v6-c-avatar--m-sm--Width-on-lg, var(--pf-v6-c-avatar--m-sm--Width-on-md, var(--pf-v6-c-avatar--m-sm--Width-on-sm, var(--pf-v6-c-avatar--m-sm--Width)))));
|
|
738
740
|
}
|
|
739
741
|
}
|
|
740
|
-
@media (min-width:
|
|
742
|
+
@media (min-width: 90.625rem) {
|
|
741
743
|
.pf-v6-c-avatar.pf-m-sm {
|
|
742
744
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-sm--Width-on-2xl, var(--pf-v6-c-avatar--m-sm--Width-on-xl, var(--pf-v6-c-avatar--m-sm--Width-on-lg, var(--pf-v6-c-avatar--m-sm--Width-on-md, var(--pf-v6-c-avatar--m-sm--Width-on-sm, var(--pf-v6-c-avatar--m-sm--Width))))));
|
|
743
745
|
}
|
|
744
746
|
}
|
|
745
|
-
@media (min-width:
|
|
747
|
+
@media (min-width: 36rem) {
|
|
746
748
|
.pf-v6-c-avatar.pf-m-sm {
|
|
747
749
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-sm--Height-on-sm, var(--pf-v6-c-avatar--m-sm--Height));
|
|
748
750
|
}
|
|
749
751
|
}
|
|
750
|
-
@media (min-width:
|
|
752
|
+
@media (min-width: 48rem) {
|
|
751
753
|
.pf-v6-c-avatar.pf-m-sm {
|
|
752
754
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-sm--Height-on-md, var(--pf-v6-c-avatar--m-sm--Height-on-sm, var(--pf-v6-c-avatar--m-sm--Height)));
|
|
753
755
|
}
|
|
754
756
|
}
|
|
755
|
-
@media (min-width:
|
|
757
|
+
@media (min-width: 62rem) {
|
|
756
758
|
.pf-v6-c-avatar.pf-m-sm {
|
|
757
759
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-sm--Height-on-lg, var(--pf-v6-c-avatar--m-sm--Height-on-md, var(--pf-v6-c-avatar--m-sm--Height-on-sm, var(--pf-v6-c-avatar--m-sm--Height))));
|
|
758
760
|
}
|
|
759
761
|
}
|
|
760
|
-
@media (min-width:
|
|
762
|
+
@media (min-width: 75rem) {
|
|
761
763
|
.pf-v6-c-avatar.pf-m-sm {
|
|
762
764
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-sm--Height-on-xl, var(--pf-v6-c-avatar--m-sm--Height-on-lg, var(--pf-v6-c-avatar--m-sm--Height-on-md, var(--pf-v6-c-avatar--m-sm--Height-on-sm, var(--pf-v6-c-avatar--m-sm--Height)))));
|
|
763
765
|
}
|
|
764
766
|
}
|
|
765
|
-
@media (min-width:
|
|
767
|
+
@media (min-width: 90.625rem) {
|
|
766
768
|
.pf-v6-c-avatar.pf-m-sm {
|
|
767
769
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-sm--Height-on-2xl, var(--pf-v6-c-avatar--m-sm--Height-on-xl, var(--pf-v6-c-avatar--m-sm--Height-on-lg, var(--pf-v6-c-avatar--m-sm--Height-on-md, var(--pf-v6-c-avatar--m-sm--Height-on-sm, var(--pf-v6-c-avatar--m-sm--Height))))));
|
|
768
770
|
}
|
|
@@ -771,52 +773,52 @@
|
|
|
771
773
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-md--Width);
|
|
772
774
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-md--Height);
|
|
773
775
|
}
|
|
774
|
-
@media (min-width:
|
|
776
|
+
@media (min-width: 36rem) {
|
|
775
777
|
.pf-v6-c-avatar.pf-m-md {
|
|
776
778
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-md--Width-on-sm, var(--pf-v6-c-avatar--m-md--Width));
|
|
777
779
|
}
|
|
778
780
|
}
|
|
779
|
-
@media (min-width:
|
|
781
|
+
@media (min-width: 48rem) {
|
|
780
782
|
.pf-v6-c-avatar.pf-m-md {
|
|
781
783
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-md--Width-on-md, var(--pf-v6-c-avatar--m-md--Width-on-sm, var(--pf-v6-c-avatar--m-md--Width)));
|
|
782
784
|
}
|
|
783
785
|
}
|
|
784
|
-
@media (min-width:
|
|
786
|
+
@media (min-width: 62rem) {
|
|
785
787
|
.pf-v6-c-avatar.pf-m-md {
|
|
786
788
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-md--Width-on-lg, var(--pf-v6-c-avatar--m-md--Width-on-md, var(--pf-v6-c-avatar--m-md--Width-on-sm, var(--pf-v6-c-avatar--m-md--Width))));
|
|
787
789
|
}
|
|
788
790
|
}
|
|
789
|
-
@media (min-width:
|
|
791
|
+
@media (min-width: 75rem) {
|
|
790
792
|
.pf-v6-c-avatar.pf-m-md {
|
|
791
793
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-md--Width-on-xl, var(--pf-v6-c-avatar--m-md--Width-on-lg, var(--pf-v6-c-avatar--m-md--Width-on-md, var(--pf-v6-c-avatar--m-md--Width-on-sm, var(--pf-v6-c-avatar--m-md--Width)))));
|
|
792
794
|
}
|
|
793
795
|
}
|
|
794
|
-
@media (min-width:
|
|
796
|
+
@media (min-width: 90.625rem) {
|
|
795
797
|
.pf-v6-c-avatar.pf-m-md {
|
|
796
798
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-md--Width-on-2xl, var(--pf-v6-c-avatar--m-md--Width-on-xl, var(--pf-v6-c-avatar--m-md--Width-on-lg, var(--pf-v6-c-avatar--m-md--Width-on-md, var(--pf-v6-c-avatar--m-md--Width-on-sm, var(--pf-v6-c-avatar--m-md--Width))))));
|
|
797
799
|
}
|
|
798
800
|
}
|
|
799
|
-
@media (min-width:
|
|
801
|
+
@media (min-width: 36rem) {
|
|
800
802
|
.pf-v6-c-avatar.pf-m-md {
|
|
801
803
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-md--Height-on-sm, var(--pf-v6-c-avatar--m-md--Height));
|
|
802
804
|
}
|
|
803
805
|
}
|
|
804
|
-
@media (min-width:
|
|
806
|
+
@media (min-width: 48rem) {
|
|
805
807
|
.pf-v6-c-avatar.pf-m-md {
|
|
806
808
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-md--Height-on-md, var(--pf-v6-c-avatar--m-md--Height-on-sm, var(--pf-v6-c-avatar--m-md--Height)));
|
|
807
809
|
}
|
|
808
810
|
}
|
|
809
|
-
@media (min-width:
|
|
811
|
+
@media (min-width: 62rem) {
|
|
810
812
|
.pf-v6-c-avatar.pf-m-md {
|
|
811
813
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-md--Height-on-lg, var(--pf-v6-c-avatar--m-md--Height-on-md, var(--pf-v6-c-avatar--m-md--Height-on-sm, var(--pf-v6-c-avatar--m-md--Height))));
|
|
812
814
|
}
|
|
813
815
|
}
|
|
814
|
-
@media (min-width:
|
|
816
|
+
@media (min-width: 75rem) {
|
|
815
817
|
.pf-v6-c-avatar.pf-m-md {
|
|
816
818
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-md--Height-on-xl, var(--pf-v6-c-avatar--m-md--Height-on-lg, var(--pf-v6-c-avatar--m-md--Height-on-md, var(--pf-v6-c-avatar--m-md--Height-on-sm, var(--pf-v6-c-avatar--m-md--Height)))));
|
|
817
819
|
}
|
|
818
820
|
}
|
|
819
|
-
@media (min-width:
|
|
821
|
+
@media (min-width: 90.625rem) {
|
|
820
822
|
.pf-v6-c-avatar.pf-m-md {
|
|
821
823
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-md--Height-on-2xl, var(--pf-v6-c-avatar--m-md--Height-on-xl, var(--pf-v6-c-avatar--m-md--Height-on-lg, var(--pf-v6-c-avatar--m-md--Height-on-md, var(--pf-v6-c-avatar--m-md--Height-on-sm, var(--pf-v6-c-avatar--m-md--Height))))));
|
|
822
824
|
}
|
|
@@ -825,52 +827,52 @@
|
|
|
825
827
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-lg--Width);
|
|
826
828
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-lg--Height);
|
|
827
829
|
}
|
|
828
|
-
@media (min-width:
|
|
830
|
+
@media (min-width: 36rem) {
|
|
829
831
|
.pf-v6-c-avatar.pf-m-lg {
|
|
830
832
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-lg--Width-on-sm, var(--pf-v6-c-avatar--m-lg--Width));
|
|
831
833
|
}
|
|
832
834
|
}
|
|
833
|
-
@media (min-width:
|
|
835
|
+
@media (min-width: 48rem) {
|
|
834
836
|
.pf-v6-c-avatar.pf-m-lg {
|
|
835
837
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-lg--Width-on-md, var(--pf-v6-c-avatar--m-lg--Width-on-sm, var(--pf-v6-c-avatar--m-lg--Width)));
|
|
836
838
|
}
|
|
837
839
|
}
|
|
838
|
-
@media (min-width:
|
|
840
|
+
@media (min-width: 62rem) {
|
|
839
841
|
.pf-v6-c-avatar.pf-m-lg {
|
|
840
842
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-lg--Width-on-lg, var(--pf-v6-c-avatar--m-lg--Width-on-md, var(--pf-v6-c-avatar--m-lg--Width-on-sm, var(--pf-v6-c-avatar--m-lg--Width))));
|
|
841
843
|
}
|
|
842
844
|
}
|
|
843
|
-
@media (min-width:
|
|
845
|
+
@media (min-width: 75rem) {
|
|
844
846
|
.pf-v6-c-avatar.pf-m-lg {
|
|
845
847
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-lg--Width-on-xl, var(--pf-v6-c-avatar--m-lg--Width-on-lg, var(--pf-v6-c-avatar--m-lg--Width-on-md, var(--pf-v6-c-avatar--m-lg--Width-on-sm, var(--pf-v6-c-avatar--m-lg--Width)))));
|
|
846
848
|
}
|
|
847
849
|
}
|
|
848
|
-
@media (min-width:
|
|
850
|
+
@media (min-width: 90.625rem) {
|
|
849
851
|
.pf-v6-c-avatar.pf-m-lg {
|
|
850
852
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-lg--Width-on-2xl, var(--pf-v6-c-avatar--m-lg--Width-on-xl, var(--pf-v6-c-avatar--m-lg--Width-on-lg, var(--pf-v6-c-avatar--m-lg--Width-on-md, var(--pf-v6-c-avatar--m-lg--Width-on-sm, var(--pf-v6-c-avatar--m-lg--Width))))));
|
|
851
853
|
}
|
|
852
854
|
}
|
|
853
|
-
@media (min-width:
|
|
855
|
+
@media (min-width: 36rem) {
|
|
854
856
|
.pf-v6-c-avatar.pf-m-lg {
|
|
855
857
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-lg--Height-on-sm, var(--pf-v6-c-avatar--m-lg--Height));
|
|
856
858
|
}
|
|
857
859
|
}
|
|
858
|
-
@media (min-width:
|
|
860
|
+
@media (min-width: 48rem) {
|
|
859
861
|
.pf-v6-c-avatar.pf-m-lg {
|
|
860
862
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-lg--Height-on-md, var(--pf-v6-c-avatar--m-lg--Height-on-sm, var(--pf-v6-c-avatar--m-lg--Height)));
|
|
861
863
|
}
|
|
862
864
|
}
|
|
863
|
-
@media (min-width:
|
|
865
|
+
@media (min-width: 62rem) {
|
|
864
866
|
.pf-v6-c-avatar.pf-m-lg {
|
|
865
867
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-lg--Height-on-lg, var(--pf-v6-c-avatar--m-lg--Height-on-md, var(--pf-v6-c-avatar--m-lg--Height-on-sm, var(--pf-v6-c-avatar--m-lg--Height))));
|
|
866
868
|
}
|
|
867
869
|
}
|
|
868
|
-
@media (min-width:
|
|
870
|
+
@media (min-width: 75rem) {
|
|
869
871
|
.pf-v6-c-avatar.pf-m-lg {
|
|
870
872
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-lg--Height-on-xl, var(--pf-v6-c-avatar--m-lg--Height-on-lg, var(--pf-v6-c-avatar--m-lg--Height-on-md, var(--pf-v6-c-avatar--m-lg--Height-on-sm, var(--pf-v6-c-avatar--m-lg--Height)))));
|
|
871
873
|
}
|
|
872
874
|
}
|
|
873
|
-
@media (min-width:
|
|
875
|
+
@media (min-width: 90.625rem) {
|
|
874
876
|
.pf-v6-c-avatar.pf-m-lg {
|
|
875
877
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-lg--Height-on-2xl, var(--pf-v6-c-avatar--m-lg--Height-on-xl, var(--pf-v6-c-avatar--m-lg--Height-on-lg, var(--pf-v6-c-avatar--m-lg--Height-on-md, var(--pf-v6-c-avatar--m-lg--Height-on-sm, var(--pf-v6-c-avatar--m-lg--Height))))));
|
|
876
878
|
}
|
|
@@ -879,52 +881,52 @@
|
|
|
879
881
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-xl--Width);
|
|
880
882
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-xl--Height);
|
|
881
883
|
}
|
|
882
|
-
@media (min-width:
|
|
884
|
+
@media (min-width: 36rem) {
|
|
883
885
|
.pf-v6-c-avatar.pf-m-xl {
|
|
884
886
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-xl--Width-on-sm, var(--pf-v6-c-avatar--m-xl--Width));
|
|
885
887
|
}
|
|
886
888
|
}
|
|
887
|
-
@media (min-width:
|
|
889
|
+
@media (min-width: 48rem) {
|
|
888
890
|
.pf-v6-c-avatar.pf-m-xl {
|
|
889
891
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-xl--Width-on-md, var(--pf-v6-c-avatar--m-xl--Width-on-sm, var(--pf-v6-c-avatar--m-xl--Width)));
|
|
890
892
|
}
|
|
891
893
|
}
|
|
892
|
-
@media (min-width:
|
|
894
|
+
@media (min-width: 62rem) {
|
|
893
895
|
.pf-v6-c-avatar.pf-m-xl {
|
|
894
896
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-xl--Width-on-lg, var(--pf-v6-c-avatar--m-xl--Width-on-md, var(--pf-v6-c-avatar--m-xl--Width-on-sm, var(--pf-v6-c-avatar--m-xl--Width))));
|
|
895
897
|
}
|
|
896
898
|
}
|
|
897
|
-
@media (min-width:
|
|
899
|
+
@media (min-width: 75rem) {
|
|
898
900
|
.pf-v6-c-avatar.pf-m-xl {
|
|
899
901
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-xl--Width-on-xl, var(--pf-v6-c-avatar--m-xl--Width-on-lg, var(--pf-v6-c-avatar--m-xl--Width-on-md, var(--pf-v6-c-avatar--m-xl--Width-on-sm, var(--pf-v6-c-avatar--m-xl--Width)))));
|
|
900
902
|
}
|
|
901
903
|
}
|
|
902
|
-
@media (min-width:
|
|
904
|
+
@media (min-width: 90.625rem) {
|
|
903
905
|
.pf-v6-c-avatar.pf-m-xl {
|
|
904
906
|
--pf-v6-c-avatar--Width: var(--pf-v6-c-avatar--m-xl--Width-on-2xl, var(--pf-v6-c-avatar--m-xl--Width-on-xl, var(--pf-v6-c-avatar--m-xl--Width-on-lg, var(--pf-v6-c-avatar--m-xl--Width-on-md, var(--pf-v6-c-avatar--m-xl--Width-on-sm, var(--pf-v6-c-avatar--m-xl--Width))))));
|
|
905
907
|
}
|
|
906
908
|
}
|
|
907
|
-
@media (min-width:
|
|
909
|
+
@media (min-width: 36rem) {
|
|
908
910
|
.pf-v6-c-avatar.pf-m-xl {
|
|
909
911
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-xl--Height-on-sm, var(--pf-v6-c-avatar--m-xl--Height));
|
|
910
912
|
}
|
|
911
913
|
}
|
|
912
|
-
@media (min-width:
|
|
914
|
+
@media (min-width: 48rem) {
|
|
913
915
|
.pf-v6-c-avatar.pf-m-xl {
|
|
914
916
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-xl--Height-on-md, var(--pf-v6-c-avatar--m-xl--Height-on-sm, var(--pf-v6-c-avatar--m-xl--Height)));
|
|
915
917
|
}
|
|
916
918
|
}
|
|
917
|
-
@media (min-width:
|
|
919
|
+
@media (min-width: 62rem) {
|
|
918
920
|
.pf-v6-c-avatar.pf-m-xl {
|
|
919
921
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-xl--Height-on-lg, var(--pf-v6-c-avatar--m-xl--Height-on-md, var(--pf-v6-c-avatar--m-xl--Height-on-sm, var(--pf-v6-c-avatar--m-xl--Height))));
|
|
920
922
|
}
|
|
921
923
|
}
|
|
922
|
-
@media (min-width:
|
|
924
|
+
@media (min-width: 75rem) {
|
|
923
925
|
.pf-v6-c-avatar.pf-m-xl {
|
|
924
926
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-xl--Height-on-xl, var(--pf-v6-c-avatar--m-xl--Height-on-lg, var(--pf-v6-c-avatar--m-xl--Height-on-md, var(--pf-v6-c-avatar--m-xl--Height-on-sm, var(--pf-v6-c-avatar--m-xl--Height)))));
|
|
925
927
|
}
|
|
926
928
|
}
|
|
927
|
-
@media (min-width:
|
|
929
|
+
@media (min-width: 90.625rem) {
|
|
928
930
|
.pf-v6-c-avatar.pf-m-xl {
|
|
929
931
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-xl--Height-on-2xl, var(--pf-v6-c-avatar--m-xl--Height-on-xl, var(--pf-v6-c-avatar--m-xl--Height-on-lg, var(--pf-v6-c-avatar--m-xl--Height-on-md, var(--pf-v6-c-avatar--m-xl--Height-on-sm, var(--pf-v6-c-avatar--m-xl--Height))))));
|
|
930
932
|
}
|
|
@@ -988,7 +990,7 @@
|
|
|
988
990
|
--pf-v6-c-back-to-top--c-button--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
989
991
|
--pf-v6-c-back-to-top--c-button--BoxShadow: var(--pf-t--global--box-shadow--sm);
|
|
990
992
|
}
|
|
991
|
-
@media (min-width:
|
|
993
|
+
@media (min-width: 48rem) {
|
|
992
994
|
:where(:root, .pf-v6-c-back-to-top) {
|
|
993
995
|
--pf-v6-c-back-to-top--InsetBlockEnd: var(--pf-v6-c-back-to-top--md--InsetBlockEnd);
|
|
994
996
|
}
|
|
@@ -1124,7 +1126,7 @@
|
|
|
1124
1126
|
--pf-v6-c-banner--m-purple--BackgroundColor: var(--pf-t--global--color--nonstatus--purple--default);
|
|
1125
1127
|
--pf-v6-c-banner--m-purple--Color: var(--pf-t--global--text--color--nonstatus--on-purple--default);
|
|
1126
1128
|
}
|
|
1127
|
-
@media (min-width:
|
|
1129
|
+
@media (min-width: 48rem) {
|
|
1128
1130
|
:where(:root, .pf-v6-c-banner) {
|
|
1129
1131
|
--pf-v6-c-banner--PaddingInlineEnd: var(--pf-v6-c-banner--md--PaddingInlineEnd);
|
|
1130
1132
|
--pf-v6-c-banner--PaddingInlineStart: var(--pf-v6-c-banner--md--PaddingInlineStart);
|
|
@@ -1239,52 +1241,52 @@
|
|
|
1239
1241
|
--pf-v6-c-brand--Width--base: var(--pf-v6-c-brand--Width);
|
|
1240
1242
|
--pf-v6-c-brand--Height--base: var(--pf-v6-c-brand--Height);
|
|
1241
1243
|
}
|
|
1242
|
-
@media (min-width:
|
|
1244
|
+
@media (min-width: 36rem) {
|
|
1243
1245
|
.pf-v6-c-brand {
|
|
1244
1246
|
--pf-v6-c-brand--Width--base: var(--pf-v6-c-brand--Width-on-sm, var(--pf-v6-c-brand--Width));
|
|
1245
1247
|
}
|
|
1246
1248
|
}
|
|
1247
|
-
@media (min-width:
|
|
1249
|
+
@media (min-width: 48rem) {
|
|
1248
1250
|
.pf-v6-c-brand {
|
|
1249
1251
|
--pf-v6-c-brand--Width--base: var(--pf-v6-c-brand--Width-on-md, var(--pf-v6-c-brand--Width-on-sm, var(--pf-v6-c-brand--Width)));
|
|
1250
1252
|
}
|
|
1251
1253
|
}
|
|
1252
|
-
@media (min-width:
|
|
1254
|
+
@media (min-width: 62rem) {
|
|
1253
1255
|
.pf-v6-c-brand {
|
|
1254
1256
|
--pf-v6-c-brand--Width--base: var(--pf-v6-c-brand--Width-on-lg, var(--pf-v6-c-brand--Width-on-md, var(--pf-v6-c-brand--Width-on-sm, var(--pf-v6-c-brand--Width))));
|
|
1255
1257
|
}
|
|
1256
1258
|
}
|
|
1257
|
-
@media (min-width:
|
|
1259
|
+
@media (min-width: 75rem) {
|
|
1258
1260
|
.pf-v6-c-brand {
|
|
1259
1261
|
--pf-v6-c-brand--Width--base: var(--pf-v6-c-brand--Width-on-xl, var(--pf-v6-c-brand--Width-on-lg, var(--pf-v6-c-brand--Width-on-md, var(--pf-v6-c-brand--Width-on-sm, var(--pf-v6-c-brand--Width)))));
|
|
1260
1262
|
}
|
|
1261
1263
|
}
|
|
1262
|
-
@media (min-width:
|
|
1264
|
+
@media (min-width: 90.625rem) {
|
|
1263
1265
|
.pf-v6-c-brand {
|
|
1264
1266
|
--pf-v6-c-brand--Width--base: var(--pf-v6-c-brand--Width-on-2xl, var(--pf-v6-c-brand--Width-on-xl, var(--pf-v6-c-brand--Width-on-lg, var(--pf-v6-c-brand--Width-on-md, var(--pf-v6-c-brand--Width-on-sm, var(--pf-v6-c-brand--Width))))));
|
|
1265
1267
|
}
|
|
1266
1268
|
}
|
|
1267
|
-
@media (min-width:
|
|
1269
|
+
@media (min-width: 36rem) {
|
|
1268
1270
|
.pf-v6-c-brand {
|
|
1269
1271
|
--pf-v6-c-brand--Height--base: var(--pf-v6-c-brand--Height-on-sm, var(--pf-v6-c-brand--Height));
|
|
1270
1272
|
}
|
|
1271
1273
|
}
|
|
1272
|
-
@media (min-width:
|
|
1274
|
+
@media (min-width: 48rem) {
|
|
1273
1275
|
.pf-v6-c-brand {
|
|
1274
1276
|
--pf-v6-c-brand--Height--base: var(--pf-v6-c-brand--Height-on-md, var(--pf-v6-c-brand--Height-on-sm, var(--pf-v6-c-brand--Height)));
|
|
1275
1277
|
}
|
|
1276
1278
|
}
|
|
1277
|
-
@media (min-width:
|
|
1279
|
+
@media (min-width: 62rem) {
|
|
1278
1280
|
.pf-v6-c-brand {
|
|
1279
1281
|
--pf-v6-c-brand--Height--base: var(--pf-v6-c-brand--Height-on-lg, var(--pf-v6-c-brand--Height-on-md, var(--pf-v6-c-brand--Height-on-sm, var(--pf-v6-c-brand--Height))));
|
|
1280
1282
|
}
|
|
1281
1283
|
}
|
|
1282
|
-
@media (min-width:
|
|
1284
|
+
@media (min-width: 75rem) {
|
|
1283
1285
|
.pf-v6-c-brand {
|
|
1284
1286
|
--pf-v6-c-brand--Height--base: var(--pf-v6-c-brand--Height-on-xl, var(--pf-v6-c-brand--Height-on-lg, var(--pf-v6-c-brand--Height-on-md, var(--pf-v6-c-brand--Height-on-sm, var(--pf-v6-c-brand--Height)))));
|
|
1285
1287
|
}
|
|
1286
1288
|
}
|
|
1287
|
-
@media (min-width:
|
|
1289
|
+
@media (min-width: 90.625rem) {
|
|
1288
1290
|
.pf-v6-c-brand {
|
|
1289
1291
|
--pf-v6-c-brand--Height--base: var(--pf-v6-c-brand--Height-on-2xl, var(--pf-v6-c-brand--Height-on-xl, var(--pf-v6-c-brand--Height-on-lg, var(--pf-v6-c-brand--Height-on-md, var(--pf-v6-c-brand--Height-on-sm, var(--pf-v6-c-brand--Height))))));
|
|
1290
1292
|
}
|
|
@@ -1304,9 +1306,11 @@
|
|
|
1304
1306
|
--pf-v6-c-breadcrumb__link--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
1305
1307
|
--pf-v6-c-breadcrumb__link--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
1306
1308
|
--pf-v6-c-breadcrumb__link--Color: var(--pf-t--global--text--color--link--default);
|
|
1307
|
-
--pf-v6-c-breadcrumb__link--
|
|
1309
|
+
--pf-v6-c-breadcrumb__link--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--default);
|
|
1310
|
+
--pf-v6-c-breadcrumb__link--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--default);
|
|
1308
1311
|
--pf-v6-c-breadcrumb__link--hover--Color: var(--pf-t--global--text--color--link--hover);
|
|
1309
|
-
--pf-v6-c-breadcrumb__link--hover--
|
|
1312
|
+
--pf-v6-c-breadcrumb__link--hover--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--hover);
|
|
1313
|
+
--pf-v6-c-breadcrumb__link--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--hover);
|
|
1310
1314
|
--pf-v6-c-breadcrumb__link--m-current--Color: var(--pf-t--global--text--color--regular);
|
|
1311
1315
|
--pf-v6-c-breadcrumb__link--BackgroundColor: transparent;
|
|
1312
1316
|
--pf-v6-c-breadcrumb__heading--FontSize: var( --pf-t--global--font--size--body--sm);
|
|
@@ -1359,18 +1363,19 @@
|
|
|
1359
1363
|
font-weight: var(--pf-v6-c-breadcrumb__link--FontWeight);
|
|
1360
1364
|
line-height: inherit;
|
|
1361
1365
|
color: var(--pf-v6-c-breadcrumb__link--Color);
|
|
1362
|
-
text-decoration: var(--pf-v6-c-breadcrumb__link--
|
|
1366
|
+
text-decoration: var(--pf-v6-c-breadcrumb__link--TextDecorationLine) var(--pf-v6-c-breadcrumb__link--TextDecorationStyle);
|
|
1363
1367
|
word-break: break-word;
|
|
1364
1368
|
background-color: var(--pf-v6-c-breadcrumb__link--BackgroundColor);
|
|
1365
1369
|
}
|
|
1366
|
-
.pf-v6-c-breadcrumb__link:hover {
|
|
1370
|
+
.pf-v6-c-breadcrumb__link:is(:hover, :focus) {
|
|
1367
1371
|
--pf-v6-c-breadcrumb__link--Color: var(--pf-v6-c-breadcrumb__link--hover--Color);
|
|
1368
|
-
--pf-v6-c-breadcrumb__link--
|
|
1372
|
+
--pf-v6-c-breadcrumb__link--TextDecorationLine: var(--pf-v6-c-breadcrumb__link--hover--TextDecorationLine);
|
|
1373
|
+
--pf-v6-c-breadcrumb__link--TextDecorationStyle: var(--pf-v6-c-breadcrumb__link--hover--TextDecorationStyle);
|
|
1369
1374
|
}
|
|
1370
1375
|
.pf-v6-c-breadcrumb__link.pf-m-current {
|
|
1371
1376
|
cursor: default;
|
|
1372
1377
|
}
|
|
1373
|
-
.pf-v6-c-breadcrumb__link.pf-m-current, .pf-v6-c-breadcrumb__link.pf-m-current:hover {
|
|
1378
|
+
.pf-v6-c-breadcrumb__link.pf-m-current, .pf-v6-c-breadcrumb__link.pf-m-current:is(:hover, :focus) {
|
|
1374
1379
|
color: var(--pf-v6-c-breadcrumb__link--m-current--Color);
|
|
1375
1380
|
text-decoration: none;
|
|
1376
1381
|
}
|
|
@@ -1416,14 +1421,16 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1416
1421
|
--pf-v6-c-button--BorderColor: transparent;
|
|
1417
1422
|
--pf-v6-c-button--BorderWidth: var(--pf-t--global--border--width--action--default);
|
|
1418
1423
|
--pf-v6-c-button--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
1419
|
-
--pf-v6-c-button--
|
|
1424
|
+
--pf-v6-c-button--TextDecorationLine: none;
|
|
1425
|
+
--pf-v6-c-button--TextDecorationStyle: none;
|
|
1420
1426
|
--pf-v6-c-button--TransitionDuration: var(--pf-t--global--motion--duration--fade--default);
|
|
1421
1427
|
--pf-v6-c-button--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
1422
1428
|
--pf-v6-c-button--TransitionProperty: color, background-color, border-width, border-color, padding;
|
|
1423
1429
|
--pf-v6-c-button--hover--BackgroundColor: transparent;
|
|
1424
1430
|
--pf-v6-c-button--hover--BorderColor: transparent;
|
|
1425
1431
|
--pf-v6-c-button--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
|
|
1426
|
-
--pf-v6-c-button--hover--
|
|
1432
|
+
--pf-v6-c-button--hover--TextDecorationLine: none;
|
|
1433
|
+
--pf-v6-c-button--hover--TextDecorationStyle: none;
|
|
1427
1434
|
--pf-v6-c-button--m-clicked--BackgroundColor: transparent;
|
|
1428
1435
|
--pf-v6-c-button--m-clicked--BorderColor: transparent;
|
|
1429
1436
|
--pf-v6-c-button--m-clicked--BorderWidth: var(--pf-t--global--border--width--action--clicked);
|
|
@@ -1493,7 +1500,10 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1493
1500
|
--pf-v6-c-button--m-link--m-inline--PaddingInlineEnd: 0;
|
|
1494
1501
|
--pf-v6-c-button--m-link--m-inline--PaddingBlockEnd: 0;
|
|
1495
1502
|
--pf-v6-c-button--m-link--m-inline--PaddingInlineStart: 0;
|
|
1496
|
-
--pf-v6-c-button--m-link--m-inline--
|
|
1503
|
+
--pf-v6-c-button--m-link--m-inline--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--default);
|
|
1504
|
+
--pf-v6-c-button--m-link--m-inline--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--default);
|
|
1505
|
+
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--hover);
|
|
1506
|
+
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--hover);
|
|
1497
1507
|
--pf-v6-c-button--m-link--m-inline__progress--InsetInlineStart: var(--pf-t--global--spacer--xs);
|
|
1498
1508
|
--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));
|
|
1499
1509
|
--pf-v6-c-button--m-link--m-inline--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
@@ -1648,7 +1658,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1648
1658
|
line-height: var(--pf-v6-c-button--LineHeight, inherit);
|
|
1649
1659
|
color: var(--pf-v6-c-button--Color);
|
|
1650
1660
|
text-align: center;
|
|
1651
|
-
text-decoration: var(--pf-v6-c-button--
|
|
1661
|
+
text-decoration: var(--pf-v6-c-button--TextDecorationLine) var(--pf-v6-c-button--TextDecorationStyle);
|
|
1652
1662
|
white-space: nowrap;
|
|
1653
1663
|
cursor: pointer;
|
|
1654
1664
|
user-select: none;
|
|
@@ -1748,7 +1758,10 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1748
1758
|
--pf-v6-c-button--PaddingInlineStart: var(--pf-v6-c-button--m-link--m-inline--PaddingInlineStart);
|
|
1749
1759
|
--pf-v6-c-button--BackgroundColor: transparent;
|
|
1750
1760
|
--pf-v6-c-button__progress--InsetInlineStart: var(--pf-v6-c-button--m-link--m-inline__progress--InsetInlineStart);
|
|
1751
|
-
--pf-v6-c-button--
|
|
1761
|
+
--pf-v6-c-button--TextDecorationLine: var(--pf-v6-c-button--m-link--m-inline--TextDecorationLine);
|
|
1762
|
+
--pf-v6-c-button--TextDecorationStyle: var(--pf-v6-c-button--m-link--m-inline--TextDecorationStyle);
|
|
1763
|
+
--pf-v6-c-button--hover--TextDecorationLine: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationLine);
|
|
1764
|
+
--pf-v6-c-button--hover--TextDecorationStyle: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationStyle);
|
|
1752
1765
|
--pf-v6-c-button--hover--BackgroundColor: transparent;
|
|
1753
1766
|
--pf-v6-c-button--m-clicked--BackgroundColor: transparent;
|
|
1754
1767
|
--pf-v6-c-button--disabled--BackgroundColor: transparent;
|
|
@@ -1910,8 +1923,8 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
1910
1923
|
--pf-v6-c-button--BackgroundColor: var(--pf-v6-c-button--hover--BackgroundColor);
|
|
1911
1924
|
--pf-v6-c-button--BorderColor: var(--pf-v6-c-button--hover--BorderColor);
|
|
1912
1925
|
--pf-v6-c-button--BorderWidth: var(--pf-v6-c-button--hover--BorderWidth);
|
|
1913
|
-
--pf-v6-c-button--TextDecoration: var(--pf-v6-c-button--hover--TextDecoration);
|
|
1914
1926
|
--pf-v6-c-button__icon--Color: var(--pf-v6-c-button--hover__icon--Color);
|
|
1927
|
+
text-decoration: var(--pf-v6-c-button--hover--TextDecorationLine) var(--pf-v6-c-button--hover--TextDecorationStyle);
|
|
1915
1928
|
}
|
|
1916
1929
|
.pf-v6-c-button.pf-m-clicked {
|
|
1917
1930
|
--pf-v6-c-button--Color: var(--pf-v6-c-button--m-clicked--Color);
|
|
@@ -1934,7 +1947,8 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
1934
1947
|
color: var(--pf-v6-c-button--disabled__icon--Color);
|
|
1935
1948
|
}
|
|
1936
1949
|
.pf-v6-c-button.pf-m-aria-disabled {
|
|
1937
|
-
--pf-v6-c-button--m-link--m-inline--hover--
|
|
1950
|
+
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationLine: var(--pf-v6-c-button--TextDecorationLine);
|
|
1951
|
+
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationStyle: var(--pf-v6-c-button--TextDecorationStyle);
|
|
1938
1952
|
cursor: default;
|
|
1939
1953
|
}
|
|
1940
1954
|
.pf-v6-c-button.pf-m-progress {
|
|
@@ -2218,7 +2232,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2218
2232
|
--pf-v6-c-card__header-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
2219
2233
|
--pf-v6-c-card__header-toggle--MarginInlineEnd: var(--pf-t--global--spacer--xs);
|
|
2220
2234
|
--pf-v6-c-card__header-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
2221
|
-
--pf-v6-c-card__header-toggle--MarginInlineStart: calc(var(--pf-t--global--spacer--action--horizontal--plain) * -1);
|
|
2235
|
+
--pf-v6-c-card__header-toggle--MarginInlineStart: calc(var(--pf-t--global--spacer--action--horizontal--plain--default) * -1);
|
|
2222
2236
|
--pf-v6-c-card__header-toggle-icon--Transition: var(--pf-t--global--transition);
|
|
2223
2237
|
--pf-v6-c-card--m-expanded__header-toggle-icon--Rotate: 90deg;
|
|
2224
2238
|
--pf-v6-c-card--m-selectable--BorderWidth: var(--pf-v6-c-card--BorderWidth);
|
|
@@ -2967,9 +2981,11 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
2967
2981
|
--pf-v6-c-content--small--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
2968
2982
|
--pf-v6-c-content--small--Color: var(--pf-t--global--text--color--subtle);
|
|
2969
2983
|
--pf-v6-c-content--a--Color: var(--pf-t--global--text--color--link--default);
|
|
2970
|
-
--pf-v6-c-content--a--
|
|
2984
|
+
--pf-v6-c-content--a--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--default);
|
|
2985
|
+
--pf-v6-c-content--a--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--default);
|
|
2971
2986
|
--pf-v6-c-content--a--hover--Color: var(--pf-t--global--text--color--link--hover);
|
|
2972
|
-
--pf-v6-c-content--a--hover--
|
|
2987
|
+
--pf-v6-c-content--a--hover--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--hover);
|
|
2988
|
+
--pf-v6-c-content--a--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--hover);
|
|
2973
2989
|
--pf-v6-c-content--a--visited--Color: var(--pf-t--global--text--color--link--visited);
|
|
2974
2990
|
--pf-v6-c-content--blockquote--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
2975
2991
|
--pf-v6-c-content--blockquote--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
@@ -2998,11 +3014,12 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
2998
3014
|
}
|
|
2999
3015
|
:is(.pf-v6-c-content--a, .pf-v6-c-content a) {
|
|
3000
3016
|
color: var(--pf-v6-c-content--a--Color);
|
|
3001
|
-
text-decoration: var(--pf-v6-c-content--a--
|
|
3017
|
+
text-decoration: var(--pf-v6-c-content--a--TextDecorationLine) var(--pf-v6-c-content--a--TextDecorationStyle);
|
|
3002
3018
|
}
|
|
3003
|
-
:is(.pf-v6-c-content--a, .pf-v6-c-content a):hover {
|
|
3019
|
+
:is(.pf-v6-c-content--a, .pf-v6-c-content a):is(:hover, :focus) {
|
|
3004
3020
|
--pf-v6-c-content--a--Color: var(--pf-v6-c-content--a--hover--Color);
|
|
3005
|
-
--pf-v6-c-content--a--
|
|
3021
|
+
--pf-v6-c-content--a--TextDecorationLine: var(--pf-v6-c-content--a--hover--TextDecorationLine);
|
|
3022
|
+
--pf-v6-c-content--a--TextDecorationStyle: var(--pf-v6-c-content--a--hover--TextDecorationStyle);
|
|
3006
3023
|
}
|
|
3007
3024
|
|
|
3008
3025
|
:is(.pf-v6-c-content--a.pf-m-visited, .pf-v6-c-content.pf-m-visited a, .pf-v6-c-content a.pf-m-visited):visited {
|
|
@@ -3152,7 +3169,7 @@ ul) {
|
|
|
3152
3169
|
display: grid;
|
|
3153
3170
|
grid-template-columns: 1fr;
|
|
3154
3171
|
}
|
|
3155
|
-
@media screen and (min-width:
|
|
3172
|
+
@media screen and (min-width: 36rem) {
|
|
3156
3173
|
:is(.pf-v6-c-content--dl, .pf-v6-c-content dl) {
|
|
3157
3174
|
grid-template: auto/auto 1fr;
|
|
3158
3175
|
grid-row-gap: var(--pf-v6-c-content--dl--RowGap);
|
|
@@ -3166,24 +3183,24 @@ ul) {
|
|
|
3166
3183
|
:is(.pf-v6-c-content--dt, .pf-v6-c-content dt):not(:first-child) {
|
|
3167
3184
|
margin-block-start: var(--pf-v6-c-content--dt--MarginBlockStart);
|
|
3168
3185
|
}
|
|
3169
|
-
@media screen and (min-width:
|
|
3186
|
+
@media screen and (min-width: 36rem) {
|
|
3170
3187
|
:is(.pf-v6-c-content--dt, .pf-v6-c-content dt):not(:first-child) {
|
|
3171
3188
|
--pf-v6-c-content--dt--MarginBlockStart: var(--pf-v6-c-content--dt--sm--MarginBlockStart);
|
|
3172
3189
|
}
|
|
3173
3190
|
}
|
|
3174
|
-
@media screen and (min-width:
|
|
3191
|
+
@media screen and (min-width: 36rem) {
|
|
3175
3192
|
:is(.pf-v6-c-content--dt, .pf-v6-c-content dt) {
|
|
3176
3193
|
grid-column: 1;
|
|
3177
3194
|
}
|
|
3178
3195
|
}
|
|
3179
3196
|
|
|
3180
|
-
@media screen and (min-width:
|
|
3197
|
+
@media screen and (min-width: 36rem) {
|
|
3181
3198
|
:is(.pf-v6-c-content--dd, .pf-v6-c-content dd) {
|
|
3182
3199
|
grid-column: 2;
|
|
3183
3200
|
}
|
|
3184
3201
|
}
|
|
3185
3202
|
|
|
3186
|
-
@media screen and (min-width:
|
|
3203
|
+
@media screen and (min-width: 48rem) {
|
|
3187
3204
|
.pf-v6-c-data-list:not([class*=pf-m-grid]) {
|
|
3188
3205
|
--pf-v6-c-data-list__cell--cell--PaddingBlockStart: var(--pf-v6-c-data-list__cell--cell--md--PaddingBlockStart);
|
|
3189
3206
|
--pf-v6-c-data-list__cell--PaddingBlockEnd: var(--pf-v6-c-data-list__cell--md--PaddingBlockEnd);
|
|
@@ -3195,7 +3212,7 @@ ul) {
|
|
|
3195
3212
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
3196
3213
|
}
|
|
3197
3214
|
}
|
|
3198
|
-
@media screen and (min-width:
|
|
3215
|
+
@media screen and (min-width: 48rem) and (min-width: 75rem) {
|
|
3199
3216
|
.pf-v6-c-data-list:not([class*=pf-m-grid]) {
|
|
3200
3217
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
3201
3218
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -3203,7 +3220,7 @@ ul) {
|
|
|
3203
3220
|
--pf-v6-c-data-list__expandable-content-body--PaddingInlineStart: var(--pf-v6-c-data-list__expandable-content-body--xl--PaddingInlineStart);
|
|
3204
3221
|
}
|
|
3205
3222
|
}
|
|
3206
|
-
@media screen and (min-width:
|
|
3223
|
+
@media screen and (min-width: 48rem) {
|
|
3207
3224
|
.pf-v6-c-data-list:not([class*=pf-m-grid]) .pf-v6-c-data-list__item-content {
|
|
3208
3225
|
display: flex;
|
|
3209
3226
|
flex-grow: 1;
|
|
@@ -3253,7 +3270,7 @@ ul) {
|
|
|
3253
3270
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
3254
3271
|
}
|
|
3255
3272
|
}
|
|
3256
|
-
@media screen and (min-width: 0) and (min-width:
|
|
3273
|
+
@media screen and (min-width: 0) and (min-width: 75rem) {
|
|
3257
3274
|
.pf-v6-c-data-list.pf-m-grid-none {
|
|
3258
3275
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
3259
3276
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -3299,7 +3316,7 @@ ul) {
|
|
|
3299
3316
|
}
|
|
3300
3317
|
}
|
|
3301
3318
|
|
|
3302
|
-
@media screen and (min-width:
|
|
3319
|
+
@media screen and (min-width: 36rem) {
|
|
3303
3320
|
.pf-v6-c-data-list.pf-m-grid-sm {
|
|
3304
3321
|
--pf-v6-c-data-list__cell--cell--PaddingBlockStart: var(--pf-v6-c-data-list__cell--cell--md--PaddingBlockStart);
|
|
3305
3322
|
--pf-v6-c-data-list__cell--PaddingBlockEnd: var(--pf-v6-c-data-list__cell--md--PaddingBlockEnd);
|
|
@@ -3311,7 +3328,7 @@ ul) {
|
|
|
3311
3328
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
3312
3329
|
}
|
|
3313
3330
|
}
|
|
3314
|
-
@media screen and (min-width:
|
|
3331
|
+
@media screen and (min-width: 36rem) and (min-width: 75rem) {
|
|
3315
3332
|
.pf-v6-c-data-list.pf-m-grid-sm {
|
|
3316
3333
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
3317
3334
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -3319,7 +3336,7 @@ ul) {
|
|
|
3319
3336
|
--pf-v6-c-data-list__expandable-content-body--PaddingInlineStart: var(--pf-v6-c-data-list__expandable-content-body--xl--PaddingInlineStart);
|
|
3320
3337
|
}
|
|
3321
3338
|
}
|
|
3322
|
-
@media screen and (min-width:
|
|
3339
|
+
@media screen and (min-width: 36rem) {
|
|
3323
3340
|
.pf-v6-c-data-list.pf-m-grid-sm .pf-v6-c-data-list__item-content {
|
|
3324
3341
|
display: flex;
|
|
3325
3342
|
flex-grow: 1;
|
|
@@ -3357,7 +3374,7 @@ ul) {
|
|
|
3357
3374
|
}
|
|
3358
3375
|
}
|
|
3359
3376
|
|
|
3360
|
-
@media screen and (min-width:
|
|
3377
|
+
@media screen and (min-width: 48rem) {
|
|
3361
3378
|
.pf-v6-c-data-list.pf-m-grid-md {
|
|
3362
3379
|
--pf-v6-c-data-list__cell--cell--PaddingBlockStart: var(--pf-v6-c-data-list__cell--cell--md--PaddingBlockStart);
|
|
3363
3380
|
--pf-v6-c-data-list__cell--PaddingBlockEnd: var(--pf-v6-c-data-list__cell--md--PaddingBlockEnd);
|
|
@@ -3369,7 +3386,7 @@ ul) {
|
|
|
3369
3386
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
3370
3387
|
}
|
|
3371
3388
|
}
|
|
3372
|
-
@media screen and (min-width:
|
|
3389
|
+
@media screen and (min-width: 48rem) and (min-width: 75rem) {
|
|
3373
3390
|
.pf-v6-c-data-list.pf-m-grid-md {
|
|
3374
3391
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
3375
3392
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -3377,7 +3394,7 @@ ul) {
|
|
|
3377
3394
|
--pf-v6-c-data-list__expandable-content-body--PaddingInlineStart: var(--pf-v6-c-data-list__expandable-content-body--xl--PaddingInlineStart);
|
|
3378
3395
|
}
|
|
3379
3396
|
}
|
|
3380
|
-
@media screen and (min-width:
|
|
3397
|
+
@media screen and (min-width: 48rem) {
|
|
3381
3398
|
.pf-v6-c-data-list.pf-m-grid-md .pf-v6-c-data-list__item-content {
|
|
3382
3399
|
display: flex;
|
|
3383
3400
|
flex-grow: 1;
|
|
@@ -3415,7 +3432,7 @@ ul) {
|
|
|
3415
3432
|
}
|
|
3416
3433
|
}
|
|
3417
3434
|
|
|
3418
|
-
@media screen and (min-width:
|
|
3435
|
+
@media screen and (min-width: 62rem) {
|
|
3419
3436
|
.pf-v6-c-data-list.pf-m-grid-lg {
|
|
3420
3437
|
--pf-v6-c-data-list__cell--cell--PaddingBlockStart: var(--pf-v6-c-data-list__cell--cell--md--PaddingBlockStart);
|
|
3421
3438
|
--pf-v6-c-data-list__cell--PaddingBlockEnd: var(--pf-v6-c-data-list__cell--md--PaddingBlockEnd);
|
|
@@ -3427,7 +3444,7 @@ ul) {
|
|
|
3427
3444
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
3428
3445
|
}
|
|
3429
3446
|
}
|
|
3430
|
-
@media screen and (min-width:
|
|
3447
|
+
@media screen and (min-width: 62rem) and (min-width: 75rem) {
|
|
3431
3448
|
.pf-v6-c-data-list.pf-m-grid-lg {
|
|
3432
3449
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
3433
3450
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -3435,7 +3452,7 @@ ul) {
|
|
|
3435
3452
|
--pf-v6-c-data-list__expandable-content-body--PaddingInlineStart: var(--pf-v6-c-data-list__expandable-content-body--xl--PaddingInlineStart);
|
|
3436
3453
|
}
|
|
3437
3454
|
}
|
|
3438
|
-
@media screen and (min-width:
|
|
3455
|
+
@media screen and (min-width: 62rem) {
|
|
3439
3456
|
.pf-v6-c-data-list.pf-m-grid-lg .pf-v6-c-data-list__item-content {
|
|
3440
3457
|
display: flex;
|
|
3441
3458
|
flex-grow: 1;
|
|
@@ -3473,7 +3490,7 @@ ul) {
|
|
|
3473
3490
|
}
|
|
3474
3491
|
}
|
|
3475
3492
|
|
|
3476
|
-
@media screen and (min-width:
|
|
3493
|
+
@media screen and (min-width: 75rem) {
|
|
3477
3494
|
.pf-v6-c-data-list.pf-m-grid-xl {
|
|
3478
3495
|
--pf-v6-c-data-list__cell--cell--PaddingBlockStart: var(--pf-v6-c-data-list__cell--cell--md--PaddingBlockStart);
|
|
3479
3496
|
--pf-v6-c-data-list__cell--PaddingBlockEnd: var(--pf-v6-c-data-list__cell--md--PaddingBlockEnd);
|
|
@@ -3485,7 +3502,7 @@ ul) {
|
|
|
3485
3502
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
3486
3503
|
}
|
|
3487
3504
|
}
|
|
3488
|
-
@media screen and (min-width:
|
|
3505
|
+
@media screen and (min-width: 75rem) and (min-width: 75rem) {
|
|
3489
3506
|
.pf-v6-c-data-list.pf-m-grid-xl {
|
|
3490
3507
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
3491
3508
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -3493,7 +3510,7 @@ ul) {
|
|
|
3493
3510
|
--pf-v6-c-data-list__expandable-content-body--PaddingInlineStart: var(--pf-v6-c-data-list__expandable-content-body--xl--PaddingInlineStart);
|
|
3494
3511
|
}
|
|
3495
3512
|
}
|
|
3496
|
-
@media screen and (min-width:
|
|
3513
|
+
@media screen and (min-width: 75rem) {
|
|
3497
3514
|
.pf-v6-c-data-list.pf-m-grid-xl .pf-v6-c-data-list__item-content {
|
|
3498
3515
|
display: flex;
|
|
3499
3516
|
flex-grow: 1;
|
|
@@ -3531,7 +3548,7 @@ ul) {
|
|
|
3531
3548
|
}
|
|
3532
3549
|
}
|
|
3533
3550
|
|
|
3534
|
-
@media screen and (min-width:
|
|
3551
|
+
@media screen and (min-width: 90.625rem) {
|
|
3535
3552
|
.pf-v6-c-data-list.pf-m-grid-2xl {
|
|
3536
3553
|
--pf-v6-c-data-list__cell--cell--PaddingBlockStart: var(--pf-v6-c-data-list__cell--cell--md--PaddingBlockStart);
|
|
3537
3554
|
--pf-v6-c-data-list__cell--PaddingBlockEnd: var(--pf-v6-c-data-list__cell--md--PaddingBlockEnd);
|
|
@@ -3543,7 +3560,7 @@ ul) {
|
|
|
3543
3560
|
--pf-v6-c-data-list--m-compact__cell-cell--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell-cell--md--PaddingBlockStart);
|
|
3544
3561
|
}
|
|
3545
3562
|
}
|
|
3546
|
-
@media screen and (min-width:
|
|
3563
|
+
@media screen and (min-width: 90.625rem) and (min-width: 75rem) {
|
|
3547
3564
|
.pf-v6-c-data-list.pf-m-grid-2xl {
|
|
3548
3565
|
--pf-v6-c-data-list__item-row--PaddingInlineEnd: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineEnd);
|
|
3549
3566
|
--pf-v6-c-data-list__item-row--PaddingInlineStart: var(--pf-v6-c-data-list__item-row--xl--PaddingInlineStart);
|
|
@@ -3551,7 +3568,7 @@ ul) {
|
|
|
3551
3568
|
--pf-v6-c-data-list__expandable-content-body--PaddingInlineStart: var(--pf-v6-c-data-list__expandable-content-body--xl--PaddingInlineStart);
|
|
3552
3569
|
}
|
|
3553
3570
|
}
|
|
3554
|
-
@media screen and (min-width:
|
|
3571
|
+
@media screen and (min-width: 90.625rem) {
|
|
3555
3572
|
.pf-v6-c-data-list.pf-m-grid-2xl .pf-v6-c-data-list__item-content {
|
|
3556
3573
|
display: flex;
|
|
3557
3574
|
flex-grow: 1;
|
|
@@ -3657,10 +3674,9 @@ ul) {
|
|
|
3657
3674
|
--pf-v6-c-data-list__item-action--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
|
3658
3675
|
--pf-v6-c-data-list__item-action--MarginInlineStart: var(--pf-t--global--spacer--md);
|
|
3659
3676
|
--pf-v6-c-data-list__item-action--md--MarginInlineStart: var(--pf-t--global--spacer--xl);
|
|
3660
|
-
--pf-v6-c-data-list__item-action--
|
|
3661
|
-
--pf-v6-c-data-
|
|
3662
|
-
--pf-v6-c-data-list__action--
|
|
3663
|
-
--pf-v6-c-data-list__item-action__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--sm) * -1);
|
|
3677
|
+
--pf-v6-c-data-list__item-action--Gap: var(--pf-t--global--spacer--gap--action-to-action--default);
|
|
3678
|
+
--pf-v6-c-data-list__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
3679
|
+
--pf-v6-c-data-list__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
3664
3680
|
--pf-v6-c-data-list__expandable-content--BackgroundColor: var( --pf-t--global--background--color--primary--default);
|
|
3665
3681
|
--pf-v6-c-data-list__expandable-content--MarginBlockEnd: var(--pf-t--global--spacer--md);
|
|
3666
3682
|
--pf-v6-c-data-list__expandable-content--MarginInlineStart: var(--pf-t--global--spacer--md);
|
|
@@ -3690,9 +3706,8 @@ ul) {
|
|
|
3690
3706
|
--pf-v6-c-data-list--m-compact__item-action--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
3691
3707
|
--pf-v6-c-data-list--m-compact__item-action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
3692
3708
|
--pf-v6-c-data-list--m-compact__item-action--MarginInlineStart: var(--pf-t--global--spacer--md);
|
|
3693
|
-
--pf-v6-c-data-list--m-
|
|
3694
|
-
--pf-v6-c-data-list--m-
|
|
3695
|
-
--pf-v6-c-data-list--m-compact__action--MarginBlockStart: var(--pf-v6-c-data-list--m-compact__item-action__action--MarginBlockStart);
|
|
3709
|
+
--pf-v6-c-data-list--m-compact__action--MarginBlockStart: calc(var(--pf-v6-c-data-list--m-compact__item-action--PaddingBlockStart) * -1);
|
|
3710
|
+
--pf-v6-c-data-list--m-compact__action--MarginBlockEnd: calc(var(--pf-v6-c-data-list--m-compact__item-action--PaddingBlockEnd) * -1);
|
|
3696
3711
|
--pf-v6-c-data-list--m-compact__item-content--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
3697
3712
|
--pf-v6-c-data-list--m-compact__item-draggable-button--MarginBlockStart: calc(var(--pf-t--global--spacer--sm) * -1);
|
|
3698
3713
|
--pf-v6-c-data-list--m-compact__item-draggable-button--MarginBlockEnd: calc(var(--pf-t--global--spacer--sm) * -1);
|
|
@@ -3700,13 +3715,13 @@ ul) {
|
|
|
3700
3715
|
--pf-v6-c-data-list--m-compact__item-draggable-button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
3701
3716
|
--pf-v6-c-data-list--m-compact__cell--m-icon--cell--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
3702
3717
|
}
|
|
3703
|
-
@media screen and (min-width:
|
|
3718
|
+
@media screen and (min-width: 36rem) {
|
|
3704
3719
|
:where(:root, .pf-v6-c-data-list) {
|
|
3705
3720
|
--pf-v6-c-data-list--BorderBlockStartColor: var(--pf-v6-c-data-list--sm--BorderBlockStartColor);
|
|
3706
3721
|
--pf-v6-c-data-list--BorderBlockStartWidth: var(--pf-v6-c-data-list--sm--BorderBlockStartWidth);
|
|
3707
3722
|
}
|
|
3708
3723
|
}
|
|
3709
|
-
@media screen and (min-width:
|
|
3724
|
+
@media screen and (min-width: 36rem) {
|
|
3710
3725
|
:where(:root, .pf-v6-c-data-list) {
|
|
3711
3726
|
--pf-v6-c-data-list__item--BorderBlockEndWidth: var(--pf-v6-c-data-list__item--sm--BorderBlockEndWidth);
|
|
3712
3727
|
--pf-v6-c-data-list__item--BorderBlockEndColor: var(--pf-v6-c-data-list__item--sm--BorderBlockEndColor);
|
|
@@ -3721,13 +3736,12 @@ ul) {
|
|
|
3721
3736
|
}
|
|
3722
3737
|
.pf-v6-c-data-list.pf-m-compact {
|
|
3723
3738
|
--pf-v6-c-data-list__check--FontSize: var(--pf-v6-c-data-list--m-compact__check--FontSize);
|
|
3724
|
-
--pf-v6-c-data-list__action--MarginBlockStart: var(--pf-v6-c-data-list--m-compact__action--MarginBlockStart);
|
|
3725
3739
|
--pf-v6-c-data-list--FontSize: var(--pf-v6-c-data-list--m-compact--FontSize);
|
|
3726
3740
|
--pf-v6-c-data-list__item-action--MarginInlineStart: var(--pf-v6-c-data-list--m-compact__item-action--MarginInlineStart);
|
|
3727
3741
|
--pf-v6-c-data-list__item-action--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__item-action--PaddingBlockStart);
|
|
3728
3742
|
--pf-v6-c-data-list__item-action--PaddingBlockEnd: var(--pf-v6-c-data-list--m-compact__item-action--PaddingBlockEnd);
|
|
3729
|
-
--pf-v6-c-data-
|
|
3730
|
-
--pf-v6-c-data-
|
|
3743
|
+
--pf-v6-c-data-list__action--MarginBlockStart: var(--pf-v6-c-data-list--m-compact__action--MarginBlockStart);
|
|
3744
|
+
--pf-v6-c-data-list__action--MarginBlockEnd: var(--pf-v6-c-data-list--m-compact__action--MarginBlockEnd);
|
|
3731
3745
|
--pf-v6-c-data-list__item-control--MarginInlineEnd: var(--pf-v6-c-data-list--m-compact__item-control--MarginInlineEnd);
|
|
3732
3746
|
--pf-v6-c-data-list__item-control--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__item-control--PaddingBlockStart);
|
|
3733
3747
|
--pf-v6-c-data-list__item-control--PaddingBlockEnd: var(--pf-v6-c-data-list--m-compact__item-control--PaddingBlockEnd);
|
|
@@ -3870,6 +3884,7 @@ ul) {
|
|
|
3870
3884
|
--pf-v6-hidden-visible--hidden--Display: none;
|
|
3871
3885
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
3872
3886
|
display: var(--pf-v6-hidden-visible--Display);
|
|
3887
|
+
gap: var(--pf-v6-c-data-list__item-action--Gap);
|
|
3873
3888
|
align-content: flex-start;
|
|
3874
3889
|
align-items: flex-start;
|
|
3875
3890
|
padding-block-start: var(--pf-v6-c-data-list__item-action--PaddingBlockStart);
|
|
@@ -3879,7 +3894,7 @@ ul) {
|
|
|
3879
3894
|
.pf-v6-c-data-list__item-action.pf-m-hidden {
|
|
3880
3895
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
3881
3896
|
}
|
|
3882
|
-
@media screen and (min-width:
|
|
3897
|
+
@media screen and (min-width: 36rem) {
|
|
3883
3898
|
.pf-v6-c-data-list__item-action.pf-m-hidden-on-sm {
|
|
3884
3899
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
3885
3900
|
}
|
|
@@ -3887,7 +3902,7 @@ ul) {
|
|
|
3887
3902
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
3888
3903
|
}
|
|
3889
3904
|
}
|
|
3890
|
-
@media screen and (min-width:
|
|
3905
|
+
@media screen and (min-width: 48rem) {
|
|
3891
3906
|
.pf-v6-c-data-list__item-action.pf-m-hidden-on-md {
|
|
3892
3907
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
3893
3908
|
}
|
|
@@ -3895,7 +3910,7 @@ ul) {
|
|
|
3895
3910
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
3896
3911
|
}
|
|
3897
3912
|
}
|
|
3898
|
-
@media screen and (min-width:
|
|
3913
|
+
@media screen and (min-width: 62rem) {
|
|
3899
3914
|
.pf-v6-c-data-list__item-action.pf-m-hidden-on-lg {
|
|
3900
3915
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
3901
3916
|
}
|
|
@@ -3903,7 +3918,7 @@ ul) {
|
|
|
3903
3918
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
3904
3919
|
}
|
|
3905
3920
|
}
|
|
3906
|
-
@media screen and (min-width:
|
|
3921
|
+
@media screen and (min-width: 75rem) {
|
|
3907
3922
|
.pf-v6-c-data-list__item-action.pf-m-hidden-on-xl {
|
|
3908
3923
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
3909
3924
|
}
|
|
@@ -3911,7 +3926,7 @@ ul) {
|
|
|
3911
3926
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
3912
3927
|
}
|
|
3913
3928
|
}
|
|
3914
|
-
@media screen and (min-width:
|
|
3929
|
+
@media screen and (min-width: 90.625rem) {
|
|
3915
3930
|
.pf-v6-c-data-list__item-action.pf-m-hidden-on-2xl {
|
|
3916
3931
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
3917
3932
|
}
|
|
@@ -3919,12 +3934,10 @@ ul) {
|
|
|
3919
3934
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
3920
3935
|
}
|
|
3921
3936
|
}
|
|
3922
|
-
|
|
3923
|
-
|
|
3924
|
-
}
|
|
3925
|
-
.pf-v6-c-data-list__item-action .pf-v6-c-data-list__action {
|
|
3937
|
+
|
|
3938
|
+
.pf-v6-c-data-list__action {
|
|
3926
3939
|
margin-block-start: var(--pf-v6-c-data-list__action--MarginBlockStart);
|
|
3927
|
-
margin-block-end: var(--pf-v6-c-data-
|
|
3940
|
+
margin-block-end: var(--pf-v6-c-data-list__action--MarginBlockEnd);
|
|
3928
3941
|
}
|
|
3929
3942
|
|
|
3930
3943
|
.pf-v6-c-data-list__toggle {
|
|
@@ -4050,11 +4063,11 @@ ul) {
|
|
|
4050
4063
|
--pf-v6-c-description-list--m-3-col--GridTemplateColumns--count: 3;
|
|
4051
4064
|
--pf-v6-c-description-list--m-auto-fit--GridTemplateColumns--min: 15.625rem;
|
|
4052
4065
|
--pf-v6-c-description-list--m-auto-fit--GridTemplateColumns--minmax--min: var(--pf-v6-c-description-list--m-auto-fit--GridTemplateColumns--min);
|
|
4053
|
-
--pf-v6-c-description-list__text--m-help-text--
|
|
4054
|
-
--pf-v6-c-description-list__text--m-help-text--
|
|
4055
|
-
--pf-v6-c-description-list__text--m-help-text--
|
|
4056
|
-
--pf-v6-c-description-list__text--m-help-text--hover--
|
|
4057
|
-
--pf-v6-c-description-list__text--m-help-text--
|
|
4066
|
+
--pf-v6-c-description-list__text--m-help-text--TextDecorationLine: var(--pf-t--global--text-decoration--help-text--line--default);
|
|
4067
|
+
--pf-v6-c-description-list__text--m-help-text--TextDecorationStyle: var(--pf-t--global--text-decoration--help-text--style--default);
|
|
4068
|
+
--pf-v6-c-description-list__text--m-help-text--TextUnderlineOffset: 0.25rem;
|
|
4069
|
+
--pf-v6-c-description-list__text--m-help-text--hover--TextDecorationLine: var(--pf-t--global--text-decoration--help-text--line--hover);
|
|
4070
|
+
--pf-v6-c-description-list__text--m-help-text--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--help-text--style--hover);
|
|
4058
4071
|
--pf-v6-c-description-list--m-display-lg__description--FontSize: var(--pf-t--global--font--size--body--lg);
|
|
4059
4072
|
--pf-v6-c-description-list--m-display-2xl__description--FontSize: var(--pf-t--global--font--size--heading--lg);
|
|
4060
4073
|
--pf-v6-c-description-list--m-horizontal__term--width-on-sm: inherit;
|
|
@@ -4064,32 +4077,32 @@ ul) {
|
|
|
4064
4077
|
--pf-v6-c-description-list--m-horizontal__term--width-on-2xl: inherit;
|
|
4065
4078
|
--pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width);
|
|
4066
4079
|
}
|
|
4067
|
-
@media screen and (min-width:
|
|
4080
|
+
@media screen and (min-width: 36rem) {
|
|
4068
4081
|
:where(:root, .pf-v6-c-description-list) {
|
|
4069
4082
|
--pf-v6-c-description-list__term--Display: var(--pf-v6-c-description-list__term--sm--Display);
|
|
4070
4083
|
}
|
|
4071
4084
|
}
|
|
4072
|
-
@media (min-width:
|
|
4085
|
+
@media (min-width: 36rem) {
|
|
4073
4086
|
:where(:root, .pf-v6-c-description-list) {
|
|
4074
4087
|
--pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width-on-sm, var(--pf-v6-c-description-list--m-horizontal__term--width));
|
|
4075
4088
|
}
|
|
4076
4089
|
}
|
|
4077
|
-
@media (min-width:
|
|
4090
|
+
@media (min-width: 48rem) {
|
|
4078
4091
|
:where(:root, .pf-v6-c-description-list) {
|
|
4079
4092
|
--pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width-on-md, var(--pf-v6-c-description-list--m-horizontal__term--width-on-sm, var(--pf-v6-c-description-list--m-horizontal__term--width)));
|
|
4080
4093
|
}
|
|
4081
4094
|
}
|
|
4082
|
-
@media (min-width:
|
|
4095
|
+
@media (min-width: 62rem) {
|
|
4083
4096
|
:where(:root, .pf-v6-c-description-list) {
|
|
4084
4097
|
--pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width-on-lg, var(--pf-v6-c-description-list--m-horizontal__term--width-on-md, var(--pf-v6-c-description-list--m-horizontal__term--width-on-sm, var(--pf-v6-c-description-list--m-horizontal__term--width))));
|
|
4085
4098
|
}
|
|
4086
4099
|
}
|
|
4087
|
-
@media (min-width:
|
|
4100
|
+
@media (min-width: 75rem) {
|
|
4088
4101
|
:where(:root, .pf-v6-c-description-list) {
|
|
4089
4102
|
--pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width-on-xl, var(--pf-v6-c-description-list--m-horizontal__term--width-on-lg, var(--pf-v6-c-description-list--m-horizontal__term--width-on-md, var(--pf-v6-c-description-list--m-horizontal__term--width-on-sm, var(--pf-v6-c-description-list--m-horizontal__term--width)))));
|
|
4090
4103
|
}
|
|
4091
4104
|
}
|
|
4092
|
-
@media (min-width:
|
|
4105
|
+
@media (min-width: 90.625rem) {
|
|
4093
4106
|
:where(:root, .pf-v6-c-description-list) {
|
|
4094
4107
|
--pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width-on-2xl, var(--pf-v6-c-description-list--m-horizontal__term--width-on-xl, var(--pf-v6-c-description-list--m-horizontal__term--width-on-lg, var(--pf-v6-c-description-list--m-horizontal__term--width-on-md, var(--pf-v6-c-description-list--m-horizontal__term--width-on-sm, var(--pf-v6-c-description-list--m-horizontal__term--width))))));
|
|
4095
4108
|
}
|
|
@@ -4112,27 +4125,27 @@ ul) {
|
|
|
4112
4125
|
grid-template-columns: repeat(auto-fit, minmax(var(--pf-v6-c-description-list--m-auto-fit--GridTemplateColumns--minmax--min), 1fr));
|
|
4113
4126
|
--pf-v6-c-description-list--GridTemplateColumns--minmax--min: var(--pf-v6-c-description-list--GridTemplateColumns--min);
|
|
4114
4127
|
}
|
|
4115
|
-
@media (min-width:
|
|
4128
|
+
@media (min-width: 36rem) {
|
|
4116
4129
|
.pf-v6-c-description-list.pf-m-auto-fit {
|
|
4117
4130
|
--pf-v6-c-description-list--GridTemplateColumns--minmax--min: var(--pf-v6-c-description-list--GridTemplateColumns--min-on-sm, var(--pf-v6-c-description-list--GridTemplateColumns--min));
|
|
4118
4131
|
}
|
|
4119
4132
|
}
|
|
4120
|
-
@media (min-width:
|
|
4133
|
+
@media (min-width: 48rem) {
|
|
4121
4134
|
.pf-v6-c-description-list.pf-m-auto-fit {
|
|
4122
4135
|
--pf-v6-c-description-list--GridTemplateColumns--minmax--min: var(--pf-v6-c-description-list--GridTemplateColumns--min-on-md, var(--pf-v6-c-description-list--GridTemplateColumns--min-on-sm, var(--pf-v6-c-description-list--GridTemplateColumns--min)));
|
|
4123
4136
|
}
|
|
4124
4137
|
}
|
|
4125
|
-
@media (min-width:
|
|
4138
|
+
@media (min-width: 62rem) {
|
|
4126
4139
|
.pf-v6-c-description-list.pf-m-auto-fit {
|
|
4127
4140
|
--pf-v6-c-description-list--GridTemplateColumns--minmax--min: var(--pf-v6-c-description-list--GridTemplateColumns--min-on-lg, var(--pf-v6-c-description-list--GridTemplateColumns--min-on-md, var(--pf-v6-c-description-list--GridTemplateColumns--min-on-sm, var(--pf-v6-c-description-list--GridTemplateColumns--min))));
|
|
4128
4141
|
}
|
|
4129
4142
|
}
|
|
4130
|
-
@media (min-width:
|
|
4143
|
+
@media (min-width: 75rem) {
|
|
4131
4144
|
.pf-v6-c-description-list.pf-m-auto-fit {
|
|
4132
4145
|
--pf-v6-c-description-list--GridTemplateColumns--minmax--min: var(--pf-v6-c-description-list--GridTemplateColumns--min-on-xl, var(--pf-v6-c-description-list--GridTemplateColumns--min-on-lg, var(--pf-v6-c-description-list--GridTemplateColumns--min-on-md, var(--pf-v6-c-description-list--GridTemplateColumns--min-on-sm, var(--pf-v6-c-description-list--GridTemplateColumns--min)))));
|
|
4133
4146
|
}
|
|
4134
4147
|
}
|
|
4135
|
-
@media (min-width:
|
|
4148
|
+
@media (min-width: 90.625rem) {
|
|
4136
4149
|
.pf-v6-c-description-list.pf-m-auto-fit {
|
|
4137
4150
|
--pf-v6-c-description-list--GridTemplateColumns--minmax--min: var(--pf-v6-c-description-list--GridTemplateColumns--min-on-2xl, var(--pf-v6-c-description-list--GridTemplateColumns--min-on-xl, var(--pf-v6-c-description-list--GridTemplateColumns--min-on-lg, var(--pf-v6-c-description-list--GridTemplateColumns--min-on-md, var(--pf-v6-c-description-list--GridTemplateColumns--min-on-sm, var(--pf-v6-c-description-list--GridTemplateColumns--min))))));
|
|
4138
4151
|
}
|
|
@@ -4216,18 +4229,13 @@ ul) {
|
|
|
4216
4229
|
min-width: 0;
|
|
4217
4230
|
}
|
|
4218
4231
|
.pf-v6-c-description-list__text.pf-m-help-text {
|
|
4219
|
-
text-decoration:
|
|
4220
|
-
text-
|
|
4221
|
-
text-decoration-style: dashed;
|
|
4222
|
-
text-decoration-color: var(--pf-v6-c-description-list__text--m-help-text--TextDecorationColor);
|
|
4223
|
-
text-underline-offset: var(--pf-v6-c-description-list__text--m-help-text--TextDecorationOffset);
|
|
4232
|
+
text-decoration: var(--pf-v6-c-description-list__text--m-help-text--TextDecorationLine) var(--pf-v6-c-description-list__text--m-help-text--TextDecorationStyle);
|
|
4233
|
+
text-underline-offset: var(--pf-v6-c-description-list__text--m-help-text--TextUnderlineOffset);
|
|
4224
4234
|
cursor: pointer;
|
|
4225
4235
|
}
|
|
4226
|
-
.pf-v6-c-description-list__text.pf-m-help-text:hover {
|
|
4227
|
-
--pf-v6-c-description-list__text--m-help-text--
|
|
4228
|
-
|
|
4229
|
-
.pf-v6-c-description-list__text.pf-m-help-text:focus {
|
|
4230
|
-
--pf-v6-c-description-list__text--m-help-text--TextDecorationColor: var(--pf-v6-c-description-list__text--m-help-text--focus--TextDecorationColor);
|
|
4236
|
+
.pf-v6-c-description-list__text.pf-m-help-text:is(:hover, :focus) {
|
|
4237
|
+
--pf-v6-c-description-list__text--m-help-text--TextDecorationLine: var(--pf-v6-c-description-list__text--m-help-text--hover--TextDecorationLine);
|
|
4238
|
+
--pf-v6-c-description-list__text--m-help-text--TextDecorationStyle: var(--pf-v6-c-description-list__text--m-help-text--hover--TextDecorationStyle);
|
|
4231
4239
|
}
|
|
4232
4240
|
|
|
4233
4241
|
.pf-v6-c-description-list.pf-m-1-col {
|
|
@@ -4247,7 +4255,7 @@ ul) {
|
|
|
4247
4255
|
--pf-v6-c-description-list__group--GridTemplateColumns: var(--pf-v6-c-description-list--m-vertical__group--GridTemplateColumns);
|
|
4248
4256
|
--pf-v6-c-description-list__group--GridTemplateRows: var(--pf-v6-c-description-list--m-vertical__group--GridTemplateRows);
|
|
4249
4257
|
}
|
|
4250
|
-
@media (min-width:
|
|
4258
|
+
@media (min-width: 36rem) {
|
|
4251
4259
|
.pf-v6-c-description-list.pf-m-1-col-on-sm {
|
|
4252
4260
|
--pf-v6-c-description-list--GridTemplateColumns--count: var(--pf-v6-c-description-list--m-1-col--GridTemplateColumns--count);
|
|
4253
4261
|
}
|
|
@@ -4266,7 +4274,7 @@ ul) {
|
|
|
4266
4274
|
--pf-v6-c-description-list__group--GridTemplateRows: var(--pf-v6-c-description-list--m-vertical__group--GridTemplateRows);
|
|
4267
4275
|
}
|
|
4268
4276
|
}
|
|
4269
|
-
@media (min-width:
|
|
4277
|
+
@media (min-width: 48rem) {
|
|
4270
4278
|
.pf-v6-c-description-list.pf-m-1-col-on-md {
|
|
4271
4279
|
--pf-v6-c-description-list--GridTemplateColumns--count: var(--pf-v6-c-description-list--m-1-col--GridTemplateColumns--count);
|
|
4272
4280
|
}
|
|
@@ -4285,7 +4293,7 @@ ul) {
|
|
|
4285
4293
|
--pf-v6-c-description-list__group--GridTemplateRows: var(--pf-v6-c-description-list--m-vertical__group--GridTemplateRows);
|
|
4286
4294
|
}
|
|
4287
4295
|
}
|
|
4288
|
-
@media (min-width:
|
|
4296
|
+
@media (min-width: 62rem) {
|
|
4289
4297
|
.pf-v6-c-description-list.pf-m-1-col-on-lg {
|
|
4290
4298
|
--pf-v6-c-description-list--GridTemplateColumns--count: var(--pf-v6-c-description-list--m-1-col--GridTemplateColumns--count);
|
|
4291
4299
|
}
|
|
@@ -4304,7 +4312,7 @@ ul) {
|
|
|
4304
4312
|
--pf-v6-c-description-list__group--GridTemplateRows: var(--pf-v6-c-description-list--m-vertical__group--GridTemplateRows);
|
|
4305
4313
|
}
|
|
4306
4314
|
}
|
|
4307
|
-
@media (min-width:
|
|
4315
|
+
@media (min-width: 75rem) {
|
|
4308
4316
|
.pf-v6-c-description-list.pf-m-1-col-on-xl {
|
|
4309
4317
|
--pf-v6-c-description-list--GridTemplateColumns--count: var(--pf-v6-c-description-list--m-1-col--GridTemplateColumns--count);
|
|
4310
4318
|
}
|
|
@@ -4323,7 +4331,7 @@ ul) {
|
|
|
4323
4331
|
--pf-v6-c-description-list__group--GridTemplateRows: var(--pf-v6-c-description-list--m-vertical__group--GridTemplateRows);
|
|
4324
4332
|
}
|
|
4325
4333
|
}
|
|
4326
|
-
@media (min-width:
|
|
4334
|
+
@media (min-width: 90.625rem) {
|
|
4327
4335
|
.pf-v6-c-description-list.pf-m-1-col-on-2xl {
|
|
4328
4336
|
--pf-v6-c-description-list--GridTemplateColumns--count: var(--pf-v6-c-description-list--m-1-col--GridTemplateColumns--count);
|
|
4329
4337
|
}
|
|
@@ -4825,7 +4833,7 @@ ul) {
|
|
|
4825
4833
|
.pf-v6-c-divider.pf-m-hidden {
|
|
4826
4834
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
4827
4835
|
}
|
|
4828
|
-
@media screen and (min-width:
|
|
4836
|
+
@media screen and (min-width: 36rem) {
|
|
4829
4837
|
.pf-v6-c-divider.pf-m-hidden-on-sm {
|
|
4830
4838
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
4831
4839
|
}
|
|
@@ -4833,7 +4841,7 @@ ul) {
|
|
|
4833
4841
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
4834
4842
|
}
|
|
4835
4843
|
}
|
|
4836
|
-
@media screen and (min-width:
|
|
4844
|
+
@media screen and (min-width: 48rem) {
|
|
4837
4845
|
.pf-v6-c-divider.pf-m-hidden-on-md {
|
|
4838
4846
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
4839
4847
|
}
|
|
@@ -4841,7 +4849,7 @@ ul) {
|
|
|
4841
4849
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
4842
4850
|
}
|
|
4843
4851
|
}
|
|
4844
|
-
@media screen and (min-width:
|
|
4852
|
+
@media screen and (min-width: 62rem) {
|
|
4845
4853
|
.pf-v6-c-divider.pf-m-hidden-on-lg {
|
|
4846
4854
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
4847
4855
|
}
|
|
@@ -4849,7 +4857,7 @@ ul) {
|
|
|
4849
4857
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
4850
4858
|
}
|
|
4851
4859
|
}
|
|
4852
|
-
@media screen and (min-width:
|
|
4860
|
+
@media screen and (min-width: 75rem) {
|
|
4853
4861
|
.pf-v6-c-divider.pf-m-hidden-on-xl {
|
|
4854
4862
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
4855
4863
|
}
|
|
@@ -4857,7 +4865,7 @@ ul) {
|
|
|
4857
4865
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
4858
4866
|
}
|
|
4859
4867
|
}
|
|
4860
|
-
@media screen and (min-width:
|
|
4868
|
+
@media screen and (min-width: 90.625rem) {
|
|
4861
4869
|
.pf-v6-c-divider.pf-m-hidden-on-2xl {
|
|
4862
4870
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
4863
4871
|
}
|
|
@@ -4905,21 +4913,21 @@ ul) {
|
|
|
4905
4913
|
--pf-v6-c-divider--before--FlexBasis: calc(100% - var(--pf-t--global--spacer--3xl) * 2);
|
|
4906
4914
|
}
|
|
4907
4915
|
|
|
4908
|
-
@media (min-width:
|
|
4916
|
+
@media (min-width: 36rem) {
|
|
4909
4917
|
.pf-v6-c-divider.pf-m-horizontal-on-sm {
|
|
4910
4918
|
flex-direction: row;
|
|
4911
4919
|
width: 100%;
|
|
4912
4920
|
height: var(--pf-v6-c-divider--Size);
|
|
4913
4921
|
}
|
|
4914
4922
|
}
|
|
4915
|
-
@media (min-width:
|
|
4923
|
+
@media (min-width: 36rem) {
|
|
4916
4924
|
.pf-v6-c-divider.pf-m-vertical-on-sm {
|
|
4917
4925
|
flex-direction: column;
|
|
4918
4926
|
width: var(--pf-v6-c-divider--Size);
|
|
4919
4927
|
height: inherit;
|
|
4920
4928
|
}
|
|
4921
4929
|
}
|
|
4922
|
-
@media (min-width:
|
|
4930
|
+
@media (min-width: 36rem) {
|
|
4923
4931
|
.pf-v6-c-divider.pf-m-inset-none-on-sm {
|
|
4924
4932
|
--pf-v6-c-divider--before--FlexBasis: 100%;
|
|
4925
4933
|
}
|
|
@@ -4945,21 +4953,21 @@ ul) {
|
|
|
4945
4953
|
--pf-v6-c-divider--before--FlexBasis: calc(100% - var(--pf-t--global--spacer--3xl) * 2);
|
|
4946
4954
|
}
|
|
4947
4955
|
}
|
|
4948
|
-
@media (min-width:
|
|
4956
|
+
@media (min-width: 48rem) {
|
|
4949
4957
|
.pf-v6-c-divider.pf-m-horizontal-on-md {
|
|
4950
4958
|
flex-direction: row;
|
|
4951
4959
|
width: 100%;
|
|
4952
4960
|
height: var(--pf-v6-c-divider--Size);
|
|
4953
4961
|
}
|
|
4954
4962
|
}
|
|
4955
|
-
@media (min-width:
|
|
4963
|
+
@media (min-width: 48rem) {
|
|
4956
4964
|
.pf-v6-c-divider.pf-m-vertical-on-md {
|
|
4957
4965
|
flex-direction: column;
|
|
4958
4966
|
width: var(--pf-v6-c-divider--Size);
|
|
4959
4967
|
height: inherit;
|
|
4960
4968
|
}
|
|
4961
4969
|
}
|
|
4962
|
-
@media (min-width:
|
|
4970
|
+
@media (min-width: 48rem) {
|
|
4963
4971
|
.pf-v6-c-divider.pf-m-inset-none-on-md {
|
|
4964
4972
|
--pf-v6-c-divider--before--FlexBasis: 100%;
|
|
4965
4973
|
}
|
|
@@ -4985,21 +4993,21 @@ ul) {
|
|
|
4985
4993
|
--pf-v6-c-divider--before--FlexBasis: calc(100% - var(--pf-t--global--spacer--3xl) * 2);
|
|
4986
4994
|
}
|
|
4987
4995
|
}
|
|
4988
|
-
@media (min-width:
|
|
4996
|
+
@media (min-width: 62rem) {
|
|
4989
4997
|
.pf-v6-c-divider.pf-m-horizontal-on-lg {
|
|
4990
4998
|
flex-direction: row;
|
|
4991
4999
|
width: 100%;
|
|
4992
5000
|
height: var(--pf-v6-c-divider--Size);
|
|
4993
5001
|
}
|
|
4994
5002
|
}
|
|
4995
|
-
@media (min-width:
|
|
5003
|
+
@media (min-width: 62rem) {
|
|
4996
5004
|
.pf-v6-c-divider.pf-m-vertical-on-lg {
|
|
4997
5005
|
flex-direction: column;
|
|
4998
5006
|
width: var(--pf-v6-c-divider--Size);
|
|
4999
5007
|
height: inherit;
|
|
5000
5008
|
}
|
|
5001
5009
|
}
|
|
5002
|
-
@media (min-width:
|
|
5010
|
+
@media (min-width: 62rem) {
|
|
5003
5011
|
.pf-v6-c-divider.pf-m-inset-none-on-lg {
|
|
5004
5012
|
--pf-v6-c-divider--before--FlexBasis: 100%;
|
|
5005
5013
|
}
|
|
@@ -5025,21 +5033,21 @@ ul) {
|
|
|
5025
5033
|
--pf-v6-c-divider--before--FlexBasis: calc(100% - var(--pf-t--global--spacer--3xl) * 2);
|
|
5026
5034
|
}
|
|
5027
5035
|
}
|
|
5028
|
-
@media (min-width:
|
|
5036
|
+
@media (min-width: 75rem) {
|
|
5029
5037
|
.pf-v6-c-divider.pf-m-horizontal-on-xl {
|
|
5030
5038
|
flex-direction: row;
|
|
5031
5039
|
width: 100%;
|
|
5032
5040
|
height: var(--pf-v6-c-divider--Size);
|
|
5033
5041
|
}
|
|
5034
5042
|
}
|
|
5035
|
-
@media (min-width:
|
|
5043
|
+
@media (min-width: 75rem) {
|
|
5036
5044
|
.pf-v6-c-divider.pf-m-vertical-on-xl {
|
|
5037
5045
|
flex-direction: column;
|
|
5038
5046
|
width: var(--pf-v6-c-divider--Size);
|
|
5039
5047
|
height: inherit;
|
|
5040
5048
|
}
|
|
5041
5049
|
}
|
|
5042
|
-
@media (min-width:
|
|
5050
|
+
@media (min-width: 75rem) {
|
|
5043
5051
|
.pf-v6-c-divider.pf-m-inset-none-on-xl {
|
|
5044
5052
|
--pf-v6-c-divider--before--FlexBasis: 100%;
|
|
5045
5053
|
}
|
|
@@ -5065,21 +5073,21 @@ ul) {
|
|
|
5065
5073
|
--pf-v6-c-divider--before--FlexBasis: calc(100% - var(--pf-t--global--spacer--3xl) * 2);
|
|
5066
5074
|
}
|
|
5067
5075
|
}
|
|
5068
|
-
@media (min-width:
|
|
5076
|
+
@media (min-width: 90.625rem) {
|
|
5069
5077
|
.pf-v6-c-divider.pf-m-horizontal-on-2xl {
|
|
5070
5078
|
flex-direction: row;
|
|
5071
5079
|
width: 100%;
|
|
5072
5080
|
height: var(--pf-v6-c-divider--Size);
|
|
5073
5081
|
}
|
|
5074
5082
|
}
|
|
5075
|
-
@media (min-width:
|
|
5083
|
+
@media (min-width: 90.625rem) {
|
|
5076
5084
|
.pf-v6-c-divider.pf-m-vertical-on-2xl {
|
|
5077
5085
|
flex-direction: column;
|
|
5078
5086
|
width: var(--pf-v6-c-divider--Size);
|
|
5079
5087
|
height: inherit;
|
|
5080
5088
|
}
|
|
5081
5089
|
}
|
|
5082
|
-
@media (min-width:
|
|
5090
|
+
@media (min-width: 90.625rem) {
|
|
5083
5091
|
.pf-v6-c-divider.pf-m-inset-none-on-2xl {
|
|
5084
5092
|
--pf-v6-c-divider--before--FlexBasis: 100%;
|
|
5085
5093
|
}
|
|
@@ -5213,7 +5221,7 @@ ul) {
|
|
|
5213
5221
|
--pf-v6-c-drawer--m-panel-left--m-inline__panel--PaddingInlineEnd: var(--pf-v6-c-drawer__panel--after--Width);
|
|
5214
5222
|
--pf-v6-c-drawer--m-panel-bottom--m-inline__panel--PaddingBlockStart: var(--pf-v6-c-drawer__panel--after--Width);
|
|
5215
5223
|
}
|
|
5216
|
-
@media screen and (min-width:
|
|
5224
|
+
@media screen and (min-width: 75rem) {
|
|
5217
5225
|
:where(:root, .pf-v6-c-drawer) {
|
|
5218
5226
|
--pf-v6-c-drawer__panel--MinWidth: var(--pf-v6-c-drawer__panel--xl--MinWidth);
|
|
5219
5227
|
}
|
|
@@ -5356,7 +5364,7 @@ ul) {
|
|
|
5356
5364
|
.pf-v6-c-drawer__panel.pf-m-no-background {
|
|
5357
5365
|
--pf-v6-c-drawer__panel--BackgroundColor: transparent;
|
|
5358
5366
|
}
|
|
5359
|
-
@media screen and (min-width:
|
|
5367
|
+
@media screen and (min-width: 48rem) {
|
|
5360
5368
|
.pf-v6-c-drawer__panel {
|
|
5361
5369
|
--pf-v6-c-drawer__panel--FlexBasis:
|
|
5362
5370
|
max(
|
|
@@ -5365,7 +5373,7 @@ ul) {
|
|
|
5365
5373
|
);
|
|
5366
5374
|
}
|
|
5367
5375
|
}
|
|
5368
|
-
@media screen and (min-width:
|
|
5376
|
+
@media screen and (min-width: 75rem) {
|
|
5369
5377
|
.pf-v6-c-drawer__panel {
|
|
5370
5378
|
--pf-v6-c-drawer__panel--md--FlexBasis: var(--pf-v6-c-drawer__panel--xl--FlexBasis);
|
|
5371
5379
|
}
|
|
@@ -5506,7 +5514,7 @@ ul) {
|
|
|
5506
5514
|
border-inline-end-width: var(--pf-v6-c-drawer__splitter-handle--after--BorderInlineEndWidth);
|
|
5507
5515
|
}
|
|
5508
5516
|
|
|
5509
|
-
@media screen and (min-width:
|
|
5517
|
+
@media screen and (min-width: 48rem) {
|
|
5510
5518
|
.pf-v6-c-drawer {
|
|
5511
5519
|
min-width: var(--pf-v6-c-drawer__panel--MinWidth);
|
|
5512
5520
|
}
|
|
@@ -5596,7 +5604,7 @@ ul) {
|
|
|
5596
5604
|
display: block;
|
|
5597
5605
|
}
|
|
5598
5606
|
}
|
|
5599
|
-
@media (min-width:
|
|
5607
|
+
@media (min-width: 48rem) {
|
|
5600
5608
|
.pf-v6-c-drawer__panel.pf-m-width-25 {
|
|
5601
5609
|
--pf-v6-c-drawer__panel--md--FlexBasis: 25%;
|
|
5602
5610
|
}
|
|
@@ -5616,7 +5624,7 @@ ul) {
|
|
|
5616
5624
|
--pf-v6-c-drawer__panel--md--FlexBasis: 100%;
|
|
5617
5625
|
}
|
|
5618
5626
|
}
|
|
5619
|
-
@media (min-width:
|
|
5627
|
+
@media (min-width: 62rem) {
|
|
5620
5628
|
.pf-v6-c-drawer__panel.pf-m-width-25-on-lg {
|
|
5621
5629
|
--pf-v6-c-drawer__panel--md--FlexBasis: 25%;
|
|
5622
5630
|
}
|
|
@@ -5636,7 +5644,7 @@ ul) {
|
|
|
5636
5644
|
--pf-v6-c-drawer__panel--md--FlexBasis: 100%;
|
|
5637
5645
|
}
|
|
5638
5646
|
}
|
|
5639
|
-
@media (min-width:
|
|
5647
|
+
@media (min-width: 75rem) {
|
|
5640
5648
|
.pf-v6-c-drawer__panel.pf-m-width-25-on-xl {
|
|
5641
5649
|
--pf-v6-c-drawer__panel--md--FlexBasis: 25%;
|
|
5642
5650
|
}
|
|
@@ -5656,7 +5664,7 @@ ul) {
|
|
|
5656
5664
|
--pf-v6-c-drawer__panel--md--FlexBasis: 100%;
|
|
5657
5665
|
}
|
|
5658
5666
|
}
|
|
5659
|
-
@media (min-width:
|
|
5667
|
+
@media (min-width: 90.625rem) {
|
|
5660
5668
|
.pf-v6-c-drawer__panel.pf-m-width-25-on-2xl {
|
|
5661
5669
|
--pf-v6-c-drawer__panel--md--FlexBasis: 25%;
|
|
5662
5670
|
}
|
|
@@ -5676,7 +5684,7 @@ ul) {
|
|
|
5676
5684
|
--pf-v6-c-drawer__panel--md--FlexBasis: 100%;
|
|
5677
5685
|
}
|
|
5678
5686
|
}
|
|
5679
|
-
@media (min-width:
|
|
5687
|
+
@media (min-width: 48rem) {
|
|
5680
5688
|
.pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__content,
|
|
5681
5689
|
.pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__content {
|
|
5682
5690
|
flex-shrink: 1;
|
|
@@ -5743,7 +5751,7 @@ ul) {
|
|
|
5743
5751
|
display: none;
|
|
5744
5752
|
}
|
|
5745
5753
|
}
|
|
5746
|
-
@media (min-width:
|
|
5754
|
+
@media (min-width: 62rem) {
|
|
5747
5755
|
.pf-v6-c-drawer.pf-m-inline-on-lg > .pf-v6-c-drawer__main > .pf-v6-c-drawer__content,
|
|
5748
5756
|
.pf-v6-c-drawer.pf-m-static-on-lg > .pf-v6-c-drawer__main > .pf-v6-c-drawer__content {
|
|
5749
5757
|
flex-shrink: 1;
|
|
@@ -5810,7 +5818,7 @@ ul) {
|
|
|
5810
5818
|
display: none;
|
|
5811
5819
|
}
|
|
5812
5820
|
}
|
|
5813
|
-
@media (min-width:
|
|
5821
|
+
@media (min-width: 75rem) {
|
|
5814
5822
|
.pf-v6-c-drawer.pf-m-inline-on-xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__content,
|
|
5815
5823
|
.pf-v6-c-drawer.pf-m-static-on-xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__content {
|
|
5816
5824
|
flex-shrink: 1;
|
|
@@ -5877,7 +5885,7 @@ ul) {
|
|
|
5877
5885
|
display: none;
|
|
5878
5886
|
}
|
|
5879
5887
|
}
|
|
5880
|
-
@media (min-width:
|
|
5888
|
+
@media (min-width: 90.625rem) {
|
|
5881
5889
|
.pf-v6-c-drawer.pf-m-inline-on-2xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__content,
|
|
5882
5890
|
.pf-v6-c-drawer.pf-m-static-on-2xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__content {
|
|
5883
5891
|
flex-shrink: 1;
|
|
@@ -6370,7 +6378,7 @@ ul) {
|
|
|
6370
6378
|
.pf-v6-c-form.pf-m-horizontal.pf-m-align-right .pf-v6-c-form__label {
|
|
6371
6379
|
text-align: end;
|
|
6372
6380
|
}
|
|
6373
|
-
@media screen and (min-width:
|
|
6381
|
+
@media screen and (min-width: 48rem) {
|
|
6374
6382
|
.pf-v6-c-form.pf-m-horizontal {
|
|
6375
6383
|
--pf-v6-c-form__group-label--PaddingBlockEnd: 0;
|
|
6376
6384
|
}
|
|
@@ -6426,7 +6434,7 @@ ul) {
|
|
|
6426
6434
|
grid-column: 2;
|
|
6427
6435
|
}
|
|
6428
6436
|
}
|
|
6429
|
-
@media (min-width:
|
|
6437
|
+
@media (min-width: 36rem) {
|
|
6430
6438
|
.pf-v6-c-form.pf-m-horizontal-on-sm {
|
|
6431
6439
|
--pf-v6-c-form__group-label--PaddingBlockEnd: 0;
|
|
6432
6440
|
}
|
|
@@ -6454,7 +6462,7 @@ ul) {
|
|
|
6454
6462
|
grid-column: 2;
|
|
6455
6463
|
}
|
|
6456
6464
|
}
|
|
6457
|
-
@media (min-width:
|
|
6465
|
+
@media (min-width: 48rem) {
|
|
6458
6466
|
.pf-v6-c-form.pf-m-horizontal-on-md {
|
|
6459
6467
|
--pf-v6-c-form__group-label--PaddingBlockEnd: 0;
|
|
6460
6468
|
}
|
|
@@ -6482,7 +6490,7 @@ ul) {
|
|
|
6482
6490
|
grid-column: 2;
|
|
6483
6491
|
}
|
|
6484
6492
|
}
|
|
6485
|
-
@media (min-width:
|
|
6493
|
+
@media (min-width: 62rem) {
|
|
6486
6494
|
.pf-v6-c-form.pf-m-horizontal-on-lg {
|
|
6487
6495
|
--pf-v6-c-form__group-label--PaddingBlockEnd: 0;
|
|
6488
6496
|
}
|
|
@@ -6510,7 +6518,7 @@ ul) {
|
|
|
6510
6518
|
grid-column: 2;
|
|
6511
6519
|
}
|
|
6512
6520
|
}
|
|
6513
|
-
@media (min-width:
|
|
6521
|
+
@media (min-width: 75rem) {
|
|
6514
6522
|
.pf-v6-c-form.pf-m-horizontal-on-xl {
|
|
6515
6523
|
--pf-v6-c-form__group-label--PaddingBlockEnd: 0;
|
|
6516
6524
|
}
|
|
@@ -6538,7 +6546,7 @@ ul) {
|
|
|
6538
6546
|
grid-column: 2;
|
|
6539
6547
|
}
|
|
6540
6548
|
}
|
|
6541
|
-
@media (min-width:
|
|
6549
|
+
@media (min-width: 90.625rem) {
|
|
6542
6550
|
.pf-v6-c-form.pf-m-horizontal-on-2xl {
|
|
6543
6551
|
--pf-v6-c-form__group-label--PaddingBlockEnd: 0;
|
|
6544
6552
|
}
|
|
@@ -7711,7 +7719,7 @@ label.pf-v6-c-input-group__text {
|
|
|
7711
7719
|
--pf-v6-c-jump-links__toggle--Display: none;
|
|
7712
7720
|
--pf-v6-c-jump-links__label--Display: block;
|
|
7713
7721
|
}
|
|
7714
|
-
@media (min-width:
|
|
7722
|
+
@media (min-width: 36rem) {
|
|
7715
7723
|
.pf-v6-c-jump-links.pf-m-expandable-on-sm {
|
|
7716
7724
|
--pf-v6-c-jump-links__list--Display: none;
|
|
7717
7725
|
--pf-v6-c-jump-links__toggle--Display: block;
|
|
@@ -7723,7 +7731,7 @@ label.pf-v6-c-input-group__text {
|
|
|
7723
7731
|
--pf-v6-c-jump-links__label--Display: block;
|
|
7724
7732
|
}
|
|
7725
7733
|
}
|
|
7726
|
-
@media (min-width:
|
|
7734
|
+
@media (min-width: 48rem) {
|
|
7727
7735
|
.pf-v6-c-jump-links.pf-m-expandable-on-md {
|
|
7728
7736
|
--pf-v6-c-jump-links__list--Display: none;
|
|
7729
7737
|
--pf-v6-c-jump-links__toggle--Display: block;
|
|
@@ -7735,7 +7743,7 @@ label.pf-v6-c-input-group__text {
|
|
|
7735
7743
|
--pf-v6-c-jump-links__label--Display: block;
|
|
7736
7744
|
}
|
|
7737
7745
|
}
|
|
7738
|
-
@media (min-width:
|
|
7746
|
+
@media (min-width: 62rem) {
|
|
7739
7747
|
.pf-v6-c-jump-links.pf-m-expandable-on-lg {
|
|
7740
7748
|
--pf-v6-c-jump-links__list--Display: none;
|
|
7741
7749
|
--pf-v6-c-jump-links__toggle--Display: block;
|
|
@@ -7747,7 +7755,7 @@ label.pf-v6-c-input-group__text {
|
|
|
7747
7755
|
--pf-v6-c-jump-links__label--Display: block;
|
|
7748
7756
|
}
|
|
7749
7757
|
}
|
|
7750
|
-
@media (min-width:
|
|
7758
|
+
@media (min-width: 75rem) {
|
|
7751
7759
|
.pf-v6-c-jump-links.pf-m-expandable-on-xl {
|
|
7752
7760
|
--pf-v6-c-jump-links__list--Display: none;
|
|
7753
7761
|
--pf-v6-c-jump-links__toggle--Display: block;
|
|
@@ -7759,7 +7767,7 @@ label.pf-v6-c-input-group__text {
|
|
|
7759
7767
|
--pf-v6-c-jump-links__label--Display: block;
|
|
7760
7768
|
}
|
|
7761
7769
|
}
|
|
7762
|
-
@media (min-width:
|
|
7770
|
+
@media (min-width: 90.625rem) {
|
|
7763
7771
|
.pf-v6-c-jump-links.pf-m-expandable-on-2xl {
|
|
7764
7772
|
--pf-v6-c-jump-links__list--Display: none;
|
|
7765
7773
|
--pf-v6-c-jump-links__toggle--Display: block;
|
|
@@ -7818,7 +7826,7 @@ label.pf-v6-c-input-group__text {
|
|
|
7818
7826
|
text-decoration: none;
|
|
7819
7827
|
outline-offset: var(--pf-v6-c-jump-links__link--OutlineOffset);
|
|
7820
7828
|
}
|
|
7821
|
-
.pf-v6-c-jump-links__link:hover,
|
|
7829
|
+
.pf-v6-c-jump-links__link:is(:hover, :focus) {
|
|
7822
7830
|
--pf-v6-c-jump-links__link-text--Color: var(--pf-v6-c-jump-links__link--hover__link-text--Color);
|
|
7823
7831
|
}
|
|
7824
7832
|
.pf-v6-c-jump-links__link::before {
|
|
@@ -8008,7 +8016,7 @@ label.pf-v6-c-input-group__text {
|
|
|
8008
8016
|
--pf-v6-c-label--m-clickable--hover--BorderWidth: 0;
|
|
8009
8017
|
--pf-v6-c-label--m-clickable--hover--BorderColor: transparent;
|
|
8010
8018
|
--pf-v6-c-label--m-clickable__content--Cursor: pointer;
|
|
8011
|
-
--pf-v6-c-label--m-filled__actions--c-
|
|
8019
|
+
--pf-v6-c-label--m-filled__actions--c-button__icon--Color: var(--pf-v6-c-label__icon--Color);
|
|
8012
8020
|
--pf-v6-c-label--m-outline--BorderWidth: var(--pf-t--global--border--width--action--default);
|
|
8013
8021
|
--pf-v6-c-label--m-outline--BackgroundColor: transparent;
|
|
8014
8022
|
--pf-v6-c-label--m-outline--Color: var(--pf-t--global--text--color--regular);
|
|
@@ -8034,7 +8042,7 @@ label.pf-v6-c-input-group__text {
|
|
|
8034
8042
|
--pf-v6-c-label--m-compact--PaddingBlockEnd: 0;
|
|
8035
8043
|
--pf-v6-c-label--m-compact--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
8036
8044
|
--pf-v6-c-label--m-compact--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
8037
|
-
--pf-v6-c-label--m-compact--m-editable--
|
|
8045
|
+
--pf-v6-c-label--m-compact--m-editable--TextUnderlineOffset: 0.0625rem;
|
|
8038
8046
|
--pf-v6-c-label__content--MaxWidth: 100%;
|
|
8039
8047
|
--pf-v6-c-label__content--Gap: var(--pf-t--global--spacer--xs);
|
|
8040
8048
|
--pf-v6-c-label__content--Cursor: initial;
|
|
@@ -8049,14 +8057,14 @@ label.pf-v6-c-input-group__text {
|
|
|
8049
8057
|
--pf-v6-c-label__actions--c-button--PaddingInlineEnd: var(--pf-t--global--spacer--xs);
|
|
8050
8058
|
--pf-v6-c-label__actions--c-button--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
|
|
8051
8059
|
--pf-v6-c-label__actions--c-button--PaddingInlineStart: var(--pf-t--global--spacer--xs);
|
|
8052
|
-
--pf-v6-c-label--m-editable--
|
|
8053
|
-
--pf-v6-c-label--m-editable--TextDecorationStyle:
|
|
8054
|
-
--pf-v6-c-label--m-editable--
|
|
8055
|
-
--pf-v6-c-label--m-editable--
|
|
8056
|
-
--pf-v6-c-label--m-editable--
|
|
8060
|
+
--pf-v6-c-label--m-editable--TextDecorationLine: var(--pf-t--global--text-decoration--editable-text--line--default);
|
|
8061
|
+
--pf-v6-c-label--m-editable--TextDecorationStyle: var(--pf-t--global--text-decoration--editable-text--style--default);
|
|
8062
|
+
--pf-v6-c-label--m-editable--hover--TextDecorationLine: var(--pf-t--global--text-decoration--editable-text--line--hover);
|
|
8063
|
+
--pf-v6-c-label--m-editable--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--editable-text--style--hover);
|
|
8064
|
+
--pf-v6-c-label--m-editable--TextUnderlineOffset: 0.25rem;
|
|
8057
8065
|
--pf-v6-c-label--m-editable__content--MaxWidth: 16ch;
|
|
8058
8066
|
--pf-v6-c-label--m-editable__content--Cursor: pointer;
|
|
8059
|
-
--pf-v6-c-label--m-editable--m-editable-active--
|
|
8067
|
+
--pf-v6-c-label--m-editable--m-editable-active--TextDecorationLine: none;
|
|
8060
8068
|
--pf-v6-c-label--m-editable--m-editable-active--BackgroundColor: transparent;
|
|
8061
8069
|
--pf-v6-c-label--m-editable--m-editable-active--Color: var(--pf-t--global--text--color--regular);
|
|
8062
8070
|
--pf-v6-c-label--m-editable--m-editable-active__content--Cursor: initial;
|
|
@@ -8226,10 +8234,10 @@ label.pf-v6-c-input-group__text {
|
|
|
8226
8234
|
--pf-v6-c-label--PaddingBlockEnd: var(--pf-v6-c-label--m-compact--PaddingBlockEnd);
|
|
8227
8235
|
--pf-v6-c-label--PaddingInlineStart: var(--pf-v6-c-label--m-compact--PaddingInlineStart);
|
|
8228
8236
|
--pf-v6-c-label--FontSize: var(--pf-v6-c-label--m-compact--FontSize);
|
|
8229
|
-
--pf-v6-c-label--m-editable--
|
|
8237
|
+
--pf-v6-c-label--m-editable--TextUnderlineOffset: var(--pf-v6-c-label--m-compact--m-editable--TextUnderlineOffset);
|
|
8230
8238
|
}
|
|
8231
8239
|
.pf-v6-c-label.pf-m-filled .pf-v6-c-label__actions .pf-v6-c-button {
|
|
8232
|
-
--pf-v6-c-
|
|
8240
|
+
--pf-v6-c-button__icon--Color: var(--pf-v6-c-label--m-filled__actions--c-button__icon--Color);
|
|
8233
8241
|
}
|
|
8234
8242
|
.pf-v6-c-label.pf-m-outline {
|
|
8235
8243
|
--pf-v6-c-label--Color: var(--pf-v6-c-label--m-outline--Color);
|
|
@@ -8247,15 +8255,16 @@ label.pf-v6-c-input-group__text {
|
|
|
8247
8255
|
--pf-v6-c-label__content--MaxWidth: var(--pf-v6-c-label--m-editable__content--MaxWidth);
|
|
8248
8256
|
--pf-v6-c-label__content--Cursor: var(--pf-v6-c-label--m-editable__content--Cursor);
|
|
8249
8257
|
}
|
|
8258
|
+
.pf-v6-c-label.pf-m-editable .pf-v6-c-label__content:is(:hover, :focus) {
|
|
8259
|
+
--pf-v6-c-label--m-editable--TextDecorationLine: var(--pf-v6-c-label--m-editable--hover--TextDecorationLine);
|
|
8260
|
+
--pf-v6-c-label--m-editable--TextDecorationStyle: var(--pf-v6-c-label--m-editable--hover--TextDecorationStyle);
|
|
8261
|
+
}
|
|
8250
8262
|
.pf-v6-c-label.pf-m-editable .pf-v6-c-label__text {
|
|
8251
|
-
text-decoration: var(--pf-v6-c-label--m-editable--
|
|
8252
|
-
text-
|
|
8253
|
-
text-decoration-style: var(--pf-v6-c-label--m-editable--TextDecorationStyle);
|
|
8254
|
-
text-decoration-color: var(--pf-v6-c-label--m-editable--TextDecorationColor);
|
|
8255
|
-
text-underline-offset: var(--pf-v6-c-label--m-editable--TextDecorationOffset);
|
|
8263
|
+
text-decoration: var(--pf-v6-c-label--m-editable--TextDecorationLine) var(--pf-v6-c-label--m-editable--TextDecorationStyle);
|
|
8264
|
+
text-underline-offset: var(--pf-v6-c-label--m-editable--TextUnderlineOffset);
|
|
8256
8265
|
}
|
|
8257
8266
|
.pf-v6-c-label.pf-m-editable-active {
|
|
8258
|
-
--pf-v6-c-label--m-editable--
|
|
8267
|
+
--pf-v6-c-label--m-editable--TextDecorationLine: var(--pf-v6-c-label--m-editable--m-editable-active--TextDecorationLine);
|
|
8259
8268
|
--pf-v6-c-label--BackgroundColor: var(--pf-v6-c-label--m-editable--m-editable-active--BackgroundColor);
|
|
8260
8269
|
--pf-v6-c-label--Color: var(--pf-v6-c-label--m-editable--m-editable-active--Color);
|
|
8261
8270
|
--pf-v6-c-label__content--Cursor: var(--pf-v6-c-label--m-editable--m-editable-active__content--Cursor);
|
|
@@ -8296,7 +8305,7 @@ label.pf-v6-c-input-group__text {
|
|
|
8296
8305
|
--pf-v6-c-label--m-outline--BorderColor: var(--pf-v6-c-label--m-outline--m-clickable--hover--BorderColor);
|
|
8297
8306
|
}
|
|
8298
8307
|
.pf-v6-c-label.pf-m-clickable .pf-v6-c-label__content:is(:hover, :focus) ~ .pf-v6-c-label__actions .pf-v6-c-button {
|
|
8299
|
-
--pf-v6-c-label--m-filled__actions--c-
|
|
8308
|
+
--pf-v6-c-label--m-filled__actions--c-button__icon--Color: var(--pf-v6-c-label--m-clickable--hover__icon--Color);
|
|
8300
8309
|
}
|
|
8301
8310
|
.pf-v6-c-label.pf-m-disabled {
|
|
8302
8311
|
--pf-v6-c-label--BackgroundColor: var(--pf-v6-c-label--m-disabled--BackgroundColor);
|
|
@@ -8627,48 +8636,48 @@ ul.pf-v6-c-list {
|
|
|
8627
8636
|
--pf-v6-c-login__footer--c-list--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
8628
8637
|
--pf-v6-c-login__footer--c-list--xl--PaddingBlockStart: var(--pf-t--global--spacer--2xl);
|
|
8629
8638
|
}
|
|
8630
|
-
@media (min-width:
|
|
8639
|
+
@media (min-width: 75rem) {
|
|
8631
8640
|
:where(:root, .pf-v6-c-login) {
|
|
8632
8641
|
--pf-v6-c-login__container--MaxWidth: var(--pf-v6-c-login__container--xl--MaxWidth);
|
|
8633
8642
|
}
|
|
8634
8643
|
}
|
|
8635
|
-
@media (min-width:
|
|
8644
|
+
@media (min-width: 36rem) {
|
|
8636
8645
|
:where(:root, .pf-v6-c-login) {
|
|
8637
8646
|
--pf-v6-c-login__header--PaddingInlineEnd: 0;
|
|
8638
8647
|
--pf-v6-c-login__header--PaddingInlineStart: 0;
|
|
8639
8648
|
}
|
|
8640
8649
|
}
|
|
8641
|
-
@media (min-width:
|
|
8650
|
+
@media (min-width: 75rem) {
|
|
8642
8651
|
:where(:root, .pf-v6-c-login) {
|
|
8643
8652
|
--pf-v6-c-login__header--MarginBlockEnd: var(--pf-v6-c-login__header--xl--MarginBlockEnd);
|
|
8644
8653
|
--pf-v6-c-login__header--c-brand--MarginBlockEnd: var(--pf-v6-c-login__header--c-brand--xl--MarginBlockEnd);
|
|
8645
8654
|
}
|
|
8646
8655
|
}
|
|
8647
|
-
@media (min-width:
|
|
8656
|
+
@media (min-width: 75rem) {
|
|
8648
8657
|
:where(:root, .pf-v6-c-login) {
|
|
8649
8658
|
--pf-v6-c-login__main--MarginBlockEnd: 0;
|
|
8650
8659
|
}
|
|
8651
8660
|
}
|
|
8652
|
-
@media (min-width:
|
|
8661
|
+
@media (min-width: 48rem) {
|
|
8653
8662
|
:where(:root, .pf-v6-c-login) {
|
|
8654
8663
|
--pf-v6-c-login__main-header--PaddingInlineEnd: var(--pf-v6-c-login__main-header--md--PaddingInlineEnd);
|
|
8655
8664
|
--pf-v6-c-login__main-header--PaddingInlineStart: var(--pf-v6-c-login__main-header--md--PaddingInlineStart);
|
|
8656
8665
|
--pf-v6-c-login__main-header-desc--MarginBlockEnd: var(--pf-v6-c-login__main-header-desc--md--MarginBlockEnd);
|
|
8657
8666
|
}
|
|
8658
8667
|
}
|
|
8659
|
-
@media (min-width:
|
|
8668
|
+
@media (min-width: 48rem) {
|
|
8660
8669
|
:where(:root, .pf-v6-c-login) {
|
|
8661
8670
|
--pf-v6-c-login__main-body--PaddingInlineEnd: var(--pf-v6-c-login__main-body--md--PaddingInlineEnd);
|
|
8662
8671
|
--pf-v6-c-login__main-body--PaddingInlineStart: var(--pf-v6-c-login__main-body--md--PaddingInlineStart);
|
|
8663
8672
|
}
|
|
8664
8673
|
}
|
|
8665
|
-
@media (min-width:
|
|
8674
|
+
@media (min-width: 36rem) {
|
|
8666
8675
|
:where(:root, .pf-v6-c-login) {
|
|
8667
8676
|
--pf-v6-c-login__footer--PaddingInlineEnd: 0;
|
|
8668
8677
|
--pf-v6-c-login__footer--PaddingInlineStart: 0;
|
|
8669
8678
|
}
|
|
8670
8679
|
}
|
|
8671
|
-
@media (min-width:
|
|
8680
|
+
@media (min-width: 75rem) {
|
|
8672
8681
|
:where(:root, .pf-v6-c-login) {
|
|
8673
8682
|
--pf-v6-c-login__footer--c-list--PaddingBlockStart: var(--pf-v6-c-login__footer--c-list--xl--PaddingBlockStart);
|
|
8674
8683
|
}
|
|
@@ -8681,7 +8690,7 @@ ul.pf-v6-c-list {
|
|
|
8681
8690
|
padding-block-start: var(--pf-v6-c-login--PaddingBlockStart);
|
|
8682
8691
|
padding-block-end: var(--pf-v6-c-login--PaddingBlockEnd);
|
|
8683
8692
|
}
|
|
8684
|
-
@media (min-width:
|
|
8693
|
+
@media (min-width: 36rem) {
|
|
8685
8694
|
.pf-v6-c-login {
|
|
8686
8695
|
align-items: center;
|
|
8687
8696
|
}
|
|
@@ -8691,7 +8700,7 @@ ul.pf-v6-c-list {
|
|
|
8691
8700
|
width: 100%;
|
|
8692
8701
|
max-width: var(--pf-v6-c-login__container--MaxWidth);
|
|
8693
8702
|
}
|
|
8694
|
-
@media (min-width:
|
|
8703
|
+
@media (min-width: 75rem) {
|
|
8695
8704
|
.pf-v6-c-login__container {
|
|
8696
8705
|
display: grid;
|
|
8697
8706
|
grid-template-areas: "main header" "main footer" "main .";
|
|
@@ -8708,7 +8717,7 @@ ul.pf-v6-c-list {
|
|
|
8708
8717
|
padding-inline-start: var(--pf-v6-c-login__header--PaddingInlineStart);
|
|
8709
8718
|
padding-inline-end: var(--pf-v6-c-login__header--PaddingInlineEnd);
|
|
8710
8719
|
}
|
|
8711
|
-
@media (min-width:
|
|
8720
|
+
@media (min-width: 75rem) {
|
|
8712
8721
|
.pf-v6-c-login__header {
|
|
8713
8722
|
margin-block-start: var(--pf-v6-c-login__header--xl--MarginBlockStart);
|
|
8714
8723
|
}
|
|
@@ -8742,7 +8751,7 @@ ul.pf-v6-c-list {
|
|
|
8742
8751
|
padding-inline-start: var(--pf-v6-c-login__main-header--PaddingInlineStart);
|
|
8743
8752
|
padding-inline-end: var(--pf-v6-c-login__main-header--PaddingInlineEnd);
|
|
8744
8753
|
}
|
|
8745
|
-
@media (min-width:
|
|
8754
|
+
@media (min-width: 48rem) {
|
|
8746
8755
|
.pf-v6-c-login__main-header {
|
|
8747
8756
|
grid-template-columns: 1fr auto;
|
|
8748
8757
|
}
|
|
@@ -8753,7 +8762,7 @@ ul.pf-v6-c-list {
|
|
|
8753
8762
|
grid-row: auto;
|
|
8754
8763
|
grid-column: auto;
|
|
8755
8764
|
}
|
|
8756
|
-
@media (min-width:
|
|
8765
|
+
@media (min-width: 48rem) {
|
|
8757
8766
|
.pf-v6-c-login__main-header-utilities,
|
|
8758
8767
|
.pf-v6-c-login__main-header .pf-v6-c-menu-toggle {
|
|
8759
8768
|
grid-row: 1;
|
|
@@ -8826,44 +8835,61 @@ ul.pf-v6-c-list {
|
|
|
8826
8835
|
|
|
8827
8836
|
:where(:root, .pf-v6-c-masthead) {
|
|
8828
8837
|
--pf-v6-c-masthead--RowGap: var(--pf-t--global--spacer--sm);
|
|
8829
|
-
--pf-v6-c-masthead--ColumnGap: var(--pf-t--global--spacer--
|
|
8838
|
+
--pf-v6-c-masthead--ColumnGap: var(--pf-t--global--spacer--gutter--default);
|
|
8830
8839
|
--pf-v6-c-masthead--BorderWidth: var(--pf-t--global--border--width--divider--default);
|
|
8831
8840
|
--pf-v6-c-masthead--PaddingBlock: var(--pf-t--global--spacer--md);
|
|
8832
8841
|
--pf-v6-c-masthead--PaddingInline: var(--pf-t--global--spacer--lg);
|
|
8833
8842
|
--pf-v6-c-masthead--BorderColor: var(--pf-t--global--border--color--default);
|
|
8834
8843
|
--pf-v6-c-masthead--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
8835
|
-
--pf-v6-c-
|
|
8836
|
-
--pf-v6-c-
|
|
8844
|
+
--pf-v6-c-masthead__main--ColumnGap: var(--pf-t--global--spacer--md);
|
|
8845
|
+
--pf-v6-c-masthead__main--MarginInlineEnd: var(--pf-t--global--spacer--inset--page-chrome);
|
|
8846
|
+
--pf-v6-c-masthead__logo--MaxHeight: 2.375rem;
|
|
8847
|
+
--pf-v6-c-masthead__logo--Width: 11.8125rem;
|
|
8837
8848
|
--pf-v6-c-masthead__toggle--Size: var(--pf-t--global--icon--size--xl);
|
|
8849
|
+
--pf-v6-c-masthead__content--ColumnGap: var(--pf-t--global--spacer--md);
|
|
8850
|
+
--pf-v6-c-masthead--m-display-stack--ColumnGap: var(--pf-t--global--spacer--gutter--default);
|
|
8838
8851
|
--pf-v6-c-masthead--m-display-stack--GridTemplateColumns: max-content 1fr;
|
|
8839
|
-
--pf-v6-c-masthead--m-display-
|
|
8840
|
-
--pf-v6-c-masthead--m-display-
|
|
8841
|
-
--pf-v6-c-masthead--m-display-
|
|
8842
|
-
--pf-v6-c-masthead--m-display-
|
|
8843
|
-
--pf-v6-c-masthead--m-display-stack__content--GridColumn:
|
|
8852
|
+
--pf-v6-c-masthead--m-display-stack__brand--GridColumn: -1 / 1;
|
|
8853
|
+
--pf-v6-c-masthead--m-display-stack__brand--Order: -1;
|
|
8854
|
+
--pf-v6-c-masthead--m-display-stack__brand--PaddingBlockEnd: var(--pf-v6-c-masthead--RowGap);
|
|
8855
|
+
--pf-v6-c-masthead--m-display-stack__brand--BorderBlockEnd: var(--pf-v6-c-masthead--BorderWidth) solid var(--pf-v6-c-masthead--BorderColor);
|
|
8856
|
+
--pf-v6-c-masthead--m-display-stack__content--GridColumn: 1;
|
|
8844
8857
|
--pf-v6-c-masthead--m-display-stack__content--Order: 1;
|
|
8845
|
-
--pf-v6-c-masthead--m-display-
|
|
8846
|
-
--pf-v6-c-masthead--m-display-
|
|
8847
|
-
--pf-v6-c-masthead--m-display-
|
|
8848
|
-
--pf-v6-c-masthead--m-display-
|
|
8849
|
-
--pf-v6-c-masthead--m-display-
|
|
8850
|
-
--pf-v6-c-masthead--m-display-
|
|
8858
|
+
--pf-v6-c-masthead--m-display-stack__main--toggle--content--GridColumn: 2;
|
|
8859
|
+
--pf-v6-c-masthead--m-display-stack__main--Display: contents;
|
|
8860
|
+
--pf-v6-c-masthead--m-display-stack__main--ColumnGap: unset;
|
|
8861
|
+
--pf-v6-c-masthead--m-display-inline--ColumnGap: 0;
|
|
8862
|
+
--pf-v6-c-masthead--m-display-inline--GridTemplateColumns: min-content 1fr;
|
|
8863
|
+
--pf-v6-c-masthead--m-display-inline--breakpoint--xl--GridTemplateColumns: subgrid;
|
|
8864
|
+
--pf-v6-c-masthead--m-display-inline__brand--GridColumn: initial;
|
|
8865
|
+
--pf-v6-c-masthead--m-display-inline__brand--Order: initial;
|
|
8866
|
+
--pf-v6-c-masthead--m-display-inline__brand--PaddingBlockEnd: 0;
|
|
8867
|
+
--pf-v6-c-masthead--m-display-inline__brand--BorderBlockEnd: 0;
|
|
8868
|
+
--pf-v6-c-masthead--m-display-inline__main--GridColumn: 1;
|
|
8869
|
+
--pf-v6-c-masthead--m-display-inline__content--GridColumn: 2;
|
|
8851
8870
|
--pf-v6-c-masthead--m-display-inline__content--Order: 0;
|
|
8871
|
+
--pf-v6-c-masthead--m-display-inline__main--toggle--content--GridColumn: 2;
|
|
8872
|
+
--pf-v6-c-masthead--m-display-inline__main--Display: flex;
|
|
8873
|
+
--pf-v6-c-masthead--m-display-inline__main--ColumnGap: var(--pf-t--global--spacer--md);
|
|
8852
8874
|
--pf-v6-c-masthead__expandable-content--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
|
|
8853
8875
|
--pf-v6-c-masthead__expandable-content--BorderBlockStart: var(--pf-v6-c-masthead--BorderWidth) solid var(--pf-v6-c-masthead--BorderColor);
|
|
8854
8876
|
--pf-v6-c-masthead--c-toolbar--Width: 100%;
|
|
8855
8877
|
--pf-v6-c-masthead--c-toolbar--PaddingBlock: 0;
|
|
8856
|
-
--pf-v6-c-masthead--c-toolbar--PaddingInline: 0;
|
|
8857
8878
|
}
|
|
8858
8879
|
|
|
8859
8880
|
.pf-v6-c-masthead {
|
|
8881
|
+
--pf-v6-c-masthead--ColumnGap: var(--pf-v6-c-masthead--m-display-stack--ColumnGap);
|
|
8860
8882
|
--pf-v6-c-masthead--GridTemplateColumns: var(--pf-v6-c-masthead--m-display-stack--GridTemplateColumns);
|
|
8861
|
-
--pf-v6-c-
|
|
8862
|
-
--pf-v6-c-
|
|
8863
|
-
--pf-v6-c-
|
|
8864
|
-
--pf-v6-c-
|
|
8883
|
+
--pf-v6-c-masthead__brand--GridColumn: var(--pf-v6-c-masthead--m-display-stack__brand--GridColumn);
|
|
8884
|
+
--pf-v6-c-masthead__brand--Order: var(--pf-v6-c-masthead--m-display-stack__brand--Order);
|
|
8885
|
+
--pf-v6-c-masthead__brand--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-stack__brand--PaddingBlockEnd);
|
|
8886
|
+
--pf-v6-c-masthead__brand--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-stack__brand--BorderBlockEnd);
|
|
8887
|
+
--pf-v6-c-masthead__main--GridColumn: unset;
|
|
8865
8888
|
--pf-v6-c-masthead__content--GridColumn: var(--pf-v6-c-masthead--m-display-stack__content--GridColumn);
|
|
8866
8889
|
--pf-v6-c-masthead__content--Order: var(--pf-v6-c-masthead--m-display-stack__content--Order);
|
|
8890
|
+
--pf-v6-c-masthead__main--toggle--content--GridColumn: var(--pf-v6-c-masthead--m-display-stack__main--toggle--content--GridColumn);
|
|
8891
|
+
--pf-v6-c-masthead__main--Display: var(--pf-v6-c-masthead--m-display-stack__main--Display);
|
|
8892
|
+
--pf-v6-c-masthead__main--ColumnGap: var(--pf-v6-c-masthead--m-display-stack__main--ColumnGap);
|
|
8867
8893
|
display: grid;
|
|
8868
8894
|
grid-template-columns: var(--pf-v6-c-masthead--GridTemplateColumns);
|
|
8869
8895
|
row-gap: var(--pf-v6-c-masthead--RowGap);
|
|
@@ -8878,19 +8904,23 @@ ul.pf-v6-c-list {
|
|
|
8878
8904
|
}
|
|
8879
8905
|
.pf-v6-c-masthead .pf-v6-c-toolbar {
|
|
8880
8906
|
--pf-v6-c-toolbar--Width: var(--pf-v6-c-masthead--c-toolbar--Width);
|
|
8881
|
-
--pf-v6-c-
|
|
8882
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-v6-c-masthead--c-toolbar--PaddingInline);
|
|
8907
|
+
--pf-v6-c-toolbar--PaddingBlockEnd: 0;
|
|
8883
8908
|
--pf-v6-c-toolbar__content--MinWidth: 0;
|
|
8884
8909
|
}
|
|
8885
|
-
@media screen and (min-width:
|
|
8910
|
+
@media screen and (min-width: 48rem) {
|
|
8886
8911
|
:where(:not(.pf-m-resize-observer)) .pf-v6-c-masthead {
|
|
8912
|
+
--pf-v6-c-masthead--ColumnGap: var(--pf-v6-c-masthead--m-display-inline--ColumnGap);
|
|
8887
8913
|
--pf-v6-c-masthead--GridTemplateColumns: var(--pf-v6-c-masthead--m-display-inline--GridTemplateColumns);
|
|
8914
|
+
--pf-v6-c-masthead__brand--GridColumn: var(--pf-v6-c-masthead--m-display-inline__brand--GridColumn);
|
|
8915
|
+
--pf-v6-c-masthead__brand--Order: var(--pf-v6-c-masthead--m-display-inline__brand--Order);
|
|
8916
|
+
--pf-v6-c-masthead__brand--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-inline__brand--PaddingBlockEnd);
|
|
8917
|
+
--pf-v6-c-masthead__brand--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-inline__brand--BorderBlockEnd);
|
|
8888
8918
|
--pf-v6-c-masthead__main--GridColumn: var(--pf-v6-c-masthead--m-display-inline__main--GridColumn);
|
|
8889
|
-
--pf-v6-c-masthead__main--Order: var(--pf-v6-c-masthead--m-display-inline__main--Order);
|
|
8890
|
-
--pf-v6-c-masthead__main--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-inline__main--PaddingBlockEnd);
|
|
8891
|
-
--pf-v6-c-masthead__main--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-inline__main--BorderBlockEnd);
|
|
8892
8919
|
--pf-v6-c-masthead__content--GridColumn: var(--pf-v6-c-masthead--m-display-inline__content--GridColumn);
|
|
8893
8920
|
--pf-v6-c-masthead__content--Order: var(--pf-v6-c-masthead--m-display-inline__content--Order);
|
|
8921
|
+
--pf-v6-c-masthead__main--toggle--content--GridColumn: var(--pf-v6-c-masthead--m-display-inline__main--toggle--content--GridColumn);
|
|
8922
|
+
--pf-v6-c-masthead__main--Display: var(--pf-v6-c-masthead--m-display-inline__main--Display);
|
|
8923
|
+
--pf-v6-c-masthead__main--ColumnGap: var(--pf-v6-c-masthead--m-display-inline__main--ColumnGap);
|
|
8894
8924
|
}
|
|
8895
8925
|
}
|
|
8896
8926
|
.pf-v6-c-masthead .pf-v6-c-toolbar__content-section {
|
|
@@ -8903,22 +8933,32 @@ ul.pf-v6-c-list {
|
|
|
8903
8933
|
box-shadow: var(--pf-v6-c-masthead__expandable-content--BoxShadow);
|
|
8904
8934
|
}
|
|
8905
8935
|
.pf-v6-c-masthead.pf-m-display-stack {
|
|
8936
|
+
--pf-v6-c-masthead--ColumnGap: var(--pf-v6-c-masthead--m-display-stack--ColumnGap);
|
|
8906
8937
|
--pf-v6-c-masthead--GridTemplateColumns: var(--pf-v6-c-masthead--m-display-stack--GridTemplateColumns);
|
|
8907
|
-
--pf-v6-c-
|
|
8908
|
-
--pf-v6-c-
|
|
8909
|
-
--pf-v6-c-
|
|
8910
|
-
--pf-v6-c-
|
|
8938
|
+
--pf-v6-c-masthead__brand--GridColumn: var(--pf-v6-c-masthead--m-display-stack__brand--GridColumn);
|
|
8939
|
+
--pf-v6-c-masthead__brand--Order: var(--pf-v6-c-masthead--m-display-stack__brand--Order);
|
|
8940
|
+
--pf-v6-c-masthead__brand--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-stack__brand--PaddingBlockEnd);
|
|
8941
|
+
--pf-v6-c-masthead__brand--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-stack__brand--BorderBlockEnd);
|
|
8942
|
+
--pf-v6-c-masthead__main--GridColumn: unset;
|
|
8911
8943
|
--pf-v6-c-masthead__content--GridColumn: var(--pf-v6-c-masthead--m-display-stack__content--GridColumn);
|
|
8912
8944
|
--pf-v6-c-masthead__content--Order: var(--pf-v6-c-masthead--m-display-stack__content--Order);
|
|
8945
|
+
--pf-v6-c-masthead__main--toggle--content--GridColumn: var(--pf-v6-c-masthead--m-display-stack__main--toggle--content--GridColumn);
|
|
8946
|
+
--pf-v6-c-masthead__main--Display: var(--pf-v6-c-masthead--m-display-stack__main--Display);
|
|
8947
|
+
--pf-v6-c-masthead__main--ColumnGap: var(--pf-v6-c-masthead--m-display-stack__main--ColumnGap);
|
|
8913
8948
|
}
|
|
8914
8949
|
.pf-v6-c-masthead.pf-m-display-inline {
|
|
8950
|
+
--pf-v6-c-masthead--ColumnGap: var(--pf-v6-c-masthead--m-display-inline--ColumnGap);
|
|
8915
8951
|
--pf-v6-c-masthead--GridTemplateColumns: var(--pf-v6-c-masthead--m-display-inline--GridTemplateColumns);
|
|
8952
|
+
--pf-v6-c-masthead__brand--GridColumn: var(--pf-v6-c-masthead--m-display-inline__brand--GridColumn);
|
|
8953
|
+
--pf-v6-c-masthead__brand--Order: var(--pf-v6-c-masthead--m-display-inline__brand--Order);
|
|
8954
|
+
--pf-v6-c-masthead__brand--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-inline__brand--PaddingBlockEnd);
|
|
8955
|
+
--pf-v6-c-masthead__brand--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-inline__brand--BorderBlockEnd);
|
|
8916
8956
|
--pf-v6-c-masthead__main--GridColumn: var(--pf-v6-c-masthead--m-display-inline__main--GridColumn);
|
|
8917
|
-
--pf-v6-c-masthead__main--Order: var(--pf-v6-c-masthead--m-display-inline__main--Order);
|
|
8918
|
-
--pf-v6-c-masthead__main--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-inline__main--PaddingBlockEnd);
|
|
8919
|
-
--pf-v6-c-masthead__main--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-inline__main--BorderBlockEnd);
|
|
8920
8957
|
--pf-v6-c-masthead__content--GridColumn: var(--pf-v6-c-masthead--m-display-inline__content--GridColumn);
|
|
8921
8958
|
--pf-v6-c-masthead__content--Order: var(--pf-v6-c-masthead--m-display-inline__content--Order);
|
|
8959
|
+
--pf-v6-c-masthead__main--toggle--content--GridColumn: var(--pf-v6-c-masthead--m-display-inline__main--toggle--content--GridColumn);
|
|
8960
|
+
--pf-v6-c-masthead__main--Display: var(--pf-v6-c-masthead--m-display-inline__main--Display);
|
|
8961
|
+
--pf-v6-c-masthead__main--ColumnGap: var(--pf-v6-c-masthead--m-display-inline__main--ColumnGap);
|
|
8922
8962
|
}
|
|
8923
8963
|
.pf-v6-c-masthead.pf-m-inset-none {
|
|
8924
8964
|
padding-inline-start: 0;
|
|
@@ -8945,48 +8985,55 @@ ul.pf-v6-c-list {
|
|
|
8945
8985
|
padding-inline-end: var(--pf-t--global--spacer--2xl);
|
|
8946
8986
|
}
|
|
8947
8987
|
|
|
8948
|
-
.pf-v6-c-masthead,
|
|
8949
8988
|
.pf-v6-c-masthead__main {
|
|
8989
|
+
display: var(--pf-v6-c-masthead__main--Display);
|
|
8990
|
+
grid-column: var(--pf-v6-c-masthead__main--GridColumn);
|
|
8991
|
+
column-gap: var(--pf-v6-c-masthead__main--ColumnGap);
|
|
8992
|
+
align-items: center;
|
|
8993
|
+
margin-inline-end: var(--pf-v6-c-masthead__main--MarginInlineEnd);
|
|
8994
|
+
}
|
|
8995
|
+
.pf-v6-c-masthead__main:has(.pf-v6-c-masthead__toggle) ~ .pf-v6-c-masthead__content {
|
|
8996
|
+
--pf-v6-c-masthead__content--GridColumn: var(--pf-v6-c-masthead__main--toggle--content--GridColumn);
|
|
8997
|
+
}
|
|
8998
|
+
|
|
8999
|
+
.pf-v6-c-masthead,
|
|
9000
|
+
.pf-v6-c-masthead__brand {
|
|
8950
9001
|
position: relative;
|
|
8951
9002
|
}
|
|
8952
9003
|
|
|
8953
|
-
.pf-v6-c-masthead__main,
|
|
8954
|
-
.pf-v6-c-masthead__content,
|
|
8955
|
-
.pf-v6-c-masthead__logo,
|
|
8956
9004
|
.pf-v6-c-masthead__brand {
|
|
8957
9005
|
display: flex;
|
|
9006
|
+
flex-shrink: 0;
|
|
9007
|
+
grid-column: var(--pf-v6-c-masthead__brand--GridColumn, revert);
|
|
9008
|
+
row-gap: var(--pf-v6-c-masthead__brand--RowGap, var(--pf-v6-c-masthead--RowGap));
|
|
8958
9009
|
align-self: stretch;
|
|
8959
|
-
|
|
8960
|
-
|
|
8961
|
-
.pf-v6-c-masthead__main,
|
|
8962
|
-
.pf-v6-c-masthead__brand,
|
|
8963
|
-
.pf-v6-c-masthead__content {
|
|
9010
|
+
order: var(--pf-v6-c-masthead__brand--Order, revert);
|
|
8964
9011
|
min-width: 0.25rem;
|
|
8965
|
-
|
|
8966
|
-
|
|
8967
|
-
.pf-v6-c-masthead__main {
|
|
8968
|
-
grid-column: var(--pf-v6-c-masthead__main--GridColumn);
|
|
8969
|
-
row-gap: var(--pf-v6-c-masthead__main--RowGap, var(--pf-v6-c-masthead--RowGap));
|
|
8970
|
-
align-items: var(--pf-v6-c-masthead__main--AlignItems, var(--pf-v6-c-masthead--AlignItems));
|
|
8971
|
-
order: var(--pf-v6-c-masthead__main--Order);
|
|
8972
|
-
padding-block-end: var(--pf-v6-c-masthead__main--PaddingBlockEnd);
|
|
8973
|
-
border-block-end: var(--pf-v6-c-masthead__main--BorderBlockEnd);
|
|
9012
|
+
padding-block-end: var(--pf-v6-c-masthead__brand--PaddingBlockEnd);
|
|
9013
|
+
border-block-end: var(--pf-v6-c-masthead__brand--BorderBlockEnd);
|
|
8974
9014
|
}
|
|
8975
9015
|
|
|
8976
9016
|
.pf-v6-c-masthead__content {
|
|
9017
|
+
display: flex;
|
|
8977
9018
|
flex-wrap: wrap;
|
|
8978
9019
|
grid-column: var(--pf-v6-c-masthead__content--GridColumn);
|
|
8979
9020
|
grid-column-end: -1;
|
|
8980
9021
|
row-gap: var(--pf-v6-c-masthead__content-RowGap, var(--pf-v6-c-masthead--RowGap));
|
|
8981
|
-
column-gap: var(--pf-v6-c-masthead__content
|
|
8982
|
-
align-
|
|
9022
|
+
column-gap: var(--pf-v6-c-masthead__content--ColumnGap, var(--pf-v6-c-masthead--ColumnGap));
|
|
9023
|
+
align-self: stretch;
|
|
8983
9024
|
order: var(--pf-v6-c-masthead__content--Order);
|
|
9025
|
+
min-width: 0.25rem;
|
|
8984
9026
|
}
|
|
8985
9027
|
|
|
8986
|
-
.pf-v6-c-
|
|
8987
|
-
|
|
8988
|
-
|
|
8989
|
-
|
|
9028
|
+
.pf-v6-c-masthead__logo {
|
|
9029
|
+
position: relative;
|
|
9030
|
+
width: var(--pf-v6-c-masthead__logo--Width);
|
|
9031
|
+
max-height: var(--pf-v6-c-masthead__logo--MaxHeight);
|
|
9032
|
+
}
|
|
9033
|
+
.pf-v6-c-masthead__logo > * {
|
|
9034
|
+
max-width: 100%;
|
|
9035
|
+
max-height: 100%;
|
|
9036
|
+
vertical-align: middle;
|
|
8990
9037
|
}
|
|
8991
9038
|
|
|
8992
9039
|
.pf-v6-c-masthead__toggle {
|
|
@@ -8999,22 +9046,32 @@ ul.pf-v6-c-list {
|
|
|
8999
9046
|
}
|
|
9000
9047
|
|
|
9001
9048
|
.pf-v6-c-masthead.pf-m-display-stack {
|
|
9049
|
+
--pf-v6-c-masthead--ColumnGap: var(--pf-v6-c-masthead--m-display-stack--ColumnGap);
|
|
9002
9050
|
--pf-v6-c-masthead--GridTemplateColumns: var(--pf-v6-c-masthead--m-display-stack--GridTemplateColumns);
|
|
9003
|
-
--pf-v6-c-
|
|
9004
|
-
--pf-v6-c-
|
|
9005
|
-
--pf-v6-c-
|
|
9006
|
-
--pf-v6-c-
|
|
9051
|
+
--pf-v6-c-masthead__brand--GridColumn: var(--pf-v6-c-masthead--m-display-stack__brand--GridColumn);
|
|
9052
|
+
--pf-v6-c-masthead__brand--Order: var(--pf-v6-c-masthead--m-display-stack__brand--Order);
|
|
9053
|
+
--pf-v6-c-masthead__brand--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-stack__brand--PaddingBlockEnd);
|
|
9054
|
+
--pf-v6-c-masthead__brand--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-stack__brand--BorderBlockEnd);
|
|
9055
|
+
--pf-v6-c-masthead__main--GridColumn: unset;
|
|
9007
9056
|
--pf-v6-c-masthead__content--GridColumn: var(--pf-v6-c-masthead--m-display-stack__content--GridColumn);
|
|
9008
9057
|
--pf-v6-c-masthead__content--Order: var(--pf-v6-c-masthead--m-display-stack__content--Order);
|
|
9058
|
+
--pf-v6-c-masthead__main--toggle--content--GridColumn: var(--pf-v6-c-masthead--m-display-stack__main--toggle--content--GridColumn);
|
|
9059
|
+
--pf-v6-c-masthead__main--Display: var(--pf-v6-c-masthead--m-display-stack__main--Display);
|
|
9060
|
+
--pf-v6-c-masthead__main--ColumnGap: var(--pf-v6-c-masthead--m-display-stack__main--ColumnGap);
|
|
9009
9061
|
}
|
|
9010
9062
|
.pf-v6-c-masthead.pf-m-display-inline {
|
|
9063
|
+
--pf-v6-c-masthead--ColumnGap: var(--pf-v6-c-masthead--m-display-inline--ColumnGap);
|
|
9011
9064
|
--pf-v6-c-masthead--GridTemplateColumns: var(--pf-v6-c-masthead--m-display-inline--GridTemplateColumns);
|
|
9065
|
+
--pf-v6-c-masthead__brand--GridColumn: var(--pf-v6-c-masthead--m-display-inline__brand--GridColumn);
|
|
9066
|
+
--pf-v6-c-masthead__brand--Order: var(--pf-v6-c-masthead--m-display-inline__brand--Order);
|
|
9067
|
+
--pf-v6-c-masthead__brand--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-inline__brand--PaddingBlockEnd);
|
|
9068
|
+
--pf-v6-c-masthead__brand--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-inline__brand--BorderBlockEnd);
|
|
9012
9069
|
--pf-v6-c-masthead__main--GridColumn: var(--pf-v6-c-masthead--m-display-inline__main--GridColumn);
|
|
9013
|
-
--pf-v6-c-masthead__main--Order: var(--pf-v6-c-masthead--m-display-inline__main--Order);
|
|
9014
|
-
--pf-v6-c-masthead__main--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-inline__main--PaddingBlockEnd);
|
|
9015
|
-
--pf-v6-c-masthead__main--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-inline__main--BorderBlockEnd);
|
|
9016
9070
|
--pf-v6-c-masthead__content--GridColumn: var(--pf-v6-c-masthead--m-display-inline__content--GridColumn);
|
|
9017
9071
|
--pf-v6-c-masthead__content--Order: var(--pf-v6-c-masthead--m-display-inline__content--Order);
|
|
9072
|
+
--pf-v6-c-masthead__main--toggle--content--GridColumn: var(--pf-v6-c-masthead--m-display-inline__main--toggle--content--GridColumn);
|
|
9073
|
+
--pf-v6-c-masthead__main--Display: var(--pf-v6-c-masthead--m-display-inline__main--Display);
|
|
9074
|
+
--pf-v6-c-masthead__main--ColumnGap: var(--pf-v6-c-masthead--m-display-inline__main--ColumnGap);
|
|
9018
9075
|
}
|
|
9019
9076
|
.pf-v6-c-masthead.pf-m-inset-none {
|
|
9020
9077
|
padding-inline-start: 0;
|
|
@@ -9040,24 +9097,34 @@ ul.pf-v6-c-list {
|
|
|
9040
9097
|
padding-inline-start: var(--pf-t--global--spacer--2xl);
|
|
9041
9098
|
padding-inline-end: var(--pf-t--global--spacer--2xl);
|
|
9042
9099
|
}
|
|
9043
|
-
@media (min-width:
|
|
9100
|
+
@media (min-width: 36rem) {
|
|
9044
9101
|
.pf-v6-c-masthead.pf-m-display-stack-on-sm {
|
|
9102
|
+
--pf-v6-c-masthead--ColumnGap: var(--pf-v6-c-masthead--m-display-stack--ColumnGap);
|
|
9045
9103
|
--pf-v6-c-masthead--GridTemplateColumns: var(--pf-v6-c-masthead--m-display-stack--GridTemplateColumns);
|
|
9046
|
-
--pf-v6-c-
|
|
9047
|
-
--pf-v6-c-
|
|
9048
|
-
--pf-v6-c-
|
|
9049
|
-
--pf-v6-c-
|
|
9104
|
+
--pf-v6-c-masthead__brand--GridColumn: var(--pf-v6-c-masthead--m-display-stack__brand--GridColumn);
|
|
9105
|
+
--pf-v6-c-masthead__brand--Order: var(--pf-v6-c-masthead--m-display-stack__brand--Order);
|
|
9106
|
+
--pf-v6-c-masthead__brand--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-stack__brand--PaddingBlockEnd);
|
|
9107
|
+
--pf-v6-c-masthead__brand--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-stack__brand--BorderBlockEnd);
|
|
9108
|
+
--pf-v6-c-masthead__main--GridColumn: unset;
|
|
9050
9109
|
--pf-v6-c-masthead__content--GridColumn: var(--pf-v6-c-masthead--m-display-stack__content--GridColumn);
|
|
9051
9110
|
--pf-v6-c-masthead__content--Order: var(--pf-v6-c-masthead--m-display-stack__content--Order);
|
|
9111
|
+
--pf-v6-c-masthead__main--toggle--content--GridColumn: var(--pf-v6-c-masthead--m-display-stack__main--toggle--content--GridColumn);
|
|
9112
|
+
--pf-v6-c-masthead__main--Display: var(--pf-v6-c-masthead--m-display-stack__main--Display);
|
|
9113
|
+
--pf-v6-c-masthead__main--ColumnGap: var(--pf-v6-c-masthead--m-display-stack__main--ColumnGap);
|
|
9052
9114
|
}
|
|
9053
9115
|
.pf-v6-c-masthead.pf-m-display-inline-on-sm {
|
|
9116
|
+
--pf-v6-c-masthead--ColumnGap: var(--pf-v6-c-masthead--m-display-inline--ColumnGap);
|
|
9054
9117
|
--pf-v6-c-masthead--GridTemplateColumns: var(--pf-v6-c-masthead--m-display-inline--GridTemplateColumns);
|
|
9118
|
+
--pf-v6-c-masthead__brand--GridColumn: var(--pf-v6-c-masthead--m-display-inline__brand--GridColumn);
|
|
9119
|
+
--pf-v6-c-masthead__brand--Order: var(--pf-v6-c-masthead--m-display-inline__brand--Order);
|
|
9120
|
+
--pf-v6-c-masthead__brand--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-inline__brand--PaddingBlockEnd);
|
|
9121
|
+
--pf-v6-c-masthead__brand--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-inline__brand--BorderBlockEnd);
|
|
9055
9122
|
--pf-v6-c-masthead__main--GridColumn: var(--pf-v6-c-masthead--m-display-inline__main--GridColumn);
|
|
9056
|
-
--pf-v6-c-masthead__main--Order: var(--pf-v6-c-masthead--m-display-inline__main--Order);
|
|
9057
|
-
--pf-v6-c-masthead__main--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-inline__main--PaddingBlockEnd);
|
|
9058
|
-
--pf-v6-c-masthead__main--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-inline__main--BorderBlockEnd);
|
|
9059
9123
|
--pf-v6-c-masthead__content--GridColumn: var(--pf-v6-c-masthead--m-display-inline__content--GridColumn);
|
|
9060
9124
|
--pf-v6-c-masthead__content--Order: var(--pf-v6-c-masthead--m-display-inline__content--Order);
|
|
9125
|
+
--pf-v6-c-masthead__main--toggle--content--GridColumn: var(--pf-v6-c-masthead--m-display-inline__main--toggle--content--GridColumn);
|
|
9126
|
+
--pf-v6-c-masthead__main--Display: var(--pf-v6-c-masthead--m-display-inline__main--Display);
|
|
9127
|
+
--pf-v6-c-masthead__main--ColumnGap: var(--pf-v6-c-masthead--m-display-inline__main--ColumnGap);
|
|
9061
9128
|
}
|
|
9062
9129
|
}
|
|
9063
9130
|
.pf-v6-c-masthead.pf-m-inset-none {
|
|
@@ -9084,24 +9151,34 @@ ul.pf-v6-c-list {
|
|
|
9084
9151
|
padding-inline-start: var(--pf-t--global--spacer--2xl);
|
|
9085
9152
|
padding-inline-end: var(--pf-t--global--spacer--2xl);
|
|
9086
9153
|
}
|
|
9087
|
-
@media (min-width:
|
|
9154
|
+
@media (min-width: 48rem) {
|
|
9088
9155
|
.pf-v6-c-masthead.pf-m-display-stack-on-md {
|
|
9156
|
+
--pf-v6-c-masthead--ColumnGap: var(--pf-v6-c-masthead--m-display-stack--ColumnGap);
|
|
9089
9157
|
--pf-v6-c-masthead--GridTemplateColumns: var(--pf-v6-c-masthead--m-display-stack--GridTemplateColumns);
|
|
9090
|
-
--pf-v6-c-
|
|
9091
|
-
--pf-v6-c-
|
|
9092
|
-
--pf-v6-c-
|
|
9093
|
-
--pf-v6-c-
|
|
9158
|
+
--pf-v6-c-masthead__brand--GridColumn: var(--pf-v6-c-masthead--m-display-stack__brand--GridColumn);
|
|
9159
|
+
--pf-v6-c-masthead__brand--Order: var(--pf-v6-c-masthead--m-display-stack__brand--Order);
|
|
9160
|
+
--pf-v6-c-masthead__brand--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-stack__brand--PaddingBlockEnd);
|
|
9161
|
+
--pf-v6-c-masthead__brand--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-stack__brand--BorderBlockEnd);
|
|
9162
|
+
--pf-v6-c-masthead__main--GridColumn: unset;
|
|
9094
9163
|
--pf-v6-c-masthead__content--GridColumn: var(--pf-v6-c-masthead--m-display-stack__content--GridColumn);
|
|
9095
9164
|
--pf-v6-c-masthead__content--Order: var(--pf-v6-c-masthead--m-display-stack__content--Order);
|
|
9165
|
+
--pf-v6-c-masthead__main--toggle--content--GridColumn: var(--pf-v6-c-masthead--m-display-stack__main--toggle--content--GridColumn);
|
|
9166
|
+
--pf-v6-c-masthead__main--Display: var(--pf-v6-c-masthead--m-display-stack__main--Display);
|
|
9167
|
+
--pf-v6-c-masthead__main--ColumnGap: var(--pf-v6-c-masthead--m-display-stack__main--ColumnGap);
|
|
9096
9168
|
}
|
|
9097
9169
|
.pf-v6-c-masthead.pf-m-display-inline-on-md {
|
|
9170
|
+
--pf-v6-c-masthead--ColumnGap: var(--pf-v6-c-masthead--m-display-inline--ColumnGap);
|
|
9098
9171
|
--pf-v6-c-masthead--GridTemplateColumns: var(--pf-v6-c-masthead--m-display-inline--GridTemplateColumns);
|
|
9172
|
+
--pf-v6-c-masthead__brand--GridColumn: var(--pf-v6-c-masthead--m-display-inline__brand--GridColumn);
|
|
9173
|
+
--pf-v6-c-masthead__brand--Order: var(--pf-v6-c-masthead--m-display-inline__brand--Order);
|
|
9174
|
+
--pf-v6-c-masthead__brand--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-inline__brand--PaddingBlockEnd);
|
|
9175
|
+
--pf-v6-c-masthead__brand--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-inline__brand--BorderBlockEnd);
|
|
9099
9176
|
--pf-v6-c-masthead__main--GridColumn: var(--pf-v6-c-masthead--m-display-inline__main--GridColumn);
|
|
9100
|
-
--pf-v6-c-masthead__main--Order: var(--pf-v6-c-masthead--m-display-inline__main--Order);
|
|
9101
|
-
--pf-v6-c-masthead__main--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-inline__main--PaddingBlockEnd);
|
|
9102
|
-
--pf-v6-c-masthead__main--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-inline__main--BorderBlockEnd);
|
|
9103
9177
|
--pf-v6-c-masthead__content--GridColumn: var(--pf-v6-c-masthead--m-display-inline__content--GridColumn);
|
|
9104
9178
|
--pf-v6-c-masthead__content--Order: var(--pf-v6-c-masthead--m-display-inline__content--Order);
|
|
9179
|
+
--pf-v6-c-masthead__main--toggle--content--GridColumn: var(--pf-v6-c-masthead--m-display-inline__main--toggle--content--GridColumn);
|
|
9180
|
+
--pf-v6-c-masthead__main--Display: var(--pf-v6-c-masthead--m-display-inline__main--Display);
|
|
9181
|
+
--pf-v6-c-masthead__main--ColumnGap: var(--pf-v6-c-masthead--m-display-inline__main--ColumnGap);
|
|
9105
9182
|
}
|
|
9106
9183
|
}
|
|
9107
9184
|
.pf-v6-c-masthead.pf-m-inset-none {
|
|
@@ -9128,24 +9205,34 @@ ul.pf-v6-c-list {
|
|
|
9128
9205
|
padding-inline-start: var(--pf-t--global--spacer--2xl);
|
|
9129
9206
|
padding-inline-end: var(--pf-t--global--spacer--2xl);
|
|
9130
9207
|
}
|
|
9131
|
-
@media (min-width:
|
|
9208
|
+
@media (min-width: 62rem) {
|
|
9132
9209
|
.pf-v6-c-masthead.pf-m-display-stack-on-lg {
|
|
9210
|
+
--pf-v6-c-masthead--ColumnGap: var(--pf-v6-c-masthead--m-display-stack--ColumnGap);
|
|
9133
9211
|
--pf-v6-c-masthead--GridTemplateColumns: var(--pf-v6-c-masthead--m-display-stack--GridTemplateColumns);
|
|
9134
|
-
--pf-v6-c-
|
|
9135
|
-
--pf-v6-c-
|
|
9136
|
-
--pf-v6-c-
|
|
9137
|
-
--pf-v6-c-
|
|
9212
|
+
--pf-v6-c-masthead__brand--GridColumn: var(--pf-v6-c-masthead--m-display-stack__brand--GridColumn);
|
|
9213
|
+
--pf-v6-c-masthead__brand--Order: var(--pf-v6-c-masthead--m-display-stack__brand--Order);
|
|
9214
|
+
--pf-v6-c-masthead__brand--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-stack__brand--PaddingBlockEnd);
|
|
9215
|
+
--pf-v6-c-masthead__brand--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-stack__brand--BorderBlockEnd);
|
|
9216
|
+
--pf-v6-c-masthead__main--GridColumn: unset;
|
|
9138
9217
|
--pf-v6-c-masthead__content--GridColumn: var(--pf-v6-c-masthead--m-display-stack__content--GridColumn);
|
|
9139
9218
|
--pf-v6-c-masthead__content--Order: var(--pf-v6-c-masthead--m-display-stack__content--Order);
|
|
9219
|
+
--pf-v6-c-masthead__main--toggle--content--GridColumn: var(--pf-v6-c-masthead--m-display-stack__main--toggle--content--GridColumn);
|
|
9220
|
+
--pf-v6-c-masthead__main--Display: var(--pf-v6-c-masthead--m-display-stack__main--Display);
|
|
9221
|
+
--pf-v6-c-masthead__main--ColumnGap: var(--pf-v6-c-masthead--m-display-stack__main--ColumnGap);
|
|
9140
9222
|
}
|
|
9141
9223
|
.pf-v6-c-masthead.pf-m-display-inline-on-lg {
|
|
9224
|
+
--pf-v6-c-masthead--ColumnGap: var(--pf-v6-c-masthead--m-display-inline--ColumnGap);
|
|
9142
9225
|
--pf-v6-c-masthead--GridTemplateColumns: var(--pf-v6-c-masthead--m-display-inline--GridTemplateColumns);
|
|
9226
|
+
--pf-v6-c-masthead__brand--GridColumn: var(--pf-v6-c-masthead--m-display-inline__brand--GridColumn);
|
|
9227
|
+
--pf-v6-c-masthead__brand--Order: var(--pf-v6-c-masthead--m-display-inline__brand--Order);
|
|
9228
|
+
--pf-v6-c-masthead__brand--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-inline__brand--PaddingBlockEnd);
|
|
9229
|
+
--pf-v6-c-masthead__brand--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-inline__brand--BorderBlockEnd);
|
|
9143
9230
|
--pf-v6-c-masthead__main--GridColumn: var(--pf-v6-c-masthead--m-display-inline__main--GridColumn);
|
|
9144
|
-
--pf-v6-c-masthead__main--Order: var(--pf-v6-c-masthead--m-display-inline__main--Order);
|
|
9145
|
-
--pf-v6-c-masthead__main--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-inline__main--PaddingBlockEnd);
|
|
9146
|
-
--pf-v6-c-masthead__main--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-inline__main--BorderBlockEnd);
|
|
9147
9231
|
--pf-v6-c-masthead__content--GridColumn: var(--pf-v6-c-masthead--m-display-inline__content--GridColumn);
|
|
9148
9232
|
--pf-v6-c-masthead__content--Order: var(--pf-v6-c-masthead--m-display-inline__content--Order);
|
|
9233
|
+
--pf-v6-c-masthead__main--toggle--content--GridColumn: var(--pf-v6-c-masthead--m-display-inline__main--toggle--content--GridColumn);
|
|
9234
|
+
--pf-v6-c-masthead__main--Display: var(--pf-v6-c-masthead--m-display-inline__main--Display);
|
|
9235
|
+
--pf-v6-c-masthead__main--ColumnGap: var(--pf-v6-c-masthead--m-display-inline__main--ColumnGap);
|
|
9149
9236
|
}
|
|
9150
9237
|
}
|
|
9151
9238
|
.pf-v6-c-masthead.pf-m-inset-none {
|
|
@@ -9172,24 +9259,34 @@ ul.pf-v6-c-list {
|
|
|
9172
9259
|
padding-inline-start: var(--pf-t--global--spacer--2xl);
|
|
9173
9260
|
padding-inline-end: var(--pf-t--global--spacer--2xl);
|
|
9174
9261
|
}
|
|
9175
|
-
@media (min-width:
|
|
9262
|
+
@media (min-width: 75rem) {
|
|
9176
9263
|
.pf-v6-c-masthead.pf-m-display-stack-on-xl {
|
|
9264
|
+
--pf-v6-c-masthead--ColumnGap: var(--pf-v6-c-masthead--m-display-stack--ColumnGap);
|
|
9177
9265
|
--pf-v6-c-masthead--GridTemplateColumns: var(--pf-v6-c-masthead--m-display-stack--GridTemplateColumns);
|
|
9178
|
-
--pf-v6-c-
|
|
9179
|
-
--pf-v6-c-
|
|
9180
|
-
--pf-v6-c-
|
|
9181
|
-
--pf-v6-c-
|
|
9266
|
+
--pf-v6-c-masthead__brand--GridColumn: var(--pf-v6-c-masthead--m-display-stack__brand--GridColumn);
|
|
9267
|
+
--pf-v6-c-masthead__brand--Order: var(--pf-v6-c-masthead--m-display-stack__brand--Order);
|
|
9268
|
+
--pf-v6-c-masthead__brand--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-stack__brand--PaddingBlockEnd);
|
|
9269
|
+
--pf-v6-c-masthead__brand--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-stack__brand--BorderBlockEnd);
|
|
9270
|
+
--pf-v6-c-masthead__main--GridColumn: unset;
|
|
9182
9271
|
--pf-v6-c-masthead__content--GridColumn: var(--pf-v6-c-masthead--m-display-stack__content--GridColumn);
|
|
9183
9272
|
--pf-v6-c-masthead__content--Order: var(--pf-v6-c-masthead--m-display-stack__content--Order);
|
|
9273
|
+
--pf-v6-c-masthead__main--toggle--content--GridColumn: var(--pf-v6-c-masthead--m-display-stack__main--toggle--content--GridColumn);
|
|
9274
|
+
--pf-v6-c-masthead__main--Display: var(--pf-v6-c-masthead--m-display-stack__main--Display);
|
|
9275
|
+
--pf-v6-c-masthead__main--ColumnGap: var(--pf-v6-c-masthead--m-display-stack__main--ColumnGap);
|
|
9184
9276
|
}
|
|
9185
9277
|
.pf-v6-c-masthead.pf-m-display-inline-on-xl {
|
|
9278
|
+
--pf-v6-c-masthead--ColumnGap: var(--pf-v6-c-masthead--m-display-inline--ColumnGap);
|
|
9186
9279
|
--pf-v6-c-masthead--GridTemplateColumns: var(--pf-v6-c-masthead--m-display-inline--GridTemplateColumns);
|
|
9280
|
+
--pf-v6-c-masthead__brand--GridColumn: var(--pf-v6-c-masthead--m-display-inline__brand--GridColumn);
|
|
9281
|
+
--pf-v6-c-masthead__brand--Order: var(--pf-v6-c-masthead--m-display-inline__brand--Order);
|
|
9282
|
+
--pf-v6-c-masthead__brand--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-inline__brand--PaddingBlockEnd);
|
|
9283
|
+
--pf-v6-c-masthead__brand--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-inline__brand--BorderBlockEnd);
|
|
9187
9284
|
--pf-v6-c-masthead__main--GridColumn: var(--pf-v6-c-masthead--m-display-inline__main--GridColumn);
|
|
9188
|
-
--pf-v6-c-masthead__main--Order: var(--pf-v6-c-masthead--m-display-inline__main--Order);
|
|
9189
|
-
--pf-v6-c-masthead__main--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-inline__main--PaddingBlockEnd);
|
|
9190
|
-
--pf-v6-c-masthead__main--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-inline__main--BorderBlockEnd);
|
|
9191
9285
|
--pf-v6-c-masthead__content--GridColumn: var(--pf-v6-c-masthead--m-display-inline__content--GridColumn);
|
|
9192
9286
|
--pf-v6-c-masthead__content--Order: var(--pf-v6-c-masthead--m-display-inline__content--Order);
|
|
9287
|
+
--pf-v6-c-masthead__main--toggle--content--GridColumn: var(--pf-v6-c-masthead--m-display-inline__main--toggle--content--GridColumn);
|
|
9288
|
+
--pf-v6-c-masthead__main--Display: var(--pf-v6-c-masthead--m-display-inline__main--Display);
|
|
9289
|
+
--pf-v6-c-masthead__main--ColumnGap: var(--pf-v6-c-masthead--m-display-inline__main--ColumnGap);
|
|
9193
9290
|
}
|
|
9194
9291
|
}
|
|
9195
9292
|
.pf-v6-c-masthead.pf-m-inset-none {
|
|
@@ -9216,24 +9313,34 @@ ul.pf-v6-c-list {
|
|
|
9216
9313
|
padding-inline-start: var(--pf-t--global--spacer--2xl);
|
|
9217
9314
|
padding-inline-end: var(--pf-t--global--spacer--2xl);
|
|
9218
9315
|
}
|
|
9219
|
-
@media (min-width:
|
|
9316
|
+
@media (min-width: 90.625rem) {
|
|
9220
9317
|
.pf-v6-c-masthead.pf-m-display-stack-on-2xl {
|
|
9318
|
+
--pf-v6-c-masthead--ColumnGap: var(--pf-v6-c-masthead--m-display-stack--ColumnGap);
|
|
9221
9319
|
--pf-v6-c-masthead--GridTemplateColumns: var(--pf-v6-c-masthead--m-display-stack--GridTemplateColumns);
|
|
9222
|
-
--pf-v6-c-
|
|
9223
|
-
--pf-v6-c-
|
|
9224
|
-
--pf-v6-c-
|
|
9225
|
-
--pf-v6-c-
|
|
9320
|
+
--pf-v6-c-masthead__brand--GridColumn: var(--pf-v6-c-masthead--m-display-stack__brand--GridColumn);
|
|
9321
|
+
--pf-v6-c-masthead__brand--Order: var(--pf-v6-c-masthead--m-display-stack__brand--Order);
|
|
9322
|
+
--pf-v6-c-masthead__brand--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-stack__brand--PaddingBlockEnd);
|
|
9323
|
+
--pf-v6-c-masthead__brand--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-stack__brand--BorderBlockEnd);
|
|
9324
|
+
--pf-v6-c-masthead__main--GridColumn: unset;
|
|
9226
9325
|
--pf-v6-c-masthead__content--GridColumn: var(--pf-v6-c-masthead--m-display-stack__content--GridColumn);
|
|
9227
9326
|
--pf-v6-c-masthead__content--Order: var(--pf-v6-c-masthead--m-display-stack__content--Order);
|
|
9327
|
+
--pf-v6-c-masthead__main--toggle--content--GridColumn: var(--pf-v6-c-masthead--m-display-stack__main--toggle--content--GridColumn);
|
|
9328
|
+
--pf-v6-c-masthead__main--Display: var(--pf-v6-c-masthead--m-display-stack__main--Display);
|
|
9329
|
+
--pf-v6-c-masthead__main--ColumnGap: var(--pf-v6-c-masthead--m-display-stack__main--ColumnGap);
|
|
9228
9330
|
}
|
|
9229
9331
|
.pf-v6-c-masthead.pf-m-display-inline-on-2xl {
|
|
9332
|
+
--pf-v6-c-masthead--ColumnGap: var(--pf-v6-c-masthead--m-display-inline--ColumnGap);
|
|
9230
9333
|
--pf-v6-c-masthead--GridTemplateColumns: var(--pf-v6-c-masthead--m-display-inline--GridTemplateColumns);
|
|
9334
|
+
--pf-v6-c-masthead__brand--GridColumn: var(--pf-v6-c-masthead--m-display-inline__brand--GridColumn);
|
|
9335
|
+
--pf-v6-c-masthead__brand--Order: var(--pf-v6-c-masthead--m-display-inline__brand--Order);
|
|
9336
|
+
--pf-v6-c-masthead__brand--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-inline__brand--PaddingBlockEnd);
|
|
9337
|
+
--pf-v6-c-masthead__brand--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-inline__brand--BorderBlockEnd);
|
|
9231
9338
|
--pf-v6-c-masthead__main--GridColumn: var(--pf-v6-c-masthead--m-display-inline__main--GridColumn);
|
|
9232
|
-
--pf-v6-c-masthead__main--Order: var(--pf-v6-c-masthead--m-display-inline__main--Order);
|
|
9233
|
-
--pf-v6-c-masthead__main--PaddingBlockEnd: var(--pf-v6-c-masthead--m-display-inline__main--PaddingBlockEnd);
|
|
9234
|
-
--pf-v6-c-masthead__main--BorderBlockEnd: var(--pf-v6-c-masthead--m-display-inline__main--BorderBlockEnd);
|
|
9235
9339
|
--pf-v6-c-masthead__content--GridColumn: var(--pf-v6-c-masthead--m-display-inline__content--GridColumn);
|
|
9236
9340
|
--pf-v6-c-masthead__content--Order: var(--pf-v6-c-masthead--m-display-inline__content--Order);
|
|
9341
|
+
--pf-v6-c-masthead__main--toggle--content--GridColumn: var(--pf-v6-c-masthead--m-display-inline__main--toggle--content--GridColumn);
|
|
9342
|
+
--pf-v6-c-masthead__main--Display: var(--pf-v6-c-masthead--m-display-inline__main--Display);
|
|
9343
|
+
--pf-v6-c-masthead__main--ColumnGap: var(--pf-v6-c-masthead--m-display-inline__main--ColumnGap);
|
|
9237
9344
|
}
|
|
9238
9345
|
}
|
|
9239
9346
|
.pf-v6-c-masthead.pf-m-inset-none {
|
|
@@ -9379,7 +9486,7 @@ ul.pf-v6-c-list {
|
|
|
9379
9486
|
.pf-v6-c-menu__group.pf-m-hidden {
|
|
9380
9487
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
9381
9488
|
}
|
|
9382
|
-
@media screen and (min-width:
|
|
9489
|
+
@media screen and (min-width: 36rem) {
|
|
9383
9490
|
.pf-v6-c-menu__list.pf-m-hidden-on-sm,
|
|
9384
9491
|
.pf-v6-c-menu__group.pf-m-hidden-on-sm {
|
|
9385
9492
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
@@ -9389,7 +9496,7 @@ ul.pf-v6-c-list {
|
|
|
9389
9496
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
9390
9497
|
}
|
|
9391
9498
|
}
|
|
9392
|
-
@media screen and (min-width:
|
|
9499
|
+
@media screen and (min-width: 48rem) {
|
|
9393
9500
|
.pf-v6-c-menu__list.pf-m-hidden-on-md,
|
|
9394
9501
|
.pf-v6-c-menu__group.pf-m-hidden-on-md {
|
|
9395
9502
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
@@ -9399,7 +9506,7 @@ ul.pf-v6-c-list {
|
|
|
9399
9506
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
9400
9507
|
}
|
|
9401
9508
|
}
|
|
9402
|
-
@media screen and (min-width:
|
|
9509
|
+
@media screen and (min-width: 62rem) {
|
|
9403
9510
|
.pf-v6-c-menu__list.pf-m-hidden-on-lg,
|
|
9404
9511
|
.pf-v6-c-menu__group.pf-m-hidden-on-lg {
|
|
9405
9512
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
@@ -9409,7 +9516,7 @@ ul.pf-v6-c-list {
|
|
|
9409
9516
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
9410
9517
|
}
|
|
9411
9518
|
}
|
|
9412
|
-
@media screen and (min-width:
|
|
9519
|
+
@media screen and (min-width: 75rem) {
|
|
9413
9520
|
.pf-v6-c-menu__list.pf-m-hidden-on-xl,
|
|
9414
9521
|
.pf-v6-c-menu__group.pf-m-hidden-on-xl {
|
|
9415
9522
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
@@ -9419,7 +9526,7 @@ ul.pf-v6-c-list {
|
|
|
9419
9526
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
9420
9527
|
}
|
|
9421
9528
|
}
|
|
9422
|
-
@media screen and (min-width:
|
|
9529
|
+
@media screen and (min-width: 90.625rem) {
|
|
9423
9530
|
.pf-v6-c-menu__list.pf-m-hidden-on-2xl,
|
|
9424
9531
|
.pf-v6-c-menu__group.pf-m-hidden-on-2xl {
|
|
9425
9532
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
@@ -9705,7 +9812,7 @@ ul.pf-v6-c-list {
|
|
|
9705
9812
|
.pf-v6-c-menu__item.pf-m-hidden {
|
|
9706
9813
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
9707
9814
|
}
|
|
9708
|
-
@media screen and (min-width:
|
|
9815
|
+
@media screen and (min-width: 36rem) {
|
|
9709
9816
|
.pf-v6-c-menu__item.pf-m-hidden-on-sm {
|
|
9710
9817
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
9711
9818
|
}
|
|
@@ -9713,7 +9820,7 @@ ul.pf-v6-c-list {
|
|
|
9713
9820
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
9714
9821
|
}
|
|
9715
9822
|
}
|
|
9716
|
-
@media screen and (min-width:
|
|
9823
|
+
@media screen and (min-width: 48rem) {
|
|
9717
9824
|
.pf-v6-c-menu__item.pf-m-hidden-on-md {
|
|
9718
9825
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
9719
9826
|
}
|
|
@@ -9721,7 +9828,7 @@ ul.pf-v6-c-list {
|
|
|
9721
9828
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
9722
9829
|
}
|
|
9723
9830
|
}
|
|
9724
|
-
@media screen and (min-width:
|
|
9831
|
+
@media screen and (min-width: 62rem) {
|
|
9725
9832
|
.pf-v6-c-menu__item.pf-m-hidden-on-lg {
|
|
9726
9833
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
9727
9834
|
}
|
|
@@ -9729,7 +9836,7 @@ ul.pf-v6-c-list {
|
|
|
9729
9836
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
9730
9837
|
}
|
|
9731
9838
|
}
|
|
9732
|
-
@media screen and (min-width:
|
|
9839
|
+
@media screen and (min-width: 75rem) {
|
|
9733
9840
|
.pf-v6-c-menu__item.pf-m-hidden-on-xl {
|
|
9734
9841
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
9735
9842
|
}
|
|
@@ -9737,7 +9844,7 @@ ul.pf-v6-c-list {
|
|
|
9737
9844
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
9738
9845
|
}
|
|
9739
9846
|
}
|
|
9740
|
-
@media screen and (min-width:
|
|
9847
|
+
@media screen and (min-width: 90.625rem) {
|
|
9741
9848
|
.pf-v6-c-menu__item.pf-m-hidden-on-2xl {
|
|
9742
9849
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
9743
9850
|
}
|
|
@@ -9931,6 +10038,7 @@ ul.pf-v6-c-list {
|
|
|
9931
10038
|
--pf-v6-c-menu-toggle__button--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
9932
10039
|
--pf-v6-c-menu-toggle__button--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
9933
10040
|
--pf-v6-c-menu-toggle__button--MinWidth: calc(var(--pf-v6-c-menu-toggle--FontSize) * var(--pf-v6-c-menu-toggle--LineHeight) + var(--pf-v6-c-menu-toggle--PaddingBlockStart) + var(--pf-v6-c-menu-toggle--PaddingBlockEnd));
|
|
10041
|
+
--pf-v6-c-menu-toggle__button--m-text--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
9934
10042
|
--pf-v6-c-menu-toggle--m-plain--Color: var(--pf-t--global--icon--color--regular);
|
|
9935
10043
|
--pf-v6-c-menu-toggle--m-plain--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
9936
10044
|
--pf-v6-c-menu-toggle--m-plain--BorderColor: transparent;
|
|
@@ -10194,6 +10302,11 @@ ul.pf-v6-c-list {
|
|
|
10194
10302
|
.pf-v6-c-menu-toggle__button:has(.pf-v6-c-menu-toggle__controls) {
|
|
10195
10303
|
padding-inline-start: 0;
|
|
10196
10304
|
}
|
|
10305
|
+
.pf-v6-c-menu-toggle__button.pf-m-text {
|
|
10306
|
+
display: inline-flex;
|
|
10307
|
+
align-items: baseline;
|
|
10308
|
+
padding-inline-start: var(--pf-v6-c-menu-toggle__button--m-text--PaddingInlineStart);
|
|
10309
|
+
}
|
|
10197
10310
|
|
|
10198
10311
|
.pf-v6-c-menu-toggle__text {
|
|
10199
10312
|
overflow: hidden;
|
|
@@ -10286,7 +10399,7 @@ ul.pf-v6-c-list {
|
|
|
10286
10399
|
--pf-v6-c-modal-box__footer--c-button--MarginInlineEnd: var(--pf-t--global--spacer--md);
|
|
10287
10400
|
--pf-v6-c-modal-box__footer--c-button--sm--MarginInlineEnd: calc(var(--pf-v6-c-modal-box__footer--c-button--MarginInlineEnd) / 2);
|
|
10288
10401
|
}
|
|
10289
|
-
@media (min-width:
|
|
10402
|
+
@media (min-width: 75rem) {
|
|
10290
10403
|
:where(:root, .pf-v6-c-modal-box) {
|
|
10291
10404
|
--pf-v6-c-modal-box--m-align-top--spacer: var(--pf-v6-c-modal-box--m-align-top--xl--spacer);
|
|
10292
10405
|
}
|
|
@@ -10432,7 +10545,7 @@ ul.pf-v6-c-list {
|
|
|
10432
10545
|
.pf-v6-c-modal-box__footer > .pf-v6-c-button:not(:last-child) {
|
|
10433
10546
|
margin-inline-end: var(--pf-v6-c-modal-box__footer--c-button--MarginInlineEnd);
|
|
10434
10547
|
}
|
|
10435
|
-
@media screen and (min-width:
|
|
10548
|
+
@media screen and (min-width: 36rem) {
|
|
10436
10549
|
.pf-v6-c-modal-box__footer > .pf-v6-c-button:not(:last-child) {
|
|
10437
10550
|
--pf-v6-c-modal-box__footer--c-button--MarginInlineEnd: var(--pf-v6-c-modal-box__footer--c-button--sm--MarginInlineEnd);
|
|
10438
10551
|
}
|
|
@@ -10657,8 +10770,8 @@ ul.pf-v6-c-list {
|
|
|
10657
10770
|
--pf-v6-c-nav__list--ColumnGap: var(--pf-t--global--spacer--xs);
|
|
10658
10771
|
--pf-v6-c-nav--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
10659
10772
|
--pf-v6-c-nav--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
10660
|
-
--pf-v6-c-nav--PaddingInlineStart:
|
|
10661
|
-
--pf-v6-c-nav--PaddingInlineEnd:
|
|
10773
|
+
--pf-v6-c-nav--PaddingInlineStart: 0;
|
|
10774
|
+
--pf-v6-c-nav--PaddingInlineEnd: 0;
|
|
10662
10775
|
--pf-v6-c-nav--RowGap: var(--pf-t--global--spacer--lg);
|
|
10663
10776
|
--pf-v6-c-nav--ColumnGap: 0;
|
|
10664
10777
|
--pf-v6-c-nav--AlignItems: baseline;
|
|
@@ -10748,8 +10861,9 @@ ul.pf-v6-c-list {
|
|
|
10748
10861
|
.pf-v6-c-nav.pf-m-overflow-hidden {
|
|
10749
10862
|
overflow: hidden;
|
|
10750
10863
|
}
|
|
10751
|
-
.pf-v6-c-nav.pf-m-
|
|
10752
|
-
|
|
10864
|
+
.pf-v6-c-nav.pf-m-inset {
|
|
10865
|
+
--pf-v6-c-nav--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
10866
|
+
--pf-v6-c-nav--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
10753
10867
|
}
|
|
10754
10868
|
.pf-v6-c-nav.pf-m-fill {
|
|
10755
10869
|
flex-grow: 1;
|
|
@@ -11344,8 +11458,7 @@ ul.pf-v6-c-list {
|
|
|
11344
11458
|
|
|
11345
11459
|
:where(:root, .pf-v6-c-page) {
|
|
11346
11460
|
--pf-v6-c-page--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
11347
|
-
--pf-v6-c-page--inset: var(--pf-t--global--spacer--
|
|
11348
|
-
--pf-v6-c-page--xl--inset: var(--pf-t--global--spacer--xl);
|
|
11461
|
+
--pf-v6-c-page--inset: var(--pf-t--global--spacer--inset--page-chrome);
|
|
11349
11462
|
--pf-v6-c-page--c-masthead--ZIndex: var(--pf-t--global--z-index--md);
|
|
11350
11463
|
--pf-v6-c-page__sidebar--ZIndex: var(--pf-t--global--z-index--sm);
|
|
11351
11464
|
--pf-v6-c-page__sidebar--Width: 18.125rem;
|
|
@@ -11359,6 +11472,7 @@ ul.pf-v6-c-list {
|
|
|
11359
11472
|
--pf-v6-c-page__sidebar--MarginInlineEnd: 0;
|
|
11360
11473
|
--pf-v6-c-page__sidebar--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
|
11361
11474
|
--pf-v6-c-page__sidebar--PaddingInlineStart: 0;
|
|
11475
|
+
--pf-v6-c-page__sidebar--PaddingInlineEnd: 0;
|
|
11362
11476
|
--pf-v6-c-page__sidebar-header--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
|
|
11363
11477
|
--pf-v6-c-page__sidebar-header--BorderBlockEndColor: var(--pf-t--global--border--color--default);
|
|
11364
11478
|
--pf-v6-c-page__sidebar-header--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
@@ -11368,17 +11482,19 @@ ul.pf-v6-c-list {
|
|
|
11368
11482
|
--pf-v6-c-page__sidebar-title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
11369
11483
|
--pf-v6-c-page__sidebar-title--FontFamily: var(--pf-t--global--font--family--heading);
|
|
11370
11484
|
--pf-v6-c-page__sidebar-title--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
11371
|
-
--pf-v6-c-page__sidebar-body--PaddingInlineEnd:
|
|
11372
|
-
--pf-v6-c-page__sidebar-body--PaddingInlineStart:
|
|
11485
|
+
--pf-v6-c-page__sidebar-body--PaddingInlineEnd: var(--pf-t--global--spacer--inset--page-chrome);
|
|
11486
|
+
--pf-v6-c-page__sidebar-body--PaddingInlineStart: var(--pf-t--global--spacer--inset--page-chrome);
|
|
11373
11487
|
--pf-v6-c-page__sidebar-body--m-page-insets--PaddingInlineEnd: var(--pf-v6-c-page--inset);
|
|
11374
11488
|
--pf-v6-c-page__sidebar-body--m-page-insets--PaddingInlineStart: var(--pf-v6-c-page--inset);
|
|
11375
11489
|
--pf-v6-c-page__sidebar-body--m-context-selector--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
11376
11490
|
--pf-v6-c-page__sidebar-body--m-context-selector--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
11377
11491
|
--pf-v6-c-page__main-container--ZIndex: var(--pf-t--global--z-index--xs);
|
|
11492
|
+
--pf-v6-c-page__main-container--GridArea: main;
|
|
11493
|
+
--pf-v6-c-page--masthead--main-container--GridArea: sidebar / sidebar / main / main;
|
|
11378
11494
|
--pf-v6-c-page__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg));
|
|
11379
11495
|
--pf-v6-c-page__main-container--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
11380
|
-
--pf-v6-c-page__main-container--MarginInlineStart: var(--pf-
|
|
11381
|
-
--pf-v6-c-page__main-container--MarginInlineEnd: var(--pf-
|
|
11496
|
+
--pf-v6-c-page__main-container--MarginInlineStart: var(--pf-v6-c-page--inset);
|
|
11497
|
+
--pf-v6-c-page__main-container--MarginInlineEnd: var(--pf-v6-c-page--inset);
|
|
11382
11498
|
--pf-v6-c-page__main-container--BorderRadius: var(--pf-t--global--border--radius--large);
|
|
11383
11499
|
--pf-v6-c-page__main-container--BorderWidth: var(--pf-t--global--spacer--sm);
|
|
11384
11500
|
--pf-v6-c-page__main-container--BorderColor: var(--pf-v6-c-page__main-container--BackgroundColor);
|
|
@@ -11391,7 +11507,6 @@ ul.pf-v6-c-list {
|
|
|
11391
11507
|
--pf-v6-c-page__main-section--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
11392
11508
|
--pf-v6-c-page__main-section--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
11393
11509
|
--pf-v6-c-page__main-breadcrumb--page__main-tabs--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
11394
|
-
--pf-v6-c-page__main-nav--page__main-tabs--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
11395
11510
|
--pf-v6-c-page--section--m-limit-width--MaxWidth: calc(125rem - var(--pf-v6-c-page__sidebar--Width));
|
|
11396
11511
|
--pf-v6-c-page--section--m-sticky-top--ZIndex: var(--pf-t--global--z-index--md);
|
|
11397
11512
|
--pf-v6-c-page--section--m-sticky-top--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
|
|
@@ -11401,13 +11516,6 @@ ul.pf-v6-c-list {
|
|
|
11401
11516
|
--pf-v6-c-page--section--m-shadow-bottom--ZIndex: var(--pf-t--global--z-index--xs);
|
|
11402
11517
|
--pf-v6-c-page--section--m-shadow-top--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
|
|
11403
11518
|
--pf-v6-c-page--section--m-shadow-top--ZIndex: var(--pf-t--global--z-index--xs);
|
|
11404
|
-
--pf-v6-c-page__main-nav--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
11405
|
-
--pf-v6-c-page__main-nav--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
11406
|
-
--pf-v6-c-page__main-nav--PaddingInlineEnd: 0;
|
|
11407
|
-
--pf-v6-c-page__main-nav--PaddingInlineStart: 0;
|
|
11408
|
-
--pf-v6-c-page__main-nav--m-sticky-top--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
11409
|
-
--pf-v6-c-page__main-nav--xl--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
11410
|
-
--pf-v6-c-page__main-nav--xl--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
11411
11519
|
--pf-v6-c-page__main-subnav--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
11412
11520
|
--pf-v6-c-page__main-subnav--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
11413
11521
|
--pf-v6-c-page__main-subnav--PaddingBlockEnd: 0;
|
|
@@ -11427,12 +11535,7 @@ ul.pf-v6-c-list {
|
|
|
11427
11535
|
--pf-v6-c-page__main-wizard--BorderBlockStartColor: var(--pf-t--global--border--color--default);
|
|
11428
11536
|
--pf-v6-c-page__main-wizard--BorderBlockStartWidth: var(--pf-t--global--border--width--action--default);
|
|
11429
11537
|
}
|
|
11430
|
-
@media (min-width:
|
|
11431
|
-
:where(:root, .pf-v6-c-page) {
|
|
11432
|
-
--pf-v6-c-page--inset: var(--pf-v6-c-page--xl--inset);
|
|
11433
|
-
}
|
|
11434
|
-
}
|
|
11435
|
-
@media screen and (min-width: 1200px) {
|
|
11538
|
+
@media screen and (min-width: 75rem) {
|
|
11436
11539
|
:where(:root, .pf-v6-c-page) {
|
|
11437
11540
|
--pf-v6-c-page__sidebar--TranslateX: var(--pf-v6-c-page__sidebar--xl--TranslateX);
|
|
11438
11541
|
}
|
|
@@ -11448,10 +11551,10 @@ ul.pf-v6-c-list {
|
|
|
11448
11551
|
max-height: 100%;
|
|
11449
11552
|
background-color: var(--pf-v6-c-page--BackgroundColor);
|
|
11450
11553
|
}
|
|
11451
|
-
@media (min-width:
|
|
11554
|
+
@media (min-width: 75rem) {
|
|
11452
11555
|
.pf-v6-c-page {
|
|
11453
11556
|
grid-template-areas: "header header" "sidebar main";
|
|
11454
|
-
grid-template-columns:
|
|
11557
|
+
grid-template-columns: var(--pf-v6-c-page__sidebar--Width) 1fr;
|
|
11455
11558
|
}
|
|
11456
11559
|
}
|
|
11457
11560
|
|
|
@@ -11459,6 +11562,11 @@ ul.pf-v6-c-list {
|
|
|
11459
11562
|
z-index: var(--pf-v6-c-page--c-masthead--ZIndex);
|
|
11460
11563
|
grid-area: header;
|
|
11461
11564
|
}
|
|
11565
|
+
@media (min-width: 75rem) {
|
|
11566
|
+
.pf-v6-c-page > .pf-v6-c-masthead {
|
|
11567
|
+
--pf-v6-c-masthead--m-display-inline--GridTemplateColumns: var(--pf-v6-c-masthead--m-display-inline--breakpoint--xl--GridTemplateColumns);
|
|
11568
|
+
}
|
|
11569
|
+
}
|
|
11462
11570
|
|
|
11463
11571
|
.pf-v6-c-page__sidebar {
|
|
11464
11572
|
z-index: var(--pf-v6-c-page__sidebar--ZIndex);
|
|
@@ -11471,6 +11579,7 @@ ul.pf-v6-c-list {
|
|
|
11471
11579
|
padding-block-start: 0;
|
|
11472
11580
|
padding-block-end: var(--pf-v6-c-page__sidebar--PaddingBlockEnd);
|
|
11473
11581
|
padding-inline-start: var(--pf-v6-c-page__sidebar--PaddingInlineStart);
|
|
11582
|
+
padding-inline-end: var(--pf-v6-c-page__sidebar--PaddingInlineEnd);
|
|
11474
11583
|
margin-inline-end: var(--pf-v6-c-page__sidebar--MarginInlineEnd);
|
|
11475
11584
|
overflow-x: hidden;
|
|
11476
11585
|
overflow-y: auto;
|
|
@@ -11487,7 +11596,7 @@ ul.pf-v6-c-list {
|
|
|
11487
11596
|
--pf-v6-c-page__sidebar--TranslateX: var(--pf-v6-c-page__sidebar--m-expanded--TranslateX);
|
|
11488
11597
|
box-shadow: var(--pf-v6-c-page__sidebar--BoxShadow);
|
|
11489
11598
|
}
|
|
11490
|
-
@media screen and (min-width:
|
|
11599
|
+
@media screen and (min-width: 75rem) {
|
|
11491
11600
|
.pf-v6-c-page__sidebar.pf-m-expanded {
|
|
11492
11601
|
--pf-v6-c-page__sidebar--BoxShadow: none;
|
|
11493
11602
|
}
|
|
@@ -11537,21 +11646,18 @@ ul.pf-v6-c-list {
|
|
|
11537
11646
|
flex-grow: 0;
|
|
11538
11647
|
}
|
|
11539
11648
|
|
|
11540
|
-
.pf-v6-c-page__main-nav.pf-m-limit-width > .pf-v6-c-page__main-body,
|
|
11541
11649
|
.pf-v6-c-page__main-breadcrumb.pf-m-limit-width > .pf-v6-c-page__main-body,
|
|
11542
11650
|
.pf-v6-c-page__main-tabs.pf-m-limit-width > .pf-v6-c-page__main-body,
|
|
11543
11651
|
.pf-v6-c-page__main-section.pf-m-limit-width > .pf-v6-c-page__main-body,
|
|
11544
11652
|
.pf-v6-c-page__main-wizard.pf-m-limit-width > .pf-v6-c-page__main-body {
|
|
11545
11653
|
max-width: var(--pf-v6-c-page--section--m-limit-width--MaxWidth);
|
|
11546
11654
|
}
|
|
11547
|
-
.pf-v6-c-page__main-nav.pf-m-limit-width.pf-m-align-center,
|
|
11548
11655
|
.pf-v6-c-page__main-breadcrumb.pf-m-limit-width.pf-m-align-center,
|
|
11549
11656
|
.pf-v6-c-page__main-tabs.pf-m-limit-width.pf-m-align-center,
|
|
11550
11657
|
.pf-v6-c-page__main-section.pf-m-limit-width.pf-m-align-center,
|
|
11551
11658
|
.pf-v6-c-page__main-wizard.pf-m-limit-width.pf-m-align-center {
|
|
11552
11659
|
align-items: center;
|
|
11553
11660
|
}
|
|
11554
|
-
.pf-v6-c-page__main-nav.pf-m-limit-width.pf-m-align-center > .pf-v6-c-page__main-body,
|
|
11555
11661
|
.pf-v6-c-page__main-breadcrumb.pf-m-limit-width.pf-m-align-center > .pf-v6-c-page__main-body,
|
|
11556
11662
|
.pf-v6-c-page__main-tabs.pf-m-limit-width.pf-m-align-center > .pf-v6-c-page__main-body,
|
|
11557
11663
|
.pf-v6-c-page__main-section.pf-m-limit-width.pf-m-align-center > .pf-v6-c-page__main-body,
|
|
@@ -11559,7 +11665,6 @@ ul.pf-v6-c-list {
|
|
|
11559
11665
|
width: 100%;
|
|
11560
11666
|
}
|
|
11561
11667
|
|
|
11562
|
-
.pf-v6-c-page__main-nav,
|
|
11563
11668
|
.pf-v6-c-page__main-breadcrumb,
|
|
11564
11669
|
.pf-v6-c-page__main-tabs,
|
|
11565
11670
|
.pf-v6-c-page__main-section,
|
|
@@ -11570,7 +11675,6 @@ ul.pf-v6-c-list {
|
|
|
11570
11675
|
flex-direction: column;
|
|
11571
11676
|
flex-shrink: 0;
|
|
11572
11677
|
}
|
|
11573
|
-
.pf-v6-c-page__main-nav.pf-m-overflow-scroll,
|
|
11574
11678
|
.pf-v6-c-page__main-breadcrumb.pf-m-overflow-scroll,
|
|
11575
11679
|
.pf-v6-c-page__main-tabs.pf-m-overflow-scroll,
|
|
11576
11680
|
.pf-v6-c-page__main-section.pf-m-overflow-scroll,
|
|
@@ -11581,7 +11685,6 @@ ul.pf-v6-c-list {
|
|
|
11581
11685
|
flex-shrink: 1;
|
|
11582
11686
|
overflow: auto;
|
|
11583
11687
|
}
|
|
11584
|
-
.pf-v6-c-page__main-nav.pf-m-shadow-bottom,
|
|
11585
11688
|
.pf-v6-c-page__main-breadcrumb.pf-m-shadow-bottom,
|
|
11586
11689
|
.pf-v6-c-page__main-tabs.pf-m-shadow-bottom,
|
|
11587
11690
|
.pf-v6-c-page__main-section.pf-m-shadow-bottom,
|
|
@@ -11591,7 +11694,6 @@ ul.pf-v6-c-list {
|
|
|
11591
11694
|
z-index: var(--pf-v6-c-page--section--m-shadow-bottom--ZIndex);
|
|
11592
11695
|
box-shadow: var(--pf-v6-c-page--section--m-shadow-bottom--BoxShadow);
|
|
11593
11696
|
}
|
|
11594
|
-
.pf-v6-c-page__main-nav.pf-m-shadow-top,
|
|
11595
11697
|
.pf-v6-c-page__main-breadcrumb.pf-m-shadow-top,
|
|
11596
11698
|
.pf-v6-c-page__main-tabs.pf-m-shadow-top,
|
|
11597
11699
|
.pf-v6-c-page__main-section.pf-m-shadow-top,
|
|
@@ -11601,7 +11703,6 @@ ul.pf-v6-c-list {
|
|
|
11601
11703
|
z-index: var(--pf-v6-c-page--section--m-shadow-top--ZIndex);
|
|
11602
11704
|
box-shadow: var(--pf-v6-c-page--section--m-shadow-top--BoxShadow);
|
|
11603
11705
|
}
|
|
11604
|
-
.pf-v6-c-page__main-nav.pf-m-sticky-top,
|
|
11605
11706
|
.pf-v6-c-page__main-breadcrumb.pf-m-sticky-top,
|
|
11606
11707
|
.pf-v6-c-page__main-tabs.pf-m-sticky-top,
|
|
11607
11708
|
.pf-v6-c-page__main-section.pf-m-sticky-top,
|
|
@@ -11613,7 +11714,6 @@ ul.pf-v6-c-list {
|
|
|
11613
11714
|
z-index: var(--pf-v6-c-page--section--m-sticky-top--ZIndex);
|
|
11614
11715
|
box-shadow: var(--pf-v6-c-page--section--m-sticky-top--BoxShadow);
|
|
11615
11716
|
}
|
|
11616
|
-
.pf-v6-c-page__main-nav.pf-m-sticky-bottom,
|
|
11617
11717
|
.pf-v6-c-page__main-breadcrumb.pf-m-sticky-bottom,
|
|
11618
11718
|
.pf-v6-c-page__main-tabs.pf-m-sticky-bottom,
|
|
11619
11719
|
.pf-v6-c-page__main-section.pf-m-sticky-bottom,
|
|
@@ -11626,7 +11726,6 @@ ul.pf-v6-c-list {
|
|
|
11626
11726
|
box-shadow: var(--pf-v6-c-page--section--m-sticky-bottom--BoxShadow);
|
|
11627
11727
|
}
|
|
11628
11728
|
@media (min-height: 0) {
|
|
11629
|
-
.pf-v6-c-page__main-nav.pf-m-sticky-top-on-sm-height,
|
|
11630
11729
|
.pf-v6-c-page__main-breadcrumb.pf-m-sticky-top-on-sm-height,
|
|
11631
11730
|
.pf-v6-c-page__main-tabs.pf-m-sticky-top-on-sm-height,
|
|
11632
11731
|
.pf-v6-c-page__main-section.pf-m-sticky-top-on-sm-height,
|
|
@@ -11638,7 +11737,6 @@ ul.pf-v6-c-list {
|
|
|
11638
11737
|
z-index: var(--pf-v6-c-page--section--m-sticky-top--ZIndex);
|
|
11639
11738
|
box-shadow: var(--pf-v6-c-page--section--m-sticky-top--BoxShadow);
|
|
11640
11739
|
}
|
|
11641
|
-
.pf-v6-c-page__main-nav.pf-m-sticky-bottom-on-sm-height,
|
|
11642
11740
|
.pf-v6-c-page__main-breadcrumb.pf-m-sticky-bottom-on-sm-height,
|
|
11643
11741
|
.pf-v6-c-page__main-tabs.pf-m-sticky-bottom-on-sm-height,
|
|
11644
11742
|
.pf-v6-c-page__main-section.pf-m-sticky-bottom-on-sm-height,
|
|
@@ -11652,7 +11750,6 @@ ul.pf-v6-c-list {
|
|
|
11652
11750
|
}
|
|
11653
11751
|
}
|
|
11654
11752
|
@media (min-height: 40rem) {
|
|
11655
|
-
.pf-v6-c-page__main-nav.pf-m-sticky-top-on-md-height,
|
|
11656
11753
|
.pf-v6-c-page__main-breadcrumb.pf-m-sticky-top-on-md-height,
|
|
11657
11754
|
.pf-v6-c-page__main-tabs.pf-m-sticky-top-on-md-height,
|
|
11658
11755
|
.pf-v6-c-page__main-section.pf-m-sticky-top-on-md-height,
|
|
@@ -11664,7 +11761,6 @@ ul.pf-v6-c-list {
|
|
|
11664
11761
|
z-index: var(--pf-v6-c-page--section--m-sticky-top--ZIndex);
|
|
11665
11762
|
box-shadow: var(--pf-v6-c-page--section--m-sticky-top--BoxShadow);
|
|
11666
11763
|
}
|
|
11667
|
-
.pf-v6-c-page__main-nav.pf-m-sticky-bottom-on-md-height,
|
|
11668
11764
|
.pf-v6-c-page__main-breadcrumb.pf-m-sticky-bottom-on-md-height,
|
|
11669
11765
|
.pf-v6-c-page__main-tabs.pf-m-sticky-bottom-on-md-height,
|
|
11670
11766
|
.pf-v6-c-page__main-section.pf-m-sticky-bottom-on-md-height,
|
|
@@ -11678,7 +11774,6 @@ ul.pf-v6-c-list {
|
|
|
11678
11774
|
}
|
|
11679
11775
|
}
|
|
11680
11776
|
@media (min-height: 48rem) {
|
|
11681
|
-
.pf-v6-c-page__main-nav.pf-m-sticky-top-on-lg-height,
|
|
11682
11777
|
.pf-v6-c-page__main-breadcrumb.pf-m-sticky-top-on-lg-height,
|
|
11683
11778
|
.pf-v6-c-page__main-tabs.pf-m-sticky-top-on-lg-height,
|
|
11684
11779
|
.pf-v6-c-page__main-section.pf-m-sticky-top-on-lg-height,
|
|
@@ -11690,7 +11785,6 @@ ul.pf-v6-c-list {
|
|
|
11690
11785
|
z-index: var(--pf-v6-c-page--section--m-sticky-top--ZIndex);
|
|
11691
11786
|
box-shadow: var(--pf-v6-c-page--section--m-sticky-top--BoxShadow);
|
|
11692
11787
|
}
|
|
11693
|
-
.pf-v6-c-page__main-nav.pf-m-sticky-bottom-on-lg-height,
|
|
11694
11788
|
.pf-v6-c-page__main-breadcrumb.pf-m-sticky-bottom-on-lg-height,
|
|
11695
11789
|
.pf-v6-c-page__main-tabs.pf-m-sticky-bottom-on-lg-height,
|
|
11696
11790
|
.pf-v6-c-page__main-section.pf-m-sticky-bottom-on-lg-height,
|
|
@@ -11704,7 +11798,6 @@ ul.pf-v6-c-list {
|
|
|
11704
11798
|
}
|
|
11705
11799
|
}
|
|
11706
11800
|
@media (min-height: 60rem) {
|
|
11707
|
-
.pf-v6-c-page__main-nav.pf-m-sticky-top-on-xl-height,
|
|
11708
11801
|
.pf-v6-c-page__main-breadcrumb.pf-m-sticky-top-on-xl-height,
|
|
11709
11802
|
.pf-v6-c-page__main-tabs.pf-m-sticky-top-on-xl-height,
|
|
11710
11803
|
.pf-v6-c-page__main-section.pf-m-sticky-top-on-xl-height,
|
|
@@ -11716,7 +11809,6 @@ ul.pf-v6-c-list {
|
|
|
11716
11809
|
z-index: var(--pf-v6-c-page--section--m-sticky-top--ZIndex);
|
|
11717
11810
|
box-shadow: var(--pf-v6-c-page--section--m-sticky-top--BoxShadow);
|
|
11718
11811
|
}
|
|
11719
|
-
.pf-v6-c-page__main-nav.pf-m-sticky-bottom-on-xl-height,
|
|
11720
11812
|
.pf-v6-c-page__main-breadcrumb.pf-m-sticky-bottom-on-xl-height,
|
|
11721
11813
|
.pf-v6-c-page__main-tabs.pf-m-sticky-bottom-on-xl-height,
|
|
11722
11814
|
.pf-v6-c-page__main-section.pf-m-sticky-bottom-on-xl-height,
|
|
@@ -11730,7 +11822,6 @@ ul.pf-v6-c-list {
|
|
|
11730
11822
|
}
|
|
11731
11823
|
}
|
|
11732
11824
|
@media (min-height: 80rem) {
|
|
11733
|
-
.pf-v6-c-page__main-nav.pf-m-sticky-top-on-2xl-height,
|
|
11734
11825
|
.pf-v6-c-page__main-breadcrumb.pf-m-sticky-top-on-2xl-height,
|
|
11735
11826
|
.pf-v6-c-page__main-tabs.pf-m-sticky-top-on-2xl-height,
|
|
11736
11827
|
.pf-v6-c-page__main-section.pf-m-sticky-top-on-2xl-height,
|
|
@@ -11742,7 +11833,6 @@ ul.pf-v6-c-list {
|
|
|
11742
11833
|
z-index: var(--pf-v6-c-page--section--m-sticky-top--ZIndex);
|
|
11743
11834
|
box-shadow: var(--pf-v6-c-page--section--m-sticky-top--BoxShadow);
|
|
11744
11835
|
}
|
|
11745
|
-
.pf-v6-c-page__main-nav.pf-m-sticky-bottom-on-2xl-height,
|
|
11746
11836
|
.pf-v6-c-page__main-breadcrumb.pf-m-sticky-bottom-on-2xl-height,
|
|
11747
11837
|
.pf-v6-c-page__main-tabs.pf-m-sticky-bottom-on-2xl-height,
|
|
11748
11838
|
.pf-v6-c-page__main-section.pf-m-sticky-bottom-on-2xl-height,
|
|
@@ -11761,26 +11851,37 @@ ul.pf-v6-c-list {
|
|
|
11761
11851
|
flex-direction: column;
|
|
11762
11852
|
align-self: start;
|
|
11763
11853
|
max-height: var(--pf-v6-c-page__main-container--MaxHeight);
|
|
11764
|
-
margin-block-start: 0;
|
|
11765
11854
|
margin-inline-start: var(--pf-v6-c-page__main-container--MarginInlineStart);
|
|
11766
11855
|
margin-inline-end: var(--pf-v6-c-page__main-container--MarginInlineEnd);
|
|
11767
|
-
overflow: auto;
|
|
11768
11856
|
background: var(--pf-v6-c-page__main-container--BackgroundColor);
|
|
11769
11857
|
border: var(--pf-v6-c-page__main-container--BorderWidth) solid var(--pf-v6-c-page__main-container--BorderColor);
|
|
11770
11858
|
border-radius: var(--pf-v6-c-page__main-container--BorderRadius);
|
|
11771
11859
|
}
|
|
11772
|
-
.pf-v6-c-page__main-container.pf-m-fill, .pf-v6-c-page__main-container:has(.pf-v6-c-page__main-wizard) {
|
|
11773
|
-
align-self: stretch;
|
|
11774
|
-
}
|
|
11775
11860
|
|
|
11776
11861
|
.pf-v6-c-page__main-container,
|
|
11777
11862
|
.pf-v6-c-page__drawer {
|
|
11778
11863
|
z-index: var(--pf-v6-c-page__main-container--ZIndex);
|
|
11779
|
-
grid-area:
|
|
11864
|
+
grid-area: var(--pf-v6-c-page__main-container--GridArea);
|
|
11780
11865
|
overflow-x: hidden;
|
|
11781
11866
|
overflow-y: auto;
|
|
11782
11867
|
-webkit-overflow-scrolling: touch;
|
|
11783
11868
|
}
|
|
11869
|
+
@media screen and (min-width: 75rem) {
|
|
11870
|
+
.pf-v6-c-masthead + .pf-v6-c-page__main-container, .pf-v6-c-page__sidebar.pf-m-collapsed + .pf-v6-c-page__main-container,
|
|
11871
|
+
.pf-v6-c-masthead + .pf-v6-c-page__drawer,
|
|
11872
|
+
.pf-v6-c-page__sidebar.pf-m-collapsed + .pf-v6-c-page__drawer {
|
|
11873
|
+
--pf-v6-c-page__main-container--GridArea: var(--pf-v6-c-page--masthead--main-container--GridArea);
|
|
11874
|
+
}
|
|
11875
|
+
.pf-v6-c-page__sidebar:not(.pf-m-collapsed) + .pf-v6-c-page__main-container,
|
|
11876
|
+
.pf-v6-c-page__sidebar:not(.pf-m-collapsed) + .pf-v6-c-page__drawer {
|
|
11877
|
+
--pf-v6-c-page__main-container--MarginInlineStart: 0;
|
|
11878
|
+
}
|
|
11879
|
+
}
|
|
11880
|
+
.pf-v6-c-page__main-container.pf-m-fill, .pf-v6-c-page__main-container:has(.pf-v6-c-page__main-wizard),
|
|
11881
|
+
.pf-v6-c-page__drawer.pf-m-fill,
|
|
11882
|
+
.pf-v6-c-page__drawer:has(.pf-v6-c-page__main-wizard) {
|
|
11883
|
+
align-self: stretch;
|
|
11884
|
+
}
|
|
11784
11885
|
.pf-v6-c-page__main-container:focus,
|
|
11785
11886
|
.pf-v6-c-page__drawer:focus {
|
|
11786
11887
|
outline: 0;
|
|
@@ -11788,48 +11889,12 @@ ul.pf-v6-c-list {
|
|
|
11788
11889
|
|
|
11789
11890
|
.pf-v6-c-page__main,
|
|
11790
11891
|
.pf-v6-c-page__main-drawer,
|
|
11791
|
-
.pf-v6-c-page__main-group
|
|
11792
|
-
.pf-v6-c-page__main-list {
|
|
11892
|
+
.pf-v6-c-page__main-group {
|
|
11793
11893
|
display: flex;
|
|
11794
11894
|
flex-direction: column;
|
|
11795
11895
|
flex-grow: 1;
|
|
11796
11896
|
}
|
|
11797
11897
|
|
|
11798
|
-
.pf-v6-c-page__main-nav {
|
|
11799
|
-
padding-block-start: var(--pf-v6-c-page__main-nav--PaddingBlockStart);
|
|
11800
|
-
padding-inline-start: var(--pf-v6-c-page__main-nav--PaddingInlineStart);
|
|
11801
|
-
padding-inline-end: var(--pf-v6-c-page__main-nav--PaddingInlineEnd);
|
|
11802
|
-
background-color: var(--pf-v6-c-page__main-nav--BackgroundColor);
|
|
11803
|
-
}
|
|
11804
|
-
.pf-v6-c-page__main-nav.pf-m-sticky-top, .pf-v6-c-page__main-group.pf-m-sticky-top .pf-v6-c-page__main-nav:last-child {
|
|
11805
|
-
padding-block-end: var(--pf-v6-c-page__main-nav--m-sticky-top--PaddingBlockEnd);
|
|
11806
|
-
}
|
|
11807
|
-
@media (min-height: 0) {
|
|
11808
|
-
.pf-v6-c-page__main-nav.pf-m-sticky-top-on-sm-height, .pf-v6-c-page__main-group.pf-m-sticky-top-on-sm-height .pf-v6-c-page__main-nav:last-child {
|
|
11809
|
-
padding-block-end: var(--pf-v6-c-page__main-nav--m-sticky-top--PaddingBlockEnd);
|
|
11810
|
-
}
|
|
11811
|
-
}
|
|
11812
|
-
@media (min-height: 40rem) {
|
|
11813
|
-
.pf-v6-c-page__main-nav.pf-m-sticky-top-on-md-height, .pf-v6-c-page__main-group.pf-m-sticky-top-on-md-height .pf-v6-c-page__main-nav:last-child {
|
|
11814
|
-
padding-block-end: var(--pf-v6-c-page__main-nav--m-sticky-top--PaddingBlockEnd);
|
|
11815
|
-
}
|
|
11816
|
-
}
|
|
11817
|
-
@media (min-height: 48rem) {
|
|
11818
|
-
.pf-v6-c-page__main-nav.pf-m-sticky-top-on-lg-height, .pf-v6-c-page__main-group.pf-m-sticky-top-on-lg-height .pf-v6-c-page__main-nav:last-child {
|
|
11819
|
-
padding-block-end: var(--pf-v6-c-page__main-nav--m-sticky-top--PaddingBlockEnd);
|
|
11820
|
-
}
|
|
11821
|
-
}
|
|
11822
|
-
@media (min-height: 60rem) {
|
|
11823
|
-
.pf-v6-c-page__main-nav.pf-m-sticky-top-on-xl-height, .pf-v6-c-page__main-group.pf-m-sticky-top-on-xl-height .pf-v6-c-page__main-nav:last-child {
|
|
11824
|
-
padding-block-end: var(--pf-v6-c-page__main-nav--m-sticky-top--PaddingBlockEnd);
|
|
11825
|
-
}
|
|
11826
|
-
}
|
|
11827
|
-
@media (min-height: 80rem) {
|
|
11828
|
-
.pf-v6-c-page__main-nav.pf-m-sticky-top-on-2xl-height, .pf-v6-c-page__main-group.pf-m-sticky-top-on-2xl-height .pf-v6-c-page__main-nav:last-child {
|
|
11829
|
-
padding-block-end: var(--pf-v6-c-page__main-nav--m-sticky-top--PaddingBlockEnd);
|
|
11830
|
-
}
|
|
11831
|
-
}
|
|
11832
|
-
|
|
11833
11898
|
.pf-v6-c-page__main-subnav {
|
|
11834
11899
|
padding-block-start: var(--pf-v6-c-page__main-subnav--PaddingBlockStart);
|
|
11835
11900
|
padding-block-end: var(--pf-v6-c-page__main-subnav--PaddingBlockEnd);
|
|
@@ -11884,9 +11949,6 @@ ul.pf-v6-c-list {
|
|
|
11884
11949
|
padding-inline-end: var(--pf-v6-c-page__main-tabs--PaddingInlineEnd);
|
|
11885
11950
|
background-color: var(--pf-v6-c-page__main-tabs--BackgroundColor);
|
|
11886
11951
|
}
|
|
11887
|
-
.pf-v6-c-page__main-nav + .pf-v6-c-page__main-tabs {
|
|
11888
|
-
--pf-v6-c-page__main-tabs--PaddingBlockStart: var(--pf-v6-c-page__main-nav--page__main-tabs--PaddingBlockStart);
|
|
11889
|
-
}
|
|
11890
11952
|
.pf-v6-c-page__main-breadcrumb + .pf-v6-c-page__main-tabs {
|
|
11891
11953
|
--pf-v6-c-page__main-tabs--PaddingBlockStart: var(--pf-v6-c-page__main-breadcrumb--page__main-tabs--PaddingBlockStart);
|
|
11892
11954
|
}
|
|
@@ -11919,115 +11981,61 @@ ul.pf-v6-c-list {
|
|
|
11919
11981
|
padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
11920
11982
|
padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
11921
11983
|
}
|
|
11922
|
-
.pf-v6-c-page__main-section.pf-m-padding
|
|
11984
|
+
.pf-v6-c-page__main-section.pf-m-no-padding {
|
|
11923
11985
|
padding: 0;
|
|
11924
11986
|
}
|
|
11925
|
-
|
|
11926
|
-
padding-block-start: var(--pf-v6-c-page__main-section--PaddingBlockStart);
|
|
11927
|
-
padding-block-end: var(--pf-v6-c-page__main-section--PaddingBlockEnd);
|
|
11928
|
-
padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
11929
|
-
padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
11930
|
-
}
|
|
11931
|
-
.pf-v6-c-page__main-section.pf-m-no-padding, .pf-v6-c-page__main-section.pf-m-no-padding.pf-m-limit-width .pf-v6-c-page__main-body {
|
|
11932
|
-
padding: 0;
|
|
11933
|
-
}
|
|
11934
|
-
@media (min-width: 576px) {
|
|
11987
|
+
@media (min-width: 36rem) {
|
|
11935
11988
|
.pf-v6-c-page__main-section.pf-m-padding-on-sm {
|
|
11936
11989
|
padding-block-start: var(--pf-v6-c-page__main-section--PaddingBlockStart);
|
|
11937
11990
|
padding-block-end: var(--pf-v6-c-page__main-section--PaddingBlockEnd);
|
|
11938
11991
|
padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
11939
11992
|
padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
11940
11993
|
}
|
|
11941
|
-
.pf-v6-c-page__main-section.pf-m-padding-on-sm
|
|
11942
|
-
padding: 0;
|
|
11943
|
-
}
|
|
11944
|
-
.pf-v6-c-page__main-section.pf-m-padding-on-sm.pf-m-limit-width .pf-v6-c-page__main-body {
|
|
11945
|
-
padding-block-start: var(--pf-v6-c-page__main-section--PaddingBlockStart);
|
|
11946
|
-
padding-block-end: var(--pf-v6-c-page__main-section--PaddingBlockEnd);
|
|
11947
|
-
padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
11948
|
-
padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
11949
|
-
}
|
|
11950
|
-
.pf-v6-c-page__main-section.pf-m-no-padding-on-sm, .pf-v6-c-page__main-section.pf-m-no-padding-on-sm.pf-m-limit-width .pf-v6-c-page__main-body {
|
|
11994
|
+
.pf-v6-c-page__main-section.pf-m-no-padding-on-sm {
|
|
11951
11995
|
padding: 0;
|
|
11952
11996
|
}
|
|
11953
11997
|
}
|
|
11954
|
-
@media (min-width:
|
|
11998
|
+
@media (min-width: 48rem) {
|
|
11955
11999
|
.pf-v6-c-page__main-section.pf-m-padding-on-md {
|
|
11956
12000
|
padding-block-start: var(--pf-v6-c-page__main-section--PaddingBlockStart);
|
|
11957
12001
|
padding-block-end: var(--pf-v6-c-page__main-section--PaddingBlockEnd);
|
|
11958
12002
|
padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
11959
12003
|
padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
11960
12004
|
}
|
|
11961
|
-
.pf-v6-c-page__main-section.pf-m-padding-on-md
|
|
11962
|
-
padding: 0;
|
|
11963
|
-
}
|
|
11964
|
-
.pf-v6-c-page__main-section.pf-m-padding-on-md.pf-m-limit-width .pf-v6-c-page__main-body {
|
|
11965
|
-
padding-block-start: var(--pf-v6-c-page__main-section--PaddingBlockStart);
|
|
11966
|
-
padding-block-end: var(--pf-v6-c-page__main-section--PaddingBlockEnd);
|
|
11967
|
-
padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
11968
|
-
padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
11969
|
-
}
|
|
11970
|
-
.pf-v6-c-page__main-section.pf-m-no-padding-on-md, .pf-v6-c-page__main-section.pf-m-no-padding-on-md.pf-m-limit-width .pf-v6-c-page__main-body {
|
|
12005
|
+
.pf-v6-c-page__main-section.pf-m-no-padding-on-md {
|
|
11971
12006
|
padding: 0;
|
|
11972
12007
|
}
|
|
11973
12008
|
}
|
|
11974
|
-
@media (min-width:
|
|
12009
|
+
@media (min-width: 62rem) {
|
|
11975
12010
|
.pf-v6-c-page__main-section.pf-m-padding-on-lg {
|
|
11976
12011
|
padding-block-start: var(--pf-v6-c-page__main-section--PaddingBlockStart);
|
|
11977
12012
|
padding-block-end: var(--pf-v6-c-page__main-section--PaddingBlockEnd);
|
|
11978
12013
|
padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
11979
12014
|
padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
11980
12015
|
}
|
|
11981
|
-
.pf-v6-c-page__main-section.pf-m-padding-on-lg
|
|
11982
|
-
padding: 0;
|
|
11983
|
-
}
|
|
11984
|
-
.pf-v6-c-page__main-section.pf-m-padding-on-lg.pf-m-limit-width .pf-v6-c-page__main-body {
|
|
11985
|
-
padding-block-start: var(--pf-v6-c-page__main-section--PaddingBlockStart);
|
|
11986
|
-
padding-block-end: var(--pf-v6-c-page__main-section--PaddingBlockEnd);
|
|
11987
|
-
padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
11988
|
-
padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
11989
|
-
}
|
|
11990
|
-
.pf-v6-c-page__main-section.pf-m-no-padding-on-lg, .pf-v6-c-page__main-section.pf-m-no-padding-on-lg.pf-m-limit-width .pf-v6-c-page__main-body {
|
|
12016
|
+
.pf-v6-c-page__main-section.pf-m-no-padding-on-lg {
|
|
11991
12017
|
padding: 0;
|
|
11992
12018
|
}
|
|
11993
12019
|
}
|
|
11994
|
-
@media (min-width:
|
|
12020
|
+
@media (min-width: 75rem) {
|
|
11995
12021
|
.pf-v6-c-page__main-section.pf-m-padding-on-xl {
|
|
11996
12022
|
padding-block-start: var(--pf-v6-c-page__main-section--PaddingBlockStart);
|
|
11997
12023
|
padding-block-end: var(--pf-v6-c-page__main-section--PaddingBlockEnd);
|
|
11998
12024
|
padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
11999
12025
|
padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
12000
12026
|
}
|
|
12001
|
-
.pf-v6-c-page__main-section.pf-m-padding-on-xl
|
|
12002
|
-
padding: 0;
|
|
12003
|
-
}
|
|
12004
|
-
.pf-v6-c-page__main-section.pf-m-padding-on-xl.pf-m-limit-width .pf-v6-c-page__main-body {
|
|
12005
|
-
padding-block-start: var(--pf-v6-c-page__main-section--PaddingBlockStart);
|
|
12006
|
-
padding-block-end: var(--pf-v6-c-page__main-section--PaddingBlockEnd);
|
|
12007
|
-
padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
12008
|
-
padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
12009
|
-
}
|
|
12010
|
-
.pf-v6-c-page__main-section.pf-m-no-padding-on-xl, .pf-v6-c-page__main-section.pf-m-no-padding-on-xl.pf-m-limit-width .pf-v6-c-page__main-body {
|
|
12027
|
+
.pf-v6-c-page__main-section.pf-m-no-padding-on-xl {
|
|
12011
12028
|
padding: 0;
|
|
12012
12029
|
}
|
|
12013
12030
|
}
|
|
12014
|
-
@media (min-width:
|
|
12031
|
+
@media (min-width: 90.625rem) {
|
|
12015
12032
|
.pf-v6-c-page__main-section.pf-m-padding-on-2xl {
|
|
12016
12033
|
padding-block-start: var(--pf-v6-c-page__main-section--PaddingBlockStart);
|
|
12017
12034
|
padding-block-end: var(--pf-v6-c-page__main-section--PaddingBlockEnd);
|
|
12018
12035
|
padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
12019
12036
|
padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
12020
12037
|
}
|
|
12021
|
-
.pf-v6-c-page__main-section.pf-m-padding-on-2xl
|
|
12022
|
-
padding: 0;
|
|
12023
|
-
}
|
|
12024
|
-
.pf-v6-c-page__main-section.pf-m-padding-on-2xl.pf-m-limit-width .pf-v6-c-page__main-body {
|
|
12025
|
-
padding-block-start: var(--pf-v6-c-page__main-section--PaddingBlockStart);
|
|
12026
|
-
padding-block-end: var(--pf-v6-c-page__main-section--PaddingBlockEnd);
|
|
12027
|
-
padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
12028
|
-
padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderWidth));
|
|
12029
|
-
}
|
|
12030
|
-
.pf-v6-c-page__main-section.pf-m-no-padding-on-2xl, .pf-v6-c-page__main-section.pf-m-no-padding-on-2xl.pf-m-limit-width .pf-v6-c-page__main-body {
|
|
12038
|
+
.pf-v6-c-page__main-section.pf-m-no-padding-on-2xl {
|
|
12031
12039
|
padding: 0;
|
|
12032
12040
|
}
|
|
12033
12041
|
}
|
|
@@ -12050,19 +12058,6 @@ ul.pf-v6-c-list {
|
|
|
12050
12058
|
flex-shrink: 0;
|
|
12051
12059
|
}
|
|
12052
12060
|
|
|
12053
|
-
.pf-v6-c-page__main-nav .pf-v6-c-page__main-body {
|
|
12054
|
-
padding-inline-start: var(--pf-v6-c-page__main-nav--PaddingInlineStart);
|
|
12055
|
-
padding-inline-end: var(--pf-v6-c-page__main-nav--PaddingInlineEnd);
|
|
12056
|
-
}
|
|
12057
|
-
.pf-v6-c-page__main-breadcrumb .pf-v6-c-page__main-body {
|
|
12058
|
-
padding-inline-start: 0;
|
|
12059
|
-
padding-inline-end: 0;
|
|
12060
|
-
}
|
|
12061
|
-
.pf-v6-c-page__main-tabs .pf-v6-c-page__main-body {
|
|
12062
|
-
padding-inline-start: var(--pf-v6-c-page__main-tabs--PaddingInlineStart);
|
|
12063
|
-
padding-inline-end: var(--pf-v6-c-page__main-tabs--PaddingInlineEnd);
|
|
12064
|
-
}
|
|
12065
|
-
|
|
12066
12061
|
.pf-v6-c-page__drawer {
|
|
12067
12062
|
grid-area: main;
|
|
12068
12063
|
}
|
|
@@ -12107,7 +12102,7 @@ ul.pf-v6-c-list {
|
|
|
12107
12102
|
--pf-v6-c-pagination--m-bottom__page-menu--Display: var(--pf-v6-c-pagination__page-menu--Display--base);
|
|
12108
12103
|
--pf-v6-c-pagination__page-menu--md--Display: var(--pf-v6-c-pagination__page-menu--Display--base);
|
|
12109
12104
|
}
|
|
12110
|
-
@media screen and (min-width:
|
|
12105
|
+
@media screen and (min-width: 48rem) {
|
|
12111
12106
|
:where(:root, .pf-v6-c-pagination) {
|
|
12112
12107
|
--pf-v6-c-pagination--m-bottom--BoxShadow: none;
|
|
12113
12108
|
--pf-v6-c-pagination__page-menu--Display: var(--pf-v6-c-pagination__page-menu--md--Display);
|
|
@@ -12115,7 +12110,7 @@ ul.pf-v6-c-list {
|
|
|
12115
12110
|
--pf-v6-c-pagination__total-items--Display: none;
|
|
12116
12111
|
}
|
|
12117
12112
|
}
|
|
12118
|
-
@media screen and (min-width:
|
|
12113
|
+
@media screen and (min-width: 75rem) {
|
|
12119
12114
|
:where(:root, .pf-v6-c-pagination) {
|
|
12120
12115
|
--pf-v6-c-pagination__scroll-button--Width: var(--pf-v6-c-pagination__scroll-button--xl--Width);
|
|
12121
12116
|
}
|
|
@@ -12164,7 +12159,7 @@ ul.pf-v6-c-list {
|
|
|
12164
12159
|
flex-basis: 100%;
|
|
12165
12160
|
justify-content: space-between;
|
|
12166
12161
|
}
|
|
12167
|
-
@media screen and (min-width:
|
|
12162
|
+
@media screen and (min-width: 48rem) {
|
|
12168
12163
|
.pf-v6-c-pagination.pf-m-bottom {
|
|
12169
12164
|
--pf-v6-c-pagination--m-bottom--BorderBlockStartWidth: 0;
|
|
12170
12165
|
--pf-v6-c-pagination--m-bottom--MarginBlockStart: 0;
|
|
@@ -12266,7 +12261,7 @@ ul.pf-v6-c-list {
|
|
|
12266
12261
|
.pf-v6-c-pagination.pf-m-inset-2xl {
|
|
12267
12262
|
--pf-v6-c-pagination--inset: var(--pf-t--global--spacer--2xl);
|
|
12268
12263
|
}
|
|
12269
|
-
@media (min-width:
|
|
12264
|
+
@media (min-width: 36rem) {
|
|
12270
12265
|
.pf-v6-c-pagination.pf-m-display-summary-on-sm {
|
|
12271
12266
|
--pf-v6-c-pagination__nav--Display: var(--pf-v6-c-pagination--m-display-summary__nav--Display);
|
|
12272
12267
|
--pf-v6-c-pagination__page-menu--Display: var(--pf-v6-c-pagination--m-display-summary__page-menu--Display);
|
|
@@ -12296,7 +12291,7 @@ ul.pf-v6-c-list {
|
|
|
12296
12291
|
--pf-v6-c-pagination--inset: var(--pf-t--global--spacer--2xl);
|
|
12297
12292
|
}
|
|
12298
12293
|
}
|
|
12299
|
-
@media (min-width:
|
|
12294
|
+
@media (min-width: 48rem) {
|
|
12300
12295
|
.pf-v6-c-pagination.pf-m-display-summary-on-md {
|
|
12301
12296
|
--pf-v6-c-pagination__nav--Display: var(--pf-v6-c-pagination--m-display-summary__nav--Display);
|
|
12302
12297
|
--pf-v6-c-pagination__page-menu--Display: var(--pf-v6-c-pagination--m-display-summary__page-menu--Display);
|
|
@@ -12326,7 +12321,7 @@ ul.pf-v6-c-list {
|
|
|
12326
12321
|
--pf-v6-c-pagination--inset: var(--pf-t--global--spacer--2xl);
|
|
12327
12322
|
}
|
|
12328
12323
|
}
|
|
12329
|
-
@media (min-width:
|
|
12324
|
+
@media (min-width: 62rem) {
|
|
12330
12325
|
.pf-v6-c-pagination.pf-m-display-summary-on-lg {
|
|
12331
12326
|
--pf-v6-c-pagination__nav--Display: var(--pf-v6-c-pagination--m-display-summary__nav--Display);
|
|
12332
12327
|
--pf-v6-c-pagination__page-menu--Display: var(--pf-v6-c-pagination--m-display-summary__page-menu--Display);
|
|
@@ -12356,7 +12351,7 @@ ul.pf-v6-c-list {
|
|
|
12356
12351
|
--pf-v6-c-pagination--inset: var(--pf-t--global--spacer--2xl);
|
|
12357
12352
|
}
|
|
12358
12353
|
}
|
|
12359
|
-
@media (min-width:
|
|
12354
|
+
@media (min-width: 75rem) {
|
|
12360
12355
|
.pf-v6-c-pagination.pf-m-display-summary-on-xl {
|
|
12361
12356
|
--pf-v6-c-pagination__nav--Display: var(--pf-v6-c-pagination--m-display-summary__nav--Display);
|
|
12362
12357
|
--pf-v6-c-pagination__page-menu--Display: var(--pf-v6-c-pagination--m-display-summary__page-menu--Display);
|
|
@@ -12386,7 +12381,7 @@ ul.pf-v6-c-list {
|
|
|
12386
12381
|
--pf-v6-c-pagination--inset: var(--pf-t--global--spacer--2xl);
|
|
12387
12382
|
}
|
|
12388
12383
|
}
|
|
12389
|
-
@media (min-width:
|
|
12384
|
+
@media (min-width: 90.625rem) {
|
|
12390
12385
|
.pf-v6-c-pagination.pf-m-display-summary-on-2xl {
|
|
12391
12386
|
--pf-v6-c-pagination__nav--Display: var(--pf-v6-c-pagination--m-display-summary__nav--Display);
|
|
12392
12387
|
--pf-v6-c-pagination__page-menu--Display: var(--pf-v6-c-pagination--m-display-summary__page-menu--Display);
|
|
@@ -12964,9 +12959,11 @@ ul.pf-v6-c-list {
|
|
|
12964
12959
|
--pf-v6-c-progress-stepper__step--m-danger__step-title--Color: var(--pf-t--global--text--color--status--danger--default);
|
|
12965
12960
|
--pf-v6-c-progress-stepper__step-title--m-help-text--PaddingInlineStart: 0;
|
|
12966
12961
|
--pf-v6-c-progress-stepper__step-title--m-help-text--PaddingInlineEnd: 0;
|
|
12967
|
-
--pf-v6-c-progress-stepper__step-title--m-help-text--
|
|
12968
|
-
--pf-v6-c-progress-stepper__step-title--m-help-text--
|
|
12962
|
+
--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationLine: var(--pf-t--global--text-decoration--help-text--line--default);
|
|
12963
|
+
--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationStyle: var(--pf-t--global--text-decoration--help-text--style--default);
|
|
12969
12964
|
--pf-v6-c-progress-stepper__step-title--m-help-text--TextUnderlineOffset: 0.25rem;
|
|
12965
|
+
--pf-v6-c-progress-stepper__step-title--m-help-text--hover--TextDecorationLine: var(--pf-t--global--text-decoration--help-text--line--hover);
|
|
12966
|
+
--pf-v6-c-progress-stepper__step-title--m-help-text--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--help-text--style--hover);
|
|
12970
12967
|
--pf-v6-c-progress-stepper__step-title--m-help-text--hover--Color: var(--pf-t--global--text--color--brand--hover);
|
|
12971
12968
|
--pf-v6-c-progress-stepper__step--m-danger__step-title--m-help-text--hover--Color: var(--pf-t--global--text--color--status--danger--hover);
|
|
12972
12969
|
--pf-v6-c-progress-stepper__step-description--MarginBlockStart: var(--pf-t--global--spacer--xs);
|
|
@@ -12994,7 +12991,7 @@ ul.pf-v6-c-list {
|
|
|
12994
12991
|
--pf-v6-c-progress-stepper--m-center__step-connector--before--Content: none;
|
|
12995
12992
|
--pf-v6-c-progress-stepper--m-center__step-main--before--Content: "";
|
|
12996
12993
|
}
|
|
12997
|
-
@media screen and (min-width:
|
|
12994
|
+
@media screen and (min-width: 48rem) {
|
|
12998
12995
|
:where(:root, .pf-v6-c-progress-stepper) {
|
|
12999
12996
|
--pf-v6-c-progress-stepper--GridAutoFlow: var(--pf-v6-c-progress-stepper--m-horizontal--GridAutoFlow);
|
|
13000
12997
|
--pf-v6-c-progress-stepper--GridTemplateColumns: var(--pf-v6-c-progress-stepper--m-horizontal--GridTemplateColumns);
|
|
@@ -13192,14 +13189,13 @@ ul.pf-v6-c-list {
|
|
|
13192
13189
|
.pf-v6-c-progress-stepper__step-title.pf-m-help-text {
|
|
13193
13190
|
padding-inline-start: var(--pf-v6-c-progress-stepper__step-title--m-help-text--PaddingInlineStart);
|
|
13194
13191
|
padding-inline-end: var(--pf-v6-c-progress-stepper__step-title--m-help-text--PaddingInlineEnd);
|
|
13195
|
-
text-decoration:
|
|
13196
|
-
text-decoration-thickness: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationThickness);
|
|
13197
|
-
text-decoration-style: dashed;
|
|
13198
|
-
text-decoration-color: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationColor);
|
|
13192
|
+
text-decoration: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationLine) var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationStyle);
|
|
13199
13193
|
text-underline-offset: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextUnderlineOffset);
|
|
13200
13194
|
cursor: pointer;
|
|
13201
13195
|
}
|
|
13202
|
-
.pf-v6-c-progress-stepper__step-title.pf-m-help-text:hover,
|
|
13196
|
+
.pf-v6-c-progress-stepper__step-title.pf-m-help-text:is(:hover, :focus) {
|
|
13197
|
+
--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationLine: var(--pf-v6-c-progress-stepper__step-title--m-help-text--hover--TextDecorationLine);
|
|
13198
|
+
--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationStyle: var(--pf-v6-c-progress-stepper__step-title--m-help-text--hover--TextDecorationStyle);
|
|
13203
13199
|
--pf-v6-c-progress-stepper__step-title--Color: var(--pf-v6-c-progress-stepper__step-title--m-help-text--hover--Color);
|
|
13204
13200
|
}
|
|
13205
13201
|
|
|
@@ -13254,7 +13250,7 @@ ul.pf-v6-c-list {
|
|
|
13254
13250
|
--pf-v6-c-progress-stepper--m-center__step-connector--before--Content: none;
|
|
13255
13251
|
--pf-v6-c-progress-stepper--m-center__step-main--before--Content: "";
|
|
13256
13252
|
}
|
|
13257
|
-
@media (min-width:
|
|
13253
|
+
@media (min-width: 36rem) {
|
|
13258
13254
|
.pf-v6-c-progress-stepper.pf-m-horizontal-on-sm {
|
|
13259
13255
|
--pf-v6-c-progress-stepper--GridAutoFlow: var(--pf-v6-c-progress-stepper--m-horizontal--GridAutoFlow);
|
|
13260
13256
|
--pf-v6-c-progress-stepper--GridTemplateColumns: var(--pf-v6-c-progress-stepper--m-horizontal--GridTemplateColumns);
|
|
@@ -13300,7 +13296,7 @@ ul.pf-v6-c-list {
|
|
|
13300
13296
|
--pf-v6-c-progress-stepper--m-center__step-main--before--Content: "";
|
|
13301
13297
|
}
|
|
13302
13298
|
}
|
|
13303
|
-
@media (min-width:
|
|
13299
|
+
@media (min-width: 48rem) {
|
|
13304
13300
|
.pf-v6-c-progress-stepper.pf-m-horizontal-on-md {
|
|
13305
13301
|
--pf-v6-c-progress-stepper--GridAutoFlow: var(--pf-v6-c-progress-stepper--m-horizontal--GridAutoFlow);
|
|
13306
13302
|
--pf-v6-c-progress-stepper--GridTemplateColumns: var(--pf-v6-c-progress-stepper--m-horizontal--GridTemplateColumns);
|
|
@@ -13346,7 +13342,7 @@ ul.pf-v6-c-list {
|
|
|
13346
13342
|
--pf-v6-c-progress-stepper--m-center__step-main--before--Content: "";
|
|
13347
13343
|
}
|
|
13348
13344
|
}
|
|
13349
|
-
@media (min-width:
|
|
13345
|
+
@media (min-width: 62rem) {
|
|
13350
13346
|
.pf-v6-c-progress-stepper.pf-m-horizontal-on-lg {
|
|
13351
13347
|
--pf-v6-c-progress-stepper--GridAutoFlow: var(--pf-v6-c-progress-stepper--m-horizontal--GridAutoFlow);
|
|
13352
13348
|
--pf-v6-c-progress-stepper--GridTemplateColumns: var(--pf-v6-c-progress-stepper--m-horizontal--GridTemplateColumns);
|
|
@@ -13392,7 +13388,7 @@ ul.pf-v6-c-list {
|
|
|
13392
13388
|
--pf-v6-c-progress-stepper--m-center__step-main--before--Content: "";
|
|
13393
13389
|
}
|
|
13394
13390
|
}
|
|
13395
|
-
@media (min-width:
|
|
13391
|
+
@media (min-width: 75rem) {
|
|
13396
13392
|
.pf-v6-c-progress-stepper.pf-m-horizontal-on-xl {
|
|
13397
13393
|
--pf-v6-c-progress-stepper--GridAutoFlow: var(--pf-v6-c-progress-stepper--m-horizontal--GridAutoFlow);
|
|
13398
13394
|
--pf-v6-c-progress-stepper--GridTemplateColumns: var(--pf-v6-c-progress-stepper--m-horizontal--GridTemplateColumns);
|
|
@@ -13438,7 +13434,7 @@ ul.pf-v6-c-list {
|
|
|
13438
13434
|
--pf-v6-c-progress-stepper--m-center__step-main--before--Content: "";
|
|
13439
13435
|
}
|
|
13440
13436
|
}
|
|
13441
|
-
@media (min-width:
|
|
13437
|
+
@media (min-width: 90.625rem) {
|
|
13442
13438
|
.pf-v6-c-progress-stepper.pf-m-horizontal-on-2xl {
|
|
13443
13439
|
--pf-v6-c-progress-stepper--GridAutoFlow: var(--pf-v6-c-progress-stepper--m-horizontal--GridAutoFlow);
|
|
13444
13440
|
--pf-v6-c-progress-stepper--GridTemplateColumns: var(--pf-v6-c-progress-stepper--m-horizontal--GridTemplateColumns);
|
|
@@ -13638,7 +13634,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
13638
13634
|
.pf-v6-c-sidebar {
|
|
13639
13635
|
height: 100%;
|
|
13640
13636
|
}
|
|
13641
|
-
@media (min-width:
|
|
13637
|
+
@media (min-width: 48rem) {
|
|
13642
13638
|
.pf-v6-c-sidebar {
|
|
13643
13639
|
--pf-v6-c-sidebar__main--FlexDirection: var(--pf-v6-c-sidebar__main--md--FlexDirection);
|
|
13644
13640
|
--pf-v6-c-sidebar__main--AlignItems: var(--pf-v6-c-sidebar__main--md--AlignItems);
|
|
@@ -13649,7 +13645,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
13649
13645
|
--pf-v6-c-sidebar__panel--Position: var(--pf-v6-c-sidebar__panel--md--Position);
|
|
13650
13646
|
}
|
|
13651
13647
|
}
|
|
13652
|
-
@media (min-width:
|
|
13648
|
+
@media (min-width: 75rem) {
|
|
13653
13649
|
.pf-v6-c-sidebar {
|
|
13654
13650
|
--pf-v6-c-sidebar--inset: var(--pf-v6-c-sidebar--xl--inset);
|
|
13655
13651
|
}
|
|
@@ -13661,7 +13657,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
13661
13657
|
--pf-v6-c-sidebar__panel--Order: var(--pf-v6-c-sidebar--m-panel-right__panel--Order);
|
|
13662
13658
|
--pf-v6-c-sidebar__content--Order: var(--pf-v6-c-sidebar--m-panel-right__content--Order);
|
|
13663
13659
|
}
|
|
13664
|
-
@media (min-width:
|
|
13660
|
+
@media (min-width: 48rem) {
|
|
13665
13661
|
.pf-v6-c-sidebar.pf-m-panel-right {
|
|
13666
13662
|
--pf-v6-c-sidebar--m-panel-right__panel--Order: var(--pf-v6-c-sidebar--m-panel-right__panel--md--Order);
|
|
13667
13663
|
--pf-v6-c-sidebar--m-panel-right__content--Order: var(--pf-v6-c-sidebar--m-panel-right__content--md--Order);
|
|
@@ -13795,7 +13791,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
13795
13791
|
--pf-v6-c-sidebar__panel--FlexBasis: 100%;
|
|
13796
13792
|
}
|
|
13797
13793
|
|
|
13798
|
-
@media (min-width:
|
|
13794
|
+
@media (min-width: 36rem) {
|
|
13799
13795
|
.pf-v6-c-sidebar__panel.pf-m-width-default-on-sm {
|
|
13800
13796
|
--pf-v6-c-sidebar__panel--FlexBasis: var(--pf-v6-c-sidebar__panel--FlexBasis--base);
|
|
13801
13797
|
}
|
|
@@ -13818,7 +13814,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
13818
13814
|
--pf-v6-c-sidebar__panel--FlexBasis: 100%;
|
|
13819
13815
|
}
|
|
13820
13816
|
}
|
|
13821
|
-
@media (min-width:
|
|
13817
|
+
@media (min-width: 48rem) {
|
|
13822
13818
|
.pf-v6-c-sidebar__panel.pf-m-width-default-on-md {
|
|
13823
13819
|
--pf-v6-c-sidebar__panel--FlexBasis: var(--pf-v6-c-sidebar__panel--FlexBasis--base);
|
|
13824
13820
|
}
|
|
@@ -13841,7 +13837,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
13841
13837
|
--pf-v6-c-sidebar__panel--FlexBasis: 100%;
|
|
13842
13838
|
}
|
|
13843
13839
|
}
|
|
13844
|
-
@media (min-width:
|
|
13840
|
+
@media (min-width: 62rem) {
|
|
13845
13841
|
.pf-v6-c-sidebar__panel.pf-m-width-default-on-lg {
|
|
13846
13842
|
--pf-v6-c-sidebar__panel--FlexBasis: var(--pf-v6-c-sidebar__panel--FlexBasis--base);
|
|
13847
13843
|
}
|
|
@@ -13864,7 +13860,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
13864
13860
|
--pf-v6-c-sidebar__panel--FlexBasis: 100%;
|
|
13865
13861
|
}
|
|
13866
13862
|
}
|
|
13867
|
-
@media (min-width:
|
|
13863
|
+
@media (min-width: 75rem) {
|
|
13868
13864
|
.pf-v6-c-sidebar__panel.pf-m-width-default-on-xl {
|
|
13869
13865
|
--pf-v6-c-sidebar__panel--FlexBasis: var(--pf-v6-c-sidebar__panel--FlexBasis--base);
|
|
13870
13866
|
}
|
|
@@ -13887,7 +13883,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
13887
13883
|
--pf-v6-c-sidebar__panel--FlexBasis: 100%;
|
|
13888
13884
|
}
|
|
13889
13885
|
}
|
|
13890
|
-
@media (min-width:
|
|
13886
|
+
@media (min-width: 90.625rem) {
|
|
13891
13887
|
.pf-v6-c-sidebar__panel.pf-m-width-default-on-2xl {
|
|
13892
13888
|
--pf-v6-c-sidebar__panel--FlexBasis: var(--pf-v6-c-sidebar__panel--FlexBasis--base);
|
|
13893
13889
|
}
|
|
@@ -13956,7 +13952,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
13956
13952
|
--pf-v6-c-simple-list__item-link--hover--Color: var(--pf-v6-c-simple-list__item-link--m-link--m-current--Color);
|
|
13957
13953
|
--pf-v6-c-simple-list__item-link--m-current--Color: var(--pf-v6-c-simple-list__item-link--m-link--hover--Color);
|
|
13958
13954
|
}
|
|
13959
|
-
.pf-v6-c-simple-list__item-link:hover,
|
|
13955
|
+
.pf-v6-c-simple-list__item-link:is(:hover, :focus) {
|
|
13960
13956
|
--pf-v6-c-simple-list__item-link--BackgroundColor: var(--pf-v6-c-simple-list__item-link--hover--BackgroundColor);
|
|
13961
13957
|
--pf-v6-c-simple-list__item-link--Color: var(--pf-v6-c-simple-list__item-link--hover--Color);
|
|
13962
13958
|
text-decoration: none;
|
|
@@ -14626,7 +14622,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
14626
14622
|
.pf-v6-c-tab-content {
|
|
14627
14623
|
background-color: var(--pf-v6-c-tab-content--BackgroundColor);
|
|
14628
14624
|
}
|
|
14629
|
-
@media screen and (min-width:
|
|
14625
|
+
@media screen and (min-width: 75rem) {
|
|
14630
14626
|
.pf-v6-c-tab-content {
|
|
14631
14627
|
--pf-v6-c-tab-content__body--m-padding--PaddingBlockStart: var(--pf-v6-c-tab-content__body--m-padding--xl--PaddingBlockStart);
|
|
14632
14628
|
--pf-v6-c-tab-content__body--m-padding--PaddingInlineEnd: var(--pf-v6-c-tab-content__body--m-padding--xl--PaddingInlineEnd);
|
|
@@ -14694,7 +14690,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
14694
14690
|
--pf-v6-c-table--m-compact__check--responsive--MarginBlockStart: 0.4375rem;
|
|
14695
14691
|
--pf-v6-c-table--m-compact__action--responsive--MarginBlockStart: calc(var(--pf-t--global--spacer--xs) * -1);
|
|
14696
14692
|
--pf-v6-c-table--m-compact__action--responsive--MarginBlockEnd: calc(var(--pf-t--global--spacer--xs) * -1);
|
|
14697
|
-
--pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBlockEnd: calc(
|
|
14693
|
+
--pf-v6-c-table--m-compact__toggle--c-button--responsive--MarginBlockEnd: calc(var(--pf-t--global--spacer--xs) * -1);
|
|
14698
14694
|
--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
14699
14695
|
--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
14700
14696
|
--pf-v6-c-table__expandable-row-content--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
@@ -14702,7 +14698,6 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
14702
14698
|
--pf-v6-c-table__check--responsive--MarginBlockStart: 0.875rem;
|
|
14703
14699
|
--pf-v6-c-table--m-grid__favorite--MarginBlockStart: 0.5rem;
|
|
14704
14700
|
--pf-v6-c-table--m-grid__check--favorite--MarginInlineStart: var(--pf-t--global--spacer--xl);
|
|
14705
|
-
--pf-v6-c-table--m-grid__action--MarginBlockStart: 0.375rem;
|
|
14706
14701
|
--pf-v6-c-table__action--responsive--MarginInlineStart: var(--pf-t--global--spacer--xl);
|
|
14707
14702
|
--pf-v6-c-table--m-grid__favorite--action--MarginInlineStart: var(--pf-t--global--spacer--2xl);
|
|
14708
14703
|
--pf-v6-c-table--m-grid__check--favorite--action--MarginInlineStart: calc(var(--pf-v6-c-table--m-grid__check--favorite--MarginInlineStart) + var(--pf-v6-c-table--m-grid__favorite--action--MarginInlineStart));
|
|
@@ -14975,10 +14970,9 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
14975
14970
|
margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginInlineStart);
|
|
14976
14971
|
}
|
|
14977
14972
|
.pf-m-grid.pf-v6-c-table .pf-v6-c-table__action {
|
|
14978
|
-
margin-block-start: var(--pf-v6-c-table--m-grid__action--MarginBlockStart);
|
|
14979
14973
|
text-align: end;
|
|
14980
14974
|
}
|
|
14981
|
-
@media screen and (max-width:
|
|
14975
|
+
@media screen and (max-width: 36rem) {
|
|
14982
14976
|
.pf-m-grid.pf-v6-c-table .pf-v6-c-table__action {
|
|
14983
14977
|
grid-row-start: 1;
|
|
14984
14978
|
grid-column-start: 2;
|
|
@@ -15009,7 +15003,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
15009
15003
|
--pf-v6-c-table--cell--Width: auto;
|
|
15010
15004
|
}
|
|
15011
15005
|
|
|
15012
|
-
@media screen and (max-width:
|
|
15006
|
+
@media screen and (max-width: 48rem) {
|
|
15013
15007
|
.pf-m-grid-md.pf-v6-c-table {
|
|
15014
15008
|
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
|
|
15015
15009
|
--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
|
|
@@ -15275,18 +15269,17 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
15275
15269
|
margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginInlineStart);
|
|
15276
15270
|
}
|
|
15277
15271
|
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__action {
|
|
15278
|
-
margin-block-start: var(--pf-v6-c-table--m-grid__action--MarginBlockStart);
|
|
15279
15272
|
text-align: end;
|
|
15280
15273
|
}
|
|
15281
15274
|
}
|
|
15282
|
-
@media screen and (max-width:
|
|
15275
|
+
@media screen and (max-width: 48rem) and (max-width: 36rem) {
|
|
15283
15276
|
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__action {
|
|
15284
15277
|
grid-row-start: 1;
|
|
15285
15278
|
grid-column-start: 2;
|
|
15286
15279
|
margin-inline-start: 0;
|
|
15287
15280
|
}
|
|
15288
15281
|
}
|
|
15289
|
-
@media screen and (max-width:
|
|
15282
|
+
@media screen and (max-width: 48rem) {
|
|
15290
15283
|
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
|
|
15291
15284
|
grid-column: 2;
|
|
15292
15285
|
grid-row: 2;
|
|
@@ -15312,7 +15305,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
15312
15305
|
}
|
|
15313
15306
|
}
|
|
15314
15307
|
|
|
15315
|
-
@media screen and (max-width:
|
|
15308
|
+
@media screen and (max-width: 62rem) {
|
|
15316
15309
|
.pf-m-grid-lg.pf-v6-c-table {
|
|
15317
15310
|
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
|
|
15318
15311
|
--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
|
|
@@ -15578,18 +15571,17 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
15578
15571
|
margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginInlineStart);
|
|
15579
15572
|
}
|
|
15580
15573
|
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
|
|
15581
|
-
margin-block-start: var(--pf-v6-c-table--m-grid__action--MarginBlockStart);
|
|
15582
15574
|
text-align: end;
|
|
15583
15575
|
}
|
|
15584
15576
|
}
|
|
15585
|
-
@media screen and (max-width:
|
|
15577
|
+
@media screen and (max-width: 62rem) and (max-width: 36rem) {
|
|
15586
15578
|
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
|
|
15587
15579
|
grid-row-start: 1;
|
|
15588
15580
|
grid-column-start: 2;
|
|
15589
15581
|
margin-inline-start: 0;
|
|
15590
15582
|
}
|
|
15591
15583
|
}
|
|
15592
|
-
@media screen and (max-width:
|
|
15584
|
+
@media screen and (max-width: 62rem) {
|
|
15593
15585
|
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
|
|
15594
15586
|
grid-column: 2;
|
|
15595
15587
|
grid-row: 2;
|
|
@@ -15615,7 +15607,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
15615
15607
|
}
|
|
15616
15608
|
}
|
|
15617
15609
|
|
|
15618
|
-
@media screen and (max-width:
|
|
15610
|
+
@media screen and (max-width: 75rem) {
|
|
15619
15611
|
.pf-m-grid-xl.pf-v6-c-table {
|
|
15620
15612
|
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
|
|
15621
15613
|
--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
|
|
@@ -15881,18 +15873,17 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
15881
15873
|
margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginInlineStart);
|
|
15882
15874
|
}
|
|
15883
15875
|
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
|
|
15884
|
-
margin-block-start: var(--pf-v6-c-table--m-grid__action--MarginBlockStart);
|
|
15885
15876
|
text-align: end;
|
|
15886
15877
|
}
|
|
15887
15878
|
}
|
|
15888
|
-
@media screen and (max-width:
|
|
15879
|
+
@media screen and (max-width: 75rem) and (max-width: 36rem) {
|
|
15889
15880
|
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
|
|
15890
15881
|
grid-row-start: 1;
|
|
15891
15882
|
grid-column-start: 2;
|
|
15892
15883
|
margin-inline-start: 0;
|
|
15893
15884
|
}
|
|
15894
15885
|
}
|
|
15895
|
-
@media screen and (max-width:
|
|
15886
|
+
@media screen and (max-width: 75rem) {
|
|
15896
15887
|
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
|
|
15897
15888
|
grid-column: 2;
|
|
15898
15889
|
grid-row: 2;
|
|
@@ -15918,7 +15909,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
15918
15909
|
}
|
|
15919
15910
|
}
|
|
15920
15911
|
|
|
15921
|
-
@media screen and (max-width:
|
|
15912
|
+
@media screen and (max-width: 90.625rem) {
|
|
15922
15913
|
.pf-m-grid-2xl.pf-v6-c-table {
|
|
15923
15914
|
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-grid--cell--PaddingBlockStart);
|
|
15924
15915
|
--pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table--m-grid--cell--PaddingInlineEnd);
|
|
@@ -16184,18 +16175,17 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
16184
16175
|
margin-inline-start: var(--pf-v6-c-table--m-grid__favorite--action--MarginInlineStart);
|
|
16185
16176
|
}
|
|
16186
16177
|
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
|
|
16187
|
-
margin-block-start: var(--pf-v6-c-table--m-grid__action--MarginBlockStart);
|
|
16188
16178
|
text-align: end;
|
|
16189
16179
|
}
|
|
16190
16180
|
}
|
|
16191
|
-
@media screen and (max-width:
|
|
16181
|
+
@media screen and (max-width: 90.625rem) and (max-width: 36rem) {
|
|
16192
16182
|
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
|
|
16193
16183
|
grid-row-start: 1;
|
|
16194
16184
|
grid-column-start: 2;
|
|
16195
16185
|
margin-inline-start: 0;
|
|
16196
16186
|
}
|
|
16197
16187
|
}
|
|
16198
|
-
@media screen and (max-width:
|
|
16188
|
+
@media screen and (max-width: 90.625rem) {
|
|
16199
16189
|
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__inline-edit-action {
|
|
16200
16190
|
grid-column: 2;
|
|
16201
16191
|
grid-row: 2;
|
|
@@ -16436,7 +16426,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
16436
16426
|
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden {
|
|
16437
16427
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
16438
16428
|
}
|
|
16439
|
-
@media screen and (min-width:
|
|
16429
|
+
@media screen and (min-width: 36rem) {
|
|
16440
16430
|
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-sm {
|
|
16441
16431
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
16442
16432
|
}
|
|
@@ -16444,7 +16434,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
16444
16434
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
16445
16435
|
}
|
|
16446
16436
|
}
|
|
16447
|
-
@media screen and (min-width:
|
|
16437
|
+
@media screen and (min-width: 48rem) {
|
|
16448
16438
|
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-md {
|
|
16449
16439
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
16450
16440
|
}
|
|
@@ -16452,7 +16442,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
16452
16442
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
16453
16443
|
}
|
|
16454
16444
|
}
|
|
16455
|
-
@media screen and (min-width:
|
|
16445
|
+
@media screen and (min-width: 62rem) {
|
|
16456
16446
|
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-lg {
|
|
16457
16447
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
16458
16448
|
}
|
|
@@ -16460,7 +16450,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
16460
16450
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
16461
16451
|
}
|
|
16462
16452
|
}
|
|
16463
|
-
@media screen and (min-width:
|
|
16453
|
+
@media screen and (min-width: 75rem) {
|
|
16464
16454
|
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-xl {
|
|
16465
16455
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
16466
16456
|
}
|
|
@@ -16468,7 +16458,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
16468
16458
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
16469
16459
|
}
|
|
16470
16460
|
}
|
|
16471
|
-
@media screen and (min-width:
|
|
16461
|
+
@media screen and (min-width: 90.625rem) {
|
|
16472
16462
|
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-hidden-on-2xl {
|
|
16473
16463
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
16474
16464
|
}
|
|
@@ -17273,10 +17263,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
17273
17263
|
--pf-v6-c-table__tree-view-text--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
17274
17264
|
--pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart);
|
|
17275
17265
|
--pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockEnd);
|
|
17276
|
-
--pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(
|
|
17277
|
-
--pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(
|
|
17278
|
-
--pf-v6-c-table--m-tree-view-
|
|
17279
|
-
--pf-v6-c-table--m-tree-view-
|
|
17266
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
17267
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
17268
|
+
--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
17269
|
+
--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
17280
17270
|
}
|
|
17281
17271
|
.pf-m-tree-view-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
|
|
17282
17272
|
position: relative;
|
|
@@ -17340,8 +17330,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
17340
17330
|
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
|
|
17341
17331
|
display: grid;
|
|
17342
17332
|
}
|
|
17343
|
-
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-
|
|
17344
|
-
display:
|
|
17333
|
+
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__thead {
|
|
17334
|
+
display: none;
|
|
17345
17335
|
}
|
|
17346
17336
|
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
|
|
17347
17337
|
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__action {
|
|
@@ -17354,10 +17344,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
17354
17344
|
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockEnd);
|
|
17355
17345
|
grid-row: 1;
|
|
17356
17346
|
grid-column: 2;
|
|
17357
|
-
|
|
17358
|
-
|
|
17359
|
-
margin-block-start: var(--pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockStart);
|
|
17360
|
-
margin-block-end: var(--pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockEnd);
|
|
17347
|
+
margin-block-start: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart);
|
|
17348
|
+
margin-block-end: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd);
|
|
17361
17349
|
}
|
|
17362
17350
|
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
|
|
17363
17351
|
order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
@@ -17396,7 +17384,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
17396
17384
|
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingInlineStart: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
|
17397
17385
|
}
|
|
17398
17386
|
|
|
17399
|
-
@media screen and (max-width:
|
|
17387
|
+
@media screen and (max-width: 48rem) {
|
|
17400
17388
|
.pf-m-tree-view-grid-md.pf-v6-c-table {
|
|
17401
17389
|
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
17402
17390
|
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
@@ -17417,10 +17405,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
17417
17405
|
--pf-v6-c-table__tree-view-text--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
17418
17406
|
--pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart);
|
|
17419
17407
|
--pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockEnd);
|
|
17420
|
-
--pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(
|
|
17421
|
-
--pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(
|
|
17422
|
-
--pf-v6-c-table--m-tree-view-
|
|
17423
|
-
--pf-v6-c-table--m-tree-view-
|
|
17408
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
17409
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
17410
|
+
--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
17411
|
+
--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
17424
17412
|
}
|
|
17425
17413
|
.pf-m-tree-view-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
|
|
17426
17414
|
position: relative;
|
|
@@ -17484,8 +17472,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
17484
17472
|
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
|
|
17485
17473
|
display: grid;
|
|
17486
17474
|
}
|
|
17487
|
-
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-
|
|
17488
|
-
display:
|
|
17475
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__thead {
|
|
17476
|
+
display: none;
|
|
17489
17477
|
}
|
|
17490
17478
|
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
|
|
17491
17479
|
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__action {
|
|
@@ -17498,10 +17486,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
17498
17486
|
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockEnd);
|
|
17499
17487
|
grid-row: 1;
|
|
17500
17488
|
grid-column: 2;
|
|
17501
|
-
|
|
17502
|
-
|
|
17503
|
-
margin-block-start: var(--pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockStart);
|
|
17504
|
-
margin-block-end: var(--pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockEnd);
|
|
17489
|
+
margin-block-start: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart);
|
|
17490
|
+
margin-block-end: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd);
|
|
17505
17491
|
}
|
|
17506
17492
|
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
|
|
17507
17493
|
order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
@@ -17541,7 +17527,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
17541
17527
|
}
|
|
17542
17528
|
}
|
|
17543
17529
|
|
|
17544
|
-
@media screen and (max-width:
|
|
17530
|
+
@media screen and (max-width: 62rem) {
|
|
17545
17531
|
.pf-m-tree-view-grid-lg.pf-v6-c-table {
|
|
17546
17532
|
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
17547
17533
|
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
@@ -17562,10 +17548,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
17562
17548
|
--pf-v6-c-table__tree-view-text--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
17563
17549
|
--pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart);
|
|
17564
17550
|
--pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockEnd);
|
|
17565
|
-
--pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(
|
|
17566
|
-
--pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(
|
|
17567
|
-
--pf-v6-c-table--m-tree-view-
|
|
17568
|
-
--pf-v6-c-table--m-tree-view-
|
|
17551
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
17552
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
17553
|
+
--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
17554
|
+
--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
17569
17555
|
}
|
|
17570
17556
|
.pf-m-tree-view-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
|
|
17571
17557
|
position: relative;
|
|
@@ -17629,8 +17615,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
17629
17615
|
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
|
|
17630
17616
|
display: grid;
|
|
17631
17617
|
}
|
|
17632
|
-
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-
|
|
17633
|
-
display:
|
|
17618
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__thead {
|
|
17619
|
+
display: none;
|
|
17634
17620
|
}
|
|
17635
17621
|
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
|
|
17636
17622
|
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
|
|
@@ -17643,10 +17629,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
17643
17629
|
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockEnd);
|
|
17644
17630
|
grid-row: 1;
|
|
17645
17631
|
grid-column: 2;
|
|
17646
|
-
|
|
17647
|
-
|
|
17648
|
-
margin-block-start: var(--pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockStart);
|
|
17649
|
-
margin-block-end: var(--pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockEnd);
|
|
17632
|
+
margin-block-start: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart);
|
|
17633
|
+
margin-block-end: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd);
|
|
17650
17634
|
}
|
|
17651
17635
|
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
|
|
17652
17636
|
order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
@@ -17686,7 +17670,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
17686
17670
|
}
|
|
17687
17671
|
}
|
|
17688
17672
|
|
|
17689
|
-
@media screen and (max-width:
|
|
17673
|
+
@media screen and (max-width: 75rem) {
|
|
17690
17674
|
.pf-m-tree-view-grid-xl.pf-v6-c-table {
|
|
17691
17675
|
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
17692
17676
|
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
@@ -17707,10 +17691,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
17707
17691
|
--pf-v6-c-table__tree-view-text--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
17708
17692
|
--pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart);
|
|
17709
17693
|
--pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockEnd);
|
|
17710
|
-
--pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(
|
|
17711
|
-
--pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(
|
|
17712
|
-
--pf-v6-c-table--m-tree-view-
|
|
17713
|
-
--pf-v6-c-table--m-tree-view-
|
|
17694
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
17695
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
17696
|
+
--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
17697
|
+
--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
17714
17698
|
}
|
|
17715
17699
|
.pf-m-tree-view-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
|
|
17716
17700
|
position: relative;
|
|
@@ -17774,8 +17758,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
17774
17758
|
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
|
|
17775
17759
|
display: grid;
|
|
17776
17760
|
}
|
|
17777
|
-
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-
|
|
17778
|
-
display:
|
|
17761
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__thead {
|
|
17762
|
+
display: none;
|
|
17779
17763
|
}
|
|
17780
17764
|
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
|
|
17781
17765
|
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
|
|
@@ -17788,10 +17772,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
17788
17772
|
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockEnd);
|
|
17789
17773
|
grid-row: 1;
|
|
17790
17774
|
grid-column: 2;
|
|
17791
|
-
|
|
17792
|
-
|
|
17793
|
-
margin-block-start: var(--pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockStart);
|
|
17794
|
-
margin-block-end: var(--pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockEnd);
|
|
17775
|
+
margin-block-start: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart);
|
|
17776
|
+
margin-block-end: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd);
|
|
17795
17777
|
}
|
|
17796
17778
|
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
|
|
17797
17779
|
order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
@@ -17831,7 +17813,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
17831
17813
|
}
|
|
17832
17814
|
}
|
|
17833
17815
|
|
|
17834
|
-
@media screen and (max-width:
|
|
17816
|
+
@media screen and (max-width: 90.625rem) {
|
|
17835
17817
|
.pf-m-tree-view-grid-2xl.pf-v6-c-table {
|
|
17836
17818
|
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
17837
17819
|
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
@@ -17852,10 +17834,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
17852
17834
|
--pf-v6-c-table__tree-view-text--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
17853
17835
|
--pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockStart);
|
|
17854
17836
|
--pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBlockEnd);
|
|
17855
|
-
--pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(
|
|
17856
|
-
--pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(
|
|
17857
|
-
--pf-v6-c-table--m-tree-view-
|
|
17858
|
-
--pf-v6-c-table--m-tree-view-
|
|
17837
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
17838
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
17839
|
+
--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
17840
|
+
--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
|
17859
17841
|
}
|
|
17860
17842
|
.pf-m-tree-view-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
|
|
17861
17843
|
position: relative;
|
|
@@ -17919,8 +17901,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
17919
17901
|
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
|
|
17920
17902
|
display: grid;
|
|
17921
17903
|
}
|
|
17922
|
-
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-
|
|
17923
|
-
display:
|
|
17904
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__thead {
|
|
17905
|
+
display: none;
|
|
17924
17906
|
}
|
|
17925
17907
|
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
|
|
17926
17908
|
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
|
|
@@ -17933,10 +17915,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
17933
17915
|
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBlockEnd: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBlockEnd);
|
|
17934
17916
|
grid-row: 1;
|
|
17935
17917
|
grid-column: 2;
|
|
17936
|
-
|
|
17937
|
-
|
|
17938
|
-
margin-block-start: var(--pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockStart);
|
|
17939
|
-
margin-block-end: var(--pf-v6-c-table--m-tree-view-grid--c-menu-toggle--MarginBlockEnd);
|
|
17918
|
+
margin-block-start: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockStart);
|
|
17919
|
+
margin-block-end: var(--pf-v6-c-table--m-tree-view-grid__action--MarginBlockEnd);
|
|
17940
17920
|
}
|
|
17941
17921
|
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
|
|
17942
17922
|
order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
@@ -18259,7 +18239,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18259
18239
|
--pf-v6-c-tabs__list--Display: flex;
|
|
18260
18240
|
--pf-v6-c-tabs__toggle--Display: none;
|
|
18261
18241
|
}
|
|
18262
|
-
@media (min-width:
|
|
18242
|
+
@media (min-width: 36rem) {
|
|
18263
18243
|
.pf-v6-c-tabs.pf-m-vertical.pf-m-expandable-on-sm {
|
|
18264
18244
|
--pf-v6-c-tabs__list--Display: none;
|
|
18265
18245
|
--pf-v6-c-tabs__toggle--Display: flex;
|
|
@@ -18269,7 +18249,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18269
18249
|
--pf-v6-c-tabs__toggle--Display: none;
|
|
18270
18250
|
}
|
|
18271
18251
|
}
|
|
18272
|
-
@media (min-width:
|
|
18252
|
+
@media (min-width: 48rem) {
|
|
18273
18253
|
.pf-v6-c-tabs.pf-m-vertical.pf-m-expandable-on-md {
|
|
18274
18254
|
--pf-v6-c-tabs__list--Display: none;
|
|
18275
18255
|
--pf-v6-c-tabs__toggle--Display: flex;
|
|
@@ -18279,7 +18259,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18279
18259
|
--pf-v6-c-tabs__toggle--Display: none;
|
|
18280
18260
|
}
|
|
18281
18261
|
}
|
|
18282
|
-
@media (min-width:
|
|
18262
|
+
@media (min-width: 62rem) {
|
|
18283
18263
|
.pf-v6-c-tabs.pf-m-vertical.pf-m-expandable-on-lg {
|
|
18284
18264
|
--pf-v6-c-tabs__list--Display: none;
|
|
18285
18265
|
--pf-v6-c-tabs__toggle--Display: flex;
|
|
@@ -18289,7 +18269,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18289
18269
|
--pf-v6-c-tabs__toggle--Display: none;
|
|
18290
18270
|
}
|
|
18291
18271
|
}
|
|
18292
|
-
@media (min-width:
|
|
18272
|
+
@media (min-width: 75rem) {
|
|
18293
18273
|
.pf-v6-c-tabs.pf-m-vertical.pf-m-expandable-on-xl {
|
|
18294
18274
|
--pf-v6-c-tabs__list--Display: none;
|
|
18295
18275
|
--pf-v6-c-tabs__toggle--Display: flex;
|
|
@@ -18299,7 +18279,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18299
18279
|
--pf-v6-c-tabs__toggle--Display: none;
|
|
18300
18280
|
}
|
|
18301
18281
|
}
|
|
18302
|
-
@media (min-width:
|
|
18282
|
+
@media (min-width: 90.625rem) {
|
|
18303
18283
|
.pf-v6-c-tabs.pf-m-vertical.pf-m-expandable-on-2xl {
|
|
18304
18284
|
--pf-v6-c-tabs__list--Display: none;
|
|
18305
18285
|
--pf-v6-c-tabs__toggle--Display: flex;
|
|
@@ -18519,7 +18499,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18519
18499
|
--pf-v6-c-tabs__link--after--BorderWidth: 0;
|
|
18520
18500
|
}
|
|
18521
18501
|
|
|
18522
|
-
.pf-v6-c-tabs__link:disabled, .pf-
|
|
18502
|
+
.pf-v6-c-tabs__link:is(:disabled, .pf-m-disabled, .pf-m-aria-disabled) {
|
|
18523
18503
|
--pf-v6-c-tabs__link--BackgroundColor: var(--pf-v6-c-tabs__link--disabled--BackgroundColor);
|
|
18524
18504
|
}
|
|
18525
18505
|
.pf-v6-c-tabs__item.pf-m-action.pf-m-disabled {
|
|
@@ -18627,7 +18607,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18627
18607
|
--pf-v6-c-tabs--m-vertical--inset: var(--pf-t--global--spacer--2xl);
|
|
18628
18608
|
--pf-v6-c-tabs--m-vertical--m-box--inset: var(--pf-t--global--spacer--2xl);
|
|
18629
18609
|
}
|
|
18630
|
-
@media (min-width:
|
|
18610
|
+
@media (min-width: 36rem) {
|
|
18631
18611
|
.pf-v6-c-tabs.pf-m-inset-none-on-sm {
|
|
18632
18612
|
--pf-v6-c-tabs--inset: 0;
|
|
18633
18613
|
--pf-v6-c-tabs--m-vertical--inset: 0;
|
|
@@ -18659,7 +18639,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18659
18639
|
--pf-v6-c-tabs--m-vertical--m-box--inset: var(--pf-t--global--spacer--2xl);
|
|
18660
18640
|
}
|
|
18661
18641
|
}
|
|
18662
|
-
@media (min-width:
|
|
18642
|
+
@media (min-width: 48rem) {
|
|
18663
18643
|
.pf-v6-c-tabs.pf-m-inset-none-on-md {
|
|
18664
18644
|
--pf-v6-c-tabs--inset: 0;
|
|
18665
18645
|
--pf-v6-c-tabs--m-vertical--inset: 0;
|
|
@@ -18691,7 +18671,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18691
18671
|
--pf-v6-c-tabs--m-vertical--m-box--inset: var(--pf-t--global--spacer--2xl);
|
|
18692
18672
|
}
|
|
18693
18673
|
}
|
|
18694
|
-
@media (min-width:
|
|
18674
|
+
@media (min-width: 62rem) {
|
|
18695
18675
|
.pf-v6-c-tabs.pf-m-inset-none-on-lg {
|
|
18696
18676
|
--pf-v6-c-tabs--inset: 0;
|
|
18697
18677
|
--pf-v6-c-tabs--m-vertical--inset: 0;
|
|
@@ -18723,7 +18703,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18723
18703
|
--pf-v6-c-tabs--m-vertical--m-box--inset: var(--pf-t--global--spacer--2xl);
|
|
18724
18704
|
}
|
|
18725
18705
|
}
|
|
18726
|
-
@media (min-width:
|
|
18706
|
+
@media (min-width: 75rem) {
|
|
18727
18707
|
.pf-v6-c-tabs.pf-m-inset-none-on-xl {
|
|
18728
18708
|
--pf-v6-c-tabs--inset: 0;
|
|
18729
18709
|
--pf-v6-c-tabs--m-vertical--inset: 0;
|
|
@@ -18755,7 +18735,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18755
18735
|
--pf-v6-c-tabs--m-vertical--m-box--inset: var(--pf-t--global--spacer--2xl);
|
|
18756
18736
|
}
|
|
18757
18737
|
}
|
|
18758
|
-
@media (min-width:
|
|
18738
|
+
@media (min-width: 90.625rem) {
|
|
18759
18739
|
.pf-v6-c-tabs.pf-m-inset-none-on-2xl {
|
|
18760
18740
|
--pf-v6-c-tabs--inset: 0;
|
|
18761
18741
|
--pf-v6-c-tabs--m-vertical--inset: 0;
|
|
@@ -19092,15 +19072,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19092
19072
|
--pf-v6-c-timestamp--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
19093
19073
|
--pf-v6-c-timestamp--Color: var(--pf-t--global--text--color--subtle);
|
|
19094
19074
|
--pf-v6-c-timestamp--OutlineOffset: 0.1875rem;
|
|
19095
|
-
--pf-v6-c-timestamp--m-help-text--TextDecorationLine:
|
|
19096
|
-
--pf-v6-c-timestamp--m-help-text--TextDecorationStyle:
|
|
19097
|
-
--pf-v6-c-timestamp--m-help-text--TextDecorationThickness: var(--pf-t--global--border--width--regular);
|
|
19075
|
+
--pf-v6-c-timestamp--m-help-text--TextDecorationLine: var(--pf-t--global--text-decoration--help-text--line--default);
|
|
19076
|
+
--pf-v6-c-timestamp--m-help-text--TextDecorationStyle: var(--pf-t--global--text-decoration--help-text--style--default);
|
|
19098
19077
|
--pf-v6-c-timestamp--m-help-text--TextUnderlineOffset: 0.25rem;
|
|
19099
|
-
--pf-v6-c-timestamp--m-help-text--TextDecorationColor: var(--pf-t--global--border--color--default);
|
|
19100
19078
|
--pf-v6-c-timestamp--m-help-text--hover--Color: var(--pf-t--global--text--color--regular);
|
|
19101
|
-
--pf-v6-c-timestamp--m-help-text--
|
|
19102
|
-
--pf-v6-c-timestamp--m-help-text--hover--
|
|
19103
|
-
--pf-v6-c-timestamp--m-help-text--focus--TextDecorationColor: var(--pf-t--global--text--color--regular);
|
|
19079
|
+
--pf-v6-c-timestamp--m-help-text--hover--TextDecorationLine: var(--pf-t--global--text-decoration--help-text--line--hover);
|
|
19080
|
+
--pf-v6-c-timestamp--m-help-text--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--help-text--style--hover);
|
|
19104
19081
|
}
|
|
19105
19082
|
|
|
19106
19083
|
.pf-v6-c-timestamp {
|
|
@@ -19110,20 +19087,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19110
19087
|
outline-offset: var(--pf-v6-c-timestamp--OutlineOffset);
|
|
19111
19088
|
}
|
|
19112
19089
|
.pf-v6-c-timestamp.pf-m-help-text {
|
|
19113
|
-
text-decoration
|
|
19114
|
-
text-decoration-thickness: var(--pf-v6-c-timestamp--m-help-text--TextDecorationThickness);
|
|
19115
|
-
text-decoration-style: var(--pf-v6-c-timestamp--m-help-text--TextDecorationStyle);
|
|
19116
|
-
text-decoration-color: var(--pf-v6-c-timestamp--m-help-text--TextDecorationColor);
|
|
19090
|
+
text-decoration: var(--pf-v6-c-timestamp--m-help-text--TextDecorationLine) var(--pf-v6-c-timestamp--m-help-text--TextDecorationStyle);
|
|
19117
19091
|
text-underline-offset: var(--pf-v6-c-timestamp--m-help-text--TextUnderlineOffset);
|
|
19118
19092
|
cursor: pointer;
|
|
19119
19093
|
}
|
|
19120
|
-
.pf-v6-c-timestamp.pf-m-help-text:hover {
|
|
19094
|
+
.pf-v6-c-timestamp.pf-m-help-text:is(:hover, :focus) {
|
|
19121
19095
|
--pf-v6-c-timestamp--Color: var(--pf-v6-c-timestamp--m-help-text--hover--Color);
|
|
19122
|
-
--pf-v6-c-timestamp--m-help-text--
|
|
19123
|
-
|
|
19124
|
-
.pf-v6-c-timestamp.pf-m-help-text:focus {
|
|
19125
|
-
--pf-v6-c-timestamp--Color: var(--pf-v6-c-timestamp--m-help-text--focus--Color);
|
|
19126
|
-
--pf-v6-c-timestamp--m-help-text--TextDecorationColor: var(--pf-v6-c-timestamp--m-help-text--focus--TextDecorationColor);
|
|
19096
|
+
--pf-v6-c-timestamp--m-help-text--TextDecorationLine: var(--pf-v6-c-timestamp--m-help-text--hover--TextDecorationLine);
|
|
19097
|
+
--pf-v6-c-timestamp--m-help-text--TextDecorationStyle: var(--pf-v6-c-timestamp--m-help-text--hover--TextDecorationStyle);
|
|
19127
19098
|
}
|
|
19128
19099
|
|
|
19129
19100
|
:where(:root, .pf-v6-c-title) {
|
|
@@ -19321,7 +19292,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19321
19292
|
border-inline-start-color: var(--pf-v6-c-toggle-group__button--before--BorderInlineStartColor, var(--pf-v6-c-toggle-group__button--before--BorderColor));
|
|
19322
19293
|
border-inline-end-color: var(--pf-v6-c-toggle-group__button--before--BorderInlineEndColor, var(--pf-v6-c-toggle-group__button--before--BorderColor));
|
|
19323
19294
|
}
|
|
19324
|
-
.pf-v6-c-toggle-group__button:hover,
|
|
19295
|
+
.pf-v6-c-toggle-group__button:is(:hover, :focus) {
|
|
19325
19296
|
--pf-v6-c-toggle-group__button--BackgroundColor: var(--pf-v6-c-toggle-group__button--hover--BackgroundColor);
|
|
19326
19297
|
--pf-v6-c-toggle-group__button--ZIndex: var(--pf-v6-c-toggle-group__button--hover--ZIndex);
|
|
19327
19298
|
--pf-v6-c-toggle-group__button--before--BorderColor: var(--pf-v6-c-toggle-group__button--hover--before--BorderColor);
|
|
@@ -19333,7 +19304,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19333
19304
|
--pf-v6-c-toggle-group__button--ZIndex: var(--pf-v6-c-toggle-group__button--m-selected--ZIndex);
|
|
19334
19305
|
--pf-v6-c-toggle-group__button--before--BorderColor: var(--pf-v6-c-toggle-group__button--m-selected--before--BorderColor);
|
|
19335
19306
|
}
|
|
19336
|
-
.pf-v6-c-toggle-group__button:disabled, .pf-
|
|
19307
|
+
.pf-v6-c-toggle-group__button:is(:disabled, .pf-m-disabled) {
|
|
19337
19308
|
--pf-v6-c-toggle-group__button--BackgroundColor: var(--pf-v6-c-toggle-group__button--disabled--BackgroundColor);
|
|
19338
19309
|
--pf-v6-c-toggle-group__button--Color: var(--pf-v6-c-toggle-group__button--disabled--Color);
|
|
19339
19310
|
--pf-v6-c-toggle-group__button--ZIndex: var(--pf-v6-c-toggle-group__button--disabled--ZIndex);
|
|
@@ -19357,7 +19328,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19357
19328
|
:where(:root, .pf-v6-c-toolbar) {
|
|
19358
19329
|
--pf-v6-c-toolbar--RowGap: var(--pf-t--global--spacer--md);
|
|
19359
19330
|
--pf-v6-c-toolbar--PaddingBlockStart: 0;
|
|
19360
|
-
--pf-v6-c-toolbar--PaddingBlockEnd:
|
|
19331
|
+
--pf-v6-c-toolbar--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
19361
19332
|
--pf-v6-c-toolbar--PaddingInlineStart: 0;
|
|
19362
19333
|
--pf-v6-c-toolbar--PaddingInlineEnd: 0;
|
|
19363
19334
|
--pf-v6-c-toolbar--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
@@ -19375,8 +19346,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19375
19346
|
--pf-v6-c-toolbar__group--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
|
19376
19347
|
--pf-v6-c-toolbar__group--m-overflow-container--MinWidth: 0;
|
|
19377
19348
|
--pf-v6-c-toolbar__content--RowGap: var(--pf-t--global--spacer--md);
|
|
19378
|
-
--pf-v6-c-toolbar__content--PaddingInlineStart:
|
|
19379
|
-
--pf-v6-c-toolbar__content--PaddingInlineEnd:
|
|
19349
|
+
--pf-v6-c-toolbar__content--PaddingInlineStart: 0;
|
|
19350
|
+
--pf-v6-c-toolbar__content--PaddingInlineEnd: 0;
|
|
19380
19351
|
--pf-v6-c-toolbar__content-section--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
|
19381
19352
|
--pf-v6-c-toolbar__content-section--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
|
19382
19353
|
--pf-v6-c-toolbar__expandable-content--ZIndex: var(--pf-t--global--z-index--sm);
|
|
@@ -19416,7 +19387,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19416
19387
|
.pf-v6-c-toolbar__item.pf-m-hidden {
|
|
19417
19388
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
19418
19389
|
}
|
|
19419
|
-
@media screen and (min-width:
|
|
19390
|
+
@media screen and (min-width: 36rem) {
|
|
19420
19391
|
.pf-v6-c-toolbar__content-section.pf-m-hidden-on-sm,
|
|
19421
19392
|
.pf-v6-c-toolbar__group.pf-m-hidden-on-sm,
|
|
19422
19393
|
.pf-v6-c-toolbar__item.pf-m-hidden-on-sm {
|
|
@@ -19428,7 +19399,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19428
19399
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
19429
19400
|
}
|
|
19430
19401
|
}
|
|
19431
|
-
@media screen and (min-width:
|
|
19402
|
+
@media screen and (min-width: 48rem) {
|
|
19432
19403
|
.pf-v6-c-toolbar__content-section.pf-m-hidden-on-md,
|
|
19433
19404
|
.pf-v6-c-toolbar__group.pf-m-hidden-on-md,
|
|
19434
19405
|
.pf-v6-c-toolbar__item.pf-m-hidden-on-md {
|
|
@@ -19440,7 +19411,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19440
19411
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
19441
19412
|
}
|
|
19442
19413
|
}
|
|
19443
|
-
@media screen and (min-width:
|
|
19414
|
+
@media screen and (min-width: 62rem) {
|
|
19444
19415
|
.pf-v6-c-toolbar__content-section.pf-m-hidden-on-lg,
|
|
19445
19416
|
.pf-v6-c-toolbar__group.pf-m-hidden-on-lg,
|
|
19446
19417
|
.pf-v6-c-toolbar__item.pf-m-hidden-on-lg {
|
|
@@ -19452,7 +19423,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19452
19423
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
19453
19424
|
}
|
|
19454
19425
|
}
|
|
19455
|
-
@media screen and (min-width:
|
|
19426
|
+
@media screen and (min-width: 75rem) {
|
|
19456
19427
|
.pf-v6-c-toolbar__content-section.pf-m-hidden-on-xl,
|
|
19457
19428
|
.pf-v6-c-toolbar__group.pf-m-hidden-on-xl,
|
|
19458
19429
|
.pf-v6-c-toolbar__item.pf-m-hidden-on-xl {
|
|
@@ -19464,7 +19435,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19464
19435
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
19465
19436
|
}
|
|
19466
19437
|
}
|
|
19467
|
-
@media screen and (min-width:
|
|
19438
|
+
@media screen and (min-width: 90.625rem) {
|
|
19468
19439
|
.pf-v6-c-toolbar__content-section.pf-m-hidden-on-2xl,
|
|
19469
19440
|
.pf-v6-c-toolbar__group.pf-m-hidden-on-2xl,
|
|
19470
19441
|
.pf-v6-c-toolbar__item.pf-m-hidden-on-2xl {
|
|
@@ -19494,7 +19465,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19494
19465
|
.pf-v6-c-toolbar__content.pf-m-hidden {
|
|
19495
19466
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
19496
19467
|
}
|
|
19497
|
-
@media screen and (min-width:
|
|
19468
|
+
@media screen and (min-width: 36rem) {
|
|
19498
19469
|
.pf-v6-c-toolbar__content.pf-m-hidden-on-sm {
|
|
19499
19470
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
19500
19471
|
}
|
|
@@ -19502,7 +19473,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19502
19473
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
19503
19474
|
}
|
|
19504
19475
|
}
|
|
19505
|
-
@media screen and (min-width:
|
|
19476
|
+
@media screen and (min-width: 48rem) {
|
|
19506
19477
|
.pf-v6-c-toolbar__content.pf-m-hidden-on-md {
|
|
19507
19478
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
19508
19479
|
}
|
|
@@ -19510,7 +19481,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19510
19481
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
19511
19482
|
}
|
|
19512
19483
|
}
|
|
19513
|
-
@media screen and (min-width:
|
|
19484
|
+
@media screen and (min-width: 62rem) {
|
|
19514
19485
|
.pf-v6-c-toolbar__content.pf-m-hidden-on-lg {
|
|
19515
19486
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
19516
19487
|
}
|
|
@@ -19518,7 +19489,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19518
19489
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
19519
19490
|
}
|
|
19520
19491
|
}
|
|
19521
|
-
@media screen and (min-width:
|
|
19492
|
+
@media screen and (min-width: 75rem) {
|
|
19522
19493
|
.pf-v6-c-toolbar__content.pf-m-hidden-on-xl {
|
|
19523
19494
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
19524
19495
|
}
|
|
@@ -19526,7 +19497,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19526
19497
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
19527
19498
|
}
|
|
19528
19499
|
}
|
|
19529
|
-
@media screen and (min-width:
|
|
19500
|
+
@media screen and (min-width: 90.625rem) {
|
|
19530
19501
|
.pf-v6-c-toolbar__content.pf-m-hidden-on-2xl {
|
|
19531
19502
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
19532
19503
|
}
|
|
@@ -19596,52 +19567,52 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19596
19567
|
width: var(--pf-v6-c-toolbar__item--Width--base);
|
|
19597
19568
|
min-width: var(--pf-v6-c-toolbar__item--MinWidth--base);
|
|
19598
19569
|
}
|
|
19599
|
-
@media (min-width:
|
|
19570
|
+
@media (min-width: 36rem) {
|
|
19600
19571
|
.pf-v6-c-toolbar__item {
|
|
19601
19572
|
--pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width-on-sm, var(--pf-v6-c-toolbar__item--Width));
|
|
19602
19573
|
}
|
|
19603
19574
|
}
|
|
19604
|
-
@media (min-width:
|
|
19575
|
+
@media (min-width: 48rem) {
|
|
19605
19576
|
.pf-v6-c-toolbar__item {
|
|
19606
19577
|
--pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width-on-md, var(--pf-v6-c-toolbar__item--Width-on-sm, var(--pf-v6-c-toolbar__item--Width)));
|
|
19607
19578
|
}
|
|
19608
19579
|
}
|
|
19609
|
-
@media (min-width:
|
|
19580
|
+
@media (min-width: 62rem) {
|
|
19610
19581
|
.pf-v6-c-toolbar__item {
|
|
19611
19582
|
--pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width-on-lg, var(--pf-v6-c-toolbar__item--Width-on-md, var(--pf-v6-c-toolbar__item--Width-on-sm, var(--pf-v6-c-toolbar__item--Width))));
|
|
19612
19583
|
}
|
|
19613
19584
|
}
|
|
19614
|
-
@media (min-width:
|
|
19585
|
+
@media (min-width: 75rem) {
|
|
19615
19586
|
.pf-v6-c-toolbar__item {
|
|
19616
19587
|
--pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width-on-xl, var(--pf-v6-c-toolbar__item--Width-on-lg, var(--pf-v6-c-toolbar__item--Width-on-md, var(--pf-v6-c-toolbar__item--Width-on-sm, var(--pf-v6-c-toolbar__item--Width)))));
|
|
19617
19588
|
}
|
|
19618
19589
|
}
|
|
19619
|
-
@media (min-width:
|
|
19590
|
+
@media (min-width: 90.625rem) {
|
|
19620
19591
|
.pf-v6-c-toolbar__item {
|
|
19621
19592
|
--pf-v6-c-toolbar__item--Width--base: var(--pf-v6-c-toolbar__item--Width-on-2xl, var(--pf-v6-c-toolbar__item--Width-on-xl, var(--pf-v6-c-toolbar__item--Width-on-lg, var(--pf-v6-c-toolbar__item--Width-on-md, var(--pf-v6-c-toolbar__item--Width-on-sm, var(--pf-v6-c-toolbar__item--Width))))));
|
|
19622
19593
|
}
|
|
19623
19594
|
}
|
|
19624
|
-
@media (min-width:
|
|
19595
|
+
@media (min-width: 36rem) {
|
|
19625
19596
|
.pf-v6-c-toolbar__item {
|
|
19626
19597
|
--pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth-on-sm, var(--pf-v6-c-toolbar__item--MinWidth));
|
|
19627
19598
|
}
|
|
19628
19599
|
}
|
|
19629
|
-
@media (min-width:
|
|
19600
|
+
@media (min-width: 48rem) {
|
|
19630
19601
|
.pf-v6-c-toolbar__item {
|
|
19631
19602
|
--pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth-on-md, var(--pf-v6-c-toolbar__item--MinWidth-on-sm, var(--pf-v6-c-toolbar__item--MinWidth)));
|
|
19632
19603
|
}
|
|
19633
19604
|
}
|
|
19634
|
-
@media (min-width:
|
|
19605
|
+
@media (min-width: 62rem) {
|
|
19635
19606
|
.pf-v6-c-toolbar__item {
|
|
19636
19607
|
--pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth-on-lg, var(--pf-v6-c-toolbar__item--MinWidth-on-md, var(--pf-v6-c-toolbar__item--MinWidth-on-sm, var(--pf-v6-c-toolbar__item--MinWidth))));
|
|
19637
19608
|
}
|
|
19638
19609
|
}
|
|
19639
|
-
@media (min-width:
|
|
19610
|
+
@media (min-width: 75rem) {
|
|
19640
19611
|
.pf-v6-c-toolbar__item {
|
|
19641
19612
|
--pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth-on-xl, var(--pf-v6-c-toolbar__item--MinWidth-on-lg, var(--pf-v6-c-toolbar__item--MinWidth-on-md, var(--pf-v6-c-toolbar__item--MinWidth-on-sm, var(--pf-v6-c-toolbar__item--MinWidth)))));
|
|
19642
19613
|
}
|
|
19643
19614
|
}
|
|
19644
|
-
@media (min-width:
|
|
19615
|
+
@media (min-width: 90.625rem) {
|
|
19645
19616
|
.pf-v6-c-toolbar__item {
|
|
19646
19617
|
--pf-v6-c-toolbar__item--MinWidth--base: var(--pf-v6-c-toolbar__item--MinWidth-on-2xl, var(--pf-v6-c-toolbar__item--MinWidth-on-xl, var(--pf-v6-c-toolbar__item--MinWidth-on-lg, var(--pf-v6-c-toolbar__item--MinWidth-on-md, var(--pf-v6-c-toolbar__item--MinWidth-on-sm, var(--pf-v6-c-toolbar__item--MinWidth))))));
|
|
19647
19618
|
}
|
|
@@ -19680,6 +19651,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19680
19651
|
column-gap: var(--pf-v6-c-toolbar__group--m-action-group-plain--ColumnGap);
|
|
19681
19652
|
}
|
|
19682
19653
|
.pf-v6-c-toolbar__group.pf-m-action-group-inline {
|
|
19654
|
+
flex-wrap: wrap;
|
|
19683
19655
|
column-gap: var(--pf-v6-c-toolbar__group--m-action-group-inline--ColumnGap);
|
|
19684
19656
|
}
|
|
19685
19657
|
.pf-v6-c-toolbar__group.pf-m-overflow-container {
|
|
@@ -19700,7 +19672,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19700
19672
|
background-color: var(--pf-v6-c-toolbar__expandable-content--BackgroundColor);
|
|
19701
19673
|
box-shadow: var(--pf-v6-c-toolbar__expandable-content--BoxShadow);
|
|
19702
19674
|
}
|
|
19703
|
-
@media screen and (min-width:
|
|
19675
|
+
@media screen and (min-width: 62rem) {
|
|
19704
19676
|
.pf-v6-c-toolbar__expandable-content {
|
|
19705
19677
|
position: static;
|
|
19706
19678
|
padding: 0;
|
|
@@ -19992,7 +19964,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19992
19964
|
display: inline-flex;
|
|
19993
19965
|
}
|
|
19994
19966
|
|
|
19995
|
-
@media (min-width:
|
|
19967
|
+
@media (min-width: 36rem) {
|
|
19996
19968
|
.pf-v6-c-toolbar__group.pf-m-align-start-on-sm,
|
|
19997
19969
|
.pf-v6-c-toolbar__item.pf-m-align-start-on-sm {
|
|
19998
19970
|
margin-inline-start: 0;
|
|
@@ -20244,7 +20216,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20244
20216
|
display: inline-flex;
|
|
20245
20217
|
}
|
|
20246
20218
|
}
|
|
20247
|
-
@media (min-width:
|
|
20219
|
+
@media (min-width: 48rem) {
|
|
20248
20220
|
.pf-v6-c-toolbar__group.pf-m-align-start-on-md,
|
|
20249
20221
|
.pf-v6-c-toolbar__item.pf-m-align-start-on-md {
|
|
20250
20222
|
margin-inline-start: 0;
|
|
@@ -20496,7 +20468,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20496
20468
|
display: inline-flex;
|
|
20497
20469
|
}
|
|
20498
20470
|
}
|
|
20499
|
-
@media (min-width:
|
|
20471
|
+
@media (min-width: 62rem) {
|
|
20500
20472
|
.pf-v6-c-toolbar__group.pf-m-align-start-on-lg,
|
|
20501
20473
|
.pf-v6-c-toolbar__item.pf-m-align-start-on-lg {
|
|
20502
20474
|
margin-inline-start: 0;
|
|
@@ -20748,7 +20720,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20748
20720
|
display: inline-flex;
|
|
20749
20721
|
}
|
|
20750
20722
|
}
|
|
20751
|
-
@media (min-width:
|
|
20723
|
+
@media (min-width: 75rem) {
|
|
20752
20724
|
.pf-v6-c-toolbar__group.pf-m-align-start-on-xl,
|
|
20753
20725
|
.pf-v6-c-toolbar__item.pf-m-align-start-on-xl {
|
|
20754
20726
|
margin-inline-start: 0;
|
|
@@ -21000,7 +20972,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21000
20972
|
display: inline-flex;
|
|
21001
20973
|
}
|
|
21002
20974
|
}
|
|
21003
|
-
@media (min-width:
|
|
20975
|
+
@media (min-width: 90.625rem) {
|
|
21004
20976
|
.pf-v6-c-toolbar__group.pf-m-align-start-on-2xl,
|
|
21005
20977
|
.pf-v6-c-toolbar__item.pf-m-align-start-on-2xl {
|
|
21006
20978
|
margin-inline-start: 0;
|
|
@@ -22026,7 +21998,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
22026
21998
|
--pf-v6-c-wizard__footer--BorderBlockStartWidth: var(--pf-t--global--border--width--divider--default);
|
|
22027
21999
|
--pf-v6-c-wizard__footer--BorderBlockStartColor: var(--pf-t--global--border--color--default);
|
|
22028
22000
|
}
|
|
22029
|
-
@media screen and (min-width:
|
|
22001
|
+
@media screen and (min-width: 62rem) {
|
|
22030
22002
|
:where(:root, .pf-v6-c-wizard) {
|
|
22031
22003
|
--pf-v6-c-wizard__nav--Width: var(--pf-v6-c-wizard__nav--lg--Width);
|
|
22032
22004
|
--pf-v6-c-wizard__nav--BoxShadow: none;
|
|
@@ -22092,7 +22064,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
22092
22064
|
padding-block-start: var(--pf-v6-c-wizard__description--PaddingBlockStart);
|
|
22093
22065
|
color: var(--pf-v6-c-wizard__description--Color);
|
|
22094
22066
|
}
|
|
22095
|
-
@media screen and (min-width:
|
|
22067
|
+
@media screen and (min-width: 62rem) {
|
|
22096
22068
|
.pf-v6-c-wizard__description {
|
|
22097
22069
|
display: block;
|
|
22098
22070
|
}
|
|
@@ -22114,7 +22086,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
22114
22086
|
border-inline-start: 0;
|
|
22115
22087
|
border-inline-end: 0;
|
|
22116
22088
|
}
|
|
22117
|
-
@media screen and (min-width:
|
|
22089
|
+
@media screen and (min-width: 62rem) {
|
|
22118
22090
|
.pf-v6-c-wizard__toggle {
|
|
22119
22091
|
display: none;
|
|
22120
22092
|
}
|
|
@@ -22183,7 +22155,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
22183
22155
|
min-height: var(--pf-v6-c-wizard__outer-wrap--MinHeight);
|
|
22184
22156
|
background-color: var(--pf-v6-c-wizard__outer-wrap--BackgroundColor);
|
|
22185
22157
|
}
|
|
22186
|
-
@media screen and (min-width:
|
|
22158
|
+
@media screen and (min-width: 62rem) {
|
|
22187
22159
|
.pf-v6-c-wizard__outer-wrap {
|
|
22188
22160
|
padding-inline-start: var(--pf-v6-c-wizard__outer-wrap--lg--PaddingInlineStart);
|
|
22189
22161
|
}
|
|
@@ -22196,7 +22168,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
22196
22168
|
flex-grow: 1;
|
|
22197
22169
|
min-height: 0;
|
|
22198
22170
|
}
|
|
22199
|
-
@media screen and (min-width:
|
|
22171
|
+
@media screen and (min-width: 62rem) {
|
|
22200
22172
|
.pf-v6-c-wizard__inner-wrap {
|
|
22201
22173
|
position: static;
|
|
22202
22174
|
}
|
|
@@ -22218,7 +22190,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
22218
22190
|
.pf-v6-c-wizard__nav.pf-m-expanded {
|
|
22219
22191
|
display: block;
|
|
22220
22192
|
}
|
|
22221
|
-
@media screen and (min-width:
|
|
22193
|
+
@media screen and (min-width: 62rem) {
|
|
22222
22194
|
.pf-v6-c-wizard__nav {
|
|
22223
22195
|
display: block;
|
|
22224
22196
|
height: 100%;
|