@patternfly/quickstarts 6.0.0 → 6.1.0-prerelease.1

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,10 +163,6 @@
163
163
  border: var(--pf-v6-c-card--BorderColor) var(--pf-v6-c-card--BorderStyle) var(--pf-v6-c-card--BorderWidth) !important;
164
164
  }
165
165
 
166
- .pfext-quick-start-footer {
167
- padding-top: var(--pf-t--global--spacer--md);
168
- }
169
-
170
166
  .pfext-quick-start-task {
171
167
  flex: 1 1 0;
172
168
  overflow: auto;
@@ -175,6 +171,10 @@
175
171
  margin-block-end: var(--pf-v6-c-content--MarginBlockEnd);
176
172
  }
177
173
 
174
+ .pfext-quick-start-footer {
175
+ padding-top: var(--pf-t--global--spacer--md);
176
+ }
177
+
178
178
  button.pf-v6-c-wizard__nav-link {
179
179
  margin-bottom: var(--pf-t--global--spacer--md);
180
180
  }