[CANCELLED], make a button for display the history of pomodoros and rests

This commit is contained in:
2021-09-19 22:39:54 -03:00
parent 7d558fd54c
commit ac140b997a
8 changed files with 119 additions and 4 deletions

View File

@@ -5,10 +5,13 @@
display: flex;
justify-content: center;
cursor: pointer;
svg {
height: 6vh;
width: 6vh;
cursor: pointer;
path {
fill: rgb(170, 170, 170);
// CREDITS TO https://stackoverflow.com/a/49627345