diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index 74c3929..39215cb 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -933,7 +933,9 @@ header { #fotter-bottom .region-footer-bottom-left { margin-left: 3rem; border: none; - width: 20%; } + width: 20%; + display: flex; + flex-direction: row; } #fotter-bottom .region-footer-bottom-left .view-id-partenaires .view-content { display: flex; flex-direction: row; @@ -943,6 +945,9 @@ header { #fotter-bottom .region-footer-bottom-left .view-id-partenaires .view-content .node-type-partenaires_logo_footer_ { padding-right: 1rem; padding-bottom: 1rem; } + #fotter-bottom .region-footer-bottom-left .block-views-blockpartenaires-block-3 { + border-left: #009ee3 solid 1px; + padding-left: 1rem; } #fotter-bottom .region-footer-bottom-right { width: 15%; } #fotter-bottom .region-footer-bottom-right #block-pieddepage ul { diff --git a/web/themes/custom/eql/scss/partials/_footer.scss b/web/themes/custom/eql/scss/partials/_footer.scss index 5a144e4..120bcb8 100644 --- a/web/themes/custom/eql/scss/partials/_footer.scss +++ b/web/themes/custom/eql/scss/partials/_footer.scss @@ -26,6 +26,8 @@ margin-left: 3rem; border: none; width: 20%; + display: flex; + flex-direction: row; .view-id-partenaires{ .view-content{ @@ -40,6 +42,10 @@ } } } + .block-views-blockpartenaires-block-3{ + border-left: $blue-light solid 1px; + padding-left: 1rem; + } } .region-footer-bottom-right{ @@ -61,6 +67,10 @@ .region-footer-bottom-middle{ width: 60%; + // .block-views-blockpartenaires-block-2{ + // border-left: $blue-light solid 1px; + // padding-left: 1rem; + // } .view-id-partenaires{ .view-content{