page actu

This commit is contained in:
2025-05-16 15:27:39 +02:00
parent cf35f1ecf9
commit 3049683e29
5 changed files with 14 additions and 6 deletions
File diff suppressed because one or more lines are too long
+6 -2
View File
@@ -375,7 +375,7 @@ svg.ext {
padding-left: 0.8rem;
padding-top: 1rem;
padding-bottom: 1rem;
margin-bottom: 1rem;
padding-right: 0.5rem;
}
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers .field--name-field-fichiers span:nth-of-type(2) {
display: none;
@@ -394,6 +394,7 @@ svg.ext {
display: inline-flex;
color: rgb(0, 158, 227);
font-weight: 800;
align-items: center;
}
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens .field__item {
margin: auto;
@@ -406,6 +407,7 @@ svg.ext {
padding-top: 1rem;
padding-bottom: 1rem;
margin-bottom: 1rem;
padding-right: 0.5rem;
}
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a {
display: inline-flex;
@@ -457,7 +459,6 @@ svg.ext {
color: rgb(0, 0, 0);
font-size: 1rem;
font-weight: 900;
font-style: italic;
}
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource div .field--name-field-sous-titre {
order: 4;
@@ -1148,11 +1149,13 @@ svg.ext {
order: 5;
grid-column: 2;
margin-top: 1rem;
color: rgb(9, 57, 139);
}
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodetitle {
order: 3;
grid-column: 2/span 7;
margin: 0;
color: rgb(9, 57, 139);
}
@media (max-width: 568px) {
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodetitle {
@@ -1215,6 +1218,7 @@ svg.ext {
grid-column: 2/span 7;
margin-top: 1rem;
font-weight: 800;
color: rgb(9, 57, 139);
}
@media (max-width: 568px) {
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top .block-entity-fieldnodefield-sous-titre {
+1 -1
View File
@@ -182,7 +182,7 @@ jQuery(function($) {
console.log('salut slick home');
$('.page-node-type-actualite .block-entity-fieldnodefield-images .field--type-image').slick({
dots: true,
arrows: false,
arrows: true,
adaptiveHeight: true,
responsive: [
{
@@ -29,12 +29,14 @@
order: 5;
grid-column: 2;
margin-top: 1rem;
color: $blue-dark;
}
.block-entity-fieldnodetitle{
order: 3;
grid-column: 2 /span 7;
margin: 0;
color: $blue-dark;
@media (max-width: 568px){
grid-column: 2 /span 8;
max-width: 80vw;
@@ -95,6 +97,7 @@
grid-column: 2 /span 7;
margin-top: 1rem;
font-weight: 800;
color: $blue-dark;
@media (max-width: 568px){
grid-column: 2 /span 8;
max-width: 80vw;
@@ -148,7 +148,7 @@
padding-left: 0.8rem;
padding-top: 1rem;
padding-bottom: 1rem;
margin-bottom: 1rem;
padding-right: 0.5rem;
span:nth-of-type(2){
display: none;
}
@@ -166,6 +166,7 @@
display: inline-flex;
color: $blue-light;
font-weight: 800;
align-items: center;
}
}
}
@@ -184,6 +185,7 @@
padding-top: 1rem;
padding-bottom: 1rem;
margin-bottom: 1rem;
padding-right: 0.5rem;
}
a{
display: inline-flex;
@@ -238,7 +240,6 @@
color: $black;
font-size: 1rem;
font-weight: 900;
font-style: italic;
}
}
}