diff --git a/Resources/public/sass/_custom.scss b/Resources/public/sass/_custom.scss index c5f8a7831..9e11e1f34 100644 --- a/Resources/public/sass/_custom.scss +++ b/Resources/public/sass/_custom.scss @@ -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'; + } } \ No newline at end of file diff --git a/Resources/public/sass/custom/config/_variables.scss b/Resources/public/sass/custom/config/_variables.scss index a2a665a9e..3f449f772 100644 --- a/Resources/public/sass/custom/config/_variables.scss +++ b/Resources/public/sass/custom/config/_variables.scss @@ -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;