Initial
This commit is contained in:
20
styles/footer.scss
Normal file
20
styles/footer.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user