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 8628b6b..f0fbd25 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 @@ -1531,6 +1531,8 @@ footer { } } #actus-caroussel .content-actus .view-rows-wrapper { + margin-left: 20%; + width: 65%; display: flex; flex-direction: column; flex-wrap: wrap; @@ -1538,7 +1540,7 @@ footer { #actus-caroussel .content-actus .views-row { display: flex; margin: auto; - width: 50%; + width: 100%; font-size: 0.5rem; margin-top: 1rem; margin-bottom: 1rem; @@ -1548,6 +1550,9 @@ footer { align-items: center; border-bottom: solid black 0.5px; } +#actus-caroussel .content-actus .views-row .node-type-actualite { + width: 85%; +} #actus-caroussel .content-actus .views-row .node-type-actualite .content-wrapper-actu { display: grid; grid-template-columns: 1fr 2fr; @@ -1736,7 +1741,7 @@ footer { margin: 10px auto; border: none; background-color: transparent; - background-image: url("../img/fleche-bas.svg"); + background-image: url("/themes/custom/quartiers_de_demain/dist/assets/img/fleche-bas.svg"); background-size: contain; background-repeat: no-repeat; background-position: center; @@ -4096,9 +4101,6 @@ main { #actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite { width: 85%; } -#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite a { - pointer-events: none; -} #actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu { display: grid; grid-template-columns: 1fr 2fr; diff --git a/web/themes/custom/quartiers_de_demain/dist/assets/img/fleche-bas.svg b/web/themes/custom/quartiers_de_demain/dist/assets/img/fleche-bas.svg index ea52f59..c85ea49 100644 --- a/web/themes/custom/quartiers_de_demain/dist/assets/img/fleche-bas.svg +++ b/web/themes/custom/quartiers_de_demain/dist/assets/img/fleche-bas.svg @@ -7,7 +7,7 @@ viewBox="0 0 34.876163 17.028626" version="1.1" id="svg1" - sodipodi:docname="grandes_fleches_prev.svg" + sodipodi:docname="fleche-bas.svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" diff --git a/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/actualites.scss b/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/actualites.scss index 672aee3..806eb91 100644 --- a/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/actualites.scss +++ b/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/actualites.scss @@ -50,7 +50,7 @@ .node-type-actualite{ width: 85%; // padding-bottom: 2rem; - a{pointer-events: none;} + .content-wrapper-actu{ display: grid; grid-template-columns: 1fr 2fr; diff --git a/web/themes/custom/quartiers_de_demain/src/assets/scss/partials/actu-caroussel-home.scss b/web/themes/custom/quartiers_de_demain/src/assets/scss/partials/actu-caroussel-home.scss index 35c7356..fc8a163 100644 --- a/web/themes/custom/quartiers_de_demain/src/assets/scss/partials/actu-caroussel-home.scss +++ b/web/themes/custom/quartiers_de_demain/src/assets/scss/partials/actu-caroussel-home.scss @@ -29,6 +29,8 @@ } .view-rows-wrapper{ + margin-left: 20%; + width: 65%; display: flex; flex-direction: column; flex-wrap: wrap; @@ -37,7 +39,7 @@ .views-row{ display: flex; margin: auto; - width: 50%; + width: 100%; font-size: 0.5rem; margin-top: 1rem; margin-bottom: 1rem; @@ -47,7 +49,7 @@ align-items: center; border-bottom: solid black 0.5px; .node-type-actualite{ - + width: 85%; // padding-bottom: 2rem; .content-wrapper-actu{ @@ -244,10 +246,7 @@ } } - - // a:not(.ext){ - // display: none; - // } + } @@ -260,7 +259,7 @@ margin: 10px auto; border: none; background-color: transparent; - background-image: url("../img/fleche-bas.svg"); + background-image: url("/themes/custom/quartiers_de_demain/dist/assets/img/fleche-bas.svg"); background-size: contain; background-repeat: no-repeat; background-position: center;