diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css
index 207fd24..2b836d7 100644
--- a/web/themes/custom/eql/css-compiled/styles.css
+++ b/web/themes/custom/eql/css-compiled/styles.css
@@ -295,7 +295,8 @@ a {
display: flex;
flex-direction: column; }
.block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite div:first-child :nth-child(1) {
- order: 1; }
+ order: 1;
+ font-weight: 800; }
.block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite div:first-child :nth-child(4) {
order: 2; }
.block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite div:first-child :nth-child(5) {
@@ -312,6 +313,15 @@ a {
margin: 0; }
.block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite a {
color: black; }
+ .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite .inline.links {
+ padding-top: none !important;
+ list-style: none;
+ width: fit-content;
+ align-self: flex-end; }
+ .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite .inline.links a {
+ content: url('data:image/svg+xml,'); }
+ .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite .field--name-field-actu-type {
+ padding-top: 2rem; }
.layout--onecol .block-block-content {
display: grid;
@@ -337,7 +347,7 @@ a {
font-weight: 700;
color: #009ee3; }
.layout--onecol .field--type-link a::after {
- content: url('data:image/svg+xml,'); }
+ content: url('data:image/svg+xml,'); }
.view-display-id-block_2:is(.view-id-home_nodes) {
padding-top: 2rem;
@@ -364,7 +374,7 @@ a {
font-weight: 700;
color: #009ee3; }
.view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .inline.links a:after {
- content: url('data:image/svg+xml,'); }
+ content: url('data:image/svg+xml,'); }
.view-display-id-block_2:is(.view-id-home_nodes) .node-type-static .field--name-field-images .field__item img {
width: 15rem;
height: auto; }
diff --git a/web/themes/custom/eql/scss/pages/_home.scss b/web/themes/custom/eql/scss/pages/_home.scss
index c92ed81..d5bf17e 100644
--- a/web/themes/custom/eql/scss/pages/_home.scss
+++ b/web/themes/custom/eql/scss/pages/_home.scss
@@ -74,7 +74,7 @@
}
-// bandeau bleu actus
+// bandeau actus
.block-views-blockactus-blocks-pages-block-1{
border-bottom: 5px solid $blue-light;
@@ -94,7 +94,7 @@
div:first-child{ // block actu dans le bandeau
display: flex;
flex-direction: column;
- :nth-child(1) { order: 1; }
+ :nth-child(1) { order: 1; font-weight: 800;}
:nth-child(4) { order: 2; }
:nth-child(5) { order: 3; }
}
@@ -112,7 +112,21 @@
width: 100%;
}
h2{ margin:0; }
- a{ color: $black; }
+ a{ color: $black; }
+
+ .inline.links{
+ padding-top: none !important;
+ list-style: none;
+ width: fit-content;
+ align-self: flex-end;
+
+ a{
+ content: url('data:image/svg+xml,');
+ }
+ }
+ .field--name-field-actu-type{
+ padding-top: 2rem;
+ }
}
}
}
@@ -148,7 +162,7 @@
}
a::after{
- content: url('data:image/svg+xml,');
+ content: url('data:image/svg+xml,');
}
}
@@ -161,9 +175,7 @@
.view-display-id-block_2:is(.view-id-home_nodes){
padding-top: 2rem;
background: url('data:image/svg+xml,');
- // background-image: url("../images/pictos/carre-contour-bleu.svg");
background-repeat: no-repeat;
- // background-position: -20px;
@@ -192,7 +204,7 @@
color: $blue-light;
&:after{
// display: block;
- content: url('data:image/svg+xml,');
+ content: url('data:image/svg+xml,');
}
}
}