fix. [디자인 QA] 화살표 버튼 사이즈 수정
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
}
|
||||
.splide-arrow {
|
||||
@apply absolute top-1/2 w-[40px] h-[40px] bg-cover bg-center bg-no-repeat -translate-y-1/2 cursor-pointer z-[5]
|
||||
md:w-[40px] md:h-[40px]
|
||||
md:w-[48px] md:h-[48px]
|
||||
after:content-[''] after:absolute after:top-0 after:left-0 after:w-full after:h-full after:rounded-full after:bg-white after:transition-opacity after:duration-300 after:ease-in-out after:opacity-0
|
||||
hover:after:opacity-10;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user