카카오 로그인 버튼을 직관적으로 변경

This commit is contained in:
2018-04-27 22:09:57 +09:00
parent 4297ea9e40
commit 0cfb80b7bf
2 changed files with 21 additions and 4 deletions
+19 -1
View File
@@ -85,4 +85,22 @@ input::-webkit-input-placeholder {
display: flex;
align-items: center;
}
}
#btn_kakao_login{
cursor: pointer;
height:46px;
width:116px;
background-color: transparent;
color:transparent;
border:0;
background-size: 100%; /* To fill the dimensions of container (button), or */
background-repeat: no-repeat;
background-position: bottom center;
margin-top:5px;
background-image:url('../oauth_kakao/kakao_login_join.png');
}
#btn_kakao_login:hover {
background-image:url('../oauth_kakao/kakao_login_join_ov.png');
}