Files
www.prothmann.com/styles/footer.scss
Christian Anetzberger 01907eb338 Initial
2022-01-29 20:48:35 +01:00

21 lines
417 B
SCSS

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