Designing "Clicky" button

This commit is contained in:
2018-05-14 13:09:51 +10:00
parent 1e55aa17e9
commit 83a1ae89e6
4 changed files with 45 additions and 8 deletions

View File

@ -48,6 +48,6 @@ $s-color--loader: $s-color--swatch-blue;
$s-color--btn-default__top: #FFF;
$s-color--btn-default__bottom: #FBFBFB;
$s-color--btn-default__border: 1px solid #DDD;
$s-color--btn-default__focus: $s-color--swatch-blue;
$s-color--btn-default-hover__top: $s-color--btn-default__bottom;
$s-color--btn-default-hover__bottom: #EEE;