@patternfly/quickstarts 6.0.0-alpha.4 → 6.0.0-alpha.6

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) !important;
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;
@@ -171,10 +175,6 @@
171
175
  margin-block-end: var(--pf-v6-c-content--MarginBlockEnd);
172
176
  }
173
177
 
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
  }