update: Widgets and menu styling
This commit is contained in:
parent
cefa1cf391
commit
94444594ab
20 changed files with 230 additions and 71 deletions
|
|
@ -1,3 +1,22 @@
|
|||
@import "_colors";
|
||||
@import "_variables";
|
||||
@import "layout/_header";
|
||||
@import "layout/_menu";
|
||||
|
||||
@import "components/_card";
|
||||
@import "components/_header";
|
||||
@import "components/_menu";
|
||||
@import "components/_search";
|
||||
@import "components/_sparkline";
|
||||
@import "components/_widget";
|
||||
|
||||
@theme-color-brand: #1a73e8;
|
||||
@theme-color-background-base: #f8f9fa;
|
||||
@theme-color-header-background: #ffffff;
|
||||
@theme-color-header-text: #5f6368;
|
||||
|
||||
@theme-color-widget-title-background: #f8f9fa;
|
||||
@theme-color-widget-title-text: #4a4a4a;
|
||||
|
||||
@theme-color-menu-contrast-text: rgba(0,0,0,0.54);
|
||||
@theme-color-menu-contrast-textActive: #3c4043;
|
||||
@theme-color-menu-contrast-textSelected: #1a73e8;
|
||||
@theme-color-menu-contrast-background: transprent;
|
||||
Loading…
Add table
Add a link
Reference in a new issue