[JustForYou] 저스트 포유 테스트#1

1. 백버튼 부분에 대해서 포커스시 백그라운드컬러 부분 처리.
This commit is contained in:
junghoon86.park
2025-09-16 14:35:23 +09:00
parent 1ae19abbea
commit 794c91c909

View File

@@ -65,9 +65,10 @@
> button {
background-image: url("../../../assets/images/btn/btn-60-wh-back-nor@3x.png");
&:focus {
background-color: @PRIMARY_COLOR_RED;
border: 4px solid @PRIMARY_COLOR_RED;
box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
border-radius: 0px;
border-radius: 6px;
}
}
}