Correction to arrows position.

This commit is contained in:
Mateus Machado Luna 2019-07-24 13:58:04 -03:00
parent 1633f8211f
commit c9794c84e7
1 changed files with 2 additions and 2 deletions

View File

@ -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 {