Added feedback when pressing a number. Skip and Signout with another color

This commit is contained in:
Gustavo Maximiliano Cortez 2015-01-30 17:28:42 -02:00
commit ada645dce1
2 changed files with 5 additions and 4 deletions

View file

@ -416,8 +416,8 @@
}
a.pin-button {
margin: 2px;
padding: 4% 10%;
margin: 4px;
padding: 5% 10%;
display: inline-block;
color: #ccc;
font-size: 120%;
@ -425,6 +425,7 @@
a.pin-button:active {
color: #fff;
background-color: #2C3E50;
}
}