mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Add sqm_footer
This commit is contained in:
parent
0ec07e7f18
commit
8d5702e9aa
2 changed files with 11 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
@import "buttons";
|
||||
@import "scss/fontawesome.scss";
|
||||
@import "scss/solid.scss";
|
||||
@import "footer";
|
||||
@import "sqm_footer";
|
||||
|
||||
.height-56 {
|
||||
height: 56px;
|
||||
|
|
|
|||
10
app/assets/stylesheets/sqm_footer.scss
Normal file
10
app/assets/stylesheets/sqm_footer.scss
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
@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