Designed button

This commit is contained in:
2018-05-14 17:32:34 +10:00
parent 83a1ae89e6
commit 20cbecef42
2 changed files with 12 additions and 9 deletions

View File

@ -45,9 +45,9 @@ $s-color--loader: $s-color--swatch-blue;
/*** Buttons and Inputs ***/
//Button Default
$s-color--btn-default__top: #FFF;
$s-color--btn-default__bottom: #FBFBFB;
$s-color--btn-default__border: 1px solid #DDD;
$s-color--btn-default__top: #E0E0E0;
$s-color--btn-default__bottom: #DADADA;
$s-color--btn-default__border: 1px solid #AAA;
$s-color--btn-default__focus: $s-color--swatch-blue;
$s-color--btn-default-hover__top: $s-color--btn-default__bottom;