remove sqm_footer

This commit is contained in:
rebuilt 2021-10-25 23:29:51 +02:00
parent 2ad120727f
commit 4582e8c8ab
2 changed files with 9 additions and 11 deletions

View file

@ -7,7 +7,6 @@
@import "dashboard";
@import "navigation";
@import "buttons";
@import "sqm_footer";
@import "scss/fontawesome.scss";
@import "scss/solid.scss";
@ -82,3 +81,12 @@
top: 0;
left: 0;
}
.footer-item {
margin: 40px 12px;
color: $gray-1;
}
.footer-link {
@extend .font-cabin;
color: #01788E;
}

View file

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