Add sqm_footer

This commit is contained in:
rebuilt 2021-10-25 23:08:09 +02:00
parent 0ec07e7f18
commit 8d5702e9aa
2 changed files with 11 additions and 1 deletions

View file

@ -9,7 +9,7 @@
@import "buttons";
@import "scss/fontawesome.scss";
@import "scss/solid.scss";
@import "footer";
@import "sqm_footer";
.height-56 {
height: 56px;

View file

@ -0,0 +1,10 @@
@import "colors";
.footer-item {
margin: 40px 12px;
color: $gray-1;
}
.footer-link {
@extend .font-cabin;
color: #01788E;
}