@patternfly/patternfly 5.0.0-alpha.24 → 5.0.0-alpha.26
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/base/_base.scss +0 -18
- package/base/_fonts.scss +22 -22
- package/base/_globals.scss +1 -1
- package/base/_variables.scss +1 -1
- package/base/patternfly-fonts.css +17 -17
- package/base/themes/dark/_globals.scss +1 -1
- package/base/themes/dark/_variables.scss +1 -1
- package/components/AboutModalBox/about-modal-box.css +7 -7
- package/components/AboutModalBox/about-modal-box.scss +7 -7
- package/components/Alert/alert.css +3 -3
- package/components/Alert/alert.scss +3 -3
- package/components/Avatar/avatar.scss +2 -2
- package/components/Banner/banner.css +14 -14
- package/components/Banner/banner.scss +9 -13
- package/components/CalendarMonth/calendar-month.css +1 -1
- package/components/CalendarMonth/calendar-month.scss +2 -2
- package/components/Card/card.css +12 -10
- package/components/Card/card.scss +12 -10
- package/components/Chip/chip.css +1 -1
- package/components/Chip/chip.scss +1 -1
- package/components/ChipGroup/chip-group.css +4 -4
- package/components/ChipGroup/chip-group.scss +4 -4
- package/components/Content/content.css +5 -5
- package/components/Content/content.scss +9 -9
- package/components/DataList/data-list-grid.css +7 -7
- package/components/DataList/data-list-grid.scss +1 -1
- package/components/DataList/data-list.css +10 -10
- package/components/DataList/data-list.scss +3 -3
- package/components/DescriptionList/description-list.css +7 -7
- package/components/DescriptionList/description-list.scss +7 -7
- package/components/Divider/divider.css +2 -2
- package/components/Divider/divider.scss +3 -3
- package/components/Drawer/drawer.css +2 -2
- package/components/Drawer/drawer.scss +2 -2
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/EmptyState/empty-state.css +2 -2
- package/components/EmptyState/empty-state.scss +2 -2
- package/components/Form/form.css +12 -12
- package/components/Form/form.scss +7 -7
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -2
- package/components/Label/label.css +6 -6
- package/components/Label/label.scss +7 -7
- package/components/LabelGroup/label-group.css +2 -2
- package/components/LabelGroup/label-group.scss +2 -2
- package/components/Login/login.css +10 -10
- package/components/Login/login.scss +10 -10
- package/components/Masthead/masthead.css +4 -4
- package/components/Masthead/masthead.scss +4 -4
- package/components/Menu/menu.css +6 -6
- package/components/Menu/menu.scss +31 -31
- package/components/MenuToggle/menu-toggle.css +1 -1
- package/components/MenuToggle/menu-toggle.scss +1 -1
- package/components/MultipleFileUpload/multiple-file-upload.css +6 -6
- package/components/MultipleFileUpload/multiple-file-upload.scss +6 -6
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +2 -2
- package/components/NotificationDrawer/notification-drawer.css +3 -3
- package/components/NotificationDrawer/notification-drawer.scss +3 -3
- package/components/Page/page.css +11 -11
- package/components/Page/page.scss +12 -12
- package/components/Progress/progress.css +10 -10
- package/components/Progress/progress.scss +10 -10
- package/components/ProgressStepper/progress-stepper.css +5 -5
- package/components/ProgressStepper/progress-stepper.scss +5 -5
- package/components/SearchInput/search-input.css +2 -2
- package/components/SearchInput/search-input.scss +2 -2
- package/components/Select/select.css +1 -1
- package/components/Select/select.scss +1 -1
- package/components/Sidebar/sidebar.css +1 -1
- package/components/Sidebar/sidebar.scss +1 -1
- package/components/SimpleList/simple-list.css +1 -1
- package/components/SimpleList/simple-list.scss +2 -2
- package/components/Spinner/spinner.css +4 -4
- package/components/Spinner/spinner.scss +4 -4
- package/components/Table/table.css +1 -1
- package/components/Table/table.scss +1 -1
- package/components/TextInputGroup/text-input-group.css +2 -2
- package/components/TextInputGroup/text-input-group.scss +2 -2
- package/components/Tile/tile.css +1 -1
- package/components/Tile/tile.scss +1 -1
- package/components/Timestamp/timestamp.css +3 -3
- package/components/Timestamp/timestamp.scss +3 -3
- package/components/Toolbar/toolbar.css +2 -2
- package/components/Toolbar/toolbar.scss +2 -2
- package/components/Wizard/wizard.css +14 -1
- package/components/Wizard/wizard.scss +18 -2
- package/docs/components/Card/examples/Card.md +90 -32
- package/docs/components/Popover/examples/Popover.md +1 -2
- package/docs/components/Wizard/examples/Wizard.md +58 -59
- package/docs/demos/Card/examples/Card.md +50 -30
- package/docs/demos/CardView/examples/CardView.md +41 -15
- package/docs/demos/Dashboard/examples/Dashboard.md +18 -12
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +30 -20
- package/docs/demos/Tabs/examples/Tabs.md +24 -12
- package/docs/demos/Wizard/examples/Wizard.md +60 -45
- package/layouts/Gallery/gallery.css +1 -1
- package/layouts/Gallery/gallery.scss +1 -1
- package/layouts/Grid/grid.css +2 -2
- package/layouts/Grid/grid.scss +2 -2
- package/package.json +7 -8
- package/patternfly-base-no-reset.css +17 -17
- package/patternfly-base.css +17 -17
- package/patternfly-no-reset.css +202 -187
- package/patternfly.css +202 -187
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +8 -24
- package/sass-utilities/mixins.scss +15 -39
- package/sass-utilities/scss-variables.scss +1 -0
- package/utilities/Spacing/spacing.scss +2 -2
- package/base/_shield-inheritable.scss +0 -69
- package/base/_shield-noninheritable.scss +0 -13
- package/base/patternfly-shield-inheritable.css +0 -66
- package/base/patternfly-shield-inheritable.scss +0 -4
- package/base/patternfly-shield-noninheritable.css +0 -9
- package/base/patternfly-shield-noninheritable.scss +0 -4
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
width: 100%;
|
|
73
73
|
height: auto;
|
|
74
74
|
flex-direction: var(--pf-c-divider--FlexDirection);
|
|
75
|
+
flex-shrink: 0;
|
|
75
76
|
align-items: center;
|
|
76
77
|
align-self: stretch;
|
|
77
|
-
flex-shrink: 0;
|
|
78
78
|
justify-content: center;
|
|
79
79
|
border: 0;
|
|
80
80
|
}
|
|
@@ -83,11 +83,11 @@
|
|
|
83
83
|
}
|
|
84
84
|
.pf-c-divider::after {
|
|
85
85
|
align-self: stretch;
|
|
86
|
+
justify-self: center;
|
|
86
87
|
width: var(--pf-c-divider--after--Width);
|
|
87
88
|
height: var(--pf-c-divider--after--Height);
|
|
88
89
|
content: "";
|
|
89
90
|
background-color: var(--pf-c-divider--after--BackgroundColor);
|
|
90
|
-
justify-self: center;
|
|
91
91
|
}
|
|
92
92
|
.pf-c-divider.pf-m-vertical {
|
|
93
93
|
--pf-c-divider--Display: var(--pf-c-divider--m-vertical--Display);
|
|
@@ -67,19 +67,19 @@ $pf-c-divider--spacer-map: build-spacer-map("none", "xs", "sm", "md", "lg", "xl"
|
|
|
67
67
|
@include pf-c-divider--m-horizontal; // set to default to horizontal
|
|
68
68
|
|
|
69
69
|
flex-direction: var(--pf-c-divider--FlexDirection);
|
|
70
|
+
flex-shrink: 0;
|
|
70
71
|
align-items: center;
|
|
71
72
|
align-self: stretch;
|
|
72
|
-
flex-shrink: 0;
|
|
73
73
|
justify-content: center;
|
|
74
74
|
border: 0; // removes the default border styling on an hr
|
|
75
75
|
|
|
76
76
|
&::after {
|
|
77
77
|
align-self: stretch;
|
|
78
|
+
justify-self: center;
|
|
78
79
|
width: var(--pf-c-divider--after--Width);
|
|
79
80
|
height: var(--pf-c-divider--after--Height);
|
|
80
81
|
content: "";
|
|
81
82
|
background-color: var(--pf-c-divider--after--BackgroundColor);
|
|
82
|
-
justify-self: center;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
// stylelint-disable max-nesting-depth
|
|
@@ -87,7 +87,7 @@ $pf-c-divider--spacer-map: build-spacer-map("none", "xs", "sm", "md", "lg", "xl"
|
|
|
87
87
|
@each $breakpoint, $breakpoint-value in $pf-c-divider--breakpoint-map {
|
|
88
88
|
$breakpoint-name: if($breakpoint != "base", -on-#{$breakpoint}, "");
|
|
89
89
|
|
|
90
|
-
@if
|
|
90
|
+
@if $breakpoint != "base" {
|
|
91
91
|
@include pf-apply-breakpoint($breakpoint) {
|
|
92
92
|
&.pf-m-horizontal#{$breakpoint-name} {
|
|
93
93
|
@include pf-c-divider--m-horizontal;
|
|
@@ -272,9 +272,9 @@
|
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
.pf-c-drawer__actions {
|
|
275
|
-
grid-column: 2;
|
|
276
|
-
grid-row: 1;
|
|
277
275
|
display: flex;
|
|
276
|
+
grid-row: 1;
|
|
277
|
+
grid-column: 2;
|
|
278
278
|
align-self: baseline;
|
|
279
279
|
margin-top: var(--pf-c-drawer__actions--MarginTop);
|
|
280
280
|
margin-right: var(--pf-c-drawer__actions--MarginRight);
|
|
@@ -335,9 +335,9 @@ $pf-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
335
335
|
|
|
336
336
|
// Panel actions
|
|
337
337
|
.pf-c-drawer__actions {
|
|
338
|
-
grid-column: 2;
|
|
339
|
-
grid-row: 1;
|
|
340
338
|
display: flex;
|
|
339
|
+
grid-row: 1;
|
|
340
|
+
grid-column: 2;
|
|
341
341
|
align-self: baseline;
|
|
342
342
|
margin-top: var(--pf-c-drawer__actions--MarginTop);
|
|
343
343
|
margin-right: var(--pf-c-drawer__actions--MarginRight);
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
--pf-c-dual-list-selector__list-item--m-disabled__item-toggle-icon--Color: var(--pf-global--disabled-color--200);
|
|
61
61
|
display: grid;
|
|
62
62
|
grid-template-areas: "pane-header . pane-header-c" "pane-tools . pane-tools-c" "pane-status . pane-status-c" "pane-menu controls pane-menu-c";
|
|
63
|
-
grid-template-columns: minmax(var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--min), var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--max)) min-content minmax(var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--min), var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--max));
|
|
64
63
|
grid-template-rows: repeat(3, auto) auto;
|
|
64
|
+
grid-template-columns: minmax(var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--min), var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--max)) min-content minmax(var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--min), var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--max));
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.pf-c-dual-list-selector__pane {
|
|
@@ -94,11 +94,11 @@ $pf-c-dual-list-selector__item--MaxNesting: 10;
|
|
|
94
94
|
"pane-tools . pane-tools-c"
|
|
95
95
|
"pane-status . pane-status-c"
|
|
96
96
|
"pane-menu controls pane-menu-c";
|
|
97
|
+
grid-template-rows: repeat(3, auto) auto;
|
|
97
98
|
grid-template-columns:
|
|
98
99
|
minmax(var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--min), var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--max))
|
|
99
100
|
min-content
|
|
100
101
|
minmax(var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--min), var(--pf-c-dual-list-selector--GridTemplateColumns--pane--MinMax--max));
|
|
101
|
-
grid-template-rows: repeat(3, auto) auto;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
.pf-c-dual-list-selector__pane {
|
|
@@ -99,14 +99,14 @@
|
|
|
99
99
|
.pf-c-empty-state__footer {
|
|
100
100
|
display: flex;
|
|
101
101
|
flex-direction: column;
|
|
102
|
-
align-items: center;
|
|
103
102
|
row-gap: var(--pf-c-empty-state__footer--RowGap);
|
|
103
|
+
align-items: center;
|
|
104
104
|
margin-top: var(--pf-c-empty-state__footer--MarginTop);
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
.pf-c-empty-state__actions {
|
|
108
108
|
display: flex;
|
|
109
109
|
flex-wrap: wrap;
|
|
110
|
-
justify-content: center;
|
|
111
110
|
gap: var(--pf-c-empty-state__actions--RowGap) var(--pf-c-empty-state__actions--ColumnGap);
|
|
111
|
+
justify-content: center;
|
|
112
112
|
}
|
|
@@ -117,14 +117,14 @@
|
|
|
117
117
|
.pf-c-empty-state__footer {
|
|
118
118
|
display: flex;
|
|
119
119
|
flex-direction: column;
|
|
120
|
-
align-items: center;
|
|
121
120
|
row-gap: var(--pf-c-empty-state__footer--RowGap);
|
|
121
|
+
align-items: center;
|
|
122
122
|
margin-top: var(--pf-c-empty-state__footer--MarginTop);
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
.pf-c-empty-state__actions {
|
|
126
126
|
display: flex;
|
|
127
127
|
flex-wrap: wrap;
|
|
128
|
-
justify-content: center;
|
|
129
128
|
gap: var(--pf-c-empty-state__actions--RowGap) var(--pf-c-empty-state__actions--ColumnGap);
|
|
129
|
+
justify-content: center;
|
|
130
130
|
}
|
package/components/Form/form.css
CHANGED
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
}
|
|
109
109
|
.pf-c-form.pf-m-horizontal .pf-c-form__group {
|
|
110
110
|
display: grid;
|
|
111
|
-
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
112
111
|
grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
|
|
112
|
+
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
113
113
|
}
|
|
114
114
|
.pf-c-form.pf-m-horizontal .pf-c-form__group-label {
|
|
115
115
|
padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
|
|
@@ -128,8 +128,8 @@
|
|
|
128
128
|
}
|
|
129
129
|
.pf-c-form.pf-m-horizontal-on-xs .pf-c-form__group {
|
|
130
130
|
display: grid;
|
|
131
|
-
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
132
131
|
grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
|
|
132
|
+
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
133
133
|
}
|
|
134
134
|
.pf-c-form.pf-m-horizontal-on-xs .pf-c-form__group-label {
|
|
135
135
|
padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
|
|
@@ -148,8 +148,8 @@
|
|
|
148
148
|
}
|
|
149
149
|
.pf-c-form.pf-m-horizontal-on-sm .pf-c-form__group {
|
|
150
150
|
display: grid;
|
|
151
|
-
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
152
151
|
grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
|
|
152
|
+
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
153
153
|
}
|
|
154
154
|
.pf-c-form.pf-m-horizontal-on-sm .pf-c-form__group-label {
|
|
155
155
|
padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
|
|
@@ -168,8 +168,8 @@
|
|
|
168
168
|
}
|
|
169
169
|
.pf-c-form.pf-m-horizontal-on-md .pf-c-form__group {
|
|
170
170
|
display: grid;
|
|
171
|
-
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
172
171
|
grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
|
|
172
|
+
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
173
173
|
}
|
|
174
174
|
.pf-c-form.pf-m-horizontal-on-md .pf-c-form__group-label {
|
|
175
175
|
padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
|
|
@@ -188,8 +188,8 @@
|
|
|
188
188
|
}
|
|
189
189
|
.pf-c-form.pf-m-horizontal-on-lg .pf-c-form__group {
|
|
190
190
|
display: grid;
|
|
191
|
-
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
192
191
|
grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
|
|
192
|
+
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
193
193
|
}
|
|
194
194
|
.pf-c-form.pf-m-horizontal-on-lg .pf-c-form__group-label {
|
|
195
195
|
padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
|
|
@@ -208,8 +208,8 @@
|
|
|
208
208
|
}
|
|
209
209
|
.pf-c-form.pf-m-horizontal-on-xl .pf-c-form__group {
|
|
210
210
|
display: grid;
|
|
211
|
-
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
212
211
|
grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
|
|
212
|
+
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
213
213
|
}
|
|
214
214
|
.pf-c-form.pf-m-horizontal-on-xl .pf-c-form__group-label {
|
|
215
215
|
padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
|
|
@@ -228,8 +228,8 @@
|
|
|
228
228
|
}
|
|
229
229
|
.pf-c-form.pf-m-horizontal-on-2xl .pf-c-form__group {
|
|
230
230
|
display: grid;
|
|
231
|
-
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
232
231
|
grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
|
|
232
|
+
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
233
233
|
}
|
|
234
234
|
.pf-c-form.pf-m-horizontal-on-2xl .pf-c-form__group-label {
|
|
235
235
|
padding-top: var(--pf-c-form--m-horizontal__group-label--md--PaddingTop);
|
|
@@ -344,9 +344,9 @@
|
|
|
344
344
|
--pf-c-form__group-control--m-inline--child--MarginRight: 0;
|
|
345
345
|
}
|
|
346
346
|
.pf-c-form__group-control.pf-m-stack {
|
|
347
|
+
--pf-c-form__helper-text--MarginTop: var(--pf-c-grid__group-control--m-stack__helper-text--MarginTop);
|
|
347
348
|
display: grid;
|
|
348
349
|
gap: var(--pf-c-grid__group-control--m-stack--Gap);
|
|
349
|
-
--pf-c-form__helper-text--MarginTop: var(--pf-c-grid__group-control--m-stack__helper-text--MarginTop);
|
|
350
350
|
}
|
|
351
351
|
.pf-c-form__group-control .pf-c-form__helper-text:first-child {
|
|
352
352
|
--pf-c-form__helper-text--MarginTop: 0;
|
|
@@ -430,8 +430,8 @@
|
|
|
430
430
|
}
|
|
431
431
|
|
|
432
432
|
.pf-c-form__field-group-toggle {
|
|
433
|
-
grid-column: 1/2;
|
|
434
433
|
grid-row: 1/2;
|
|
434
|
+
grid-column: 1/2;
|
|
435
435
|
padding-top: var(--pf-c-form__field-group-toggle--PaddingTop);
|
|
436
436
|
padding-right: var(--pf-c-form__field-group-toggle--PaddingRight);
|
|
437
437
|
}
|
|
@@ -453,9 +453,9 @@
|
|
|
453
453
|
}
|
|
454
454
|
|
|
455
455
|
.pf-c-form__field-group-header {
|
|
456
|
-
grid-column: var(--pf-c-form__field-group-header--GridColumn);
|
|
457
|
-
grid-row: 1/2;
|
|
458
456
|
display: flex;
|
|
457
|
+
grid-row: 1/2;
|
|
458
|
+
grid-column: var(--pf-c-form__field-group-header--GridColumn);
|
|
459
459
|
align-items: flex-start;
|
|
460
460
|
padding-top: var(--pf-c-form__field-group-header--PaddingTop);
|
|
461
461
|
padding-bottom: var(--pf-c-form__field-group-header--PaddingBottom);
|
|
@@ -488,8 +488,8 @@
|
|
|
488
488
|
}
|
|
489
489
|
|
|
490
490
|
.pf-c-form__field-group-body {
|
|
491
|
-
grid-column: var(--pf-c-form__field-group-body--GridColumn);
|
|
492
491
|
display: grid;
|
|
492
|
+
grid-column: var(--pf-c-form__field-group-body--GridColumn);
|
|
493
493
|
gap: var(--pf-c-form__field-group-body--Gap);
|
|
494
494
|
padding-top: var(--pf-c-form__field-group-body--PaddingTop);
|
|
495
495
|
padding-bottom: var(--pf-c-form__field-group-body--PaddingBottom);
|
|
@@ -192,8 +192,8 @@ $pf-c-form--m-horizontal--breakpoint-map: build-breakpoint-map("sm", "md", "lg",
|
|
|
192
192
|
|
|
193
193
|
.pf-c-form__group {
|
|
194
194
|
display: grid;
|
|
195
|
-
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
196
195
|
grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth);
|
|
196
|
+
grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap);
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
.pf-c-form__group-label {
|
|
@@ -333,10 +333,10 @@ $pf-c-form--m-horizontal--breakpoint-map: build-breakpoint-map("sm", "md", "lg",
|
|
|
333
333
|
}
|
|
334
334
|
|
|
335
335
|
&.pf-m-stack {
|
|
336
|
+
--pf-c-form__helper-text--MarginTop: var(--pf-c-grid__group-control--m-stack__helper-text--MarginTop);
|
|
337
|
+
|
|
336
338
|
display: grid;
|
|
337
339
|
gap: var(--pf-c-grid__group-control--m-stack--Gap);
|
|
338
|
-
|
|
339
|
-
--pf-c-form__helper-text--MarginTop: var(--pf-c-grid__group-control--m-stack__helper-text--MarginTop);
|
|
340
340
|
}
|
|
341
341
|
|
|
342
342
|
.pf-c-form__helper-text:first-child {
|
|
@@ -441,8 +441,8 @@ $pf-c-form--m-horizontal--breakpoint-map: build-breakpoint-map("sm", "md", "lg",
|
|
|
441
441
|
}
|
|
442
442
|
|
|
443
443
|
.pf-c-form__field-group-toggle {
|
|
444
|
-
grid-column: 1 / 2;
|
|
445
444
|
grid-row: 1 / 2;
|
|
445
|
+
grid-column: 1 / 2;
|
|
446
446
|
padding-top: var(--pf-c-form__field-group-toggle--PaddingTop);
|
|
447
447
|
padding-right: var(--pf-c-form__field-group-toggle--PaddingRight);
|
|
448
448
|
|
|
@@ -465,9 +465,9 @@ $pf-c-form--m-horizontal--breakpoint-map: build-breakpoint-map("sm", "md", "lg",
|
|
|
465
465
|
}
|
|
466
466
|
|
|
467
467
|
.pf-c-form__field-group-header {
|
|
468
|
-
grid-column: var(--pf-c-form__field-group-header--GridColumn);
|
|
469
|
-
grid-row: 1 / 2;
|
|
470
468
|
display: flex;
|
|
469
|
+
grid-row: 1 / 2;
|
|
470
|
+
grid-column: var(--pf-c-form__field-group-header--GridColumn);
|
|
471
471
|
align-items: flex-start;
|
|
472
472
|
padding-top: var(--pf-c-form__field-group-header--PaddingTop);
|
|
473
473
|
padding-bottom: var(--pf-c-form__field-group-header--PaddingBottom);
|
|
@@ -500,8 +500,8 @@ $pf-c-form--m-horizontal--breakpoint-map: build-breakpoint-map("sm", "md", "lg",
|
|
|
500
500
|
}
|
|
501
501
|
|
|
502
502
|
.pf-c-form__field-group-body {
|
|
503
|
-
grid-column: var(--pf-c-form__field-group-body--GridColumn);
|
|
504
503
|
display: grid;
|
|
504
|
+
grid-column: var(--pf-c-form__field-group-body--GridColumn);
|
|
505
505
|
gap: var(--pf-c-form__field-group-body--Gap);
|
|
506
506
|
padding-top: var(--pf-c-form__field-group-body--PaddingTop);
|
|
507
507
|
padding-bottom: var(--pf-c-form__field-group-body--PaddingBottom);
|
package/components/Hint/hint.css
CHANGED
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
|
|
31
31
|
.pf-c-hint__actions {
|
|
32
32
|
display: inline-grid;
|
|
33
|
+
grid-row: 1;
|
|
34
|
+
grid-column: 2;
|
|
33
35
|
grid-auto-flow: column;
|
|
34
36
|
margin-left: var(--pf-c-hint__actions--MarginLeft);
|
|
35
37
|
text-align: right;
|
|
36
|
-
grid-column: 2;
|
|
37
|
-
grid-row: 1;
|
|
38
38
|
}
|
|
39
39
|
.pf-c-hint__actions .pf-c-dropdown .pf-c-dropdown__toggle.pf-m-plain {
|
|
40
40
|
margin-top: var(--pf-c-hint__actions--c-dropdown--MarginTop);
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
|
|
42
42
|
.pf-c-hint__actions {
|
|
43
43
|
display: inline-grid;
|
|
44
|
+
grid-row: 1;
|
|
45
|
+
grid-column: 2;
|
|
44
46
|
grid-auto-flow: column;
|
|
45
47
|
margin-left: var(--pf-c-hint__actions--MarginLeft);
|
|
46
48
|
text-align: right;
|
|
47
|
-
grid-column: 2;
|
|
48
|
-
grid-row: 1;
|
|
49
49
|
|
|
50
50
|
// Only applies to the plain dropdown
|
|
51
51
|
.pf-c-dropdown .pf-c-dropdown__toggle.pf-m-plain {
|
|
@@ -287,12 +287,6 @@
|
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
.pf-c-label.pf-m-editable {
|
|
290
|
-
text-decoration: var(--pf-c-label--m-editable--TextDecoration);
|
|
291
|
-
cursor: var(--pf-c-label--m-editable--Cursor);
|
|
292
|
-
text-decoration-style: var(--pf-c-label--m-editable--TextDecorationStyle);
|
|
293
|
-
text-decoration-thickness: var(--pf-c-label--m-editable--TextDecorationThickness);
|
|
294
|
-
text-underline-offset: var(--pf-c-label--m-editable--TextDecorationOffset);
|
|
295
|
-
text-decoration-color: var(--pf-c-label--m-editable--TextDecorationColor);
|
|
296
290
|
--pf-c-label__content--MaxWidth: var(--pf-c-label--m-editable__content--MaxWidth);
|
|
297
291
|
--pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-editable__content--before--BorderWidth);
|
|
298
292
|
--pf-c-label__content--before--BorderColor: var(--pf-c-label--m-editable__content--before--BorderColor);
|
|
@@ -302,6 +296,12 @@
|
|
|
302
296
|
--pf-c-label__content--link--focus--before--BorderColor: var(--pf-c-label--m-editable__content--focus--before--BorderColor);
|
|
303
297
|
--pf-c-label--m-outline__content--link--hover--before--BorderWidth: var(--pf-c-label--m-editable__content--before--BorderWidth);
|
|
304
298
|
--pf-c-label--m-outline__content--link--focus--before--BorderWidth: var(--pf-c-label--m-editable__content--before--BorderWidth);
|
|
299
|
+
text-decoration: var(--pf-c-label--m-editable--TextDecoration);
|
|
300
|
+
text-decoration-thickness: var(--pf-c-label--m-editable--TextDecorationThickness);
|
|
301
|
+
text-decoration-style: var(--pf-c-label--m-editable--TextDecorationStyle);
|
|
302
|
+
text-decoration-color: var(--pf-c-label--m-editable--TextDecorationColor);
|
|
303
|
+
text-underline-offset: var(--pf-c-label--m-editable--TextDecorationOffset);
|
|
304
|
+
cursor: var(--pf-c-label--m-editable--Cursor);
|
|
305
305
|
}
|
|
306
306
|
.pf-c-label.pf-m-editable:hover {
|
|
307
307
|
--pf-c-label--m-editable--TextDecorationColor: var(--pf-c-label--m-editable--hover--TextDecorationColor);
|
|
@@ -345,13 +345,6 @@
|
|
|
345
345
|
}
|
|
346
346
|
|
|
347
347
|
&.pf-m-editable {
|
|
348
|
-
text-decoration: var(--pf-c-label--m-editable--TextDecoration);
|
|
349
|
-
cursor: var(--pf-c-label--m-editable--Cursor);
|
|
350
|
-
text-decoration-style: var(--pf-c-label--m-editable--TextDecorationStyle);
|
|
351
|
-
text-decoration-thickness: var(--pf-c-label--m-editable--TextDecorationThickness);
|
|
352
|
-
text-underline-offset: var(--pf-c-label--m-editable--TextDecorationOffset);
|
|
353
|
-
text-decoration-color: var(--pf-c-label--m-editable--TextDecorationColor);
|
|
354
|
-
|
|
355
348
|
--pf-c-label__content--MaxWidth: var(--pf-c-label--m-editable__content--MaxWidth);
|
|
356
349
|
--pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-editable__content--before--BorderWidth);
|
|
357
350
|
--pf-c-label__content--before--BorderColor: var(--pf-c-label--m-editable__content--before--BorderColor);
|
|
@@ -364,6 +357,13 @@
|
|
|
364
357
|
--pf-c-label--m-outline__content--link--hover--before--BorderWidth: var(--pf-c-label--m-editable__content--before--BorderWidth);
|
|
365
358
|
--pf-c-label--m-outline__content--link--focus--before--BorderWidth: var(--pf-c-label--m-editable__content--before--BorderWidth);
|
|
366
359
|
|
|
360
|
+
text-decoration: var(--pf-c-label--m-editable--TextDecoration);
|
|
361
|
+
text-decoration-thickness: var(--pf-c-label--m-editable--TextDecorationThickness);
|
|
362
|
+
text-decoration-style: var(--pf-c-label--m-editable--TextDecorationStyle);
|
|
363
|
+
text-decoration-color: var(--pf-c-label--m-editable--TextDecorationColor);
|
|
364
|
+
text-underline-offset: var(--pf-c-label--m-editable--TextDecorationOffset);
|
|
365
|
+
cursor: var(--pf-c-label--m-editable--Cursor);
|
|
366
|
+
|
|
367
367
|
&:hover {
|
|
368
368
|
--pf-c-label--m-editable--TextDecorationColor: var(--pf-c-label--m-editable--hover--TextDecorationColor);
|
|
369
369
|
}
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
--pf-c-label-group__textarea--PaddingBottom: 0;
|
|
35
35
|
--pf-c-label-group__textarea--PaddingLeft: var(--pf-global--spacer--xs);
|
|
36
36
|
display: inline-flex;
|
|
37
|
-
align-items: center;
|
|
38
37
|
row-gap: var(--pf-c-label-group--RowGap);
|
|
39
38
|
column-gap: var(--pf-c-label-group--ColumnGap);
|
|
39
|
+
align-items: center;
|
|
40
40
|
}
|
|
41
41
|
.pf-c-label-group.pf-m-category {
|
|
42
42
|
padding-top: var(--pf-c-label-group--m-category--PaddingTop);
|
|
@@ -90,9 +90,9 @@
|
|
|
90
90
|
display: flex;
|
|
91
91
|
flex: 1;
|
|
92
92
|
flex-wrap: wrap;
|
|
93
|
-
align-items: baseline;
|
|
94
93
|
row-gap: var(--pf-c-label-group__main--RowGap);
|
|
95
94
|
column-gap: var(--pf-c-label-group__main--ColumnGap);
|
|
95
|
+
align-items: baseline;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
.pf-c-label-group__list {
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
--pf-c-label-group__textarea--PaddingLeft: var(--pf-global--spacer--xs);
|
|
49
49
|
|
|
50
50
|
display: inline-flex;
|
|
51
|
-
align-items: center;
|
|
52
51
|
row-gap: var(--pf-c-label-group--RowGap);
|
|
53
52
|
column-gap: var(--pf-c-label-group--ColumnGap);
|
|
53
|
+
align-items: center;
|
|
54
54
|
|
|
55
55
|
&.pf-m-category {
|
|
56
56
|
padding-top: var(--pf-c-label-group--m-category--PaddingTop);
|
|
@@ -114,9 +114,9 @@
|
|
|
114
114
|
display: flex;
|
|
115
115
|
flex: 1;
|
|
116
116
|
flex-wrap: wrap;
|
|
117
|
-
align-items: baseline;
|
|
118
117
|
row-gap: var(--pf-c-label-group__main--RowGap);
|
|
119
118
|
column-gap: var(--pf-c-label-group__main--ColumnGap);
|
|
119
|
+
align-items: baseline;
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
.pf-c-label-group__list {
|
|
@@ -157,10 +157,10 @@
|
|
|
157
157
|
@media (min-width: 1200px) {
|
|
158
158
|
.pf-c-login__container {
|
|
159
159
|
display: grid;
|
|
160
|
-
justify-content: center;
|
|
161
|
-
grid-column-gap: var(--pf-c-login__container--xl--GridColumnGap);
|
|
162
|
-
grid-template-columns: var(--pf-c-login__container--xl--GridTemplateColumns);
|
|
163
160
|
grid-template-areas: "main header" "main footer" "main .";
|
|
161
|
+
grid-template-columns: var(--pf-c-login__container--xl--GridTemplateColumns);
|
|
162
|
+
grid-column-gap: var(--pf-c-login__container--xl--GridColumnGap);
|
|
163
|
+
justify-content: center;
|
|
164
164
|
padding-right: var(--pf-c-login__container--PaddingRight);
|
|
165
165
|
padding-left: var(--pf-c-login__container--PaddingLeft);
|
|
166
166
|
}
|
|
@@ -182,10 +182,10 @@
|
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
.pf-c-login__main {
|
|
185
|
+
grid-area: main;
|
|
185
186
|
align-self: start;
|
|
186
187
|
margin-bottom: var(--pf-c-login__main--MarginBottom);
|
|
187
188
|
background-color: var(--pf-c-login__main--BackgroundColor);
|
|
188
|
-
grid-area: main;
|
|
189
189
|
}
|
|
190
190
|
.pf-c-login__main > :first-child:not(.pf-c-login__main-header) {
|
|
191
191
|
padding-top: var(--pf-c-login__main-header--PaddingTop);
|
|
@@ -197,8 +197,8 @@
|
|
|
197
197
|
.pf-c-login__main-header {
|
|
198
198
|
display: grid;
|
|
199
199
|
grid-template-columns: 100%;
|
|
200
|
-
column-gap: var(--pf-c-login__main-header--ColumnGap);
|
|
201
200
|
row-gap: var(--pf-c-login__main-header--RowGap);
|
|
201
|
+
column-gap: var(--pf-c-login__main-header--ColumnGap);
|
|
202
202
|
align-items: center;
|
|
203
203
|
padding: var(--pf-c-login__main-header--PaddingTop) var(--pf-c-login__main-header--PaddingRight) var(--pf-c-login__main-header--PaddingBottom) var(--pf-c-login__main-header--PaddingLeft);
|
|
204
204
|
}
|
|
@@ -210,26 +210,26 @@
|
|
|
210
210
|
|
|
211
211
|
.pf-c-login__main-header-utilities,
|
|
212
212
|
.pf-c-login__main-header .pf-c-dropdown {
|
|
213
|
-
grid-column: auto;
|
|
214
213
|
grid-row: auto;
|
|
214
|
+
grid-column: auto;
|
|
215
215
|
}
|
|
216
216
|
@media (min-width: 768px) {
|
|
217
217
|
.pf-c-login__main-header-utilities,
|
|
218
218
|
.pf-c-login__main-header .pf-c-dropdown {
|
|
219
|
-
grid-column: 2/3;
|
|
220
219
|
grid-row: 1;
|
|
220
|
+
grid-column: 2/3;
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
223
|
|
|
224
224
|
.pf-c-login__main-header-utilities .pf-c-dropdown {
|
|
225
|
-
grid-column: auto;
|
|
226
225
|
grid-row: auto;
|
|
226
|
+
grid-column: auto;
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
.pf-c-login__main-header-desc {
|
|
230
|
+
grid-column: 1/-1;
|
|
230
231
|
margin-bottom: var(--pf-c-login__main-header-desc--MarginBottom);
|
|
231
232
|
font-size: var(--pf-c-login__main-header-desc--FontSize);
|
|
232
|
-
grid-column: 1/-1;
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
.pf-c-login__main-body {
|
|
@@ -264,11 +264,11 @@
|
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
.pf-c-login__main-footer-links-item-link svg {
|
|
267
|
-
fill: var(--pf-c-login__main-footer-links-item-link-svg--Fill);
|
|
268
267
|
width: 100%;
|
|
269
268
|
max-width: var(--pf-c-login__main-footer-links-item-link-svg--Width);
|
|
270
269
|
height: 100%;
|
|
271
270
|
max-height: var(--pf-c-login__main-footer-links-item-link-svg--Height);
|
|
271
|
+
fill: var(--pf-c-login__main-footer-links-item-link-svg--Fill);
|
|
272
272
|
}
|
|
273
273
|
.pf-c-login__main-footer-links-item-link:hover svg {
|
|
274
274
|
fill: var(--pf-c-login__main-footer-links-item-link-svg--hover--Fill);
|
|
@@ -136,13 +136,13 @@
|
|
|
136
136
|
// Large viewports
|
|
137
137
|
@media (min-width: $pf-global--breakpoint--xl) {
|
|
138
138
|
display: grid;
|
|
139
|
-
justify-content: center;
|
|
140
|
-
grid-column-gap: var(--pf-c-login__container--xl--GridColumnGap);
|
|
141
|
-
grid-template-columns: var(--pf-c-login__container--xl--GridTemplateColumns);
|
|
142
139
|
grid-template-areas:
|
|
143
140
|
"main header"
|
|
144
141
|
"main footer"
|
|
145
142
|
"main .";
|
|
143
|
+
grid-template-columns: var(--pf-c-login__container--xl--GridTemplateColumns);
|
|
144
|
+
grid-column-gap: var(--pf-c-login__container--xl--GridColumnGap);
|
|
145
|
+
justify-content: center;
|
|
146
146
|
padding-right: var(--pf-c-login__container--PaddingRight);
|
|
147
147
|
padding-left: var(--pf-c-login__container--PaddingLeft);
|
|
148
148
|
}
|
|
@@ -165,10 +165,10 @@
|
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
.pf-c-login__main {
|
|
168
|
+
grid-area: main;
|
|
168
169
|
align-self: start;
|
|
169
170
|
margin-bottom: var(--pf-c-login__main--MarginBottom);
|
|
170
171
|
background-color: var(--pf-c-login__main--BackgroundColor);
|
|
171
|
-
grid-area: main;
|
|
172
172
|
|
|
173
173
|
// If the first child isn't a header, then we need to put the header's top padding there
|
|
174
174
|
> :first-child:not(.pf-c-login__main-header) {
|
|
@@ -184,8 +184,8 @@
|
|
|
184
184
|
.pf-c-login__main-header {
|
|
185
185
|
display: grid;
|
|
186
186
|
grid-template-columns: 100%;
|
|
187
|
-
column-gap: var(--pf-c-login__main-header--ColumnGap);
|
|
188
187
|
row-gap: var(--pf-c-login__main-header--RowGap);
|
|
188
|
+
column-gap: var(--pf-c-login__main-header--ColumnGap);
|
|
189
189
|
align-items: center;
|
|
190
190
|
padding: var(--pf-c-login__main-header--PaddingTop) var(--pf-c-login__main-header--PaddingRight) var(--pf-c-login__main-header--PaddingBottom) var(--pf-c-login__main-header--PaddingLeft);
|
|
191
191
|
|
|
@@ -196,26 +196,26 @@
|
|
|
196
196
|
|
|
197
197
|
.pf-c-login__main-header-utilities,
|
|
198
198
|
.pf-c-login__main-header .pf-c-dropdown {
|
|
199
|
-
grid-column: auto;
|
|
200
199
|
grid-row: auto;
|
|
200
|
+
grid-column: auto;
|
|
201
201
|
|
|
202
202
|
@media (min-width: $pf-global--breakpoint--md) {
|
|
203
|
-
grid-column: 2 / 3;
|
|
204
203
|
grid-row: 1;
|
|
204
|
+
grid-column: 2 / 3;
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
.pf-c-login__main-header-utilities {
|
|
209
209
|
.pf-c-dropdown {
|
|
210
|
-
grid-column: auto;
|
|
211
210
|
grid-row: auto;
|
|
211
|
+
grid-column: auto;
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
214
|
|
|
215
215
|
.pf-c-login__main-header-desc {
|
|
216
|
+
grid-column: 1 / -1;
|
|
216
217
|
margin-bottom: var(--pf-c-login__main-header-desc--MarginBottom);
|
|
217
218
|
font-size: var(--pf-c-login__main-header-desc--FontSize);
|
|
218
|
-
grid-column: 1 / -1;
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
.pf-c-login__main-body {
|
|
@@ -253,11 +253,11 @@
|
|
|
253
253
|
|
|
254
254
|
.pf-c-login__main-footer-links-item-link {
|
|
255
255
|
svg {
|
|
256
|
-
fill: var(--pf-c-login__main-footer-links-item-link-svg--Fill);
|
|
257
256
|
width: 100%;
|
|
258
257
|
max-width: var(--pf-c-login__main-footer-links-item-link-svg--Width);
|
|
259
258
|
height: 100%;
|
|
260
259
|
max-height: var(--pf-c-login__main-footer-links-item-link-svg--Height);
|
|
260
|
+
fill: var(--pf-c-login__main-footer-links-item-link-svg--Fill);
|
|
261
261
|
}
|
|
262
262
|
|
|
263
263
|
&:hover {
|
|
@@ -235,6 +235,7 @@
|
|
|
235
235
|
position: relative;
|
|
236
236
|
display: flex;
|
|
237
237
|
flex-basis: var(--pf-c-masthead__main--FlexBasis);
|
|
238
|
+
grid-column: var(--pf-c-masthead__main--GridColumn);
|
|
238
239
|
align-items: center;
|
|
239
240
|
align-self: stretch;
|
|
240
241
|
order: var(--pf-c-masthead__main--Order);
|
|
@@ -242,7 +243,6 @@
|
|
|
242
243
|
padding-top: var(--pf-c-masthead__main--PaddingTop);
|
|
243
244
|
padding-bottom: var(--pf-c-masthead__main--PaddingBottom);
|
|
244
245
|
margin-right: var(--pf-c-masthead__main--MarginRight);
|
|
245
|
-
grid-column: var(--pf-c-masthead__main--GridColumn);
|
|
246
246
|
}
|
|
247
247
|
.pf-c-masthead__main::before {
|
|
248
248
|
position: absolute;
|
|
@@ -259,6 +259,9 @@
|
|
|
259
259
|
.pf-c-masthead__content {
|
|
260
260
|
display: flex;
|
|
261
261
|
flex-grow: 1;
|
|
262
|
+
flex-shrink: 1;
|
|
263
|
+
grid-column: var(--pf-c-masthead__content--GridColumn);
|
|
264
|
+
grid-column-end: -1;
|
|
262
265
|
align-items: center;
|
|
263
266
|
align-self: stretch;
|
|
264
267
|
order: var(--pf-c-masthead__content--Order);
|
|
@@ -266,9 +269,6 @@
|
|
|
266
269
|
padding-top: var(--pf-c-masthead__content--PaddingTop);
|
|
267
270
|
padding-bottom: var(--pf-c-masthead__content--PaddingBottom);
|
|
268
271
|
margin-left: var(--pf-c-masthead__content--MarginLeft);
|
|
269
|
-
grid-column: var(--pf-c-masthead__content--GridColumn);
|
|
270
|
-
grid-column-end: -1;
|
|
271
|
-
flex-shrink: 1;
|
|
272
272
|
}
|
|
273
273
|
.pf-c-masthead__content:only-child {
|
|
274
274
|
--pf-c-masthead__content--MarginLeft: 0;
|
|
@@ -254,6 +254,7 @@ $pf-c-masthead--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
|
|
|
254
254
|
position: relative;
|
|
255
255
|
display: flex;
|
|
256
256
|
flex-basis: var(--pf-c-masthead__main--FlexBasis);
|
|
257
|
+
grid-column: var(--pf-c-masthead__main--GridColumn);
|
|
257
258
|
align-items: center;
|
|
258
259
|
align-self: stretch;
|
|
259
260
|
order: var(--pf-c-masthead__main--Order);
|
|
@@ -261,7 +262,6 @@ $pf-c-masthead--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
|
|
|
261
262
|
padding-top: var(--pf-c-masthead__main--PaddingTop);
|
|
262
263
|
padding-bottom: var(--pf-c-masthead__main--PaddingBottom);
|
|
263
264
|
margin-right: var(--pf-c-masthead__main--MarginRight);
|
|
264
|
-
grid-column: var(--pf-c-masthead__main--GridColumn);
|
|
265
265
|
|
|
266
266
|
&::before {
|
|
267
267
|
position: absolute;
|
|
@@ -281,6 +281,9 @@ $pf-c-masthead--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
|
|
|
281
281
|
.pf-c-masthead__content {
|
|
282
282
|
display: flex;
|
|
283
283
|
flex-grow: 1;
|
|
284
|
+
flex-shrink: 1;
|
|
285
|
+
grid-column: var(--pf-c-masthead__content--GridColumn);
|
|
286
|
+
grid-column-end: -1; // force content to right edge or full available width
|
|
284
287
|
align-items: center;
|
|
285
288
|
align-self: stretch;
|
|
286
289
|
order: var(--pf-c-masthead__content--Order);
|
|
@@ -288,9 +291,6 @@ $pf-c-masthead--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
|
|
|
288
291
|
padding-top: var(--pf-c-masthead__content--PaddingTop);
|
|
289
292
|
padding-bottom: var(--pf-c-masthead__content--PaddingBottom);
|
|
290
293
|
margin-left: var(--pf-c-masthead__content--MarginLeft);
|
|
291
|
-
grid-column: var(--pf-c-masthead__content--GridColumn);
|
|
292
|
-
grid-column-end: -1; // force content to right edge or full available width
|
|
293
|
-
flex-shrink: 1;
|
|
294
294
|
|
|
295
295
|
&:only-child {
|
|
296
296
|
--pf-c-masthead__content--MarginLeft: 0;
|