26 lines
425 B
SCSS
26 lines
425 B
SCSS
.kanban {
|
|
.kanban-detail-header {
|
|
h1 {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
.kanban-settings {
|
|
float: right;
|
|
}
|
|
.burndown-container {
|
|
display: none;
|
|
}
|
|
.list-filters {
|
|
margin-bottom: 1rem;
|
|
}
|
|
}
|
|
|
|
//.task-column {
|
|
// height: 100vh;
|
|
// overflow-x: auto;
|
|
// padding-right: 17px;
|
|
// .mCS-minimal-dark {
|
|
// opacity: 1!important;
|
|
// }
|
|
//}
|