send/receive buttons on home page

This commit is contained in:
Sebastiaan Pasma 2018-07-17 15:15:37 +02:00
commit a5a999958c
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
4 changed files with 48 additions and 0 deletions

View file

@ -72,5 +72,17 @@
&.activated {
color: #FFF;
}
&-outline {
@include button-style(transparent, #FFFFFF, #FAFAFA, #FFF, #FFFFFF);
@include button-outline(#FFFFFF);
background: none;
box-shadow: none;
}
}
&-grey-outline {
@include button-style(transparent, #727272, #FAFAFA, #727272, #727272);
@include button-outline(#727272);
background: none;
box-shadow: none;
}
}