// 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 @import "../colors.scss"; $color-primary: #176091; $color-primary-light: #E6F1F8; $color-link: #348A37; .color-primary { color: $color-primary !important; } .color-link { color: $color-link !important; } .background-color-theme { background-color: $color-primary !important; } .background-color-theme-light { background-color: $color-primary-light !important; } @import "../core/all.scss";