@seamlessdocs/payment-modals 1.0.43 → 1.0.44

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamlessdocs/payment-modals",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "description": "",
5
5
  "main": "build/payment-modals.js",
6
6
  "scripts": {
@@ -121,3 +121,20 @@
121
121
  .moneyValue {
122
122
  word-break: break-all;
123
123
  }
124
+
125
+ @media (max-width: 520px) {
126
+ .modal {
127
+ flex-direction: column;
128
+ }
129
+
130
+ .paymentInfoContainer {
131
+ width: 100%;
132
+
133
+ border-radius: 6px 6px 0px 0px;
134
+ }
135
+
136
+ .paymentFormContainer {
137
+ box-sizing: border-box;
138
+ padding: 15px 15px 0px;
139
+ }
140
+ }
@@ -153,11 +153,11 @@
153
153
 
154
154
  @media (max-width: 520px) {
155
155
  .modal {
156
- padding: 35px 35px 0px 35px;
156
+ padding: 15px 15px 0px 15px;
157
157
  }
158
158
 
159
159
  .header {
160
- font-size: 26px;
160
+ font-size: 20px;
161
161
  }
162
162
 
163
163
  .withoutPaymentBtn {
@@ -167,10 +167,20 @@
167
167
  .contentContainer {
168
168
  margin-top: 10px;
169
169
  }
170
- }
171
170
 
172
- @media (max-width: 360px) {
173
- .header {
174
- font-size: 24px;
171
+ .paymentTypeContainer {
172
+ padding: 10px 14px 14px 14px;
173
+ }
174
+
175
+ .payButton {
176
+ margin-top: 5px;
177
+ padding: 5px 0;
178
+ }
179
+
180
+ .paymentTypeLabel {
181
+ margin-top: 10px;
182
+
183
+ font-size: 17px;
184
+ line-height: 17px;
175
185
  }
176
186
  }