21 lines
417 B
SCSS
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;
|
|
}
|