@patternfly/quickstarts 6.5.0-prerelease.1 → 6.5.0-prerelease.3
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/dist/patternfly-docs/quick-starts/design-guidelines/design-guidelines.md +3 -3
- package/dist/patternfly-global.css +1257 -56
- package/dist/patternfly-nested.css +1554 -233
- package/dist/quickstarts-base.css +4 -4
- package/dist/quickstarts-full.es.js +1460 -1283
- package/dist/quickstarts-full.es.js.map +1 -1
- package/dist/quickstarts-standalone.css +9 -1
- package/dist/quickstarts-standalone.min.css +2 -2
- package/dist/quickstarts-vendor.css +9 -1
- package/dist/quickstarts.css +13 -5
- package/dist/quickstarts.min.css +1 -1
- package/package.json +7 -7
|
@@ -163,6 +163,10 @@
|
|
|
163
163
|
border: var(--pf-v6-c-card--BorderColor) var(--pf-v6-c-card--BorderStyle) var(--pf-v6-c-card--BorderWidth);
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
+
.pfext-quick-start-footer {
|
|
167
|
+
padding-top: var(--pf-t--global--spacer--md);
|
|
168
|
+
}
|
|
169
|
+
|
|
166
170
|
.pfext-quick-start-task {
|
|
167
171
|
flex: 1 1 0;
|
|
168
172
|
overflow: auto;
|
|
@@ -174,10 +178,6 @@
|
|
|
174
178
|
height: initial;
|
|
175
179
|
}
|
|
176
180
|
|
|
177
|
-
.pfext-quick-start-footer {
|
|
178
|
-
padding-top: var(--pf-t--global--spacer--md);
|
|
179
|
-
}
|
|
180
|
-
|
|
181
181
|
.pfext-quick-start-task-header button.pf-v6-c-wizard__nav-link {
|
|
182
182
|
margin-bottom: var(--pf-t--global--spacer--md);
|
|
183
183
|
}
|