@hellobetterdigitalnz/selwynui 0.0.1-221 → 0.0.1-224
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
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
padding: 32px 16px;
|
|
38
38
|
background: var(--pathway-card-bg);
|
|
39
39
|
|
|
40
|
-
|
|
41
40
|
.promoBannerBrandPiller {
|
|
42
41
|
display: flex;
|
|
43
42
|
align-items: center;
|
|
@@ -83,7 +82,7 @@
|
|
|
83
82
|
font-weight: var(--font-weight-body-regular);
|
|
84
83
|
line-height: var(--line-height-body-regular);
|
|
85
84
|
letter-spacing: -0.1px;
|
|
86
|
-
padding-bottom:
|
|
85
|
+
padding-bottom: 0px;
|
|
87
86
|
}
|
|
88
87
|
}
|
|
89
88
|
|
|
@@ -193,7 +192,7 @@
|
|
|
193
192
|
}
|
|
194
193
|
|
|
195
194
|
p {
|
|
196
|
-
padding-bottom:
|
|
195
|
+
padding-bottom: 18px;
|
|
197
196
|
}
|
|
198
197
|
}
|
|
199
198
|
|