* Moved nuxt app to main app

This commit is contained in:
Alexis
2021-03-29 11:17:51 +02:00
parent e819e00822
commit d31a9aad7b
113 changed files with 10463 additions and 26133 deletions

View File

@@ -0,0 +1,37 @@
$white: #fff;
$black: #000;
$fs-black: #070712;
$space-blue-700: #1d3557;
$space-blue-600: #234e69;
$space-blue-500: #457b9d;
$space-blue-300: #a8dadc;
$blue: #306BAC;
$green: #1c8267;
$orange: #ff9844;
$red: #9f2042;
$info: $blue;
$valid: $green;
$warning: $orange;
$danger: $red;
$primary: $space-blue-700;
$primary-light: $space-blue-600;
$primary-xlight: $space-blue-500;
$primary-xxlight: $space-blue-300;
$heading-font-family: 'Poppins', serif;
$body-font-family: 'Open Sans', sans-serif;
$font-size-base: 14px;
$fw-light: 300;
$fw-regular: 400;
$fw-semibold: 600;
$fw-bold: 700;
$fw-extra-bold: 800;
$fw-black: 900;