taiga-front/app/styles/layout/kanban.scss

17 lines
301 B
SCSS

.kanban {
display: flex;
flex-direction: column;
height: $main-height;
max-height: $main-height;
max-width: calc(100vw - 50px);
header {
min-height: 70px;
}
.kanban-settings {
float: right;
}
.burndown-container {
display: none;
}
}