Commit bb66f896 by Brian Talbot Committed by John Jarvis

drupal integration - revised general page background for shorter content pages,…

drupal integration - revised general page background for shorter content pages, small visual tweaks to footer
parent a15bf74f
html, body { body {
background: rgb(250,250,250); background: rgb(250,250,250);
font-family: $sans-serif; font-family: $sans-serif;
font-size: 1em; font-size: 1em;
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
// page-level // page-level
.view-register, .view-login, .view-passwordreset { .view-register, .view-login, .view-passwordreset {
background: $white;
.content-wrapper { .content-wrapper {
background: $m-gray-l; background: $m-gray-l;
......
.wrapper-footer { .wrapper-footer {
@include box-shadow(0 -1px 5px 0 rgba(0,0,0, 0.1));
border-top: 1px solid tint($m-gray,50%); border-top: 1px solid tint($m-gray,50%);
padding: 25px ($baseline/2) ($baseline*1.5) ($baseline/2); padding: 25px ($baseline/2) ($baseline*1.5) ($baseline/2);
background: $white; background: $white;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment