ajustement live
This commit is contained in:
parent
15805cba54
commit
2387de2870
@ -1530,6 +1530,7 @@ footer {
|
||||
flex-direction: column;
|
||||
}
|
||||
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_images {
|
||||
order: 1;
|
||||
background-color: black;
|
||||
-moz-border-radius: 9px; /* pour Mozilla */
|
||||
-khtml-border-radius: 9px; /* pour Safari et Chrome */
|
||||
@ -1592,6 +1593,7 @@ footer {
|
||||
padding-bottom: 0.2rem;
|
||||
}
|
||||
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_field_date {
|
||||
order: 2;
|
||||
color: red;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
@ -1603,6 +1605,7 @@ footer {
|
||||
padding-right: 0.3rem;
|
||||
}
|
||||
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_title {
|
||||
order: 3;
|
||||
padding-top: 0.2rem;
|
||||
}
|
||||
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_title h2 {
|
||||
@ -1615,6 +1618,7 @@ footer {
|
||||
color: rgb(7, 50, 194);
|
||||
}
|
||||
#actus-caroussel .content-actus .views-row article.node-type-actualite .field_body {
|
||||
order: 4;
|
||||
opacity: 1 !important;
|
||||
transform: none !important;
|
||||
font-family: "gilroy-regular";
|
||||
@ -2584,6 +2588,7 @@ body {
|
||||
}
|
||||
#home #live-youtube .field_field_descritpion {
|
||||
margin-bottom: 2rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#consultation {
|
||||
|
@ -709,6 +709,7 @@
|
||||
}
|
||||
.field_field_descritpion{
|
||||
margin-bottom: 2rem;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -36,6 +36,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.field_field_images{
|
||||
order: 1;
|
||||
background-color: black;
|
||||
-moz-border-radius: 9px; /* pour Mozilla */
|
||||
-khtml-border-radius: 9px; /* pour Safari et Chrome */
|
||||
@ -98,6 +99,7 @@
|
||||
}
|
||||
}
|
||||
.field_field_date{
|
||||
order: 2;
|
||||
color: red;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
@ -112,6 +114,7 @@
|
||||
|
||||
|
||||
.field_title{
|
||||
order: 3;
|
||||
padding-top: 0.2rem;
|
||||
h2{
|
||||
margin: 0;
|
||||
@ -124,6 +127,7 @@
|
||||
}
|
||||
}
|
||||
.field_body{
|
||||
order: 4;
|
||||
// visibility: visible;
|
||||
opacity: 1 !important;
|
||||
transform: none !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user