@ape.swap/bonds-sdk 1.0.182 → 1.0.183
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/Bonds.scss +4 -29
- package/package.json +1 -1
package/dist/scss/Bonds.scss
CHANGED
|
@@ -53,22 +53,17 @@
|
|
|
53
53
|
justify-content: center;
|
|
54
54
|
align-items: start;
|
|
55
55
|
padding-left: 20px;
|
|
56
|
-
|
|
57
|
-
.header {
|
|
58
|
-
display: flex;
|
|
59
|
-
flex-direction: row;
|
|
60
|
-
}
|
|
61
56
|
}
|
|
62
57
|
|
|
63
58
|
.column.column-discount {
|
|
64
59
|
flex-direction: column;
|
|
65
60
|
justify-content: center;
|
|
66
61
|
align-items: center;
|
|
62
|
+
}
|
|
67
63
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}
|
|
64
|
+
.column.column-discount.header {
|
|
65
|
+
display: flex;
|
|
66
|
+
flex-direction: row;
|
|
72
67
|
}
|
|
73
68
|
|
|
74
69
|
.discount-positive {
|
|
@@ -83,44 +78,24 @@
|
|
|
83
78
|
flex-direction: column;
|
|
84
79
|
justify-content: center;
|
|
85
80
|
align-items: center;
|
|
86
|
-
|
|
87
|
-
.header {
|
|
88
|
-
display: flex;
|
|
89
|
-
flex-direction: row;
|
|
90
|
-
}
|
|
91
81
|
}
|
|
92
82
|
|
|
93
83
|
.column.column-term {
|
|
94
84
|
flex-direction: column;
|
|
95
85
|
justify-content: center;
|
|
96
86
|
align-items: center;
|
|
97
|
-
|
|
98
|
-
.header {
|
|
99
|
-
display: flex;
|
|
100
|
-
flex-direction: row;
|
|
101
|
-
}
|
|
102
87
|
}
|
|
103
88
|
|
|
104
89
|
.column.column-tokensremaining {
|
|
105
90
|
flex-direction: column;
|
|
106
91
|
justify-content: center;
|
|
107
92
|
align-items: center;
|
|
108
|
-
|
|
109
|
-
.header {
|
|
110
|
-
display: flex;
|
|
111
|
-
flex-direction: row;
|
|
112
|
-
}
|
|
113
93
|
}
|
|
114
94
|
|
|
115
95
|
.column.column-hotbond {
|
|
116
96
|
flex-direction: column;
|
|
117
97
|
justify-content: center;
|
|
118
98
|
align-items: center;
|
|
119
|
-
|
|
120
|
-
.header {
|
|
121
|
-
display: flex;
|
|
122
|
-
flex-direction: row;
|
|
123
|
-
}
|
|
124
99
|
}
|
|
125
100
|
|
|
126
101
|
.column.header-icon {
|