We have an arrow from right side '➜' but couldn't get reverse of it. Here is the CSS part which I had tried but it does not work.
.button span{
transform: rotate(180deg);
}
We have an arrow from right side '➜' but couldn't get reverse of it. Here is the CSS part which I had tried but it does not work.
.button span{
transform: rotate(180deg);
}