mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Footer to bottom
This commit is contained in:
parent
cb756a29fa
commit
500b4d2202
@ -21,7 +21,7 @@ module.exports = function(grunt) {
|
|||||||
targetDir: '<%= chill.folders.bower %>',
|
targetDir: '<%= chill.folders.bower %>',
|
||||||
install: true,
|
install: true,
|
||||||
copy: false,
|
copy: false,
|
||||||
cleanBowerDir: true,
|
//cleanBowerDir: true,
|
||||||
verbose: true
|
verbose: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -31,7 +31,7 @@ module.exports = function(grunt) {
|
|||||||
files: [
|
files: [
|
||||||
{
|
{
|
||||||
cwd: '<%= chill.folders.bower %>Scratch-CSS-Design/stylesheets/sass',
|
cwd: '<%= chill.folders.bower %>Scratch-CSS-Design/stylesheets/sass',
|
||||||
src: ['*', '**', '!_custom.scss'],
|
src: ['**', '!_custom.scss'],
|
||||||
dest: '<%= chill.folders.sass.src %>',
|
dest: '<%= chill.folders.sass.src %>',
|
||||||
expand: true,
|
expand: true,
|
||||||
},
|
},
|
||||||
|
@ -5,7 +5,10 @@ div#general {
|
|||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
html,body { min-height:100%; }
|
html,body {
|
||||||
|
min-height:100%;
|
||||||
|
background-color: $footer-background;
|
||||||
|
}
|
||||||
|
|
||||||
.cf-title {
|
.cf-title {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
@ -18,3 +21,11 @@ html,body { min-height:100%; }
|
|||||||
ul.submenu.min-width {
|
ul.submenu.min-width {
|
||||||
min-width: 11em;
|
min-width: 11em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
padding-top: 1em;
|
||||||
|
padding-bottom: 1em;
|
||||||
|
background-color: $white;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -3054,7 +3054,8 @@ div#general {
|
|||||||
padding: 0.5em; }
|
padding: 0.5em; }
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
min-height: 100%; }
|
min-height: 100%;
|
||||||
|
background-color: #294253; }
|
||||||
|
|
||||||
.cf-title {
|
.cf-title {
|
||||||
font-size: 2em; }
|
font-size: 2em; }
|
||||||
@ -3065,4 +3066,9 @@ html, body {
|
|||||||
ul.submenu.min-width {
|
ul.submenu.min-width {
|
||||||
min-width: 11em; }
|
min-width: 11em; }
|
||||||
|
|
||||||
|
.content {
|
||||||
|
padding-top: 1em;
|
||||||
|
padding-bottom: 1em;
|
||||||
|
background-color: #fff; }
|
||||||
|
|
||||||
/*# sourceMappingURL=scratch.css.map */
|
/*# sourceMappingURL=scratch.css.map */
|
||||||
|
File diff suppressed because one or more lines are too long
@ -60,7 +60,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container content">
|
||||||
{% block layout_content %}
|
{% block layout_content %}
|
||||||
{# Flash messages ! #}
|
{# Flash messages ! #}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user