mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
Footer at bottom
This commit is contained in:
parent
d6f9402128
commit
4d5dd2a70d
@ -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';
|
||||
}
|
||||
}
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user