Newer
Older
// Colours
// https://wwwdev.ebi.ac.uk/style-lab/general/#embl-ebi-official-colours
// https://wwwdev.embl.org/guidelines/design/brand-guidelines/colour/
$ebi-colour-dark: #373a36;
$ebi-colour-light-green: rgb(0, 159, 77);
$ebi-colour-dark-green: rgb(0, 123, 83);
$ebi-colour-gold: rgb(239, 192, 110);
$ebi-colour-orange: rgb(255, 163, 0);
$ebi-colour-blue: rgb(49, 122, 226);
$ebi-colour-white: rgb(255,255,255);
$primary-color: $ebi-colour-petrol;
$secondary-color: $ebi-colour-dark-grey;
$ebi-colour-main: $ebi-colour-petrol;
$ebi-colour-services: $ebi-colour-dark-green;
$ebi-colour-research: $ebi-colour-light-green;
$ebi-colour-training: $ebi-colour-gold;
$ebi-colour-industry: $ebi-colour-blue;
$ebi-colour-elixir: $ebi-colour-orange;
$success-color: #3adb76;
$warning-color: #ffae00;
$alert-color: #ec5840;
$light-gray: #e6e6e6;
$black: #0a0a0a;
$white: #fefefe;
// typography
$body-antialiased: true;
$body-font-color: $black;
$body-font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
$body-font-family-serif: "IBM Plex Mono", Monaco, Consolas, "Lucida Console", monospace;
$code-font-family: "IBM Plex Mono", Monaco, Consolas, "Lucida Console", monospace;
// masthead
$masthead-background: $secondary-color;
$masthead-font-color: $ebi-colour-light;
// 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;
$label-padding: 0.33333rem 0;
// Tags
$tag-background: $primary-color;
$tag-color: $label-background;
$tag-font-size: 0.8rem;
$tag-padding: 0.33333rem 0.5rem;
$global-weight-h1: 600;
$global-weight-h2: 600;
$global-weight-h3: 600;
$global-weight-h4: 600;
$global-weight-h5: 500;
// These don't do anything yet...
$global-margin: 1rem;
$global-padding: 1rem;
$global-weight-normal: normal;
$global-radius: 0;
$global-font-size: 100%;
$global-width: rem-calc(1200);
$global-lineheight: 1.5;