intropanel 이미지 관련 tbutton 수정건.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user