@payrails/web-sdk 5.16.0 → 5.16.1
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/index.js +4 -4
- package/package.json +1 -1
- package/payrails-styles.css +15 -0
- package/payrails.js +4 -4
package/package.json
CHANGED
package/payrails-styles.css
CHANGED
|
@@ -158,6 +158,21 @@
|
|
|
158
158
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
159
159
|
background-repeat: no-repeat;
|
|
160
160
|
background-position: right 8px center;
|
|
161
|
+
width: 100%;
|
|
162
|
+
padding: 10px 15px;
|
|
163
|
+
margin: 0;
|
|
164
|
+
border: 1px solid #eae8ee;
|
|
165
|
+
border-radius: 4px;
|
|
166
|
+
box-shadow: none;
|
|
167
|
+
cursor: pointer;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.payrails-postal-code-input {
|
|
171
|
+
width: 100%;
|
|
172
|
+
padding: 10px 15px;
|
|
173
|
+
margin: 0;
|
|
174
|
+
border: 1px solid #eae8ee;
|
|
175
|
+
border-radius: 4px;
|
|
161
176
|
}
|
|
162
177
|
|
|
163
178
|
.payrails-payment-installments-dropdown {
|