SyntaxFix
Write A Post
Hire A Developer
Questions
That works fine with font icons like 's7 stroke icons' and 'font-awesome':
.mirror { display: inline-block; transform: scaleX(-1); }
And then on target element:
<button> <span class="s7-back mirror"></span> <span>Next</span> </button>