[FeaturedBrandsPanel] box-shadow 수정

Detail Notes :

1. box-shadow 영역 50px → 22px 변경
This commit is contained in:
younghoon100.park
2024-02-14 10:53:21 +09:00
parent 7a1ff0b623
commit 28e2c69f31
2 changed files with 2 additions and 2 deletions

View File

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

View File

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