@ape.swap/bonds-sdk 1.1.0-test.83 → 1.1.0-test.84
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 +9 -7
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -764,18 +764,19 @@ span.flex-inline {
|
|
|
764
764
|
}
|
|
765
765
|
.bonds-menu .search-container {
|
|
766
766
|
display: flex;
|
|
767
|
-
width:
|
|
767
|
+
width: 40%;
|
|
768
768
|
flex-direction: row;
|
|
769
769
|
}
|
|
770
770
|
.bonds-menu .headers-container {
|
|
771
771
|
display: flex;
|
|
772
|
-
width:
|
|
772
|
+
width: 60%;
|
|
773
773
|
opacity: 0.6;
|
|
774
774
|
justify-content: flex-end;
|
|
775
775
|
}
|
|
776
776
|
@media screen and (min-width: 1000px) {
|
|
777
777
|
.bonds-menu .headers-container {
|
|
778
778
|
justify-content: space-between;
|
|
779
|
+
padding-right: 20px;
|
|
779
780
|
}
|
|
780
781
|
}
|
|
781
782
|
.bonds-menu .discount-header {
|
|
@@ -827,14 +828,14 @@ span.flex-inline {
|
|
|
827
828
|
}
|
|
828
829
|
.bonds-menu .claimable-header {
|
|
829
830
|
display: flex;
|
|
830
|
-
width:
|
|
831
|
+
width: 130px;
|
|
831
832
|
align-items: flex-end;
|
|
832
833
|
justify-content: center;
|
|
833
834
|
cursor: pointer;
|
|
834
835
|
}
|
|
835
836
|
.bonds-menu .your-bonds-table-headers {
|
|
836
837
|
display: none;
|
|
837
|
-
width:
|
|
838
|
+
width: 130px;
|
|
838
839
|
align-items: flex-end;
|
|
839
840
|
justify-content: center;
|
|
840
841
|
cursor: pointer;
|
|
@@ -961,7 +962,7 @@ span.flex-inline {
|
|
|
961
962
|
}
|
|
962
963
|
@media screen and (min-width: 1000px) {
|
|
963
964
|
.your-bonds .token-info-container {
|
|
964
|
-
width:
|
|
965
|
+
width: 40%;
|
|
965
966
|
}
|
|
966
967
|
}
|
|
967
968
|
.your-bonds .token-info-container .tooltip-column {
|
|
@@ -984,9 +985,10 @@ span.flex-inline {
|
|
|
984
985
|
}
|
|
985
986
|
@media screen and (min-width: 1000px) {
|
|
986
987
|
.your-bonds .your-bonds-columns-container {
|
|
987
|
-
width:
|
|
988
|
+
width: 60%;
|
|
988
989
|
justify-content: space-between;
|
|
989
990
|
flex-direction: row;
|
|
991
|
+
padding-right: 20px;
|
|
990
992
|
}
|
|
991
993
|
}
|
|
992
994
|
.your-bonds .your-bonds-columns-container .your-bonds-content:first-of-type {
|
|
@@ -1007,7 +1009,7 @@ span.flex-inline {
|
|
|
1007
1009
|
}
|
|
1008
1010
|
@media screen and (min-width: 1000px) {
|
|
1009
1011
|
.your-bonds .your-bonds-columns-container .your-bonds-content {
|
|
1010
|
-
width:
|
|
1012
|
+
width: 130px;
|
|
1011
1013
|
justify-content: center;
|
|
1012
1014
|
margin-top: 0;
|
|
1013
1015
|
}
|