This commit is contained in:
Christian Anetzberger
2022-01-29 20:48:35 +01:00
commit 01907eb338
144 changed files with 11275 additions and 0 deletions

20
styles/footer.scss Normal file
View File

@@ -0,0 +1,20 @@
@import "../node_modules/bootstrap/scss/functions";
@import "../node_modules/bootstrap/scss/variables";
@import "../node_modules/bootstrap/scss/mixins";
@import "./_variables.scss";
footer {
background-color: $hp-dark_grey;
color: $white;
font-size: 0.9rem;
margin-top: -76.45px;
a {
color: white;
}
z-index: 1000;
position: relative;
}
.footer-dark-bg {
background-color: $hp-nearly_black;
}