diff --git a/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css b/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css index 9e23b38..1f608b3 100644 --- a/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css +++ b/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css @@ -1001,6 +1001,7 @@ footer { display: block; margin: 0; padding: 0; + padding-top: 1rem !important; } .slick-list:focus { outline: none; @@ -1079,7 +1080,7 @@ footer { } #home .__container-deroulement { background-color: #f3f5fc; - background-image: url(../../../dist/assets/img/pillier-1.svg); + background-image: url("../../../dist/assets/img/pillier-1-background.svg"); background-repeat: no-repeat; background-size: contain; background-position-x: -20%; @@ -2589,6 +2590,7 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h } #page-node .content_container .node-type-actualite { width: 100%; + padding-bottom: 7rem; } #page-node .content_container .node-type-actualite .infos-actu { display: flex; @@ -2620,6 +2622,9 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h content: url("../img/date-actu.svg"); padding-right: 0.4rem; } +#page-node .content_container .node-type-actualite .field_body { + padding-bottom: 2rem; +} #page-node .content_container .node-type-actualite .field_body p { font-size: 0.8rem; } \ No newline at end of file diff --git a/web/themes/custom/quartiers_de_demain/dist/assets/img/formes-animees.svg b/web/themes/custom/quartiers_de_demain/dist/assets/img/formes-animees.svg index 8e4cd76..d941253 100644 --- a/web/themes/custom/quartiers_de_demain/dist/assets/img/formes-animees.svg +++ b/web/themes/custom/quartiers_de_demain/dist/assets/img/formes-animees.svg @@ -61,7 +61,7 @@ id="path254" d="M 0,0 C 0,126.805 -102.795,229.6 -229.6,229.6" style="fill:none;stroke:#000000;stroke-width:100.482;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - transform="matrix(1.3333333,0,0,-1.3333333,1838.3405,9350)" + transform="matrix(1.3333333,0,0,-1.3333333,1838.3405,9150)" clip-path="url(#clipPath255)" /> + + + + + + + + + + + + diff --git a/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/actualite.scss b/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/actualite.scss index 809ea10..03b73fa 100644 --- a/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/actualite.scss +++ b/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/actualite.scss @@ -27,6 +27,7 @@ } .node-type-actualite{ width: 100%; + padding-bottom: 7rem; .infos-actu{ display: flex; flex-direction: row; @@ -58,8 +59,11 @@ } } - .field_body p{ + .field_body { + padding-bottom: 2rem; + p{ font-size: 0.8rem; + } } } diff --git a/web/themes/custom/quartiers_de_demain/src/assets/scss/partials/slick.scss b/web/themes/custom/quartiers_de_demain/src/assets/scss/partials/slick.scss index 8d1fc9f..b684d9f 100644 --- a/web/themes/custom/quartiers_de_demain/src/assets/scss/partials/slick.scss +++ b/web/themes/custom/quartiers_de_demain/src/assets/scss/partials/slick.scss @@ -20,6 +20,7 @@ display: block; margin: 0; padding: 0; + padding-top: 1rem !important; &:focus { outline: none; diff --git a/web/themes/custom/quartiers_de_demain/src/assets/scss/partials/timeline.scss b/web/themes/custom/quartiers_de_demain/src/assets/scss/partials/timeline.scss index 4eb3cea..c831995 100644 --- a/web/themes/custom/quartiers_de_demain/src/assets/scss/partials/timeline.scss +++ b/web/themes/custom/quartiers_de_demain/src/assets/scss/partials/timeline.scss @@ -6,7 +6,7 @@ * { box-sizing: border-box; } .__container-deroulement{ background-color: #f3f5fcff; - background-image: url(../../../dist/assets/img/pillier-1.svg); + background-image: url('../../../dist/assets/img/pillier-1-background.svg'); background-repeat: no-repeat; background-size: contain; background-position-x: -20%;