[components] TItemCard, box-shadow 수정

Detail Notes :

1. .focusDropShadow, 50px → 22px 변경
This commit is contained in:
younghoon100.park
2024-02-14 10:51:04 +09:00
parent 2d3da42ade
commit 7a1ff0b623

View File

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