simplification js fleche toggle actu /home
This commit is contained in:
parent
a248020a69
commit
b91c841ef4
@ -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 {
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user