인트로관련 티버튼 스타일 수정

This commit is contained in:
junghoon86.park
2024-07-17 15:27:34 +09:00
parent 1527c9e71e
commit 4fb47fe897

View File

@@ -118,16 +118,15 @@
background: url(../../../assets/images/icons/ic-pop-conts-go-nor.png);
background-size: contain;
background-repeat: no-repeat;
width: 37px;
height: 37px;
}
&:focus {
&:after {
background-size: contain;
content: "";
background: url(../../../assets/images/icons/ic-pop-conts-go-hov.png);
background-size: contain;
background-repeat: no-repeat;
width: 37px;
height: 37px;
}