@pinerohit11/testwidget 0.1.73 → 0.1.75
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/index.js +26 -1
- package/dist/index.mjs +26 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1307,11 +1307,30 @@ function Chargewidgetstyles() {
|
|
1307
1307
|
grid-template-columns: 2fr 3fr;
|
1308
1308
|
padding: 50px 10% 20px ;
|
1309
1309
|
}
|
1310
|
+
// .pay-container {
|
1311
|
+
// display: flex;
|
1312
|
+
// // gap: ; /* Optional: spacing between the columns */
|
1313
|
+
// padding: 50px 10% 20px;
|
1314
|
+
// }
|
1315
|
+
|
1316
|
+
// .pay-container > *:first-child {
|
1317
|
+
// flex: 2;
|
1318
|
+
// }
|
1319
|
+
|
1320
|
+
// .pay-container > *:last-child {
|
1321
|
+
// flex: 3;
|
1322
|
+
// }
|
1323
|
+
.request-payment-close-popup {
|
1324
|
+
position: absolute;
|
1325
|
+
right: 20px;
|
1326
|
+
top: 20px;
|
1327
|
+
cursor: pointer;
|
1328
|
+
}
|
1310
1329
|
.pay-conatiner-one{
|
1311
1330
|
border-right: 1px solid #E0DFE2;
|
1312
1331
|
}
|
1313
1332
|
.pay-conatiner-two{
|
1314
|
-
padding: 0
|
1333
|
+
padding: 0 5% 20px;
|
1315
1334
|
}
|
1316
1335
|
.pay-logo-container{
|
1317
1336
|
border-bottom: 1px solid #E0DFE2
|
@@ -1517,6 +1536,12 @@ function Chargewidgetstyles() {
|
|
1517
1536
|
padding: 20px 5%;
|
1518
1537
|
}
|
1519
1538
|
}
|
1539
|
+
// @media (max-width: 768px) {
|
1540
|
+
// .pay-container {
|
1541
|
+
// flex-direction: column;
|
1542
|
+
// padding: 20px 2%;
|
1543
|
+
// }
|
1544
|
+
// }
|
1520
1545
|
|
1521
1546
|
|
1522
1547
|
|
package/dist/index.mjs
CHANGED
@@ -1272,11 +1272,30 @@ function Chargewidgetstyles() {
|
|
1272
1272
|
grid-template-columns: 2fr 3fr;
|
1273
1273
|
padding: 50px 10% 20px ;
|
1274
1274
|
}
|
1275
|
+
// .pay-container {
|
1276
|
+
// display: flex;
|
1277
|
+
// // gap: ; /* Optional: spacing between the columns */
|
1278
|
+
// padding: 50px 10% 20px;
|
1279
|
+
// }
|
1280
|
+
|
1281
|
+
// .pay-container > *:first-child {
|
1282
|
+
// flex: 2;
|
1283
|
+
// }
|
1284
|
+
|
1285
|
+
// .pay-container > *:last-child {
|
1286
|
+
// flex: 3;
|
1287
|
+
// }
|
1288
|
+
.request-payment-close-popup {
|
1289
|
+
position: absolute;
|
1290
|
+
right: 20px;
|
1291
|
+
top: 20px;
|
1292
|
+
cursor: pointer;
|
1293
|
+
}
|
1275
1294
|
.pay-conatiner-one{
|
1276
1295
|
border-right: 1px solid #E0DFE2;
|
1277
1296
|
}
|
1278
1297
|
.pay-conatiner-two{
|
1279
|
-
padding: 0
|
1298
|
+
padding: 0 5% 20px;
|
1280
1299
|
}
|
1281
1300
|
.pay-logo-container{
|
1282
1301
|
border-bottom: 1px solid #E0DFE2
|
@@ -1482,6 +1501,12 @@ function Chargewidgetstyles() {
|
|
1482
1501
|
padding: 20px 5%;
|
1483
1502
|
}
|
1484
1503
|
}
|
1504
|
+
// @media (max-width: 768px) {
|
1505
|
+
// .pay-container {
|
1506
|
+
// flex-direction: column;
|
1507
|
+
// padding: 20px 2%;
|
1508
|
+
// }
|
1509
|
+
// }
|
1485
1510
|
|
1486
1511
|
|
1487
1512
|
|