@asd20/ui 3.2.729 → 3.2.730
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/package.json
CHANGED
|
@@ -186,7 +186,7 @@ export default {
|
|
|
186
186
|
.asd20-swiper {
|
|
187
187
|
--fade-stop: 100%;
|
|
188
188
|
position: relative;
|
|
189
|
-
overflow:
|
|
189
|
+
overflow: visible;
|
|
190
190
|
width: calc(100% - #{space(2)});
|
|
191
191
|
padding: space(1) space(1);
|
|
192
192
|
margin: space(0) space(0) space(0) space(0);
|
|
@@ -200,6 +200,7 @@ export default {
|
|
|
200
200
|
left: 0;
|
|
201
201
|
bottom: space(1);
|
|
202
202
|
z-index: 2;
|
|
203
|
+
border: 2px solid var(--color__primary);
|
|
203
204
|
|
|
204
205
|
&.swiper-button-disabled {
|
|
205
206
|
display: none;
|
|
@@ -257,6 +258,9 @@ export default {
|
|
|
257
258
|
.asd20-swiper {
|
|
258
259
|
padding: space(1) space(2);
|
|
259
260
|
width: calc(100% - #{space(4)});
|
|
261
|
+
&__prev {
|
|
262
|
+
margin-left: space(-1);
|
|
263
|
+
}
|
|
260
264
|
}
|
|
261
265
|
}
|
|
262
266
|
</style>
|