#3510 hover effet zoom sur page node projet aside right
This commit is contained in:
@@ -4587,6 +4587,10 @@ body {
|
|||||||
width: 80%;
|
width: 80%;
|
||||||
border-bottom: solid black 1px;
|
border-bottom: solid black 1px;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
|
transition: transform 0.4s ease-in-out;
|
||||||
|
}
|
||||||
|
.node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third div .views-row:hover {
|
||||||
|
transform: scale(1.05); /* effet de zoom léger */
|
||||||
}
|
}
|
||||||
.node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third div .views-row .views-field-title h2 {
|
.node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third div .views-row .views-field-title h2 {
|
||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
|
|||||||
@@ -373,6 +373,10 @@
|
|||||||
width: 80%;
|
width: 80%;
|
||||||
border-bottom: solid black 1px;
|
border-bottom: solid black 1px;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
|
transition: transform 0.4s ease-in-out; // animation plus fluide
|
||||||
|
&:hover {
|
||||||
|
transform: scale(1.05); /* effet de zoom léger */
|
||||||
|
}
|
||||||
.views-field-title {
|
.views-field-title {
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user