diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index c661b03..a68b51c 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -1838,9 +1838,9 @@ a { vertical-align: middle; } .path-ressources.annuairederecherche .layout-content { - background: url("../images/pictos/carre-contour-bleu_programme.svg"); + background: url("../images/pictos/carre-contour-bleu_annuairederecherche.svg"); background-repeat: no-repeat; - background-position-y: 20vh; + background-position-y: 7rem; max-width: 100vw; background-size: cover; } .path-ressources.annuairederecherche .layout-content .region-content #block-contenudelapageprincipale span { @@ -1885,12 +1885,15 @@ a { object-fit: contain; } .path-ressources.annuairederecherche .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--second .block-region-second .node-type-partenaires_logo_footer_ div .field--name-title { grid-column: 2; - font-weight: 800; } + font-weight: 800; + background-color: white; } .path-ressources.annuairederecherche .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--second .block-region-second .node-type-partenaires_logo_footer_ div .field--name-body { + background-color: white; grid-column: 2; } .path-ressources.annuairederecherche .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--second .block-region-second .node-type-partenaires_logo_footer_ div .field--name-body p { margin: 0; } .path-ressources.annuairederecherche .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--second .block-region-second .node-type-partenaires_logo_footer_ div .field--name-field-lien { + background-color: white; grid-column: 2; } .path-ressources.annuairederecherche .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--second .block-region-second .node-type-partenaires_logo_footer_ div .field--name-field-lien a { color: black; diff --git a/web/themes/custom/eql/images/pictos/carre-contour-bleu_annuairederecherche.svg b/web/themes/custom/eql/images/pictos/carre-contour-bleu_annuairederecherche.svg new file mode 100644 index 0000000..8f2107c --- /dev/null +++ b/web/themes/custom/eql/images/pictos/carre-contour-bleu_annuairederecherche.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + diff --git a/web/themes/custom/eql/scss/pages/_annuairederecherche.scss b/web/themes/custom/eql/scss/pages/_annuairederecherche.scss index 44225a3..6afadee 100644 --- a/web/themes/custom/eql/scss/pages/_annuairederecherche.scss +++ b/web/themes/custom/eql/scss/pages/_annuairederecherche.scss @@ -1,8 +1,8 @@ .path-ressources.annuairederecherche{ .layout-content{ - background: url('../images/pictos/carre-contour-bleu_programme.svg'); + background: url('../images/pictos/carre-contour-bleu_annuairederecherche.svg'); background-repeat: no-repeat; - background-position-y: 20vh; + background-position-y: 7rem; max-width: 100vw; background-size: cover; .region-content{ @@ -64,12 +64,15 @@ .field--name-title{ grid-column: 2; font-weight: 800; + background-color: $white; } .field--name-body{ + background-color: $white; grid-column: 2; p {margin: 0;} } .field--name-field-lien{ + background-color: $white; grid-column: 2; a{ color: $black;