Kanban prototype on cryptpad

This commit is contained in:
Ludovic Dubost
2018-04-01 18:52:21 +02:00
parent f324d33723
commit 4b83f2991a
13 changed files with 3020 additions and 0 deletions

View File

@@ -61,6 +61,13 @@
@colortheme_poll-th-fg: #fff;
@colortheme_poll-warn: #ffade3;
@colortheme_kanban-bg: #006304;
@colortheme_kanban-color: #fff;
@colortheme_kanban-help-bg: #bbffbb;
@colortheme_kanban-th-bg: #005bef;
@colortheme_kanban-th-fg: #fff;
@colortheme_kanban-warn: #ffade3;
@colortheme_whiteboard-bg: #800080;
@colortheme_whiteboard-color: #fff;
@colortheme_whiteboard-warn: #ffae00;

View File

@@ -34,6 +34,7 @@ body.cp-app-file { @import "../../../file/app-file.less"; }
body.cp-app-filepicker { @import "../../../filepicker/app-filepicker.less"; }
body.cp-app-contacts { @import "../../../contacts/app-contacts.less"; }
body.cp-app-poll { @import "../../../poll/app-poll.less"; }
body.cp-app-kanban { @import "../../../kanban/app-kanban.less"; }
body.cp-app-whiteboard { @import "../../../whiteboard/app-whiteboard.less"; }
body.cp-app-todo { @import "../../../todo/app-todo.less"; }
body.cp-app-profile { @import "../../../profile/app-profile.less"; }

View File

@@ -154,6 +154,7 @@ h4 {
.cp-callout-code .fa { background-color: @colortheme_code-bg; }
.cp-callout-slide .fa { background-color: @colortheme_slide-bg; }
.cp-callout-poll .fa { background-color: @colortheme_poll-bg; }
.cp-callout-kanban .fa { background-color: @colortheme_kanban-bg; }
.cp-callout-whiteboard .fa { background-color: @colortheme_whiteboard-bg; }
.cp-callout-recent .fa { background-color: @colortheme_drive-bg; }
.cp-hidden { display: none !important; }