@progressive-development/pd-wizard 0.1.71 → 0.1.73

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/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "order",
15
15
  "steps"
16
16
  ],
17
- "version": "0.1.71",
17
+ "version": "0.1.73",
18
18
  "main": "index.js",
19
19
  "module": "index.js",
20
20
  "scripts": {
package/src/PdSteps.js CHANGED
@@ -32,7 +32,7 @@ class PdSteps extends LitElement {
32
32
  background-color: var(--pd-steps-bg-color, var(--pd-default-col));
33
33
 
34
34
  /* needed for the absolut step name */
35
- padding-bottom: calc(var(--pd-step-name-font-size, 1em) * 2);
35
+ padding-bottom: calc(var(--pd-step-name-font-size, 1em) * 2.5);
36
36
  }
37
37
 
38
38
  .parent {
package/src/PdWizard.js CHANGED
@@ -148,7 +148,7 @@ export class PdWizard extends LitElement {
148
148
  .wiz-panel-h h1 {
149
149
  color: var(--pd-wizard-header-panel-title-col, white);
150
150
  padding: 0;
151
- margin: 0.5em 0px 0px;
151
+ margin: 0.8em 0 0.5em 0
152
152
  font-size: 1.2em;
153
153
  font-family: var(--pd-default-font-title-family);
154
154
  }