play page > item : scale up on hover
All checks were successful
Deploy / Deploy to Production (push) Successful in 21s
All checks were successful
Deploy / Deploy to Production (push) Successful in 21s
This commit is contained in:
parent
80a7b41112
commit
3339528d9b
1 changed files with 5 additions and 0 deletions
|
|
@ -478,6 +478,11 @@
|
||||||
.play-carousel-item :global(img) {
|
.play-carousel-item :global(img) {
|
||||||
width: clamp(140px, 15.09vw, 291px);
|
width: clamp(140px, 15.09vw, 291px);
|
||||||
border-radius: 25%;
|
border-radius: 25%;
|
||||||
|
transition: all .3s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.play-carousel-item:hover :global(img) {
|
||||||
|
scale: 1.05;
|
||||||
}
|
}
|
||||||
|
|
||||||
.play-carousel-item.active :global(img) {
|
.play-carousel-item.active :global(img) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue