Files
moodist/src/components/toolbox/todo/todo.module.css
2024-09-01 12:57:59 +04:30

15 lines
228 B
CSS

.header {
margin-bottom: 16px;
& .title {
margin-bottom: 8px;
font-family: var(--font-heading);
font-size: var(--font-md);
font-weight: 600;
}
& .desc {
color: var(--color-foreground-subtle);
}
}