feat: add pomodoro timer tool

This commit is contained in:
MAZE
2024-08-30 22:21:23 +03:30
parent 1fd02f927c
commit bee391acfe
4 changed files with 67 additions and 51 deletions

View File

@@ -9,4 +9,8 @@
background-color: var(--color-neutral-50);
border: 1px solid var(--color-neutral-200);
border-radius: 8px;
&.tall {
padding: 60px 0;
}
}