@patternfly/patternfly 6.0.0-alpha.119 → 6.0.0-alpha.120
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/assets/fontawesome/_animated.scss +1 -0
- package/assets/fontawesome/_bordered-pulled.scss +1 -0
- package/assets/fontawesome/_core.scss +2 -0
- package/assets/fontawesome/_fixed-width.scss +2 -0
- package/assets/fontawesome/_icons.scss +1 -0
- package/assets/fontawesome/_index.scss +12 -0
- package/assets/fontawesome/_larger.scss +4 -2
- package/assets/fontawesome/_list.scss +4 -2
- package/assets/fontawesome/_rotated-flipped.scss +2 -0
- package/assets/fontawesome/_screen-reader.scss +1 -0
- package/assets/fontawesome/_stacked.scss +3 -1
- package/assets/fontawesome/_variables.scss +3 -2
- package/assets/fontawesome/fontawesome.scss +12 -12
- package/assets/pficon/pficon.scss +3 -0
- package/base/_index.scss +10 -0
- package/base/{_globals.scss → normalize.scss} +5 -35
- package/base/patternfly-common.scss +50 -2
- package/base/patternfly-fa-icons.css +1 -1
- package/base/patternfly-fa-icons.scss +35 -2
- package/base/patternfly-fonts.scss +49 -2
- package/base/patternfly-pf-icons.scss +1 -2
- package/base/patternfly-svg-icons.css +5 -0
- package/base/{_svg-icons.scss → patternfly-svg-icons.scss} +2 -0
- package/base/patternfly-variables.scss +14 -2
- package/base/reset.scss +33 -0
- package/base/tokens/_index.scss +6 -0
- package/components/AboutModalBox/about-modal-box.css +8 -8
- package/components/AboutModalBox/about-modal-box.scss +3 -4
- package/components/Accordion/accordion.css +1 -1
- package/components/Accordion/accordion.scss +8 -8
- package/components/ActionList/action-list.css +1 -1
- package/components/ActionList/action-list.scss +3 -1
- package/components/Alert/alert-group.scss +1 -1
- package/components/Alert/alert.css +1 -1
- package/components/Alert/alert.scss +3 -3
- package/components/AppLauncher/app-launcher.scss +1 -3
- package/components/Avatar/avatar.css +1 -1
- package/components/Avatar/avatar.scss +3 -2
- package/components/BackToTop/back-to-top.css +2 -2
- package/components/BackToTop/back-to-top.scss +2 -2
- package/components/Backdrop/backdrop.css +1 -2
- package/components/Backdrop/backdrop.scss +2 -3
- package/components/BackgroundImage/background-image.css +1 -2
- package/components/BackgroundImage/background-image.scss +2 -3
- package/components/Badge/badge.css +1 -1
- package/components/Badge/badge.scss +2 -2
- package/components/Banner/banner.css +2 -2
- package/components/Banner/banner.scss +3 -3
- package/components/Brand/brand.scss +2 -1
- package/components/Breadcrumb/breadcrumb.css +1 -2
- package/components/Breadcrumb/breadcrumb.scss +3 -2
- package/components/Button/button.css +1 -2
- package/components/Button/button.scss +3 -2
- package/components/CalendarMonth/calendar-month.css +1 -2
- package/components/CalendarMonth/calendar-month.scss +5 -5
- package/components/Card/card.css +1 -2
- package/components/Card/card.scss +4 -5
- package/components/Check/check.css +1 -2
- package/components/Check/check.scss +2 -3
- package/components/Chip/chip-group.scss +1 -1
- package/components/Chip/chip.scss +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +1 -2
- package/components/ClipboardCopy/clipboard-copy.scss +2 -3
- package/components/CodeBlock/code-block.css +1 -1
- package/components/CodeBlock/code-block.scss +2 -2
- package/components/CodeEditor/code-editor.css +1 -1
- package/components/CodeEditor/code-editor.scss +2 -2
- package/components/Content/content.css +1 -2
- package/components/Content/content.scss +2 -3
- package/components/ContextSelector/context-selector.scss +1 -1
- package/components/DataList/data-list-grid.scss +2 -0
- package/components/DataList/data-list.css +3 -3
- package/components/DataList/data-list.scss +5 -5
- package/components/DatePicker/date-picker.css +1 -2
- package/components/DatePicker/date-picker.scss +2 -3
- package/components/DescriptionList/description-list-order.scss +2 -0
- package/components/DescriptionList/description-list.css +7 -7
- package/components/DescriptionList/description-list.scss +5 -4
- package/components/Divider/divider.css +1 -2
- package/components/Divider/divider.scss +3 -3
- package/components/DragDrop/drag-drop.css +2 -2
- package/components/DragDrop/drag-drop.scss +3 -3
- package/components/Drawer/drawer.css +3 -6
- package/components/Drawer/drawer.scss +14 -13
- package/components/Dropdown/dropdown.scss +2 -1
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +4 -3
- package/components/EmptyState/empty-state.css +1 -1
- package/components/EmptyState/empty-state.scss +2 -2
- package/components/ExpandableSection/expandable-section.css +1 -1
- package/components/ExpandableSection/expandable-section.scss +7 -9
- package/components/FileUpload/file-upload.css +1 -2
- package/components/FileUpload/file-upload.scss +2 -3
- package/components/Form/form.css +1 -2
- package/components/Form/form.scss +4 -4
- package/components/FormControl/form-control.css +1 -2
- package/components/FormControl/form-control.scss +6 -5
- package/components/HelperText/helper-text.css +1 -1
- package/components/HelperText/helper-text.scss +4 -3
- package/components/Hint/hint.css +1 -1
- package/components/Hint/hint.scss +2 -2
- package/components/Icon/icon.css +1 -2
- package/components/Icon/icon.scss +2 -3
- package/components/InlineEdit/inline-edit.css +1 -2
- package/components/InlineEdit/inline-edit.scss +2 -3
- package/components/InputGroup/input-group.css +1 -2
- package/components/InputGroup/input-group.scss +2 -3
- package/components/JumpLinks/jump-links.css +1 -2
- package/components/JumpLinks/jump-links.scss +3 -3
- package/components/Label/label-group.css +1 -2
- package/components/Label/label-group.scss +2 -3
- package/components/Label/label.css +1 -2
- package/components/Label/label.scss +2 -4
- package/components/List/list.scss +1 -1
- package/components/LogViewer/log-viewer.scss +1 -1
- package/components/Login/login.css +9 -9
- package/components/Login/login.scss +2 -2
- package/components/Masthead/masthead.css +1 -2
- package/components/Masthead/masthead.scss +3 -2
- package/components/Menu/menu.css +1 -2
- package/components/Menu/menu.scss +3 -2
- package/components/MenuToggle/menu-toggle.css +1 -2
- package/components/MenuToggle/menu-toggle.scss +2 -3
- package/components/ModalBox/modal-box.css +2 -2
- package/components/ModalBox/modal-box.scss +3 -3
- package/components/MultipleFileUpload/multiple-file-upload.css +1 -2
- package/components/MultipleFileUpload/multiple-file-upload.scss +2 -3
- package/components/Nav/nav.css +1 -2
- package/components/Nav/nav.scss +3 -2
- package/components/NotificationBadge/notification-badge.css +1 -1
- package/components/NotificationBadge/notification-badge.scss +2 -2
- package/components/NotificationDrawer/notification-drawer.css +1 -2
- package/components/NotificationDrawer/notification-drawer.scss +2 -3
- package/components/NumberInput/number-input.css +1 -2
- package/components/NumberInput/number-input.scss +2 -3
- package/components/OptionsMenu/options-menu.scss +1 -1
- package/components/OverflowMenu/overflow-menu.css +1 -1
- package/components/OverflowMenu/overflow-menu.scss +3 -1
- package/components/Page/page.css +5 -5
- package/components/Page/page.scss +3 -2
- package/components/Pagination/pagination.css +3 -6
- package/components/Pagination/pagination.scss +3 -3
- package/components/Panel/panel.css +1 -2
- package/components/Panel/panel.scss +2 -3
- package/components/Popover/popover.scss +1 -1
- package/components/Progress/progress.css +1 -2
- package/components/Progress/progress.scss +5 -6
- package/components/ProgressStepper/progress-stepper.css +2 -4
- package/components/ProgressStepper/progress-stepper.scss +3 -3
- package/components/Radio/radio.css +1 -2
- package/components/Radio/radio.scss +2 -3
- package/components/Select/select.scss +1 -1
- package/components/Sidebar/sidebar.css +1 -2
- package/components/Sidebar/sidebar.scss +5 -5
- package/components/SimpleList/simple-list.css +1 -1
- package/components/SimpleList/simple-list.scss +3 -3
- package/components/Skeleton/skeleton.css +1 -2
- package/components/Skeleton/skeleton.scss +2 -3
- package/components/SkipToContent/skip-to-content.css +1 -1
- package/components/SkipToContent/skip-to-content.scss +2 -2
- package/components/Slider/slider.css +1 -2
- package/components/Slider/slider.scss +12 -13
- package/components/Spinner/spinner.css +1 -2
- package/components/Spinner/spinner.scss +4 -5
- package/components/Switch/switch.css +1 -2
- package/components/Switch/switch.scss +2 -3
- package/components/TabContent/tab-content.css +1 -2
- package/components/TabContent/tab-content.scss +3 -3
- package/components/Table/table-grid.scss +2 -0
- package/components/Table/table-scrollable.css +1 -2
- package/components/Table/table-scrollable.scss +3 -3
- package/components/Table/table-tree-view.css +1 -2
- package/components/Table/table-tree-view.scss +3 -2
- package/components/Table/table.css +1 -2
- package/components/Table/table.scss +3 -2
- package/components/Tabs/tabs.css +1 -2
- package/components/Tabs/tabs.scss +7 -7
- package/components/TextInputGroup/text-input-group.css +1 -2
- package/components/TextInputGroup/text-input-group.scss +4 -4
- package/components/Tile/tile.css +1 -2
- package/components/Tile/tile.scss +2 -3
- package/components/Timestamp/timestamp.css +1 -1
- package/components/Timestamp/timestamp.scss +4 -3
- package/components/Title/title.css +1 -1
- package/components/Title/title.scss +3 -3
- package/components/ToggleGroup/toggle-group.css +1 -2
- package/components/ToggleGroup/toggle-group.scss +3 -4
- package/components/Toolbar/toolbar.css +1 -2
- package/components/Toolbar/toolbar.scss +3 -2
- package/components/Tooltip/tooltip.css +1 -1
- package/components/Tooltip/tooltip.scss +5 -4
- package/components/TreeView/tree-view.css +1 -2
- package/components/TreeView/tree-view.scss +3 -3
- package/components/Truncate/truncate.css +1 -2
- package/components/Truncate/truncate.scss +2 -3
- package/components/Wizard/wizard.css +2 -4
- package/components/Wizard/wizard.scss +2 -3
- package/components/_index.css +25850 -0
- package/components/_index.scss +91 -0
- package/layouts/Bullseye/bullseye.css +1 -2
- package/layouts/Bullseye/bullseye.scss +3 -2
- package/layouts/Flex/flex.css +1 -2
- package/layouts/Flex/flex.scss +5 -4
- package/layouts/Gallery/gallery.css +1 -2
- package/layouts/Gallery/gallery.scss +3 -2
- package/layouts/Grid/grid.css +1 -2
- package/layouts/Grid/grid.scss +3 -2
- package/layouts/Level/level.css +1 -2
- package/layouts/Level/level.scss +3 -2
- package/layouts/Split/split.css +1 -2
- package/layouts/Split/split.scss +3 -2
- package/layouts/Stack/stack.css +1 -2
- package/layouts/Stack/stack.scss +3 -2
- package/layouts/_index.css +3454 -0
- package/layouts/_index.scss +8 -0
- package/package.json +1 -2
- package/patternfly-addons.scss +2 -12
- package/patternfly-base-no-globals.css +1156 -1156
- package/patternfly-base-no-globals.scss +5 -3
- package/patternfly-base.css +1251 -1251
- package/patternfly-base.scss +2 -5
- package/patternfly-charts.scss +1 -1
- package/patternfly-no-globals.css +1278 -1341
- package/patternfly-no-globals.scss +5 -4
- package/patternfly.css +1374 -1437
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/patternfly.scss +3 -4
- package/sass-utilities/_index.scss +6 -0
- package/sass-utilities/functions.scss +10 -4
- package/sass-utilities/mixins.scss +9 -7
- package/sass-utilities/{component-namespaces.scss → namespaces-components.scss} +3 -0
- package/sass-utilities/{layout-namespaces.scss → namespaces-layouts.scss} +3 -1
- package/sass-utilities/scss-variables.scss +0 -2
- package/utilities/Accessibility/accessibility.scss +2 -0
- package/utilities/Alignment/alignment.scss +2 -0
- package/utilities/BackgroundColor/{BackgroundColor.scss → background-color.scss} +1 -4
- package/utilities/BoxShadow/box-shadow.scss +2 -1
- package/utilities/Display/display.scss +2 -1
- package/utilities/Flex/flex.scss +2 -1
- package/utilities/Float/float.scss +4 -4
- package/utilities/Sizing/sizing.scss +2 -0
- package/utilities/Spacing/spacing.scss +2 -2
- package/utilities/Text/text.scss +2 -1
- package/utilities/_index.css +7777 -0
- package/utilities/_index.scss +10 -0
- package/base/_base.scss +0 -2
- package/base/_common.scss +0 -50
- package/base/_fa-icons.scss +0 -33
- package/base/_fonts.scss +0 -48
- package/base/_icons.scss +0 -3
- package/base/_pficons.scss +0 -2
- package/base/_variables.scss +0 -14
- package/base/patternfly-globals.css +0 -116
- package/base/patternfly-globals.scss +0 -2
- package/base/patternfly-icons.css +0 -4728
- package/base/patternfly-icons.scss +0 -2
- package/components/_all.scss +0 -91
- package/layouts/_all.scss +0 -7
- package/sass-utilities/_all.scss +0 -7
- package/sass-utilities/div.import.scss +0 -3
- package/sass-utilities/div.scss +0 -4
- /package/base/tokens/{_tokens-charts.scss → tokens-charts.scss} +0 -0
- /package/base/tokens/{_tokens-dark.scss → tokens-dark.scss} +0 -0
- /package/base/tokens/{_tokens-default.scss → tokens-default.scss} +0 -0
- /package/base/tokens/{_tokens-font.scss → tokens-font.scss} +0 -0
- /package/base/tokens/{_tokens-palette.scss → tokens-palette.scss} +0 -0
- /package/base/tokens/{_workspace-overrides.scss → workspace-overrides.scss} +0 -0
- /package/sass-utilities/{_init.scss → init.scss} +0 -0
- /package/utilities/BackgroundColor/{BackgroundColor.css → background-color.css} +0 -0
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
:where(:root)
|
|
2
|
-
:where(.pf-v6-c-drawer) {
|
|
1
|
+
:where(:root, .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);
|
|
5
4
|
--pf-v6-c-drawer__content--FlexBasis: 100%;
|
|
@@ -107,12 +106,10 @@
|
|
|
107
106
|
--pf-v6-c-drawer--m-panel-bottom--m-inline__panel--PaddingTop: var(--pf-v6-c-drawer__panel--after--Width);
|
|
108
107
|
}
|
|
109
108
|
@media screen and (min-width: 1200px) {
|
|
110
|
-
:where(:root)
|
|
111
|
-
:where(.pf-v6-c-drawer) {
|
|
109
|
+
:where(:root, .pf-v6-c-drawer) {
|
|
112
110
|
--pf-v6-c-drawer__panel--MinWidth: var(--pf-v6-c-drawer__panel--xl--MinWidth);
|
|
113
111
|
}
|
|
114
|
-
:where(:root).pf-m-panel-bottom
|
|
115
|
-
:where(.pf-v6-c-drawer).pf-m-panel-bottom {
|
|
112
|
+
:where(:root, .pf-v6-c-drawer).pf-m-panel-bottom {
|
|
116
113
|
--pf-v6-c-drawer__panel--MinWidth: auto;
|
|
117
114
|
--pf-v6-c-drawer__panel--MinHeight: var(--pf-v6-c-drawer--m-panel-bottom__panel--xl--MinHeight);
|
|
118
115
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
@use 'sass:math';
|
|
2
|
+
@use '../../sass-utilities' as *;
|
|
3
|
+
|
|
2
4
|
$pf-v6-c-drawer--breakpoint-map: build-breakpoint-map("base", "lg", "xl", "2xl");
|
|
3
5
|
$pf-v6-c-drawer--breakpoint-map--width: build-breakpoint-map("base", "lg", "xl", "2xl");
|
|
4
6
|
$pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
5
7
|
|
|
6
|
-
:where(:root)
|
|
7
|
-
:where(.#{$drawer}) {
|
|
8
|
+
:where(:root, .#{$drawer}) {
|
|
8
9
|
// Section
|
|
9
10
|
--#{$drawer}__section--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
10
11
|
--#{$drawer}__section--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
@@ -127,7 +128,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
127
128
|
|
|
128
129
|
@media screen and (min-width: $pf-v6-global--breakpoint--xl) {
|
|
129
130
|
--#{$drawer}__panel--MinWidth: var(--#{$drawer}__panel--xl--MinWidth);
|
|
130
|
-
|
|
131
|
+
|
|
131
132
|
&.pf-m-panel-bottom {
|
|
132
133
|
--#{$drawer}__panel--MinWidth: auto;
|
|
133
134
|
--#{$drawer}__panel--MinHeight: var(--#{$drawer}--m-panel-bottom__panel--xl--MinHeight);
|
|
@@ -157,7 +158,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
157
158
|
$prop: --#{$drawer}--m-expanded__panel--BoxShadow,
|
|
158
159
|
$ltr-val: var(--pf-t--global--box-shadow--lg--left),
|
|
159
160
|
$rtl-val: var(--pf-t--global--box-shadow--lg--right)
|
|
160
|
-
);
|
|
161
|
+
);
|
|
161
162
|
@include pf-v6-bidirectional-style(
|
|
162
163
|
$prop: --#{$drawer}--m-expanded--m-panel-left__panel--BoxShadow,
|
|
163
164
|
$ltr-val: var(--pf-t--global--box-shadow--lg--right),
|
|
@@ -185,7 +186,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
185
186
|
$prop: transform,
|
|
186
187
|
$ltr-val: translateX(-100%),
|
|
187
188
|
$rtl-val: translateX(#{pf-v6-calc-inverse(-100%)}),
|
|
188
|
-
);
|
|
189
|
+
);
|
|
189
190
|
}
|
|
190
191
|
|
|
191
192
|
> .#{$drawer}__content {
|
|
@@ -205,7 +206,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
205
206
|
$prop: transform,
|
|
206
207
|
$ltr-val: translateX(-100%),
|
|
207
208
|
$rtl-val: translateX(#{pf-v6-calc-inverse(-100%)}),
|
|
208
|
-
);
|
|
209
|
+
);
|
|
209
210
|
}
|
|
210
211
|
|
|
211
212
|
&.pf-m-panel-left > .#{$drawer}__main > .#{$drawer}__panel {
|
|
@@ -266,7 +267,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
266
267
|
flex-basis: var(--#{$drawer}__content--FlexBasis);
|
|
267
268
|
order: 0;
|
|
268
269
|
background-color: var(--#{$drawer}__content--BackgroundColor);
|
|
269
|
-
|
|
270
|
+
|
|
270
271
|
&.pf-m-primary {
|
|
271
272
|
--#{$drawer}__content--BackgroundColor: var(--#{$drawer}__content--m-primary--BackgroundColor);
|
|
272
273
|
}
|
|
@@ -274,7 +275,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
274
275
|
&.pf-m-secondary {
|
|
275
276
|
--#{$drawer}__content--BackgroundColor: var(--#{$drawer}__content--m-secondary--BackgroundColor);
|
|
276
277
|
}
|
|
277
|
-
|
|
278
|
+
|
|
278
279
|
> .#{$drawer}__body {
|
|
279
280
|
padding-block-start: var(--#{$drawer}__content__body--PaddingTop);
|
|
280
281
|
padding-block-end: var(--#{$drawer}__content__body--PaddingBottom);
|
|
@@ -467,7 +468,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
467
468
|
$prop: transform,
|
|
468
469
|
$ltr-val: translate(-50%, -50%),
|
|
469
470
|
$rtl-val: translate(#{pf-v6-calc-inverse(-50%)}, -50%),
|
|
470
|
-
);
|
|
471
|
+
);
|
|
471
472
|
|
|
472
473
|
|
|
473
474
|
&::after {
|
|
@@ -635,7 +636,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
635
636
|
@include pf-v6-apply-breakpoint($breakpoint) {
|
|
636
637
|
@each $width-value in $pf-v6-c-drawer__panel--list--width {
|
|
637
638
|
.#{$drawer}__panel.pf-m-width-#{$width-value}#{$breakpoint-name} {
|
|
638
|
-
--#{$drawer}__panel--md--FlexBasis: #{percentage(div($width-value, 100))};
|
|
639
|
+
--#{$drawer}__panel--md--FlexBasis: #{percentage(math.div($width-value, 100))};
|
|
639
640
|
}
|
|
640
641
|
}
|
|
641
642
|
}
|
|
@@ -679,7 +680,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
679
680
|
$prop: transform,
|
|
680
681
|
$ltr-val: translateX(100%),
|
|
681
682
|
$rtl-val: translateX(#{pf-v6-calc-inverse(100%)}),
|
|
682
|
-
);
|
|
683
|
+
);
|
|
683
684
|
}
|
|
684
685
|
|
|
685
686
|
// stylelint-disable selector-max-class, selector-max-combinators, selector-max-compound-selectors
|
|
@@ -703,7 +704,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
703
704
|
$prop: transform,
|
|
704
705
|
$ltr-val: translateX(-100%),
|
|
705
706
|
$rtl-val: translateX(#{pf-v6-calc-inverse(-100%)}),
|
|
706
|
-
);
|
|
707
|
+
);
|
|
707
708
|
}
|
|
708
709
|
|
|
709
710
|
// Inline, expanded, panel left
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
|
+
|
|
2
3
|
$pf-v6-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "xl", "2xl");
|
|
3
4
|
|
|
4
5
|
.#{$dropdown} {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
:where(:root
|
|
1
|
+
:where(:root, .pf-v6-c-dual-list-selector) {
|
|
2
2
|
--pf-v6-c-dual-list-selector__header--GridArea: pane-header;
|
|
3
3
|
--pf-v6-c-dual-list-selector__tools--GridArea: pane-tools;
|
|
4
4
|
--pf-v6-c-dual-list-selector__status--GridArea: pane-status;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
|
+
|
|
2
3
|
$pf-v6-c-dual-list-selector__item--MaxNesting: 10;
|
|
3
4
|
|
|
4
|
-
:where(:root
|
|
5
|
+
:where(:root, .#{$dual-list-selector}) {
|
|
5
6
|
// Grid
|
|
6
7
|
--#{$dual-list-selector}__header--GridArea: pane-header;
|
|
7
8
|
--#{$dual-list-selector}__tools--GridArea: pane-tools;
|
|
@@ -174,7 +175,7 @@ $pf-v6-c-dual-list-selector__item--MaxNesting: 10;
|
|
|
174
175
|
$prop: transform,
|
|
175
176
|
$ltr-val: translateX(var(--#{$dual-list-selector}__list__list__item-toggle--TranslateX)),
|
|
176
177
|
$rtl-val: translateX(#{pf-v6-calc-inverse(var(--#{$dual-list-selector}__list__list__item-toggle--TranslateX))}),
|
|
177
|
-
);
|
|
178
|
+
);
|
|
178
179
|
|
|
179
180
|
position: absolute;
|
|
180
181
|
inset-inline-start: var(--#{$dual-list-selector}__list__list__item-toggle--Left);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:root {
|
|
3
|
+
:where(:root, .#{$empty-state}) {
|
|
4
4
|
--#{$empty-state}--PaddingTop: var(--pf-t--global--spacer--xl);
|
|
5
5
|
--#{$empty-state}--PaddingRight: var(--pf-t--global--spacer--xl);
|
|
6
6
|
--#{$empty-state}--PaddingBottom: var(--pf-t--global--spacer--xl);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
:root {
|
|
1
|
+
:where(:root, .pf-v6-c-expandable-section) {
|
|
2
2
|
--pf-v6-c-expandable-section__toggle--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
3
3
|
--pf-v6-c-expandable-section__toggle--PaddingRight: var(--pf-t--global--spacer--md);
|
|
4
4
|
--pf-v6-c-expandable-section__toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:root {
|
|
3
|
+
:where(:root, .#{$expandable-section}) {
|
|
4
4
|
// Toggle
|
|
5
5
|
--#{$expandable-section}__toggle--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
6
6
|
--#{$expandable-section}__toggle--PaddingRight: var(--pf-t--global--spacer--md);
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
--#{$expandable-section}__toggle--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
9
9
|
--#{$expandable-section}__toggle--BackgroundColor: transparent;
|
|
10
10
|
--#{$expandable-section}__toggle--ColumnGap: calc(var(--pf-t--global--spacer--xs) + var(--pf-t--global--spacer--sm));
|
|
11
|
-
|
|
11
|
+
|
|
12
12
|
// Toggle icon
|
|
13
13
|
--#{$expandable-section}__toggle-icon--MinWidth: 1em;
|
|
14
14
|
--#{$expandable-section}__toggle-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -17,23 +17,22 @@
|
|
|
17
17
|
--#{$expandable-section}__toggle-icon--m-expand-top--Rotate: 0;
|
|
18
18
|
--#{$expandable-section}--m-expanded__toggle-icon--Rotate: 90deg;
|
|
19
19
|
--#{$expandable-section}--m-expanded__toggle-icon--m-expand-top--Rotate: -90deg;
|
|
20
|
-
|
|
20
|
+
|
|
21
21
|
// Toggle text
|
|
22
22
|
--#{$expandable-section}__toggle-text--Color: var(--pf-t--global--color--brand--default);
|
|
23
23
|
--#{$expandable-section}__toggle-text--hover--Color: var(--pf-t--global--color--brand--hover);
|
|
24
24
|
--#{$expandable-section}--m-expanded__toggle-text--Color: var(--pf-t--global--color--brand--hover);
|
|
25
25
|
|
|
26
|
-
|
|
27
26
|
// Content
|
|
28
27
|
--#{$expandable-section}__content--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
29
28
|
--#{$expandable-section}__content--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
30
29
|
--#{$expandable-section}__content--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
31
30
|
--#{$expandable-section}__content--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
32
31
|
--#{$expandable-section}__content--MaxWidth: auto;
|
|
33
|
-
|
|
32
|
+
|
|
34
33
|
// Limit Width
|
|
35
34
|
--#{$expandable-section}--m-limit-width__content--MaxWidth: #{pf-size-prem(750px)};
|
|
36
|
-
|
|
35
|
+
|
|
37
36
|
// Large / Disclosure
|
|
38
37
|
--#{$expandable-section}--m-display-lg--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
39
38
|
--#{$expandable-section}--m-display-lg--BorderColor: var(--pf-t--global--border--color--default);
|
|
@@ -52,12 +51,11 @@
|
|
|
52
51
|
--#{$expandable-section}--m-display-lg__content--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
53
52
|
--#{$expandable-section}--m-expanded--m-display-lg__toggle--BorderRadius: var(--pf-t--global--border--radius--medium) var(--pf-t--global--border--radius--medium) 0 0;
|
|
54
53
|
|
|
55
|
-
|
|
56
54
|
// Indented
|
|
57
55
|
--#{$expandable-section}--m-indented__content--PaddingLeft--base: calc(var(--#{$expandable-section}__toggle--ColumnGap) + var(--#{$expandable-section}__toggle-icon--MinWidth));
|
|
58
56
|
--#{$expandable-section}--m-indented__content--PaddingLeft: calc(var(--#{$expandable-section}--m-indented__content--PaddingLeft--base) + var(--#{$expandable-section}__toggle--PaddingLeft));
|
|
59
57
|
--#{$expandable-section}--m-display-lg--m-indented__content--PaddingLeft: calc(var(--#{$expandable-section}--m-indented__content--PaddingLeft--base) + var(--#{$expandable-section}--m-display-lg__content--PaddingLeft));
|
|
60
|
-
|
|
58
|
+
|
|
61
59
|
// Truncate
|
|
62
60
|
--#{$expandable-section}--m-truncate--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
63
61
|
--#{$expandable-section}--m-truncate--PaddingRight: var(--pf-t--global--spacer--md);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
:where(:root)
|
|
2
|
-
:where(.pf-v6-c-file-upload) {
|
|
1
|
+
:where(:root, .pf-v6-c-file-upload) {
|
|
3
2
|
--pf-v6-c-file-upload--RowGap: var(--pf-t--global--spacer--sm);
|
|
4
3
|
--pf-v6-c-file-upload--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
5
4
|
--pf-v6-c-file-upload--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:where(:root)
|
|
4
|
-
:where(.#{$file-upload}) {
|
|
3
|
+
:where(:root, .#{$file-upload}) {
|
|
5
4
|
--#{$file-upload}--RowGap: var(--pf-t--global--spacer--sm);
|
|
6
5
|
--#{$file-upload}--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
7
6
|
--#{$file-upload}--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
package/components/Form/form.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
|
+
|
|
2
3
|
$pf-v6-c-form--m-horizontal--breakpoint-map: build-breakpoint-map("sm", "md", "lg", "xl", "2xl");
|
|
3
4
|
|
|
4
5
|
@mixin pf-v6-c-form--m-horizontal {
|
|
@@ -24,8 +25,7 @@ $pf-v6-c-form--m-horizontal--breakpoint-map: build-breakpoint-map("sm", "md", "l
|
|
|
24
25
|
}
|
|
25
26
|
}
|
|
26
27
|
|
|
27
|
-
:root,
|
|
28
|
-
.#{$form} {
|
|
28
|
+
:where(:root, .#{$form}) {
|
|
29
29
|
--#{$form}--GridGap: var(--pf-t--global--spacer--lg);
|
|
30
30
|
|
|
31
31
|
// Group
|
|
@@ -116,7 +116,7 @@ $pf-v6-c-form--m-horizontal--breakpoint-map: build-breakpoint-map("sm", "md", "l
|
|
|
116
116
|
// Section title
|
|
117
117
|
--#{$form}__section-title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
118
118
|
--#{$form}__section-title--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
119
|
-
--#{$form}__section-title--MarginBottom: calc(var(--pf-t--global--spacer--sm) * -1);
|
|
119
|
+
--#{$form}__section-title--MarginBottom: calc(var(--pf-t--global--spacer--sm) * -1);
|
|
120
120
|
|
|
121
121
|
// Field groups
|
|
122
122
|
--#{$form}__field-group--border-width-base: var(--pf-t--global--border--width--divider--default);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
:root,
|
|
2
|
-
.pf-v6-c-form-control {
|
|
1
|
+
:where(:root, .pf-v6-c-form-control) {
|
|
3
2
|
--pf-v6-c-form-control--ColumnGap: var(--pf-t--global--spacer--sm);
|
|
4
3
|
--pf-v6-c-form-control--Color: var(--pf-t--global--text--color--regular);
|
|
5
4
|
--pf-v6-c-form-control--FontSize: var(--pf-t--global--font--size--body--default);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
|
+
|
|
3
|
+
:where(:root, .#{$form-control}) {
|
|
3
4
|
--#{$form-control}--ColumnGap: var(--pf-t--global--spacer--sm);
|
|
4
5
|
--#{$form-control}--Color: var(--pf-t--global--text--color--regular);
|
|
5
6
|
--#{$form-control}--FontSize: var(--pf-t--global--font--size--body--default);
|
|
@@ -93,7 +94,7 @@
|
|
|
93
94
|
--#{$form-control}--textarea--Width: var(--#{$form-control}--Width);
|
|
94
95
|
--#{$form-control}--textarea--Height: auto;
|
|
95
96
|
|
|
96
|
-
// Form control icon
|
|
97
|
+
// Form control icon
|
|
97
98
|
--#{$form-control}__icon--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
98
99
|
--#{$form-control}__icon--Color: var(--pf-t--global--icon--color--regular);
|
|
99
100
|
--#{$form-control}__icon--m-status--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -172,7 +173,7 @@
|
|
|
172
173
|
> ::placeholder {
|
|
173
174
|
color: var(--#{$form-control}--m-placeholder--Color); // TODO update to set --#{$form-control}--Color in breaking change - also look for any other place to do that in this component
|
|
174
175
|
}
|
|
175
|
-
|
|
176
|
+
|
|
176
177
|
> :is(input, select) {
|
|
177
178
|
text-overflow: ellipsis;
|
|
178
179
|
}
|
|
@@ -180,7 +181,7 @@
|
|
|
180
181
|
&.pf-m-readonly {
|
|
181
182
|
--#{$form-control}--BackgroundColor: var(--#{$form-control}--m-readonly--BackgroundColor);
|
|
182
183
|
--#{$form-control}--BorderColor: var(--#{$form-control}--m-readonly--BorderColor);
|
|
183
|
-
|
|
184
|
+
|
|
184
185
|
&:hover {
|
|
185
186
|
--#{$form-control}--hover--after--BorderColor: var(--#{$form-control}--m-readonly--hover--after--BorderColor);
|
|
186
187
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
:root {
|
|
1
|
+
:where(:root, .pf-v6-c-helper-text) {
|
|
2
2
|
--pf-v6-c-helper-text--Gap: var(--pf-t--global--spacer--xs);
|
|
3
3
|
--pf-v6-c-helper-text--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
4
4
|
--pf-v6-c-helper-text__item-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
|
+
|
|
3
|
+
:where(:root, .#{$helper-text}) {
|
|
3
4
|
--#{$helper-text}--Gap: var(--pf-t--global--spacer--xs);
|
|
4
5
|
--#{$helper-text}--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
5
6
|
|
|
@@ -62,7 +63,7 @@
|
|
|
62
63
|
&.pf-m-success {
|
|
63
64
|
--#{$helper-text}__item-text--FontWeight: var(--#{$helper-text}__item-text--m-success--FontWeight);
|
|
64
65
|
--#{$helper-text}__item-icon--Color: var(--#{$helper-text}__item-icon--m-success--Color);
|
|
65
|
-
--#{$helper-text}--m-dynamic__item-icon--Color: var(--#{$helper-text}--m-dynamic--m-success__item-icon--Color);
|
|
66
|
+
--#{$helper-text}--m-dynamic__item-icon--Color: var(--#{$helper-text}--m-dynamic--m-success__item-icon--Color);
|
|
66
67
|
}
|
|
67
68
|
|
|
68
69
|
&.pf-m-error {
|
package/components/Hint/hint.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:root {
|
|
3
|
+
:where(:root, .#{$hint}) {
|
|
4
4
|
--#{$hint}--GridRowGap: var(--pf-t--global--spacer--sm);
|
|
5
5
|
--#{$hint}--PaddingTop: var(--pf-t--global--spacer--lg);
|
|
6
6
|
--#{$hint}--PaddingRight: var(--pf-t--global--spacer--lg);
|
package/components/Icon/icon.css
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:root,
|
|
4
|
-
:where(.#{$icon}) {
|
|
3
|
+
:where(:root, .#{$icon}) {
|
|
5
4
|
// Sizes
|
|
6
5
|
--#{$icon}--Width: 1em;
|
|
7
6
|
--#{$icon}--Height: 1em;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
:where(:root)
|
|
2
|
-
:where(.pf-v6-c-inline-edit) {
|
|
1
|
+
:where(:root, .pf-v6-c-inline-edit) {
|
|
3
2
|
--pf-v6-c-inline-edit__group--item--MarginRight: var(--pf-t--global--spacer--sm);
|
|
4
3
|
--pf-v6-c-inline-edit__action--c-button--m-valid--m-plain--Color: var(--pf-t--global--icon--color--brand--default);
|
|
5
4
|
--pf-v6-c-inline-edit__action--c-button--m-valid--m-plain--hover--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:where(:root)
|
|
4
|
-
:where( .#{$inline-edit}) {
|
|
3
|
+
:where(:root, .#{$inline-edit}) {
|
|
5
4
|
// Group
|
|
6
5
|
--#{$inline-edit}__group--item--MarginRight: var(--pf-t--global--spacer--sm);
|
|
7
6
|
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
:root,
|
|
2
|
-
.pf-v6-c-input-group {
|
|
1
|
+
:where(:root, .pf-v6-c-input-group) {
|
|
3
2
|
--pf-v6-c-input-group--Gap: var(--pf-t--global--spacer--xs);
|
|
4
3
|
--pf-v6-c-input-group__item--offset: var(--pf-t--global--border--width--control--default);
|
|
5
4
|
--pf-v6-c-input-group__item--BorderWidth--base: var(--pf-t--global--border--width--control--default);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:root,
|
|
4
|
-
.#{$input-group} {
|
|
3
|
+
:where(:root, .#{$input-group}) {
|
|
5
4
|
--#{$input-group}--Gap: var(--pf-t--global--spacer--xs);
|
|
6
5
|
|
|
7
6
|
// Input group item
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
|
+
|
|
2
3
|
$pf-v6-c-jump-links--m-expandable--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "xl", "2xl");
|
|
3
4
|
|
|
4
|
-
:where(:root)
|
|
5
|
-
:where(.#{$jump-links}) {
|
|
5
|
+
:where(:root, .#{$jump-links}) {
|
|
6
6
|
// list
|
|
7
7
|
--#{$jump-links}__list--Display: flex;
|
|
8
8
|
--#{$jump-links}__list--PaddingTop: 0;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
:where(:root)
|
|
2
|
-
:where(.pf-v6-c-label-group) {
|
|
1
|
+
:where(:root, .pf-v6-c-label-group) {
|
|
3
2
|
--pf-v6-c-label-group--RowGap: var(--pf-t--global--spacer--sm);
|
|
4
3
|
--pf-v6-c-label-group--ColumnGap: var(--pf-t--global--spacer--xs);
|
|
5
4
|
--pf-v6-c-label-group--m-vertical--RowGap: var(--pf-t--global--spacer--sm);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:where(:root)
|
|
4
|
-
:where(.#{$label-group}) {
|
|
3
|
+
:where(:root, .#{$label-group}) {
|
|
5
4
|
// Label group - spaces main with the close button
|
|
6
5
|
--#{$label-group}--RowGap: var(--pf-t--global--spacer--sm);
|
|
7
6
|
--#{$label-group}--ColumnGap: var(--pf-t--global--spacer--xs);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
:where(:root)
|
|
2
|
-
:where(.pf-v6-c-label) {
|
|
1
|
+
:where(:root, .pf-v6-c-label) {
|
|
3
2
|
--pf-v6-c-label--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
4
3
|
--pf-v6-c-label--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
5
4
|
--pf-v6-c-label--PaddingBottom: var(--pf-t--global--spacer--xs);
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
@import '../../sass-utilities/all';
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
3
2
|
|
|
4
|
-
:where(:root)
|
|
5
|
-
:where(.#{$label}) {
|
|
3
|
+
:where(:root, .#{$label}) {
|
|
6
4
|
--#{$label}--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
7
5
|
--#{$label}--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
8
6
|
--#{$label}--PaddingBottom: var(--pf-t--global--spacer--xs);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
:root {
|
|
1
|
+
:where(:root, .pf-v6-c-login) {
|
|
2
2
|
--pf-v6-c-login--PaddingTop: var(--pf-t--global--spacer--lg);
|
|
3
3
|
--pf-v6-c-login--PaddingBottom: var(--pf-t--global--spacer--lg);
|
|
4
4
|
--pf-v6-c-login__container--xl--GridColumnGap: var(--pf-t--global--spacer--3xl);
|
|
@@ -54,48 +54,48 @@
|
|
|
54
54
|
--pf-v6-c-login__footer--c-list--xl--PaddingTop: var(--pf-t--global--spacer--2xl);
|
|
55
55
|
}
|
|
56
56
|
@media (min-width: 1200px) {
|
|
57
|
-
:root {
|
|
57
|
+
:where(:root, .pf-v6-c-login) {
|
|
58
58
|
--pf-v6-c-login__container--MaxWidth: var(--pf-v6-c-login__container--xl--MaxWidth);
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
@media (min-width: 576px) {
|
|
62
|
-
:root {
|
|
62
|
+
:where(:root, .pf-v6-c-login) {
|
|
63
63
|
--pf-v6-c-login__header--PaddingRight: 0;
|
|
64
64
|
--pf-v6-c-login__header--PaddingLeft: 0;
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
@media (min-width: 1200px) {
|
|
68
|
-
:root {
|
|
68
|
+
:where(:root, .pf-v6-c-login) {
|
|
69
69
|
--pf-v6-c-login__header--MarginBottom: var(--pf-v6-c-login__header--xl--MarginBottom);
|
|
70
70
|
--pf-v6-c-login__header--c-brand--MarginBottom: var(--pf-v6-c-login__header--c-brand--xl--MarginBottom);
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
@media (min-width: 1200px) {
|
|
74
|
-
:root {
|
|
74
|
+
:where(:root, .pf-v6-c-login) {
|
|
75
75
|
--pf-v6-c-login__main--MarginBottom: 0;
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
78
|
@media (min-width: 768px) {
|
|
79
|
-
:root {
|
|
79
|
+
:where(:root, .pf-v6-c-login) {
|
|
80
80
|
--pf-v6-c-login__main-header--PaddingRight: var(--pf-v6-c-login__main-header--md--PaddingRight);
|
|
81
81
|
--pf-v6-c-login__main-header--PaddingLeft: var(--pf-v6-c-login__main-header--md--PaddingLeft);
|
|
82
82
|
--pf-v6-c-login__main-header-desc--MarginBottom: var(--pf-v6-c-login__main-header-desc--md--MarginBottom);
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
@media (min-width: 768px) {
|
|
86
|
-
:root {
|
|
86
|
+
:where(:root, .pf-v6-c-login) {
|
|
87
87
|
--pf-v6-c-login__main-body--PaddingRight: var(--pf-v6-c-login__main-body--md--PaddingRight);
|
|
88
88
|
--pf-v6-c-login__main-body--PaddingLeft: var(--pf-v6-c-login__main-body--md--PaddingLeft);
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
@media (min-width: 576px) {
|
|
92
|
-
:root {
|
|
92
|
+
:where(:root, .pf-v6-c-login) {
|
|
93
93
|
--pf-v6-c-login__footer--PaddingRight: 0;
|
|
94
94
|
--pf-v6-c-login__footer--PaddingLeft: 0;
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
@media (min-width: 1200px) {
|
|
98
|
-
:root {
|
|
98
|
+
:where(:root, .pf-v6-c-login) {
|
|
99
99
|
--pf-v6-c-login__footer--c-list--PaddingTop: var(--pf-v6-c-login__footer--c-list--xl--PaddingTop);
|
|
100
100
|
}
|
|
101
101
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
2
|
|
|
3
|
-
:root {
|
|
3
|
+
:where(:root, .#{$login}) {
|
|
4
4
|
--#{$login}--PaddingTop: var(--pf-t--global--spacer--lg);
|
|
5
5
|
--#{$login}--PaddingBottom: var(--pf-t--global--spacer--lg);
|
|
6
6
|
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
:where(:root)
|
|
2
|
-
:where(.pf-v6-c-masthead) {
|
|
1
|
+
:where(:root, .pf-v6-c-masthead) {
|
|
3
2
|
--pf-v6-c-masthead--RowGap: var(--pf-t--global--spacer--sm);
|
|
4
3
|
--pf-v6-c-masthead--ColumnGap: var(--pf-t--global--spacer--md);
|
|
5
4
|
--pf-v6-c-masthead--BorderWidth: var(--pf-t--global--border--width--divider--default);
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
@use '../../sass-utilities' as *;
|
|
2
|
+
|
|
1
3
|
$pf-v6-c-masthead--breakpoint-map: build-breakpoint-map();
|
|
2
4
|
$pf-v6-c-masthead--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl");
|
|
3
5
|
|
|
4
|
-
:where(:root)
|
|
5
|
-
:where(.#{$masthead}) {
|
|
6
|
+
:where(:root, .#{$masthead}) {
|
|
6
7
|
// * Masthead
|
|
7
8
|
--#{$masthead}--RowGap: var(--pf-t--global--spacer--sm);
|
|
8
9
|
--#{$masthead}--ColumnGap: var(--pf-t--global--spacer--md);
|
package/components/Menu/menu.css
CHANGED