Footer at bottom

This commit is contained in:
Marc Ducobu 2015-06-30 13:27:19 +02:00
parent d6f9402128
commit 4d5dd2a70d
2 changed files with 9 additions and 1 deletions

View File

@ -14,6 +14,7 @@ html,body {
#content_conainter {
position: relative;
min-height: calc(100% - 100px);
}
#content_conainter:before {
@ -85,4 +86,10 @@ ul.custom_fields.choice li {
.blop label {
line-height: 1 + ($base-spacing / 3);
}
.footer {
p {
font-family: 'open_sanslight';
}
}

View File

@ -4,8 +4,9 @@ $form-border-radius: 0;
$navigation-border-radius: 0;
// Footer
$footer-vertical-padding: 20px;
$footer-vertical-padding: 10px;
$footer-background: $chill-dark-gray;
$footer-disclaimer-color: transparentize($footer-color, .5);
// Navigation
$navigation-background: $dark-grey;