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

19 lines
307 B
SCSS

.kanban {
display: flex;
flex-direction: column;
height: 100vh;
max-height: 100vh;
header {
min-height: 70px;
}
.kanban-settings {
float: right;
}
.burndown-container {
display: none;
}
.list-filters {
margin-bottom: 1rem;
}
}