[component] TItemCard, css 수정

Detail Notes :

1. TYPES.horizontal, box-shodow 수정 (50px → 22px)
This commit is contained in:
younghoon100.park
2024-03-06 18:04:30 +09:00
parent bd7eab82d0
commit f143001491

View File

@@ -75,7 +75,7 @@
/* focused */ /* focused */
&:focus { &:focus {
&::after { &::after {
.focused(@boxShadow:50px, @borderRadius:12px); .focused(@boxShadow:22px, @borderRadius:12px);
} }
} }
} }