@ape.swap/bonds-sdk 1.0.715 → 1.0.716
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 +0 -4
- package/package.json +1 -1
package/dist/scss/BondModal.scss
CHANGED
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
align-items: center;
|
|
147
147
|
width: 100%;
|
|
148
148
|
justify-content: space-around;
|
|
149
|
-
margin-bottom: 10px;
|
|
150
149
|
margin-top: 5px;
|
|
151
150
|
}
|
|
152
151
|
|
|
@@ -271,12 +270,9 @@
|
|
|
271
270
|
background-color: transparent;
|
|
272
271
|
border-radius: 10px;
|
|
273
272
|
min-height: 100px;
|
|
274
|
-
margin-top: 10px;
|
|
275
|
-
margin-bottom: 0px;
|
|
276
273
|
padding: 10px;
|
|
277
274
|
}
|
|
278
275
|
|
|
279
|
-
|
|
280
276
|
.input-container.inputrow {
|
|
281
277
|
flex-direction: row;
|
|
282
278
|
}
|