@ape.swap/bonds-sdk 1.0.325 → 1.0.326
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.
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
|
|
99
99
|
.modal-container.blocks-container {
|
|
100
100
|
display: flex;
|
|
101
|
-
flex-direction:
|
|
101
|
+
flex-direction: column;
|
|
102
102
|
align-items: center;
|
|
103
103
|
width: 100%;
|
|
104
104
|
height: 100%;
|
|
@@ -135,22 +135,23 @@
|
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
.modal-block.column-discount {
|
|
138
|
-
|
|
139
|
-
|
|
138
|
+
width: 100%;
|
|
139
|
+
flex-direction: column;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
.modal-block.column-arr {
|
|
143
|
-
|
|
144
|
-
|
|
143
|
+
width: 100%;
|
|
144
|
+
flex-direction: column;
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
.modal-block.column-term {
|
|
148
|
-
|
|
149
|
-
|
|
148
|
+
width: 100%;
|
|
149
|
+
flex-direction: column;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
.modal-block.column-maxbuy {
|
|
153
|
-
width:
|
|
153
|
+
width: 100%;
|
|
154
|
+
flex-direction: column;
|
|
154
155
|
}
|
|
155
156
|
|
|
156
157
|
.modal-container.button-container {
|