diapo
This commit is contained in:
parent
cd72306438
commit
be2d98e47d
|
@ -1524,6 +1524,7 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
|
||||||
}
|
}
|
||||||
|
|
||||||
#home #background-animated {
|
#home #background-animated {
|
||||||
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2000px;
|
top: 2000px;
|
||||||
left: 280px;
|
left: 280px;
|
||||||
|
@ -1657,7 +1658,7 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
|
||||||
}
|
}
|
||||||
@keyframes zoomOut {
|
@keyframes zoomOut {
|
||||||
0% {
|
0% {
|
||||||
transform: scale(1.1);
|
transform: scale(1);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
transform: scale(1.3);
|
transform: scale(1.3);
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
@keyframes zoomOut {
|
@keyframes zoomOut {
|
||||||
0% {
|
0% {
|
||||||
transform: scale(1.1);
|
transform: scale(1);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
transform: scale(1.3);
|
transform: scale(1.3);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#home{
|
#home{
|
||||||
|
|
||||||
#background-animated {
|
#background-animated {
|
||||||
// display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2000px;
|
top: 2000px;
|
||||||
left: 280px;
|
left: 280px;
|
||||||
|
|
Loading…
Reference in New Issue