Moved Button design to appropriate variables.

This commit is contained in:
2018-05-14 08:44:24 +10:00
parent 696789c3ae
commit 1e55aa17e9
2 changed files with 21 additions and 6 deletions

View File

@ -42,3 +42,12 @@ $s-color--navbar__bar-active: $s-color--pastel-green;
//loader
$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-hover__top: $s-color--btn-default__bottom;
$s-color--btn-default-hover__bottom: #EEE;