// Copyright 2016 Documize Inc. . 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 . // // 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";