1
0

feat: add Done component

This commit is contained in:
Dominik Pschenitschni
2021-09-21 11:29:40 +02:00
parent 89cd8eafc4
commit c6b24dd8f1
5 changed files with 76 additions and 32 deletions

View File

@ -3,24 +3,6 @@
background: transparent;
}
// FIXME: create <Done> component
// used in
// - heading.vue
// - kanban-card.vue
// - Kanban.vue
// - Table.vue
.is-done {
background: $green;
color: $white;
padding: .5rem;
font-size: 1rem;
margin-left: .5rem;
font-weight: bold;
line-height: 1;
border-radius: 4px;
text-align: center;
}
// FIXME: should be a prop of TaskDetailView.vue
.modal-container .task-view {
border-radius: $radius;