Improve Button styles

This commit is contained in:
Kimmo Puputti 2017-03-31 16:05:35 +03:00
parent 468ad3d081
commit 8e332247ae

View file

@ -16,6 +16,9 @@
/* Hovers */
&:enabled {
cursor: pointer;
}
&:enabled:hover {
background-color: color(#9B9B9B blackness(+ 20%));
}