[THeader] focus 상태일때 background color 보이는 부분 수정정

This commit is contained in:
고동영
2024-05-22 14:06:31 +09:00
parent 8c40d51a18
commit dd44287e8c

View File

@@ -26,7 +26,7 @@
border: none; border: none;
&:focus { &:focus {
border-radius: 7px; border-radius: 10px;
background-image: url("../../../assets/images/btn/btn-60-wh-back-foc@3x.png"); background-image: url("../../../assets/images/btn/btn-60-wh-back-foc@3x.png");
box-shadow: 0px 6px 30px 0 rgba(0, 0, 0, 0.4); box-shadow: 0px 6px 30px 0 rgba(0, 0, 0, 0.4);
} }