css actus

This commit is contained in:
Ouidade Soussi Chiadmi 2025-03-03 14:37:20 +01:00
parent 1c09ac0a55
commit 91f248bfd7
2 changed files with 12 additions and 4 deletions

View File

@ -1594,6 +1594,9 @@ footer {
padding-right: 0.3rem; padding-right: 0.3rem;
padding-bottom: 0.2rem; padding-bottom: 0.2rem;
} }
#actus-caroussel .content-actus .views-row article.node-type-actualite .infos-actu {
order: 2;
}
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_date { #actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_date {
color: red; color: red;
display: inline-flex; display: inline-flex;
@ -1606,6 +1609,7 @@ footer {
padding-right: 0.3rem; padding-right: 0.3rem;
} }
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_title { #actus-caroussel .content-actus .views-row article.node-type-actualite .field_title {
order: 3;
padding-top: 0.2rem; padding-top: 0.2rem;
} }
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_title h2 { #actus-caroussel .content-actus .views-row article.node-type-actualite .field_title h2 {
@ -1618,6 +1622,7 @@ footer {
color: rgb(7, 50, 194); color: rgb(7, 50, 194);
} }
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_body { #actus-caroussel .content-actus .views-row article.node-type-actualite .field_body {
order: 4;
opacity: 1 !important; opacity: 1 !important;
transform: none !important; transform: none !important;
font-family: "gilroy-regular"; font-family: "gilroy-regular";
@ -1627,6 +1632,9 @@ footer {
margin-bottom: 1rem; margin-bottom: 1rem;
font-size: 0.7rem; font-size: 0.7rem;
} }
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_liens {
order: 5;
}
#actus-caroussel .content-actus .views-row:nth-child(odd) { #actus-caroussel .content-actus .views-row:nth-child(odd) {
position: relative; position: relative;
top: 60px; top: 60px;

View File

@ -99,7 +99,7 @@
} }
} }
.infos-actu{ .infos-actu{
// order: 2; order: 2;
} }
.field_field_date{ .field_field_date{
@ -117,7 +117,7 @@
.field_title{ .field_title{
// order: 3; order: 3;
padding-top: 0.2rem; padding-top: 0.2rem;
h2{ h2{
margin: 0; margin: 0;
@ -130,7 +130,7 @@
} }
} }
.field_body{ .field_body{
// order: 4; order: 4;
// visibility: visible; // visibility: visible;
opacity: 1 !important; opacity: 1 !important;
transform: none !important; transform: none !important;
@ -142,7 +142,7 @@
} }
} }
.field_field_liens{ .field_field_liens{
// order: 5; order: 5;
} }
} }