mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
user/account store loading
This commit is contained in:
parent
620fe28b27
commit
f5f30d2322
27 changed files with 238 additions and 221 deletions
|
@ -38,15 +38,30 @@ $color-border: #f3f5f8;
|
|||
|
||||
$color-checkbox: #0092d3;
|
||||
|
||||
// lightblue sidebar
|
||||
$color-sidebar: #f2faff;
|
||||
$color-sidebar-border: #dff0f9;
|
||||
// gray sidebar
|
||||
$color-sidebar: #f5f5f5;
|
||||
$color-sidebar-border: #e1e1e1;
|
||||
$color-sidebar-text: $color-black;
|
||||
$color-sidebar-link: $color-link;
|
||||
$color-nav-button: $color-sidebar;
|
||||
$color-nav-button: #f2faff;
|
||||
$color-nav-button-text: #2667af;
|
||||
$color-nav-button-border: #dff0f9;
|
||||
$color-selected-item: $color-sidebar;
|
||||
$color-sidebar-navigation: #f2faff;
|
||||
$color-sidebar-navigation-border: #dff0f9;
|
||||
$color-sidebar-toolbar: $color-sidebar-border;
|
||||
|
||||
// lightblue sidebar
|
||||
// $color-sidebar: #f2faff;
|
||||
// $color-sidebar-border: #dff0f9;
|
||||
// $color-sidebar-text: $color-black;
|
||||
// $color-sidebar-link: $color-link;
|
||||
// $color-nav-button: $color-sidebar;
|
||||
// $color-nav-button-text: #2667af;
|
||||
// $color-nav-button-border: #dff0f9;
|
||||
// $color-selected-item: $color-sidebar;
|
||||
// $color-sidebar-navigation: $color-gray;
|
||||
// $color-sidebar-toolbar: $color-sidebar-border;
|
||||
|
||||
// black sidebar
|
||||
// $color-sidebar: $color-off-black;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue