Button active state

This commit is contained in:
Max Lynch
2015-06-02 14:39:11 -05:00
parent 90cd229704
commit c15ea0397b

View File

@ -201,6 +201,7 @@ a.button {
text-decoration: none;
}
&:active,
&.activated {
opacity: 1;
background-color: darken($bg-color, 12%);