@patternfly/patternfly 6.0.0-prerelease.12 → 6.0.0-prerelease.13
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/components/AboutModalBox/about-modal-box.css +0 -7
- package/components/Accordion/accordion.css +0 -1
- package/components/ActionList/action-list.css +0 -1
- package/components/Alert/alert-group.css +0 -1
- package/components/Alert/alert.css +0 -1
- package/components/Avatar/avatar.css +0 -1
- package/components/BackToTop/back-to-top.css +0 -2
- package/components/Backdrop/backdrop.css +0 -1
- package/components/BackgroundImage/background-image.css +0 -1
- package/components/Badge/badge.css +0 -1
- package/components/Banner/banner.css +0 -2
- package/components/Brand/brand.css +0 -1
- package/components/Breadcrumb/breadcrumb.css +0 -1
- package/components/Button/button.css +0 -1
- package/components/CalendarMonth/calendar-month.css +0 -1
- package/components/Card/card.css +0 -1
- package/components/Check/check.css +0 -1
- package/components/ClipboardCopy/clipboard-copy.css +0 -1
- package/components/CodeBlock/code-block.css +0 -1
- package/components/CodeEditor/code-editor.css +0 -1
- package/components/Content/content.css +1 -2
- package/components/Content/content.scss +1 -1
- package/components/DataList/data-list.css +0 -3
- package/components/DatePicker/date-picker.css +0 -1
- package/components/DescriptionList/description-list.css +0 -7
- package/components/Divider/divider.css +0 -1
- package/components/DragDrop/drag-drop.css +0 -2
- package/components/Drawer/drawer.css +0 -3
- package/components/DualListSelector/dual-list-selector.css +0 -1
- package/components/EmptyState/empty-state.css +0 -1
- package/components/ExpandableSection/expandable-section.css +0 -1
- package/components/FileUpload/file-upload.css +0 -1
- package/components/Form/form.css +0 -1
- package/components/FormControl/form-control.css +0 -1
- package/components/HelperText/helper-text.css +0 -1
- package/components/Hint/hint.css +0 -1
- package/components/Icon/icon.css +0 -1
- package/components/InlineEdit/inline-edit.css +0 -1
- package/components/InputGroup/input-group.css +0 -1
- package/components/JumpLinks/jump-links.css +0 -1
- package/components/Label/label-group.css +0 -1
- package/components/Label/label.css +0 -1
- package/components/List/list.css +0 -1
- package/components/Login/login.css +0 -9
- package/components/Masthead/masthead.css +0 -1
- package/components/Menu/menu.css +0 -1
- package/components/MenuToggle/menu-toggle.css +0 -1
- package/components/ModalBox/modal-box.css +0 -2
- package/components/MultipleFileUpload/multiple-file-upload.css +0 -1
- package/components/Nav/nav.css +0 -1
- package/components/NotificationDrawer/notification-drawer.css +0 -1
- package/components/NumberInput/number-input.css +0 -1
- package/components/OverflowMenu/overflow-menu.css +0 -1
- package/components/Page/page.css +0 -2
- package/components/Pagination/pagination.css +0 -3
- package/components/Panel/panel.css +0 -1
- package/components/Popover/popover.css +0 -1
- package/components/Progress/progress.css +0 -1
- package/components/ProgressStepper/progress-stepper.css +0 -2
- package/components/Radio/radio.css +0 -1
- package/components/Sidebar/sidebar.css +0 -1
- package/components/SimpleList/simple-list.css +0 -1
- package/components/Skeleton/skeleton.css +0 -1
- package/components/SkipToContent/skip-to-content.css +0 -1
- package/components/Slider/slider.css +0 -1
- package/components/Spinner/spinner.css +0 -1
- package/components/Switch/switch.css +0 -1
- package/components/TabContent/tab-content.css +0 -1
- package/components/Table/table-grid.css +0 -1
- package/components/Table/table-scrollable.css +0 -1
- package/components/Table/table-tree-view.css +0 -1
- package/components/Table/table.css +0 -1
- package/components/Tabs/tabs.css +0 -1
- package/components/TextInputGroup/text-input-group.css +0 -1
- package/components/Tile/tile.css +0 -1
- package/components/Timestamp/timestamp.css +0 -1
- package/components/Title/title.css +0 -1
- package/components/ToggleGroup/toggle-group.css +0 -1
- package/components/Toolbar/toolbar.css +0 -1
- package/components/Tooltip/tooltip.css +0 -1
- package/components/TreeView/tree-view.css +0 -1
- package/components/Truncate/truncate.css +0 -1
- package/components/Wizard/wizard.css +0 -2
- package/components/_index.css +1 -116
- package/docs/components/Content/examples/Content.md +188 -204
- package/layouts/Bullseye/bullseye.css +0 -1
- package/layouts/Flex/flex.css +0 -1
- package/layouts/Gallery/gallery.css +0 -1
- package/layouts/Grid/grid.css +0 -1
- package/layouts/Level/level.css +0 -1
- package/layouts/Split/split.css +0 -1
- package/layouts/Stack/stack.css +0 -1
- package/layouts/_index.css +0 -7
- package/package.json +1 -1
- package/patternfly-no-globals.css +1 -123
- package/patternfly.css +1 -123
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/mixins.scss +3 -3
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
:root,
|
|
2
1
|
.pf-v6-c-about-modal-box {
|
|
3
2
|
--pf-v6-c-about-modal-box--BackgroundImage: none;
|
|
4
3
|
--pf-v6-c-about-modal-box--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
|
@@ -45,7 +44,6 @@
|
|
|
45
44
|
--pf-v6-c-about-modal-box__content--sm--MarginInlineStart: var(--pf-t--global--spacer--3xl);
|
|
46
45
|
}
|
|
47
46
|
@media screen and (min-width: 36rem) {
|
|
48
|
-
:root,
|
|
49
47
|
.pf-v6-c-about-modal-box {
|
|
50
48
|
--pf-v6-c-about-modal-box__brand--PaddingInlineEnd: var(--pf-v6-c-about-modal-box__brand--sm--PaddingInlineEnd);
|
|
51
49
|
--pf-v6-c-about-modal-box__brand--PaddingInlineStart: var(--pf-v6-c-about-modal-box__brand--sm--PaddingInlineStart);
|
|
@@ -53,32 +51,27 @@
|
|
|
53
51
|
}
|
|
54
52
|
}
|
|
55
53
|
@media only screen and (min-width: 36rem) {
|
|
56
|
-
:root,
|
|
57
54
|
.pf-v6-c-about-modal-box {
|
|
58
55
|
--pf-v6-c-about-modal-box__close--PaddingBlockEnd: var(--pf-v6-c-about-modal-box__close--sm--PaddingBlockEnd);
|
|
59
56
|
}
|
|
60
57
|
}
|
|
61
58
|
@media only screen and (min-width: 62rem) {
|
|
62
|
-
:root,
|
|
63
59
|
.pf-v6-c-about-modal-box {
|
|
64
60
|
--pf-v6-c-about-modal-box__close--PaddingInlineEnd: var(--pf-v6-c-about-modal-box__close--lg--PaddingInlineEnd);
|
|
65
61
|
}
|
|
66
62
|
}
|
|
67
63
|
@media only screen and (min-width: 36rem) {
|
|
68
|
-
:root,
|
|
69
64
|
.pf-v6-c-about-modal-box {
|
|
70
65
|
--pf-v6-c-about-modal-box__header--PaddingInlineEnd: var(--pf-v6-c-about-modal-box__header--sm--PaddingInlineEnd);
|
|
71
66
|
--pf-v6-c-about-modal-box__header--PaddingInlineStart: var(--pf-v6-c-about-modal-box__header--sm--PaddingInlineStart);
|
|
72
67
|
}
|
|
73
68
|
}
|
|
74
69
|
@media only screen and (min-width: 36rem) {
|
|
75
|
-
:root,
|
|
76
70
|
.pf-v6-c-about-modal-box {
|
|
77
71
|
--pf-v6-c-about-modal-box__strapline--PaddingBlockStart: var(--pf-v6-c-about-modal-box__strapline--sm--PaddingBlockStart);
|
|
78
72
|
}
|
|
79
73
|
}
|
|
80
74
|
@media only screen and (min-width: 36rem) {
|
|
81
|
-
:root,
|
|
82
75
|
.pf-v6-c-about-modal-box {
|
|
83
76
|
--pf-v6-c-about-modal-box__content--MarginBlockStart: var(--pf-v6-c-about-modal-box__content--sm--MarginBlockStart);
|
|
84
77
|
--pf-v6-c-about-modal-box__content--MarginInlineEnd: var(--pf-v6-c-about-modal-box__content--sm--MarginInlineEnd);
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
:root,
|
|
2
1
|
.pf-v6-c-back-to-top {
|
|
3
2
|
--pf-v6-c-back-to-top--InsetInlineEnd: var(--pf-t--global--spacer--2xl);
|
|
4
3
|
--pf-v6-c-back-to-top--InsetBlockEnd: var(--pf-t--global--spacer--lg);
|
|
@@ -11,7 +10,6 @@
|
|
|
11
10
|
--pf-v6-c-back-to-top--c-button--BoxShadow: var(--pf-t--global--box-shadow--sm);
|
|
12
11
|
}
|
|
13
12
|
@media (min-width: 48rem) {
|
|
14
|
-
:root,
|
|
15
13
|
.pf-v6-c-back-to-top {
|
|
16
14
|
--pf-v6-c-back-to-top--InsetBlockEnd: var(--pf-v6-c-back-to-top--md--InsetBlockEnd);
|
|
17
15
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
:root,
|
|
2
1
|
.pf-v6-c-banner {
|
|
3
2
|
--pf-v6-c-banner--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
4
3
|
--pf-v6-c-banner--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
@@ -43,7 +42,6 @@
|
|
|
43
42
|
--pf-v6-c-banner--m-purple--Color: var(--pf-t--global--text--color--nonstatus--on-purple--default);
|
|
44
43
|
}
|
|
45
44
|
@media (min-width: 48rem) {
|
|
46
|
-
:root,
|
|
47
45
|
.pf-v6-c-banner {
|
|
48
46
|
--pf-v6-c-banner--PaddingInlineEnd: var(--pf-v6-c-banner--md--PaddingInlineEnd);
|
|
49
47
|
--pf-v6-c-banner--PaddingInlineStart: var(--pf-v6-c-banner--md--PaddingInlineStart);
|
package/components/Card/card.css
CHANGED
|
@@ -404,7 +404,6 @@
|
|
|
404
404
|
}
|
|
405
405
|
}
|
|
406
406
|
|
|
407
|
-
:root,
|
|
408
407
|
.pf-v6-c-data-list {
|
|
409
408
|
--pf-v6-c-data-list--FontSize: var( --pf-t--global--font--size--body);
|
|
410
409
|
--pf-v6-c-data-list--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
@@ -515,14 +514,12 @@
|
|
|
515
514
|
--pf-v6-c-data-list--m-compact__cell--m-icon--cell--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
516
515
|
}
|
|
517
516
|
@media screen and (min-width: 36rem) {
|
|
518
|
-
:root,
|
|
519
517
|
.pf-v6-c-data-list {
|
|
520
518
|
--pf-v6-c-data-list--BorderBlockStartColor: var(--pf-v6-c-data-list--sm--BorderBlockStartColor);
|
|
521
519
|
--pf-v6-c-data-list--BorderBlockStartWidth: var(--pf-v6-c-data-list--sm--BorderBlockStartWidth);
|
|
522
520
|
}
|
|
523
521
|
}
|
|
524
522
|
@media screen and (min-width: 36rem) {
|
|
525
|
-
:root,
|
|
526
523
|
.pf-v6-c-data-list {
|
|
527
524
|
--pf-v6-c-data-list__item--BorderBlockEndWidth: var(--pf-v6-c-data-list__item--sm--BorderBlockEndWidth);
|
|
528
525
|
--pf-v6-c-data-list__item--BorderBlockEndColor: var(--pf-v6-c-data-list__item--sm--BorderBlockEndColor);
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
:root,
|
|
2
1
|
.pf-v6-c-description-list {
|
|
3
2
|
--pf-v6-c-description-list--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical--default);
|
|
4
3
|
--pf-v6-c-description-list--ColumnGap: var(--pf-t--global--spacer--gap--group-to-group--horizontal--default);
|
|
@@ -46,37 +45,31 @@
|
|
|
46
45
|
--pf-v6-c-description-list__term--width: var(--pf-v6-c-description-list--m-horizontal__term--width);
|
|
47
46
|
}
|
|
48
47
|
@media screen and (min-width: 36rem) {
|
|
49
|
-
:root,
|
|
50
48
|
.pf-v6-c-description-list {
|
|
51
49
|
--pf-v6-c-description-list__term--Display: var(--pf-v6-c-description-list__term--sm--Display);
|
|
52
50
|
}
|
|
53
51
|
}
|
|
54
52
|
@media (min-width: 36rem) {
|
|
55
|
-
:root,
|
|
56
53
|
.pf-v6-c-description-list {
|
|
57
54
|
--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));
|
|
58
55
|
}
|
|
59
56
|
}
|
|
60
57
|
@media (min-width: 48rem) {
|
|
61
|
-
:root,
|
|
62
58
|
.pf-v6-c-description-list {
|
|
63
59
|
--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)));
|
|
64
60
|
}
|
|
65
61
|
}
|
|
66
62
|
@media (min-width: 62rem) {
|
|
67
|
-
:root,
|
|
68
63
|
.pf-v6-c-description-list {
|
|
69
64
|
--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))));
|
|
70
65
|
}
|
|
71
66
|
}
|
|
72
67
|
@media (min-width: 75rem) {
|
|
73
|
-
:root,
|
|
74
68
|
.pf-v6-c-description-list {
|
|
75
69
|
--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)))));
|
|
76
70
|
}
|
|
77
71
|
}
|
|
78
72
|
@media (min-width: 90.625rem) {
|
|
79
|
-
:root,
|
|
80
73
|
.pf-v6-c-description-list {
|
|
81
74
|
--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))))));
|
|
82
75
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
:root,
|
|
2
1
|
.pf-v6-c-draggable {
|
|
3
2
|
--pf-v6-c-draggable--Cursor: auto;
|
|
4
3
|
--pf-v6-c-draggable--m-dragging--Cursor: grabbing;
|
|
@@ -35,7 +34,6 @@
|
|
|
35
34
|
--pf-v6-c-draggable--m-dragging--after--BorderColor: var(--pf-v6-c-draggable--m-drag-outside--after--BorderColor);
|
|
36
35
|
}
|
|
37
36
|
|
|
38
|
-
:root,
|
|
39
37
|
.pf-v6-c-droppable {
|
|
40
38
|
--pf-v6-c-droppable--before--BackgroundColor: transparent;
|
|
41
39
|
--pf-v6-c-droppable--before--Opacity: 0;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
:root,
|
|
2
1
|
.pf-v6-c-drawer {
|
|
3
2
|
--pf-v6-c-drawer__section--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
4
3
|
--pf-v6-c-drawer__section--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
@@ -108,11 +107,9 @@
|
|
|
108
107
|
--pf-v6-c-drawer--m-panel-bottom--m-inline__panel--PaddingBlockStart: var(--pf-v6-c-drawer__panel--after--Width);
|
|
109
108
|
}
|
|
110
109
|
@media screen and (min-width: 75rem) {
|
|
111
|
-
:root,
|
|
112
110
|
.pf-v6-c-drawer {
|
|
113
111
|
--pf-v6-c-drawer__panel--MinWidth: var(--pf-v6-c-drawer__panel--xl--MinWidth);
|
|
114
112
|
}
|
|
115
|
-
:root.pf-m-panel-bottom,
|
|
116
113
|
.pf-v6-c-drawer.pf-m-panel-bottom {
|
|
117
114
|
--pf-v6-c-drawer__panel--MinWidth: auto;
|
|
118
115
|
--pf-v6-c-drawer__panel--MinHeight: var(--pf-v6-c-drawer--m-panel-bottom__panel--xl--MinHeight);
|
package/components/Form/form.css
CHANGED
package/components/Hint/hint.css
CHANGED
package/components/Icon/icon.css
CHANGED
package/components/List/list.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
:root,
|
|
2
1
|
.pf-v6-c-login {
|
|
3
2
|
--pf-v6-c-login--PaddingBlockStart: var(--pf-t--global--spacer--lg);
|
|
4
3
|
--pf-v6-c-login--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
|
@@ -55,33 +54,28 @@
|
|
|
55
54
|
--pf-v6-c-login__footer--c-list--xl--PaddingBlockStart: var(--pf-t--global--spacer--2xl);
|
|
56
55
|
}
|
|
57
56
|
@media (min-width: 75rem) {
|
|
58
|
-
:root,
|
|
59
57
|
.pf-v6-c-login {
|
|
60
58
|
--pf-v6-c-login__container--MaxWidth: var(--pf-v6-c-login__container--xl--MaxWidth);
|
|
61
59
|
}
|
|
62
60
|
}
|
|
63
61
|
@media (min-width: 36rem) {
|
|
64
|
-
:root,
|
|
65
62
|
.pf-v6-c-login {
|
|
66
63
|
--pf-v6-c-login__header--PaddingInlineEnd: 0;
|
|
67
64
|
--pf-v6-c-login__header--PaddingInlineStart: 0;
|
|
68
65
|
}
|
|
69
66
|
}
|
|
70
67
|
@media (min-width: 75rem) {
|
|
71
|
-
:root,
|
|
72
68
|
.pf-v6-c-login {
|
|
73
69
|
--pf-v6-c-login__header--MarginBlockEnd: var(--pf-v6-c-login__header--xl--MarginBlockEnd);
|
|
74
70
|
--pf-v6-c-login__header--c-brand--MarginBlockEnd: var(--pf-v6-c-login__header--c-brand--xl--MarginBlockEnd);
|
|
75
71
|
}
|
|
76
72
|
}
|
|
77
73
|
@media (min-width: 75rem) {
|
|
78
|
-
:root,
|
|
79
74
|
.pf-v6-c-login {
|
|
80
75
|
--pf-v6-c-login__main--MarginBlockEnd: 0;
|
|
81
76
|
}
|
|
82
77
|
}
|
|
83
78
|
@media (min-width: 48rem) {
|
|
84
|
-
:root,
|
|
85
79
|
.pf-v6-c-login {
|
|
86
80
|
--pf-v6-c-login__main-header--PaddingInlineEnd: var(--pf-v6-c-login__main-header--md--PaddingInlineEnd);
|
|
87
81
|
--pf-v6-c-login__main-header--PaddingInlineStart: var(--pf-v6-c-login__main-header--md--PaddingInlineStart);
|
|
@@ -89,21 +83,18 @@
|
|
|
89
83
|
}
|
|
90
84
|
}
|
|
91
85
|
@media (min-width: 48rem) {
|
|
92
|
-
:root,
|
|
93
86
|
.pf-v6-c-login {
|
|
94
87
|
--pf-v6-c-login__main-body--PaddingInlineEnd: var(--pf-v6-c-login__main-body--md--PaddingInlineEnd);
|
|
95
88
|
--pf-v6-c-login__main-body--PaddingInlineStart: var(--pf-v6-c-login__main-body--md--PaddingInlineStart);
|
|
96
89
|
}
|
|
97
90
|
}
|
|
98
91
|
@media (min-width: 36rem) {
|
|
99
|
-
:root,
|
|
100
92
|
.pf-v6-c-login {
|
|
101
93
|
--pf-v6-c-login__footer--PaddingInlineEnd: 0;
|
|
102
94
|
--pf-v6-c-login__footer--PaddingInlineStart: 0;
|
|
103
95
|
}
|
|
104
96
|
}
|
|
105
97
|
@media (min-width: 75rem) {
|
|
106
|
-
:root,
|
|
107
98
|
.pf-v6-c-login {
|
|
108
99
|
--pf-v6-c-login__footer--c-list--PaddingBlockStart: var(--pf-v6-c-login__footer--c-list--xl--PaddingBlockStart);
|
|
109
100
|
}
|
package/components/Menu/menu.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
:root,
|
|
2
1
|
.pf-v6-c-modal-box {
|
|
3
2
|
--pf-v6-c-modal-box--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
|
4
3
|
--pf-v6-c-modal-box--BorderRadius: var(--pf-t--global--border--radius--large);
|
|
@@ -52,7 +51,6 @@
|
|
|
52
51
|
--pf-v6-c-modal-box__footer--c-button--sm--MarginInlineEnd: calc(var(--pf-v6-c-modal-box__footer--c-button--MarginInlineEnd) / 2);
|
|
53
52
|
}
|
|
54
53
|
@media (min-width: 75rem) {
|
|
55
|
-
:root,
|
|
56
54
|
.pf-v6-c-modal-box {
|
|
57
55
|
--pf-v6-c-modal-box--m-align-top--spacer: var(--pf-v6-c-modal-box--m-align-top--xl--spacer);
|
|
58
56
|
}
|
package/components/Nav/nav.css
CHANGED
package/components/Page/page.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
:root,
|
|
2
1
|
.pf-v6-c-page {
|
|
3
2
|
--pf-v6-c-page--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
4
3
|
--pf-v6-c-page--inset: var(--pf-t--global--spacer--inset--page-chrome);
|
|
@@ -80,7 +79,6 @@
|
|
|
80
79
|
--pf-v6-c-page__main-wizard--BorderBlockStartWidth: var(--pf-t--global--border--width--action--default);
|
|
81
80
|
}
|
|
82
81
|
@media screen and (min-width: 75rem) {
|
|
83
|
-
:root,
|
|
84
82
|
.pf-v6-c-page {
|
|
85
83
|
--pf-v6-c-page__sidebar--TranslateX: var(--pf-v6-c-page__sidebar--xl--TranslateX);
|
|
86
84
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
:root,
|
|
2
1
|
.pf-v6-c-pagination {
|
|
3
2
|
--pf-v6-c-pagination--inset: 0;
|
|
4
3
|
--pf-v6-c-pagination--ColumnGap: var(--pf-t--global--spacer--lg);
|
|
@@ -37,7 +36,6 @@
|
|
|
37
36
|
--pf-v6-c-pagination__page-menu--md--Display: var(--pf-v6-c-pagination__page-menu--Display--base);
|
|
38
37
|
}
|
|
39
38
|
@media screen and (min-width: 48rem) {
|
|
40
|
-
:root,
|
|
41
39
|
.pf-v6-c-pagination {
|
|
42
40
|
--pf-v6-c-pagination--m-bottom--BoxShadow: none;
|
|
43
41
|
--pf-v6-c-pagination__page-menu--Display: var(--pf-v6-c-pagination__page-menu--md--Display);
|
|
@@ -46,7 +44,6 @@
|
|
|
46
44
|
}
|
|
47
45
|
}
|
|
48
46
|
@media screen and (min-width: 75rem) {
|
|
49
|
-
:root,
|
|
50
47
|
.pf-v6-c-pagination {
|
|
51
48
|
--pf-v6-c-pagination__scroll-button--Width: var(--pf-v6-c-pagination__scroll-button--xl--Width);
|
|
52
49
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
:root,
|
|
2
1
|
.pf-v6-c-progress-stepper {
|
|
3
2
|
--pf-v6-c-progress-stepper--m-vertical--GridAutoFlow: row;
|
|
4
3
|
--pf-v6-c-progress-stepper--m-vertical--GridTemplateColumns: auto 1fr;
|
|
@@ -120,7 +119,6 @@
|
|
|
120
119
|
--pf-v6-c-progress-stepper--m-center__step-main--before--Content: "";
|
|
121
120
|
}
|
|
122
121
|
@media screen and (min-width: 48rem) {
|
|
123
|
-
:root,
|
|
124
122
|
.pf-v6-c-progress-stepper {
|
|
125
123
|
--pf-v6-c-progress-stepper--GridAutoFlow: var(--pf-v6-c-progress-stepper--m-horizontal--GridAutoFlow);
|
|
126
124
|
--pf-v6-c-progress-stepper--GridTemplateColumns: var(--pf-v6-c-progress-stepper--m-horizontal--GridTemplateColumns);
|