feat: add Done component
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user