Added signin button.

This commit is contained in:
2016-05-20 15:13:56 +02:00
parent 92f2408deb
commit 877a736e15
5 changed files with 24 additions and 1 deletions

View File

@@ -59,3 +59,8 @@
.mdl-mini-footer--link-list li:hover {
color: white;
}
#signin-button:hover {
display: block;
background: url(../img/btn_google_signin_dark_focus_web.png);
}