2018-12-04 17:26:57 +00:00
|
|
|
// 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; }
|
|
|
|
|
2018-12-12 13:35:16 +00:00
|
|
|
@import "reset.scss";
|
2019-01-04 16:33:30 +00:00
|
|
|
@import "icon-ui.scss";
|
|
|
|
@import "icon-meta.scss";
|
2018-12-04 17:26:57 +00:00
|
|
|
@import "mixins.scss";
|
2018-12-12 13:35:16 +00:00
|
|
|
@import "layout/all.scss";
|
|
|
|
@import "util.scss";
|
|
|
|
@import "text.scss";
|
2018-12-04 17:26:57 +00:00
|
|
|
@import "bootstrap.scss";
|
|
|
|
@import "view/common.scss";
|
|
|
|
@import "widget/widget.scss";
|
|
|
|
@import "ui/all.scss";
|
2018-12-18 19:03:34 +00:00
|
|
|
@import "view/all.scss";
|
2018-12-05 13:44:10 +00:00
|
|
|
@import "vendor/all.scss";
|
2018-12-04 17:26:57 +00:00
|
|
|
@import "print.scss";
|
|
|
|
@import "news.scss";
|
|
|
|
@import "section/all.scss";
|
|
|
|
@import "enterprise/all.scss";
|