change button color
This commit is contained in:
parent
60fbbdd193
commit
5bef491779
2 changed files with 4 additions and 1 deletions
|
|
@ -32,6 +32,8 @@ $ci-4: #E27A3F; // orange
|
|||
$ci-5: #DF4949; // red
|
||||
$ci-6: #A1D044; // green
|
||||
|
||||
$ci-7: #313131; // botton color
|
||||
|
||||
|
||||
|
||||
/* Foundation Color Variables
|
||||
|
|
|
|||
|
|
@ -36,7 +36,8 @@ $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: $primary-color !default;
|
||||
$button-bg-color: $$ci-7 !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;
|
||||
|
|
|
|||
Reference in a new issue