Footer made with love done

This commit is contained in:
2021-10-02 09:48:00 -03:00
parent f4f95bffec
commit 756ab5cd03
6 changed files with 42 additions and 1 deletions

View 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;
}

View File

@@ -62,6 +62,7 @@ $lightest-color-dark: #EEEEEE;
@import 'account';
@import 'goToAccount';
@import 'clockify-tasks-display';
@import 'made-with-love';
html, body {
margin: 0;