@kimafinance/kima-transaction-widget 1.3.10 → 1.3.12

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
@@ -1049,6 +1049,23 @@
1049
1049
  .kima-card .kima-card-content .single-form .form-item .network-item:hover {
1050
1050
  opacity: 0.7;
1051
1051
  }
1052
+ .kima-card .kima-card-content .single-form .form-item .max-disclaimer {
1053
+ display: flex;
1054
+ flex-direction: row;
1055
+ align-items: center;
1056
+ gap: 5px;
1057
+ }
1058
+ .kima-card .kima-card-content .single-form .form-item .max-disclaimer p {
1059
+ margin: 0;
1060
+ padding: 0;
1061
+ font-size: 12px;
1062
+ }
1063
+ @media (max-width: 768px) {
1064
+ .kima-card .kima-card-content .single-form .form-item .max-disclaimer {
1065
+ flex-direction: column;
1066
+ align-items: start;
1067
+ }
1068
+ }
1052
1069
  .kima-card .kima-card-content .single-form .form-item .amount-label-container {
1053
1070
  display: flex;
1054
1071
  }
@@ -3297,6 +3314,7 @@
3297
3314
  margin-bottom: 10px;
3298
3315
  }
3299
3316
  .kima-card .warning-modal p {
3317
+ text-align: justify;
3300
3318
  font-size: 1rem;
3301
3319
  margin-bottom: 15px;
3302
3320
  color: #555;