[JustForYou] 저스트 포유 테스트#1
1. 백버튼 부분에 대해서 포커스시 백그라운드컬러 부분 처리.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user