#3510 hover effet zoom sur page node projet aside right

This commit is contained in:
2025-11-24 12:34:18 +01:00
parent 9a57827acd
commit ede64a7b73
2 changed files with 8 additions and 0 deletions

View File

@@ -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;

View File

@@ -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;