ajustement live

This commit is contained in:
Ouidade Soussi Chiadmi 2025-03-03 11:45:20 +01:00
parent 15805cba54
commit 2387de2870
3 changed files with 10 additions and 0 deletions

View File

@ -1530,6 +1530,7 @@ footer {
flex-direction: column; flex-direction: column;
} }
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_images { #actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_images {
order: 1;
background-color: black; background-color: black;
-moz-border-radius: 9px; /* pour Mozilla */ -moz-border-radius: 9px; /* pour Mozilla */
-khtml-border-radius: 9px; /* pour Safari et Chrome */ -khtml-border-radius: 9px; /* pour Safari et Chrome */
@ -1592,6 +1593,7 @@ footer {
padding-bottom: 0.2rem; padding-bottom: 0.2rem;
} }
#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 {
order: 2;
color: red; color: red;
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
@ -1603,6 +1605,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 {
@ -1615,6 +1618,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";
@ -2584,6 +2588,7 @@ body {
} }
#home #live-youtube .field_field_descritpion { #home #live-youtube .field_field_descritpion {
margin-bottom: 2rem; margin-bottom: 2rem;
text-align: center;
} }
#consultation { #consultation {

View File

@ -709,6 +709,7 @@
} }
.field_field_descritpion{ .field_field_descritpion{
margin-bottom: 2rem; margin-bottom: 2rem;
text-align: center;
} }
} }

View File

@ -36,6 +36,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
.field_field_images{ .field_field_images{
order: 1;
background-color: black; background-color: black;
-moz-border-radius: 9px; /* pour Mozilla */ -moz-border-radius: 9px; /* pour Mozilla */
-khtml-border-radius: 9px; /* pour Safari et Chrome */ -khtml-border-radius: 9px; /* pour Safari et Chrome */
@ -98,6 +99,7 @@
} }
} }
.field_field_date{ .field_field_date{
order: 2;
color: red; color: red;
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
@ -112,6 +114,7 @@
.field_title{ .field_title{
order: 3;
padding-top: 0.2rem; padding-top: 0.2rem;
h2{ h2{
margin: 0; margin: 0;
@ -124,6 +127,7 @@
} }
} }
.field_body{ .field_body{
order: 4;
// visibility: visible; // visibility: visible;
opacity: 1 !important; opacity: 1 !important;
transform: none !important; transform: none !important;