Correction to arrows position.
This commit is contained in:
parent
1633f8211f
commit
c9794c84e7
|
@ -197,14 +197,14 @@
|
|||
&.has-arrows-left .swiper-button-next {
|
||||
left: 10px;
|
||||
right: auto;
|
||||
bottom: calc(50% + 24px);
|
||||
bottom: calc(50% + 36px);
|
||||
}
|
||||
&.has-arrows-right .swiper-button-prev {
|
||||
right: 10px;
|
||||
left: auto;
|
||||
}
|
||||
&.has-arrows-right .swiper-button-next {
|
||||
bottom: calc(50% + 24px);
|
||||
bottom: calc(50% + 36px);
|
||||
}
|
||||
}
|
||||
ul.items-list-edit {
|
||||
|
|
Loading…
Reference in New Issue