독일어 인트로 패널 관련 이미지 수정.

This commit is contained in:
junghoon86.park
2024-07-17 10:11:56 +09:00
parent 2e533514a2
commit a724db2f40
3 changed files with 6 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -115,18 +115,19 @@
&:after { &:after {
content: ""; content: "";
background: url(../../../assets/images/icons/ic-pop-conts-go.png); background: url(../../../assets/images/icons/ic-pop-conts-go-nor.png);
background-size: 37px; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right top;
width: 37px; width: 37px;
height: 37px; height: 37px;
} }
&:focus { &:focus {
&:after { &:after {
background-size: 37px; background-size: contain;
background: url(../../../assets/images/icons/ic-pop-conts-go-hov.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right bottom;
width: 37px; width: 37px;
height: 37px; height: 37px;
} }