ui.shipaid.com 0.3.4 → 0.3.5

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/widget.es.js CHANGED
@@ -1052,6 +1052,12 @@ const styles$1 = i$2`
1052
1052
  text-align: center;
1053
1053
  }
1054
1054
 
1055
+ @media (max-width: 600px) {
1056
+ .shipaid-popup .popup-title {
1057
+ font-size: 2rem;
1058
+ }
1059
+ }
1060
+
1055
1061
  .shipaid-popup .popup-top-image {
1056
1062
  margin: 0 auto;
1057
1063
  width: 90%;
@@ -1116,12 +1122,6 @@ const styles$1 = i$2`
1116
1122
  align-items: flex-start;
1117
1123
  }
1118
1124
 
1119
- @media (max-width: 600px) {
1120
- .shipaid-popup .popup-footer {
1121
- flex-direction: column;
1122
- }
1123
- }
1124
-
1125
1125
  .shipaid-popup .popup-footer .footer-links {
1126
1126
  display: flex;
1127
1127
  flex-direction: row;
@@ -158,6 +158,12 @@ function zt(t,e,i){return t?e():null==i?void 0:i()}const Mt=h`
158
158
  text-align: center;
159
159
  }
160
160
 
161
+ @media (max-width: 600px) {
162
+ .shipaid-popup .popup-title {
163
+ font-size: 2rem;
164
+ }
165
+ }
166
+
161
167
  .shipaid-popup .popup-top-image {
162
168
  margin: 0 auto;
163
169
  width: 90%;
@@ -222,12 +228,6 @@ function zt(t,e,i){return t?e():null==i?void 0:i()}const Mt=h`
222
228
  align-items: flex-start;
223
229
  }
224
230
 
225
- @media (max-width: 600px) {
226
- .shipaid-popup .popup-footer {
227
- flex-direction: column;
228
- }
229
- }
230
-
231
231
  .shipaid-popup .popup-footer .footer-links {
232
232
  display: flex;
233
233
  flex-direction: row;
@@ -158,6 +158,12 @@ function zt(t,e,i){return t?e():null==i?void 0:i()}const Mt=h`
158
158
  text-align: center;
159
159
  }
160
160
 
161
+ @media (max-width: 600px) {
162
+ .shipaid-popup .popup-title {
163
+ font-size: 2rem;
164
+ }
165
+ }
166
+
161
167
  .shipaid-popup .popup-top-image {
162
168
  margin: 0 auto;
163
169
  width: 90%;
@@ -222,12 +228,6 @@ function zt(t,e,i){return t?e():null==i?void 0:i()}const Mt=h`
222
228
  align-items: flex-start;
223
229
  }
224
230
 
225
- @media (max-width: 600px) {
226
- .shipaid-popup .popup-footer {
227
- flex-direction: column;
228
- }
229
- }
230
-
231
231
  .shipaid-popup .popup-footer .footer-links {
232
232
  display: flex;
233
233
  flex-direction: row;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.3.4",
4
+ "version": "0.3.5",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",