Init less components

This commit is contained in:
Ronan 2020-01-17 14:54:39 +01:00
commit cefa1cf391
5 changed files with 43 additions and 69 deletions

View file

@ -0,0 +1,9 @@
//Main
@theme-color-background-base: #f8f9fa;
@theme-color-brand: #4285f4;
//Menu
@theme-color-menu-contrast-text: #727273;
@theme-color-menu-contrast-textSelected: #1a73e8;
@theme-color-menu-contrast-textActive: #3c4043;
@theme-color-menu-contrast-background: transparent;