@ape.swap/bonds-sdk 1.0.136 → 1.0.137
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.
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
border-radius: 10px;
|
|
283
283
|
height: 100%;
|
|
284
284
|
width: 100%;
|
|
285
|
-
padding:
|
|
285
|
+
padding: 20px;
|
|
286
286
|
min-width: 700px;
|
|
287
287
|
min-height: 200px;
|
|
288
288
|
margin-top: 10px;
|
|
@@ -311,10 +311,18 @@
|
|
|
311
311
|
display: flex;
|
|
312
312
|
width: 100%;
|
|
313
313
|
background: var(--theme-ui-colors-white3);
|
|
314
|
+
margin-right: 10px;
|
|
315
|
+
align-items: center;
|
|
316
|
+
justify-content: center;
|
|
317
|
+
min-width: 600px
|
|
314
318
|
}
|
|
315
319
|
|
|
316
320
|
.model-container.data {
|
|
317
321
|
display: flex;
|
|
318
322
|
width: 100%;
|
|
319
323
|
background: var(--theme-ui-colors-white3);
|
|
324
|
+
margin-left: 10px;
|
|
325
|
+
align-items: center;
|
|
326
|
+
justify-content: center;
|
|
327
|
+
min-width: 100px;
|
|
320
328
|
}
|