Kanban styles and color updating

This commit is contained in:
Ludovic Dubost
2018-04-02 20:33:35 +02:00
parent 035a56fdab
commit ee8651c74e
3 changed files with 6 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
@import (once) "../../customize/src/less2/include/browser.less";
@import (once) "../../customize/src/less2/include/framework.less";
.framework_main( @bg-color: @colortheme_code-bg,
@warn-color: @colortheme_code-warn,
@color: @colortheme_code-color);
.framework_main( @bg-color: @colortheme_kanban-bg,
@warn-color: @colortheme_kanban-warn,
@color: @colortheme_kanban-color);
// body
&.cp-app-kanban {