diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index 04df81c..a3cd9c9 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -793,33 +793,31 @@ a { display: flex; flex-direction: column; width: 65%; } - .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers { + .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers .field__item { height: fit-content; border: 2px solid #009ee3; background-color: white; - margin-bottom: 1rem; } - .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers { + margin-bottom: 1rem; min-height: 4rem; - background: white; color: #009ee3; padding-left: 1rem; padding-top: 1rem; } - .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers span:nth-of-type(2) { - display: none; } - .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf { - height: inherit; - margin: auto; } - .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf ::before { - content: url("../images/pictos/noun_Download_file_307900.svg"); - min-width: 50px; - height: auto; - padding-right: 1rem; } - .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf a { - hyphens: auto; - display: inline-flex; - align-items: center; - color: #009ee3; - font-weight: 800; } + .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers span:nth-of-type(2) { + display: none; } + .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf { + height: inherit; + margin: auto; } + .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf ::before { + content: url("../images/pictos/noun_Download_file_307900.svg"); + min-width: 40px; + height: auto; + padding-right: 1rem; } + .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf a { + hyphens: auto; + display: inline-flex; + align-items: center; + color: #009ee3; + font-weight: 800; } .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens .field__item { margin: auto; height: fit-content; @@ -837,7 +835,7 @@ a { font-weight: 800; } .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a::before { content: url("../images/pictos/noun_External Link_674151.svg"); - min-width: 50px; + min-width: 40px; height: auto; padding-right: 1rem; } .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a svg.ext { diff --git a/web/themes/custom/eql/images/Cite_architecture-Freaks_Architects026Copyright_David_Foessel_0.jpg b/web/themes/custom/eql/images/Cite_architecture-Freaks_Architects026Copyright_David_Foessel_0.jpg new file mode 100644 index 0000000..5c80dc9 Binary files /dev/null and b/web/themes/custom/eql/images/Cite_architecture-Freaks_Architects026Copyright_David_Foessel_0.jpg differ diff --git a/web/themes/custom/eql/images/evénement 308.jpg b/web/themes/custom/eql/images/evénement 308.jpg new file mode 100644 index 0000000..204aa95 Binary files /dev/null and b/web/themes/custom/eql/images/evénement 308.jpg differ diff --git a/web/themes/custom/eql/scss/pages/_actualite.scss b/web/themes/custom/eql/scss/pages/_actualite.scss index bd79a79..fc268c7 100644 --- a/web/themes/custom/eql/scss/pages/_actualite.scss +++ b/web/themes/custom/eql/scss/pages/_actualite.scss @@ -148,20 +148,19 @@ flex-direction: column; width: 65%; .block-entity-fieldnodefield-fichiers{ - height: fit-content; - border: 2px solid $blue-light; - background-color: $white; - margin-bottom: 1rem; - } .field--name-field-fichiers{ - min-height: 4rem; - background: $white; - color: $blue-light; - padding-left: 1rem; - padding-top: 1rem; - - + .field__item{ + height: fit-content; + border: 2px solid $blue-light; + background-color: $white; + margin-bottom: 1rem; + min-height: 4rem; + // background: $white; + color: $blue-light; + padding-left: 1rem; + padding-top: 1rem; + } span:nth-of-type(2){ display: none; } @@ -171,7 +170,7 @@ margin: auto; ::before{ content: url("../images/pictos/noun_Download_file_307900.svg"); - min-width:50px; + min-width:40px; height: auto; padding-right: 1rem; } @@ -206,7 +205,7 @@ font-weight: 800; &::before{ content: url("../images/pictos/noun_External Link_674151.svg"); - min-width: 50px; + min-width: 40px; height: auto; padding-right: 1rem; }