summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/components/boards/boardColors.styl35
1 files changed, 35 insertions, 0 deletions
diff --git a/client/components/boards/boardColors.styl b/client/components/boards/boardColors.styl
index 8c7af037..3e865628 100644
--- a/client/components/boards/boardColors.styl
+++ b/client/components/boards/boardColors.styl
@@ -229,3 +229,38 @@ setBoardColor(color)
.list
border-left: 1px dotted #000000
+
+.board-color-corteza
+ setBoardColor(#568BA2)
+
+ /*
+ Wekan for Corteza https://cortezaproject.org
+
+ Theme to match Corteza colors from:
+ https://github.com/cortezaproject/corteza-webapp-messaging/blob/master/src/assets/sass/variables.scss
+
+ // Paths
+ $fonts_dir : './assets/fonts/';
+ $icomoon-font-path: $fonts_dir + 'icomoon' !default;
+ $icomoon-font-family: "icomoon" !default;
+
+ // Typography
+ $regular: 'nunito_sansregular';
+ $bold: 'nunito_sansbold';
+ $semibold: 'nunito_sanssemibold';
+
+ // Color system
+ $white: #fff !default;
+ $black: #000 !default;
+ $primary: #568ba2;
+ $secondary: #90A3B1;
+ $success: #719430;
+ $warning: #F5D380;
+ $danger: #E85568;
+ $light: #F3F3F5;
+ $dark: #1e2224;
+ $currentmymessagebgcolor : #a7d0e3;
+ */
+
+ //.header-quick-access
+ // backgroud-color: #568ba2