Added an option to reset timers daily

This commit is contained in:
2021-11-06 01:50:05 +03:00
parent 6cd4a91ec7
commit 9f07a0897f
13 changed files with 143 additions and 8 deletions

View File

@@ -30,6 +30,7 @@
.category {
border-radius: 16px;
height: 1rem;
padding: 6px 12px;
cursor: pointer;
display: flex;
@@ -38,7 +39,10 @@
color: $darker;
span {
width: 16px;
height: 16px;
margin-left: 4px;
vertical-align: middle;
}
}
}