From 6fd298c0d570d53a103507c135d291f2bb418eba Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Wed, 10 Feb 2016 13:36:14 -0200 Subject: [PATCH] Move theme-footer to global-footer and add style of this --- _globalfooter.sass | 41 +++++++++++++++++++++++++++++++++++++++++ footer.html.erb | 19 ------------------- global_footer.html.erb | 19 +++++++++++++++++++ 3 files changed, 60 insertions(+), 19 deletions(-) create mode 100644 _globalfooter.sass delete mode 100644 footer.html.erb create mode 100644 global_footer.html.erb diff --git a/_globalfooter.sass b/_globalfooter.sass new file mode 100644 index 0000000..0b0f7bc --- /dev/null +++ b/_globalfooter.sass @@ -0,0 +1,41 @@ +#global-footer + width: 100% + +#footer-content + background: #fff + +#footer-logos + background: #F28F00 + height: 49px + max-width: 100% + padding: 2em 0 + div + margin: 0 auto + max-width: 960px + a + display: block + float: left + height: 49px + span + display: none + .logo-acesso + background: transparent url(images/acesso-a-informacao.png) center center no-repeat + width: 107px + .logo-brasil + background: transparent url(images/brasil.png) center center no-repeat + width: 153px + .logo-sgpr + background: transparent url(images/sgpr.png) center center no-repeat + margin-right: 30px + width: 187px + .institucionais + float: right + +#footer-license + margin: 0 auto + max-width: 960px + text-align: left + padding: 19px + p + color: #F28F00 + text-align: left diff --git a/footer.html.erb b/footer.html.erb deleted file mode 100644 index 7bebe90..0000000 --- a/footer.html.erb +++ /dev/null @@ -1,19 +0,0 @@ - - - diff --git a/global_footer.html.erb b/global_footer.html.erb new file mode 100644 index 0000000..7bebe90 --- /dev/null +++ b/global_footer.html.erb @@ -0,0 +1,19 @@ + + + -- libgit2 0.21.2