feat: add basic pomodoro structure

This commit is contained in:
MAZE
2024-02-25 13:47:38 +03:30
parent 758f2f48dc
commit 9f7de336e5
13 changed files with 128 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
.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;
}