@ape.swap/bonds-sdk 1.0.135 → 1.0.136
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/BondSingle.scss +18 -3
- package/package.json +1 -1
|
@@ -250,18 +250,26 @@
|
|
|
250
250
|
border-radius: 10px;
|
|
251
251
|
height: 100%;
|
|
252
252
|
width: 100%;
|
|
253
|
-
padding:
|
|
253
|
+
padding: 20px;
|
|
254
254
|
min-width: 700px;
|
|
255
255
|
min-height: 200px;
|
|
256
|
-
margin-
|
|
256
|
+
margin-top: 10px;
|
|
257
|
+
margin-bottom: 10px;
|
|
257
258
|
}
|
|
258
259
|
|
|
259
260
|
.about-container.title {
|
|
261
|
+
font-weight: bold;
|
|
262
|
+
font-size: 1.5rem;
|
|
260
263
|
display: flex;
|
|
264
|
+
flex-direction: row;
|
|
265
|
+
padding-bottom: 20px;
|
|
266
|
+
width: 100%;
|
|
261
267
|
}
|
|
262
268
|
|
|
263
269
|
.about-container.description {
|
|
270
|
+
font-weight: normal;
|
|
264
271
|
display: flex;
|
|
272
|
+
width: 100%;
|
|
265
273
|
}
|
|
266
274
|
|
|
267
275
|
.container.stats-container {
|
|
@@ -277,11 +285,15 @@
|
|
|
277
285
|
padding: 10px;
|
|
278
286
|
min-width: 700px;
|
|
279
287
|
min-height: 200px;
|
|
280
|
-
margin-
|
|
288
|
+
margin-top: 10px;
|
|
281
289
|
}
|
|
282
290
|
|
|
283
291
|
.stats-container.header {
|
|
292
|
+
font-weight: bold;
|
|
293
|
+
font-size: 1.5rem;
|
|
284
294
|
display: flex;
|
|
295
|
+
flex-direction: row;
|
|
296
|
+
padding-bottom: 20px;
|
|
285
297
|
width: 100%;
|
|
286
298
|
}
|
|
287
299
|
|
|
@@ -292,14 +304,17 @@
|
|
|
292
304
|
padding-bottom: 10px;
|
|
293
305
|
min-width: 700px;
|
|
294
306
|
min-height: 300px;
|
|
307
|
+
width: 100%;
|
|
295
308
|
}
|
|
296
309
|
|
|
297
310
|
.model-container.graph {
|
|
298
311
|
display: flex;
|
|
299
312
|
width: 100%;
|
|
313
|
+
background: var(--theme-ui-colors-white3);
|
|
300
314
|
}
|
|
301
315
|
|
|
302
316
|
.model-container.data {
|
|
303
317
|
display: flex;
|
|
304
318
|
width: 100%;
|
|
319
|
+
background: var(--theme-ui-colors-white3);
|
|
305
320
|
}
|