Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #763 from EricRihlmann/bugFixSettingsFile
Browse files Browse the repository at this point in the history
Bug fix settings file
  • Loading branch information
olefredrik committed Mar 10, 2016
2 parents 940ef97 + bc82d83 commit fc98cc7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions assets/scss/global/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@
$global-font-size: 100%;
$global-width: rem-calc(1200);
$global-lineheight: 1.5;
$foundation-palette: (
primary: #2199e8,
secondary: #777,
success: #3adb76,
warning: #ffae00,
alert: #ec5840,
);
$light-gray: #e6e6e6;
$medium-gray: #cacaca;
$dark-gray: #8a8a8a;
Expand All @@ -65,13 +72,6 @@ $global-radius: 0;
$global-text-direction: ltr;
$global-flexbox: false;
$print-transparent-backgrounds: true;
$foundation-palette: (
primary: #2199e8,
secondary: #ff0000,
success: #3adb76,
warning: #ffae00,
alert: #ec5840,
);

@include add-foundation-colors;

Expand Down

0 comments on commit fc98cc7

Please sign in to comment.