mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Main pomodoro, style selector and goDownArrow styles done
This commit is contained in:
15
public/sass_styles/_goDownArrow.scss
Normal file
15
public/sass_styles/_goDownArrow.scss
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user