@awell-health/ui-library 0.1.75 → 0.1.77

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.
Files changed (2) hide show
  1. package/dist/index.css +1 -5
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -7396,11 +7396,6 @@ html {
7396
7396
  margin-bottom: 55px;
7397
7397
  }
7398
7398
  }
7399
- @media (max-height: 500px) {
7400
- .awell__hostedPageLayout_main_content {
7401
- margin-bottom: var(--awell-spacing-4);
7402
- }
7403
- }
7404
7399
  @import 'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap';
7405
7400
  :root {
7406
7401
  --awell-accent100: #fdb833;
@@ -8220,6 +8215,7 @@ html {
8220
8215
  color: var(--awell-slate500);
8221
8216
  font-style: italic;
8222
8217
  text-align: center;
8218
+ padding-bottom: var(--awell-spacing-4);
8223
8219
  }
8224
8220
  @media (min-width: 640px) {
8225
8221
  .awell__form_trademark {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awell-health/ui-library",
3
- "version": "0.1.75",
3
+ "version": "0.1.77",
4
4
  "description": "UI components to integrate with Awell Health",
5
5
  "repository": {
6
6
  "type": "git",