@ape.swap/bonds-sdk 1.1.0-test.81 → 1.1.0-test.83
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/styles.css +3 -2
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
.bonds-filters .clear-all-button {
|
|
43
43
|
display: none;
|
|
44
44
|
align-items: center;
|
|
45
|
-
width:
|
|
45
|
+
width: 110px;
|
|
46
46
|
height: 34px;
|
|
47
47
|
color: var(--theme-ui-colors-textDisabledButton);
|
|
48
48
|
font-size: 14px;
|
|
@@ -1003,6 +1003,7 @@ span.flex-inline {
|
|
|
1003
1003
|
justify-content: space-between;
|
|
1004
1004
|
width: 100%;
|
|
1005
1005
|
padding: 0 10px;
|
|
1006
|
+
font-size: 14px;
|
|
1006
1007
|
}
|
|
1007
1008
|
@media screen and (min-width: 1000px) {
|
|
1008
1009
|
.your-bonds .your-bonds-columns-container .your-bonds-content {
|
|
@@ -1650,7 +1651,7 @@ span.flex-inline {
|
|
|
1650
1651
|
@media (min-width: 1000px) {
|
|
1651
1652
|
.full-bonds-view-container .toggle-container {
|
|
1652
1653
|
padding: 0;
|
|
1653
|
-
width:
|
|
1654
|
+
width: 300px;
|
|
1654
1655
|
position: absolute;
|
|
1655
1656
|
left: 10px;
|
|
1656
1657
|
}
|