diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index d633014..9b973e7 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -95,6 +95,10 @@ font-style: normal; } /* Colors used for EQL */ +.path-user .buttons-filtres-ressources { + display: none; +} + .layout-container { font-family: "Marianne", sans-serif; margin: none; @@ -4014,6 +4018,9 @@ svg.ext { .path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 .view-projets { margin: auto; } +.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 .view-projets .buttons-filtres-ressources { + display: none; +} .path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 .view-projets #filtres { scroll-margin-top: 10rem; } diff --git a/web/themes/custom/eql/scss/global/_layout.scss b/web/themes/custom/eql/scss/global/_layout.scss index 4a3e84f..7df71b4 100644 --- a/web/themes/custom/eql/scss/global/_layout.scss +++ b/web/themes/custom/eql/scss/global/_layout.scss @@ -1,5 +1,9 @@ - +.path-user{ + .buttons-filtres-ressources{ + display: none; + } +} .layout-container { font-family: $font-family-default; margin: none; diff --git a/web/themes/custom/eql/scss/pages/_lesprojets.scss b/web/themes/custom/eql/scss/pages/_lesprojets.scss index 7dd9d1e..1dc938c 100644 --- a/web/themes/custom/eql/scss/pages/_lesprojets.scss +++ b/web/themes/custom/eql/scss/pages/_lesprojets.scss @@ -116,7 +116,7 @@ } .view-projets{ - + .buttons-filtres-ressources{display: none;} // width: 80%; margin: auto; diff --git a/web/themes/custom/eql/templates/partials/form.html.twig b/web/themes/custom/eql/templates/partials/form.html.twig index ee6b23e..4646b63 100644 --- a/web/themes/custom/eql/templates/partials/form.html.twig +++ b/web/themes/custom/eql/templates/partials/form.html.twig @@ -12,8 +12,8 @@ * @ingroup themeable */ #} -{% if 'path-ressources' in attributes.class %} -