diff --git a/app/assets/stylesheets/footer.scss b/app/assets/stylesheets/footer.scss new file mode 100644 index 00000000..af60f1dd --- /dev/null +++ b/app/assets/stylesheets/footer.scss @@ -0,0 +1,10 @@ +@import "colors"; + +.footer-item { + margin: 40px 12px; + color: $gray-1; +} +.footer-link { + @extend .font-cabin; + color: #01788E; +} diff --git a/app/assets/stylesheets/sqm_application.scss b/app/assets/stylesheets/sqm_application.scss index a6d25dea..219e575f 100644 --- a/app/assets/stylesheets/sqm_application.scss +++ b/app/assets/stylesheets/sqm_application.scss @@ -9,6 +9,7 @@ @import "buttons"; @import "scss/fontawesome.scss"; @import "scss/solid.scss"; +@import "footer.scss"; .height-56 { height: 56px; diff --git a/app/assets/stylesheets/welcome.scss b/app/assets/stylesheets/welcome.scss index b3522ccb..8b3943e3 100644 --- a/app/assets/stylesheets/welcome.scss +++ b/app/assets/stylesheets/welcome.scss @@ -4,6 +4,7 @@ @import "colors"; @import "fonts"; @import "borders"; +@import "footer"; .hero-image { background-image: url("hero.png"); diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 9feda49a..65e7226c 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -66,7 +66,7 @@ -