fix: move createdUpdated styles to component (#2685)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2685 Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
02de481297
commit
4c458a1ad0
@ -46,3 +46,11 @@ const updatedFormatted = computed(() => formatDateLong(task.value.updated))
|
|||||||
const doneSince = computed(() => formatDateSince(task.value.doneAt))
|
const doneSince = computed(() => formatDateSince(task.value.doneAt))
|
||||||
const doneFormatted = computed(() => formatDateLong(task.value.doneAt))
|
const doneFormatted = computed(() => formatDateLong(task.value.doneAt))
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.created {
|
||||||
|
font-size: .75rem;
|
||||||
|
color: var(--grey-500);
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
</style>
|
@ -995,12 +995,6 @@ $flash-background-duration: 750ms;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.created {
|
|
||||||
font-size: .75rem;
|
|
||||||
color: var(--grey-500);
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.checklist-summary {
|
.checklist-summary {
|
||||||
padding-left: .25rem;
|
padding-left: .25rem;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user