@ape.swap/bonds-sdk 2.7.6 → 2.7.7-test.1
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/components/{TagXmasFlashBond/TagXmasFlashBond.d.ts → TagMinTierFlashBond/TagMinTierFlashBond.d.ts} +3 -3
- package/dist/components/TokenInfoAndName/MinTierRow.d.ts +5 -0
- package/dist/main.js +47177 -47138
- package/dist/styles.css +3 -9
- package/dist/views/BondModal/components/BondModalMinTierHeader.d.ts +5 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -234,6 +234,7 @@
|
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
.modaltable-container.title-container {
|
|
237
|
+
width: 100%;
|
|
237
238
|
font-weight: bold;
|
|
238
239
|
font-size: 1.5rem;
|
|
239
240
|
display: flex;
|
|
@@ -294,12 +295,6 @@
|
|
|
294
295
|
padding-left: 10px;
|
|
295
296
|
}
|
|
296
297
|
|
|
297
|
-
.title-container.price-container {
|
|
298
|
-
display: flex;
|
|
299
|
-
flex-direction: column;
|
|
300
|
-
padding-left: 20px;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
298
|
.price-container.price {
|
|
304
299
|
font-size: 14px;
|
|
305
300
|
color: var(--theme-ui-colors-gray);
|
|
@@ -715,7 +710,7 @@ span.flex-inline {
|
|
|
715
710
|
}
|
|
716
711
|
.bond-row .token-info-container {
|
|
717
712
|
display: flex;
|
|
718
|
-
width:
|
|
713
|
+
width: 100%;
|
|
719
714
|
position: relative;
|
|
720
715
|
}
|
|
721
716
|
.bond-row .token-info-container .xmas-hat {
|
|
@@ -1022,7 +1017,7 @@ span.flex-inline {
|
|
|
1022
1017
|
.tokeninfoname.container {
|
|
1023
1018
|
width: calc(100% + 20px);
|
|
1024
1019
|
position: relative;
|
|
1025
|
-
justify-content:
|
|
1020
|
+
justify-content: start;
|
|
1026
1021
|
height: 100%;
|
|
1027
1022
|
align-items: center;
|
|
1028
1023
|
padding-left: 20px;
|
|
@@ -1052,7 +1047,6 @@ span.flex-inline {
|
|
|
1052
1047
|
padding-left: 6px;
|
|
1053
1048
|
width: 100%;
|
|
1054
1049
|
align-items: center;
|
|
1055
|
-
max-width: 190px;
|
|
1056
1050
|
}
|
|
1057
1051
|
|
|
1058
1052
|
.tokeninfoname.tokentext {
|