mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
remove sqm_footer
This commit is contained in:
parent
2ad120727f
commit
4582e8c8ab
2 changed files with 9 additions and 11 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
@import "colors";
|
||||
|
||||
.footer-item {
|
||||
margin: 40px 12px;
|
||||
color: $gray-1;
|
||||
}
|
||||
.footer-link {
|
||||
@extend .font-cabin;
|
||||
color: #01788E;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue