mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Implement new refactored color scheme
This commit is contained in:
parent
da0861b3fd
commit
d7a46ceee6
70 changed files with 934 additions and 521 deletions
49
gui/app/styles/core/all.scss
Normal file
49
gui/app/styles/core/all.scss
Normal file
|
@ -0,0 +1,49 @@
|
|||
// Copyright 2016 Documize Inc. <legal@documize.com>. All rights reserved.
|
||||
//
|
||||
// This software (Documize Community Edition) is licensed under
|
||||
// GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html
|
||||
//
|
||||
// You can operate outside the AGPL restrictions by purchasing
|
||||
// Documize Enterprise Edition and obtaining a commercial license
|
||||
// by contacting <sales@documize.com>.
|
||||
//
|
||||
// https://documize.com
|
||||
|
||||
// Theme color utility classes.
|
||||
.color-theme-900 { color: $theme-900; }
|
||||
.color-theme-800 { color: $theme-800; }
|
||||
.color-theme-700 { color: $theme-700; }
|
||||
.color-theme-600 { color: $theme-600; }
|
||||
.color-theme-500 { color: $theme-500; }
|
||||
.color-theme-400 { color: $theme-400; }
|
||||
.color-theme-300 { color: $theme-300; }
|
||||
.color-theme-200 { color: $theme-200; }
|
||||
.color-theme-100 { color: $theme-100; }
|
||||
.background-color-theme-900 { background-color: $theme-900; }
|
||||
.background-color-theme-800 { background-color: $theme-800; }
|
||||
.background-color-theme-700 { background-color: $theme-700; }
|
||||
.background-color-theme-600 { background-color: $theme-600; }
|
||||
.background-color-theme-500 { background-color: $theme-500; }
|
||||
.background-color-theme-400 { background-color: $theme-400; }
|
||||
.background-color-theme-300 { background-color: $theme-300; }
|
||||
.background-color-theme-200 { background-color: $theme-200; }
|
||||
.background-color-theme-100 { background-color: $theme-100; }
|
||||
|
||||
@import "font.scss";
|
||||
@import "icon.scss";
|
||||
@import "mixins.scss";
|
||||
@import "base.scss";
|
||||
@import "bootstrap.scss";
|
||||
|
||||
@import "view/common.scss";
|
||||
@import "widget/widget.scss";
|
||||
@import "ui/all.scss";
|
||||
@import "view/toolbar.scss";
|
||||
@import "view/views.scss";
|
||||
@import "layout/all.scss";
|
||||
|
||||
@import "vendor.scss";
|
||||
@import "print.scss";
|
||||
@import "news.scss";
|
||||
@import "section/all.scss";
|
||||
@import "enterprise/all.scss";
|
Loading…
Add table
Add a link
Reference in a new issue