added color change to button

This commit is contained in:
Dan Combest 2016-01-21 09:46:03 -06:00
parent 5bef491779
commit bb53237e73
2 changed files with 2 additions and 3 deletions

View file

@ -39,7 +39,7 @@ $ci-7: #313131; // botton color
/* Foundation Color Variables
------------------------------------------------------------------- */
$primary-color: $ci-1;
$primary-color: $ci-7;
$secondary-color: $ci-6;
$alert-color: $ci-5;
$success-color: $ci-6;

View file

@ -36,8 +36,7 @@ $button-function-factor: -20% !default;
// We use these to control button border styles.
$button-border-width: 0 !default;
$button-border-style: solid !default;
//$button-bg-color: $primary-color !default;
$button-bg-color: $$ci-7 !default;
$button-bg-color: $primary-color !default;
$button-bg-hover: scale-color($button-bg-color, $lightness: $button-function-factor) !default;
$button-border-color: $button-bg-hover !default;
$secondary-button-bg-hover: scale-color($secondary-color, $lightness: $button-function-factor) !default;