mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
10 lines
133 B
SCSS
10 lines
133 B
SCSS
@import "colors";
|
|
|
|
.footer-item {
|
|
margin: 40px 12px;
|
|
color: $gray-1;
|
|
}
|
|
.footer-link {
|
|
@extend .font-cabin;
|
|
color: #01788E;
|
|
}
|