@axos-web-dev/shared-components 1.0.90 → 1.0.91

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.
@@ -199,6 +199,11 @@
199
199
  margin-top: 16px;
200
200
  padding: 32px 16px 0;
201
201
  }
202
+ ._11b2y8zi {
203
+ font-size: 14px;
204
+ padding-bottom: 16px;
205
+ padding-inline: 16px;
206
+ }
202
207
  }
203
208
  @media screen and (max-width: 450px) {
204
209
  ._11b2y8z4 {
@@ -104,6 +104,7 @@
104
104
  }
105
105
  ._11oamghj {
106
106
  margin-top: 16px;
107
+ padding-inline: 72px;
107
108
  }
108
109
  ._11oamghk {
109
110
  color: var(--_1073cm82);
@@ -127,6 +128,9 @@
127
128
  ._11oamgh1 {
128
129
  padding: 0px 24px;
129
130
  }
131
+ ._11oamghj {
132
+ padding-inline: 40px;
133
+ }
130
134
  }
131
135
  @media screen and (max-width:1023px) {
132
136
  ._11oamgh3 {
@@ -196,6 +200,10 @@
196
200
  margin-top: 16px;
197
201
  padding: 32px 16px 0;
198
202
  }
203
+ ._11oamghj {
204
+ font-size: 14px;
205
+ padding-inline: 16px;
206
+ }
199
207
  }
200
208
  @media screen and (max-width: 450px) {
201
209
  ._11oamgh4 {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "1.0.90",
4
+ "version": "1.0.91",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",