@patternfly/quickstarts 6.5.0-prerelease.1 → 6.5.0-prerelease.2

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.
@@ -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
  }