feat: add sleep timer

This commit is contained in:
Jef Roelandt
2024-04-27 19:06:46 +02:00
parent 60f167c4d7
commit 71b62ed3dd
15 changed files with 244 additions and 17 deletions

View File

@@ -1,12 +0,0 @@
.timer {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 30px 0;
font-size: var(--font-xlg);
font-weight: 500;
background-color: var(--color-neutral-50);
border: 1px solid var(--color-neutral-200);
border-radius: 8px;
}