mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Footer made with love done
This commit is contained in:
13
public/sass_styles/_made-with-love.scss
Normal file
13
public/sass_styles/_made-with-love.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
.made-with-love a {
|
||||
color: #ff8787
|
||||
}
|
||||
|
||||
.made-with-love {
|
||||
color:rgb(185, 185, 185);
|
||||
margin-top: auto;
|
||||
width: 100%;
|
||||
padding-bottom: 3vw;
|
||||
padding-left: 3vw;
|
||||
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@@ -62,6 +62,7 @@ $lightest-color-dark: #EEEEEE;
|
||||
@import 'account';
|
||||
@import 'goToAccount';
|
||||
@import 'clockify-tasks-display';
|
||||
@import 'made-with-love';
|
||||
|
||||
html, body {
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user