intropanel 이미지 관련 tbutton 수정건.

This commit is contained in:
junghoon86.park
2024-07-18 10:00:03 +09:00
parent dad885aa92
commit b77502ecb8

View File

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