1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00
documize/gui/app/styles/core/all.scss

49 lines
1.7 KiB
SCSS
Raw Normal View History

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";
@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";
@import "view/all.scss";
@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";