Add colors to kanban

This commit is contained in:
yflory
2020-03-04 12:56:47 +01:00
parent 8c342862e7
commit c220a7ecf4
3 changed files with 41 additions and 7 deletions

View File

@@ -15,6 +15,7 @@
max-height: 100%;
min-height: auto;
@palette0: #888; // Default bg color for header
@palette1: #FFD4D4;
@palette2: #FFDECA;
@palette3: #FFE69C;
@@ -24,7 +25,13 @@
@palette7: #C8D6FF;
@palette8: #E4CAFF;
.kanban-board-header {
background-color: '#888';
}
.cp-kanban-palette-nocolor {
background-color: @palette0;
}
.cp-kanban-palette-color1 {
background-color: @palette1;
}