simplification js fleche toggle actu /home

This commit is contained in:
Ouidade Soussi Chiadmi 2025-03-17 13:29:28 +01:00
parent a248020a69
commit b91c841ef4
2 changed files with 12 additions and 6 deletions

View File

@ -1736,12 +1736,15 @@ footer {
margin: 10px auto;
border: none;
background-color: transparent;
font-size: 24px;
background-image: url("../img/fleche-bas.svg");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
transition: transform 0.3s ease;
}
#actus-caroussel .content-actus .views-row .toggle-actualite:hover {
transform: scale(1.2);
#actus-caroussel .content-actus .views-row .toggle-actualite.open {
transform: rotate(180deg);
}
header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-header {

View File

@ -260,13 +260,16 @@
margin: 10px auto;
border: none;
background-color: transparent;
font-size: 24px;
background-image: url("../img/fleche-bas.svg");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
transition: transform 0.3s ease;
}
.toggle-actualite:hover {
transform: scale(1.2);
.toggle-actualite.open {
transform: rotate(180deg);
}