Main pomodoro, style selector and goDownArrow styles done

This commit is contained in:
2021-09-18 23:00:06 -03:00
parent 163f7cc905
commit e8e826d7ff
13 changed files with 414 additions and 20 deletions

View File

@@ -0,0 +1,15 @@
.go-down {
height: 7vh;
width: 100vw;
display: flex;
justify-content: center;
svg {
height: 6vh;
path {
fill: rgb(170, 170, 170);
// CREDITS TO https://stackoverflow.com/a/49627345
}
}
}