인트로 페이지 관련 버튼 아이콘 변경건.

This commit is contained in:
junghoon86.park
2024-07-18 16:29:05 +09:00
parent 8777a3cd7b
commit 2a819a0faf
2 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

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