@kimafinance/kima-transaction-widget 1.3.6 → 1.3.7

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.css CHANGED
@@ -417,6 +417,9 @@
417
417
  font-family: "Manrope";
418
418
  font-weight: bolder;
419
419
  }
420
+ .kima-card {
421
+ font-family: "Manrope";
422
+ }
420
423
  .kima-card .kima-card-content {
421
424
  font-family: "Manrope";
422
425
  }
@@ -428,9 +431,6 @@
428
431
  margin: 0;
429
432
  font-weight: bolder;
430
433
  }
431
- .kima-card {
432
- font-family: "Manrope";
433
- }
434
434
  .kima-card .kima-card-content .kima-progressbar {
435
435
  height: 7px;
436
436
  width: 95%;
@@ -1759,7 +1759,7 @@
1759
1759
  @media (max-width: 500px) {
1760
1760
  .kima-card .kima-card-content .wallet-button button {
1761
1761
  font-size: 12px;
1762
- width: 235x;
1762
+ width: 100%;
1763
1763
  }
1764
1764
  }
1765
1765
  .kima-card .kima-card-content .wallet-button button.shortened {
@@ -2295,7 +2295,7 @@
2295
2295
  .kima-card .kima-card-content .kima-stepbox .content-wrapper .step-item .info-item:not(:first-of-type) {
2296
2296
  padding-left: 21px;
2297
2297
  padding-top: 3px;
2298
- margin-top: 10px;
2298
+ margin-top: 15px;
2299
2299
  }
2300
2300
  }
2301
2301
  @media (max-width: 500px) {
@@ -2318,40 +2318,15 @@
2318
2318
  color: white;
2319
2319
  }
2320
2320
  .kima-card .kima-card-content .kima-stepbox .content-wrapper .step-item .info-item.source-chain {
2321
- margin-top: -35px;
2321
+ margin-top: -55px;
2322
2322
  }
2323
2323
  .kima-card .kima-card-content .kima-stepbox .content-wrapper .step-item .info-item.paid {
2324
- margin-top: -10px;
2324
+ margin-top: -15px;
2325
2325
  }
2326
2326
  .kima-card .kima-card-content .kima-stepbox .content-wrapper .step-item .info-item.target-chain {
2327
- margin-top: 60px;
2327
+ margin-top: 0;
2328
2328
  }
2329
2329
  }
2330
- .kima-card .kima-card-content .transaction-status-message {
2331
- display: flex;
2332
- flex-direction: column;
2333
- margin-top: 20px;
2334
- font-family: "Manrope";
2335
- font-weight: 600;
2336
- font-size: 14px;
2337
- text-align: justify;
2338
- }
2339
- .kima-card .kima-card-content .transaction-status-message h2 {
2340
- font-size: 14px;
2341
- }
2342
- .kima-card .kima-card-content .transaction-status-message .transaction-copy {
2343
- display: flex;
2344
- flex-direction: row;
2345
- justify-content: center;
2346
- font-weight: bolder;
2347
- font-size: 24px;
2348
- margin-top: 10px;
2349
- align-items: center;
2350
- gap: 10px;
2351
- }
2352
- .kima-card .kima-card-content .transaction-status-message .transaction-copy h3 {
2353
- margin: 0;
2354
- }
2355
2330
  .kima-card .kima-card-content .fee-deduction-slider-container {
2356
2331
  display: flex;
2357
2332
  align-items: center;
@@ -2472,6 +2447,31 @@
2472
2447
  .kima-card .kima-card-content .radio-label.dark {
2473
2448
  color: white;
2474
2449
  }
2450
+ .kima-card .kima-card-content .transaction-status-message {
2451
+ display: flex;
2452
+ flex-direction: column;
2453
+ margin-top: 20px;
2454
+ font-family: "Manrope";
2455
+ font-weight: 600;
2456
+ font-size: 14px;
2457
+ text-align: justify;
2458
+ }
2459
+ .kima-card .kima-card-content .transaction-status-message h2 {
2460
+ font-size: 14px;
2461
+ }
2462
+ .kima-card .kima-card-content .transaction-status-message .transaction-copy {
2463
+ display: flex;
2464
+ flex-direction: row;
2465
+ justify-content: center;
2466
+ font-weight: bolder;
2467
+ font-size: 24px;
2468
+ margin-top: 10px;
2469
+ align-items: center;
2470
+ gap: 10px;
2471
+ }
2472
+ .kima-card .kima-card-content .transaction-status-message .transaction-copy h3 {
2473
+ margin: 0;
2474
+ }
2475
2475
  .kima-card .card-item {
2476
2476
  width: 100%;
2477
2477
  height: 80px;
@@ -3269,4 +3269,61 @@
3269
3269
  width: 100%;
3270
3270
  background-color: #86b8ce;
3271
3271
  }
3272
+ .kima-card .warning-modal-overlay {
3273
+ position: fixed;
3274
+ top: 0;
3275
+ left: 0;
3276
+ width: 100%;
3277
+ height: 100%;
3278
+ background: rgba(0, 0, 0, 0.5);
3279
+ display: flex;
3280
+ align-items: center;
3281
+ justify-content: center;
3282
+ z-index: 1000;
3283
+ padding: 20px;
3284
+ }
3285
+ .kima-card .warning-modal {
3286
+ background: #ffffff;
3287
+ color: #333;
3288
+ padding: 20px;
3289
+ border-radius: 30px;
3290
+ box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
3291
+ max-width: 450px;
3292
+ width: 100%;
3293
+ text-align: center;
3294
+ }
3295
+ .kima-card .warning-modal h3 {
3296
+ font-size: 1.2rem;
3297
+ margin-bottom: 10px;
3298
+ }
3299
+ .kima-card .warning-modal p {
3300
+ font-size: 1rem;
3301
+ margin-bottom: 15px;
3302
+ color: #555;
3303
+ }
3304
+ .kima-card .warning-modal-buttons {
3305
+ display: flex;
3306
+ justify-content: flex-end;
3307
+ gap: 10px;
3308
+ }
3309
+ @media (max-width: 500px) {
3310
+ .kima-card .warning-modal {
3311
+ width: 100%;
3312
+ max-width: none;
3313
+ position: absolute;
3314
+ bottom: 0;
3315
+ left: 50%;
3316
+ transform: translateX(-50%);
3317
+ border-radius: 30px 30px 0 0;
3318
+ box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
3319
+ padding: 20px;
3320
+ }
3321
+ .kima-card .warning-modal-buttons {
3322
+ flex-direction: column;
3323
+ gap: 8px;
3324
+ }
3325
+ .kima-card .warning-modal-buttons button {
3326
+ width: 100%;
3327
+ }
3328
+ }
3272
3329
  /*# sourceMappingURL=index.css.map */