Fix do-catalog colors

pull/15908/head
Jesús Arroyo Torrens 4 years ago
parent 51eec6abe5
commit 47c169a540

@ -1,5 +1,3 @@
@import '../new-dashboard/styles/colors';
/* Theme */
$color-primary: #2E51E8;
$color-primary--soft: #F2F6F9;

@ -1,48 +0,0 @@
/* === COLORS === */
/* Primary */
$blue--100: #F2F6F9;
$blue--300: #CBE4FF;
$blue--500: #047AE6;
$blue--700: #1074B5;
$blue--900: #003267;
/* Neutral */
$white: #FFF;
$neutral--100: #F9F9F9;
$neutral--200: #EBEEF5;
$neutral--300: #E6E8EB;
$neutral--400: #C2CDD6;
$neutral--500: #BABEC0;
$neutral--600: #6F757B;
$neutral--700: #34444C;
$neutral--800: #2E3C43;
$black: #000;
/* Accents */
$yellow--100: #F2E24B;
$yellow--300: #FEE600;
$yellow--500: #FFC300;
$yellow--700: #F90;
$yellow--800: #FB7B23;
$red--400: #F15743;
$red--500: #FA1414;
$red--600: #EB1510;
$red--700: #E20703;
$green--400: #2aac02;
$green--500: #74FFA8;
$green--700: #72EEA8;
$green--800: #74C86B;
$purple--500: #3D33CC;
$navy-blue: #162945;
/* Theme */
$color-primary--soft: $blue--100;
$color-primary: $blue--500;
$color-primary--dark: $blue--700;
$color-premium: $yellow--700;

@ -1,4 +1,3 @@
@import 'colors';
@import 'variables';
// base

@ -1,3 +1,52 @@
/* === COLORS === */
/* Primary */
$blue--100: #F2F6F9;
$blue--300: #CBE4FF;
$blue--500: #047AE6;
$blue--700: #1074B5;
$blue--900: #003267;
/* Neutral */
$white: #FFF;
$neutral--100: #F9F9F9;
$neutral--200: #EBEEF5;
$neutral--300: #E6E8EB;
$neutral--400: #C2CDD6;
$neutral--500: #BABEC0;
$neutral--600: #6F757B;
$neutral--700: #34444C;
$neutral--800: #2E3C43;
$black: #000;
/* Accents */
$yellow--100: #F2E24B;
$yellow--300: #FEE600;
$yellow--500: #FFC300;
$yellow--700: #F90;
$yellow--800: #FB7B23;
$red--400: #F15743;
$red--500: #FA1414;
$red--600: #EB1510;
$red--700: #E20703;
$green--400: #2aac02;
$green--500: #74FFA8;
$green--700: #72EEA8;
$green--800: #74C86B;
$purple--500: #3D33CC;
$navy-blue: #162945;
/* Theme */
$color-primary--soft: $blue--100 !default;
$color-primary: $blue--500 !default;
$color-primary--dark: $blue--700 !default;
$color-premium: $yellow--700;
/* === TYPE === */
$base__font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
$title__font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;

Loading…
Cancel
Save