Add styling for horizontally mirrored button
This commit is contained in:
parent
28ff98ab32
commit
2b9d849578
@ -82,6 +82,14 @@
|
||||
}
|
||||
|
||||
button {
|
||||
.hmirror {
|
||||
-moz-transform: scale(-1, 1);
|
||||
-webkit-transform: scale(-1, 1);
|
||||
-o-transform: scale(-1, 1);
|
||||
-ms-transform: scale(-1, 1);
|
||||
transform: scale(-1, 1);
|
||||
}
|
||||
|
||||
.controlbtn {
|
||||
color: $text-controls-color;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user