mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Per space label, icon, description
Labels introduce visual grouping and filtering of spaces.
This commit is contained in:
parent
fe8068965c
commit
a211ba051a
106 changed files with 3280 additions and 1008 deletions
35
gui/app/styles/themes/harvest.scss
Normal file
35
gui/app/styles/themes/harvest.scss
Normal file
|
@ -0,0 +1,35 @@
|
|||
// 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
|
||||
|
||||
@import "../colors.scss";
|
||||
|
||||
/**************************************************************
|
||||
* Theme colors.
|
||||
*
|
||||
* We go from 100 (lightest) to 900 (darkest).
|
||||
*
|
||||
* Base shade is 500 and is used prominmently as the
|
||||
* left-side navigation sidebar color.
|
||||
**************************************************************/
|
||||
$theme-900: #180E05;
|
||||
$theme-800: #4F1605;
|
||||
$theme-700: #5F3612;
|
||||
$theme-600: #8A4F1B;
|
||||
$theme-500: #A65F20;
|
||||
$theme-400: #C26F25;
|
||||
$theme-300: #DA8941;
|
||||
$theme-200: #EEC7A4;
|
||||
$theme-100: #F6E1CF;
|
||||
|
||||
// Set hyperlink color for theme
|
||||
$color-link: map-get($green-shades, 700);
|
||||
|
||||
@import "../core/all.scss";
|
35
gui/app/styles/themes/silver.scss
Normal file
35
gui/app/styles/themes/silver.scss
Normal file
|
@ -0,0 +1,35 @@
|
|||
// 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
|
||||
|
||||
@import "../colors.scss";
|
||||
|
||||
/**************************************************************
|
||||
* Theme colors.
|
||||
*
|
||||
* We go from 100 (lightest) to 900 (darkest).
|
||||
*
|
||||
* Base shade is 500 and is used prominmently as the
|
||||
* left-side navigation sidebar color.
|
||||
**************************************************************/
|
||||
$theme-900: #1F2833;
|
||||
$theme-800: #1F2833;
|
||||
$theme-700: #404B5A;
|
||||
$theme-600: #6E7A89;
|
||||
$theme-500: #929FB1;
|
||||
$theme-400: #AEBECC;
|
||||
$theme-300: #CBD4DB;
|
||||
$theme-200: #D5DDE5;
|
||||
$theme-100: #E1E7EB;
|
||||
|
||||
// Set hyperlink color for theme
|
||||
$color-link: map-get($green-shades, 700);
|
||||
|
||||
@import "../core/all.scss";
|
35
gui/app/styles/themes/sunflower.scss
Normal file
35
gui/app/styles/themes/sunflower.scss
Normal file
|
@ -0,0 +1,35 @@
|
|||
// 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
|
||||
|
||||
@import "../colors.scss";
|
||||
|
||||
/**************************************************************
|
||||
* Theme colors.
|
||||
*
|
||||
* We go from 100 (lightest) to 900 (darkest).
|
||||
*
|
||||
* Base shade is 500 and is used prominmently as the
|
||||
* left-side navigation sidebar color.
|
||||
**************************************************************/
|
||||
$theme-900: #312A09;
|
||||
$theme-800: #5C4E12;
|
||||
$theme-700: #86731A;
|
||||
$theme-600: #B19722;
|
||||
$theme-500: #D7B92F;
|
||||
$theme-400: #E5D176;
|
||||
$theme-300: #EADB93;
|
||||
$theme-200: #F2E9BD;
|
||||
$theme-100: #FBF7E8;
|
||||
|
||||
// Set hyperlink color for theme
|
||||
$color-link: map-get($green-shades, 700);
|
||||
|
||||
@import "../core/all.scss";
|
Loading…
Add table
Add a link
Reference in a new issue