mirror of
https://github.com/documize/community.git
synced 2025-08-05 13:35:25 +02:00
removed redundant colors, widgets
This commit is contained in:
parent
869884abda
commit
3f2edcaa96
36 changed files with 161 additions and 1499 deletions
|
@ -27,6 +27,7 @@ $color-gray: #8b9096;
|
|||
$color-gray-light: #d8d8d8;
|
||||
$color-gray-light2: #eaeaea;
|
||||
$color-border: #d3d3d3;
|
||||
// $color-wysiwyg: #3c3c3c;
|
||||
|
||||
// colors
|
||||
$color-red: #9E0D1F;
|
||||
|
@ -38,31 +39,8 @@ $color-goldy: #FFD700;
|
|||
$color-checkbox: #2667af;
|
||||
$color-symbol-box: #dce5e8;
|
||||
$color-symbol-icon: #a4b8be;
|
||||
|
||||
|
||||
// ?????
|
||||
$color-wysiwyg: #3c3c3c;
|
||||
|
||||
// DEAD
|
||||
$color-table-border: #e1e1e1;
|
||||
$color-table-header: #f5f5f5;
|
||||
$color-toolbar: #eeeeee;
|
||||
$color-card: #F9F9F9;
|
||||
$color-input: #5a5a5a;
|
||||
$color-stroke: #e1e1e1;
|
||||
$color-tooltip: #a1a1a1;
|
||||
$color-toast: #4c4c4c;
|
||||
$color-sidebar: #f5f5f5;
|
||||
$color-sidebar-border: #e1e1e1;
|
||||
$color-sidebar-text: $color-black;
|
||||
$color-sidebar-link: $color-link;
|
||||
$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;
|
||||
|
||||
// Color utility classes for direct usage in HTML
|
||||
.color-white {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue