@ape.swap/bonds-sdk 1.0.696 → 1.0.698
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/YourBonds.scss +2 -4
- package/package.json +1 -1
package/dist/scss/YourBonds.scss
CHANGED
|
@@ -135,18 +135,16 @@
|
|
|
135
135
|
align-items: center;
|
|
136
136
|
width: 30%;
|
|
137
137
|
padding-right: 20px;
|
|
138
|
-
}
|
|
139
138
|
|
|
140
|
-
.claim-button {
|
|
139
|
+
.claim-button {
|
|
141
140
|
|
|
142
|
-
Button {
|
|
143
141
|
height: 36px;
|
|
144
142
|
line-height: 12px;
|
|
145
143
|
font-size: 14px;
|
|
146
144
|
font-weight: 600;
|
|
147
145
|
width: 100%;
|
|
148
146
|
background-color: red;
|
|
149
|
-
|
|
147
|
+
|
|
150
148
|
@media (min-width: 1024px) {
|
|
151
149
|
height: 26px;
|
|
152
150
|
}
|