Make the task font size smaller for task cards
This commit is contained in:
parent
31b025cc55
commit
747a912475
@ -71,7 +71,7 @@ $crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 116px - 1em - 1.5em';
|
|||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-family: $family-sans-serif;
|
font-family: $family-sans-serif;
|
||||||
font-size: 1rem;
|
font-size: .85rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.due-date {
|
.due-date {
|
||||||
@ -143,6 +143,7 @@ $crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 116px - 1em - 1.5em';
|
|||||||
|
|
||||||
.task-id {
|
.task-id {
|
||||||
color: $grey;
|
color: $grey;
|
||||||
|
font-size: .8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-done {
|
.is-done {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user