simplification js fleche toggle actu /home
This commit is contained in:
parent
a248020a69
commit
b91c841ef4
@ -1736,12 +1736,15 @@ footer {
|
|||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
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;
|
cursor: pointer;
|
||||||
transition: transform 0.3s ease;
|
transition: transform 0.3s ease;
|
||||||
}
|
}
|
||||||
#actus-caroussel .content-actus .views-row .toggle-actualite:hover {
|
#actus-caroussel .content-actus .views-row .toggle-actualite.open {
|
||||||
transform: scale(1.2);
|
transform: rotate(180deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-header {
|
header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-header {
|
||||||
|
@ -260,13 +260,16 @@
|
|||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
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;
|
cursor: pointer;
|
||||||
transition: transform 0.3s ease;
|
transition: transform 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toggle-actualite:hover {
|
.toggle-actualite.open {
|
||||||
transform: scale(1.2);
|
transform: rotate(180deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user