diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index 7d3c15a..c9b4c7d 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -222,8 +222,8 @@ a { margin: auto; } .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf ::before { content: url("../images/pictos/noun_Download_file_307900.svg"); - width: 50px; - height: 53px; + min-width: 50px; + height: auto; padding-right: 1rem; } .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf a { display: inline-flex; @@ -247,8 +247,8 @@ a { font-weight: 800; } .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"); - width: 50px; - height: 53px; + min-width: 50px; + height: auto; padding-right: 1rem; } .layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a svg.ext { display: none; } diff --git a/web/themes/custom/eql/scss/pages/_static.scss b/web/themes/custom/eql/scss/pages/_static.scss index 6369b8d..9a9c33f 100644 --- a/web/themes/custom/eql/scss/pages/_static.scss +++ b/web/themes/custom/eql/scss/pages/_static.scss @@ -25,7 +25,6 @@ display: flex; width: 50%; background-color: $white; - // justify-content: flex-end; padding-right: 2rem; .field--name-field-titre{ @@ -86,7 +85,6 @@ } .field--name-field-fichiers{ min-height: 4rem; - // max-width: 75%; background: $white; color: $blue-light; padding-left: 1rem; @@ -102,8 +100,8 @@ margin: auto; ::before{ content: url("../images/pictos/noun_Download_file_307900.svg"); - width: 50px; - height: 53px; + min-width:50px; + height: auto; padding-right: 1rem; } a{ @@ -133,17 +131,13 @@ margin: auto; height: fit-content; border: 2px solid $blue-light; - min-height: 4rem; - // max-width: 75%; background: $white; color: $blue-light; padding-left: 1rem; padding-top: 1rem; margin-bottom: 1rem; } - - a{ display: inline-flex; align-items: center; @@ -151,8 +145,8 @@ font-weight: 800; &::before{ content: url("../images/pictos/noun_External Link_674151.svg"); - width: 50px; - height: 53px; + min-width: 50px; + height: auto; padding-right: 1rem; } svg.ext{