diff --git a/resources/css/libs/swiper.css b/resources/css/libs/swiper.css index 80b03d7..6daf633 100644 --- a/resources/css/libs/swiper.css +++ b/resources/css/libs/swiper.css @@ -9,7 +9,7 @@ } .swiper-pagination { - @apply h-fit flex gap-4 lg:gap-12 !static; + @apply h-fit flex gap-4 lg:gap-8 2xl:gap-12 !static; top: unset !important; bottom: 0px !important; z-index: 100 !important; @@ -28,15 +28,18 @@ } .swiper-controls { - @apply flex justify-start gap-6 pt-12 static; + @apply flex justify-start gap-6 pt-6 pb-10 static overflow-visible; .swiper-button-next, .swiper-button-prev { - @apply static block border border-primary p-12 rounded-full; + @apply static block border border-primary p-12 rounded-full transition-all duration-300; &:after { @apply left-1/2 top-1/2 block w-fit; transform: translate(-50%, -50%); } + &:hover { + @apply scale-105; + } } } .swiper-wrapper {