push rotate-flip css
This commit is contained in:
parent
762120d189
commit
9d79a6de7e
1 changed files with 5 additions and 0 deletions
|
@ -474,6 +474,11 @@ a:hover {
|
||||||
transform: rotate(270deg);
|
transform: rotate(270deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rotate-flip {
|
||||||
|
-webkit-transform: scaleX(-1);
|
||||||
|
transform: scaleX(-1);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.hide-scroll {
|
.hide-scroll {
|
||||||
|
|
Loading…
Add table
Reference in a new issue