@awell-health/ui-library 0.1.142 → 0.1.143
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/dist/index.css +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -8259,11 +8259,11 @@ html {
|
|
|
8259
8259
|
}
|
|
8260
8260
|
|
|
8261
8261
|
.awell__form_traditional_form {
|
|
8262
|
-
padding-bottom: calc(var(--awell-mobile-footer-height) + var(--awell-spacing-
|
|
8262
|
+
padding-bottom: calc(var(--awell-mobile-footer-height) + var(--awell-spacing-36));
|
|
8263
8263
|
}
|
|
8264
8264
|
@media (min-width: 640px) {
|
|
8265
8265
|
.awell__form_traditional_form {
|
|
8266
|
-
padding-bottom: calc(var(--awell-footer-height) + var(--awell-spacing-
|
|
8266
|
+
padding-bottom: calc(var(--awell-footer-height) + var(--awell-spacing-36));
|
|
8267
8267
|
}
|
|
8268
8268
|
}
|
|
8269
8269
|
|