parent
1c3269e5b8
commit
8360d5d74a
@ -1,24 +1,17 @@
|
||||
body {
|
||||
background-color: floralwhite !important;
|
||||
color: #312f31 !important;
|
||||
/*-- pour demarrer sous la navbar fixe --*/
|
||||
padding-top: 7em;
|
||||
}
|
||||
|
||||
#page-container {
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
background-color: floralwhite !important;
|
||||
color: #312f31 !important;
|
||||
/*-- pour demarrer sous la navbar fixe --*/
|
||||
padding-top: 7em;
|
||||
}
|
||||
|
||||
#content-wrap {
|
||||
/* Footer height */
|
||||
padding-bottom: 2.5rem;
|
||||
min-height: 700px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
/* Footer height */
|
||||
height: 2.5rem;
|
||||
}
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: #efefef;
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@ -1,2 +1,3 @@
|
||||
twig:
|
||||
default_path: '%kernel.project_dir%/templates'
|
||||
form_themes: ['bootstrap_4_layout.html.twig']
|
||||
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 1.1 KiB |
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue