Hi,
I am learning simple transformations for the buttons on hoover.
CSS is here:
.x-anchor-button{
cursor: pointer;
/background-image: var(–gradient);/
transition: scale, 200ms;
}
.x-anchor-button:hover{
transform: scale(1.05,1.05);
}
I can see changes taking place in cornerstone, but they are not visible on live pages.
What can be causing that?
Website link:
Thank you!