@ape.swap/bonds-sdk 1.0.641 → 1.0.642
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/scss/BondModal.scss +3 -3
- package/package.json +1 -1
package/dist/scss/BondModal.scss
CHANGED
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
.buy-container {
|
|
299
299
|
display: flex;
|
|
300
300
|
flex-direction: column;
|
|
301
|
-
background: transparent;
|
|
301
|
+
background-color: transparent;
|
|
302
302
|
border-radius: 10px;
|
|
303
303
|
min-height: 100px;
|
|
304
304
|
margin-top: 10px;
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
}
|
|
350
350
|
|
|
351
351
|
.input-container.input {
|
|
352
|
-
background:
|
|
352
|
+
background-color: transparent;
|
|
353
353
|
border-radius: 10px;
|
|
354
354
|
border: medium;
|
|
355
355
|
padding-right: 10px;
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
align-items: center;
|
|
373
373
|
font-size: 12px;
|
|
374
374
|
font-weight: bold;
|
|
375
|
-
background: transparent;
|
|
375
|
+
background-color: transparent;
|
|
376
376
|
border-radius: 10px;
|
|
377
377
|
position: relative;
|
|
378
378
|
width: 190px;
|