@ape.swap/bonds-sdk 1.0.131 → 1.0.133
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.
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
border-radius: 10px;
|
|
107
107
|
height: 100%;
|
|
108
108
|
width: 100%;
|
|
109
|
-
padding:
|
|
109
|
+
padding: 20px;
|
|
110
110
|
min-width: 500px;
|
|
111
111
|
margin-right: 10px;
|
|
112
112
|
}
|
|
@@ -119,6 +119,7 @@
|
|
|
119
119
|
align-items: center;
|
|
120
120
|
padding-top: 5px;
|
|
121
121
|
padding-bottom: 5px;
|
|
122
|
+
width: 100%;
|
|
122
123
|
}
|
|
123
124
|
|
|
124
125
|
.title-container.bond {
|
|
@@ -154,6 +155,7 @@
|
|
|
154
155
|
flex-direction: column;
|
|
155
156
|
justify-content: center;
|
|
156
157
|
font-size: 12px;
|
|
158
|
+
width: 100%;
|
|
157
159
|
}
|
|
158
160
|
|
|
159
161
|
.text-container.row {
|
|
@@ -181,6 +183,7 @@
|
|
|
181
183
|
margin-top: 10px;
|
|
182
184
|
margin-bottom: 0px;
|
|
183
185
|
padding: 10px;
|
|
186
|
+
width: 100%;
|
|
184
187
|
}
|
|
185
188
|
|
|
186
189
|
.input-container.input {
|
|
@@ -217,8 +220,9 @@
|
|
|
217
220
|
|
|
218
221
|
.button-container.get {
|
|
219
222
|
justify-content: center;
|
|
220
|
-
align-items: center;
|
|
221
|
-
|
|
223
|
+
align-items: center;
|
|
224
|
+
padding-right: 5px;
|
|
225
|
+
cursor: pointer;
|
|
222
226
|
|
|
223
227
|
Button {
|
|
224
228
|
width: 275px;
|
|
@@ -228,6 +232,8 @@
|
|
|
228
232
|
.button-container.buy {
|
|
229
233
|
justify-content: center;
|
|
230
234
|
align-items: center;
|
|
235
|
+
padding-left: 5px;
|
|
236
|
+
cursor: pointer;
|
|
231
237
|
|
|
232
238
|
Button {
|
|
233
239
|
width: 375px;
|
package/dist/scss/Bonds.scss
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
flex-direction: row;
|
|
23
23
|
width: 100%;
|
|
24
24
|
justify-content: space-around;
|
|
25
|
-
background-color: var(--theme-ui-colors-
|
|
25
|
+
background-color: var(--theme-ui-colors-white2);
|
|
26
26
|
margin-bottom: 10px;
|
|
27
27
|
padding: 20px;
|
|
28
28
|
border-radius: 10px;
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
cursor: pointer;
|
|
31
31
|
|
|
32
32
|
&:hover {
|
|
33
|
-
background-color: var(--theme-ui-colors-
|
|
33
|
+
background-color: var(--theme-ui-colors-white3);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
|