added color change to button
This commit is contained in:
parent
5bef491779
commit
bb53237e73
2 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue