flyve-mdm / web-mdm-dashboard

New generation of the Flyve MDM Dashboard
http://flyve.org/web-mdm-dashboard/
GNU General Public License v3.0
84 stars 50 forks source link

Use a new color palette in the project site #1045

Closed Gianfranco97 closed 6 years ago

Gianfranco97 commented 6 years ago

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered Use the color palette generated with the Theme Generator tool of Microsoft fabric.

Additional context captura de pantalla 2018-08-13 a la s 6 09 28 p m

$theme-primary: #158784;
$theme-lighter-alt: #f2fafa;
$theme-lighter: #cceceb;
$theme-light: #a4dbd9;
$theme-tertiary: #5bb7b4;
$theme-secondary: #279692;
$theme-dark-alt: #137a76;
$theme-dark: #106764;
$theme-darker: #0c4c4a;
$neutral-lighter-alt: #f8f8f8;
$neutral-lighter: #f4f4f4;
$neutral-light: #eaeaea;
$neutral-quaternary-alt: #dadada;
$neutral-quaternary: #d0d0d0;
$neutral-tertiary-alt: #c8c8c8;
$neutral-tertiary: #c2c2c2;
$neutral-secondary: #858585;
$neutral-primary-alt: #4b4b4b;
$neutral-primary: #333;
$neutral-dark: #272727;
$black: #1d1d1d;
$white: #fff;
$body-text: #333;
$body-background: #fff;
Gianfranco97 commented 6 years ago

Closed in: https://github.com/flyve-mdm/web-mdm-dashboard/pull/1047