mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Footer at bottom
This commit is contained in:
parent
d6f9402128
commit
4d5dd2a70d
@ -14,6 +14,7 @@ html,body {
|
|||||||
|
|
||||||
#content_conainter {
|
#content_conainter {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
min-height: calc(100% - 100px);
|
||||||
}
|
}
|
||||||
|
|
||||||
#content_conainter:before {
|
#content_conainter:before {
|
||||||
@ -85,4 +86,10 @@ ul.custom_fields.choice li {
|
|||||||
|
|
||||||
.blop label {
|
.blop label {
|
||||||
line-height: 1 + ($base-spacing / 3);
|
line-height: 1 + ($base-spacing / 3);
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
p {
|
||||||
|
font-family: 'open_sanslight';
|
||||||
|
}
|
||||||
}
|
}
|
@ -4,8 +4,9 @@ $form-border-radius: 0;
|
|||||||
$navigation-border-radius: 0;
|
$navigation-border-radius: 0;
|
||||||
|
|
||||||
// Footer
|
// Footer
|
||||||
$footer-vertical-padding: 20px;
|
$footer-vertical-padding: 10px;
|
||||||
$footer-background: $chill-dark-gray;
|
$footer-background: $chill-dark-gray;
|
||||||
|
$footer-disclaimer-color: transparentize($footer-color, .5);
|
||||||
|
|
||||||
// Navigation
|
// Navigation
|
||||||
$navigation-background: $dark-grey;
|
$navigation-background: $dark-grey;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user