
11 changed files with 1697 additions and 3056 deletions
@ -1,21 +0,0 @@
|
||||
/* the ~ allows you to reference things in node_modules */ |
||||
@import "~bootstrap/dist/css/bootstrap.css"; |
||||
|
||||
body { |
||||
background-color: floralwhite !important; |
||||
color: #312f31 !important; |
||||
/*-- pour demarrer sous la navbar fixe --*/ |
||||
padding-top: 7em; |
||||
} |
||||
|
||||
#content-wrap { |
||||
min-height: 700px; |
||||
} |
||||
|
||||
#footer { |
||||
right: 0; |
||||
bottom: 0; |
||||
left: 0; |
||||
padding: 1em; |
||||
background-color: #efefef; |
||||
} |
@ -1,23 +0,0 @@
|
||||
/* |
||||
* Welcome to your app's main JavaScript file! |
||||
* |
||||
* We recommend including the built version of this JavaScript file |
||||
* (and its CSS file) in your base layout (base.html.twig). |
||||
*/ |
||||
|
||||
// any CSS you import will output into a single css file (app.css in this case)
|
||||
import '../css/app.css'; |
||||
import '../scss/global.scss'; |
||||
|
||||
// Need jQuery? Install it with "yarn add jquery", then uncomment to import it.
|
||||
import $ from 'jquery'; |
||||
|
||||
// this "modifies" the jquery module: adding behavior to it
|
||||
// the bootstrap module doesn't export/return anything
|
||||
import 'bootstrap'; |
||||
|
||||
// or you can include specific pieces
|
||||
// require('bootstrap/js/dist/tooltip');
|
||||
// require('bootstrap/js/dist/popover');
|
||||
|
||||
console.log('Hello Webpack Encore! Edit me in assets/js/app.js'); |
@ -1,3 +1,21 @@
|
||||
/* the ~ allows you to reference things in node_modules */ |
||||
@import "~bootstrap/dist/css/bootstrap.css"; |
||||
|
||||
body { |
||||
background-color: lightgray; |
||||
background-color: floralwhite !important; |
||||
color: #312f31 !important; |
||||
/*-- pour demarrer sous la navbar fixe --*/ |
||||
padding-top: 7em; |
||||
} |
||||
|
||||
#content-wrap { |
||||
min-height: 700px; |
||||
} |
||||
|
||||
#footer { |
||||
right: 0; |
||||
bottom: 0; |
||||
left: 0; |
||||
padding: 1em; |
||||
background-color: #efefef; |
||||
} |
||||
|
Loading…
Reference in new issue