hadnling button hover
This commit is contained in:
parent
fdfcc5aca1
commit
d9dab76867
|
|
@ -188,3 +188,13 @@ article > *:not(.entry-content, .chapter-header-block),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.post-conseil-page-container {
|
||||||
|
.wp-block-button__link {
|
||||||
|
transition: all 0.6s ease-out;
|
||||||
|
&:hover {
|
||||||
|
/* filter: contrast(2) brightness(0.6); */
|
||||||
|
filter: brightness(96%);
|
||||||
|
transform: translateY(-2px);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user