Making btn and fab work on link elements

This commit is contained in:
Fabian
2019-09-24 16:30:07 +02:00
parent b884ad3c8e
commit 10a7a41567
5 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,6 @@
@mixin btn-flat {
background: $button-color;
color: $on-button;
&:hover {
background: darken($button-color, 5%);