Skip to content
Snippets Groups Projects
Commit a212ec5c authored by khawkins98's avatar khawkins98
Browse files

Correct inheritance of foundation sass variables

parent 11aafbba
No related branches found
No related tags found
No related merge requests found
......@@ -30,12 +30,26 @@ $alert-color: #ec5840;
$light-gray: #e6e6e6;
$medium-gray: $ebi-colour-medium-grey;
$dark-gray: #8a8a8a;
$black: #0a0a0a;
$white: #fefefe;
$body-background: $ebi-colour-white;
// typography
$body-antialiased: true;
$body-font-color: $ebi-colour-dark;
$body-font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
$body-font-family-serif: 'EB Garamond', 'georgia', serif;
// Set foundation colours
$foundation-palette: (
primary: $primary-color,
secondary: $ebi-colour-medium-grey,
success: $success-color,
warning: $warning-color,
alert: $alert-color,
);
// Label tweaks
$label-background: $ebi-colour-white;
$label-color: $primary-color;
......
......@@ -122,27 +122,6 @@
// $global-font-size: 100%;
$global-width: rem-calc(1280);
// $global-lineheight: 1.5;
$foundation-palette: (
primary: $primary-color,
secondary: $ebi-colour-medium-grey,
success: $success-color,
warning: $warning-color,
alert: $alert-color,
);
// $light-gray: #e6e6e6;
// $medium-gray: #cacaca;
// $dark-gray: #8a8a8a;
$black: #0a0a0a;
$white: #fefefe;
// $body-background: $white;
// $body-font-color: $black;
// $body-font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
$body-antialiased: true;
// $global-margin: 1rem;
// $global-padding: 1rem;
// $global-weight-normal: normal;
// $global-weight-bold: bold;
// $global-radius: 0;
$global-text-direction: ltr;
// $global-flexbox: false;
$print-transparent-backgrounds: true;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment