use cross-rotate()

This commit is contained in:
Yuwei Ba 2015-07-20 16:01:04 +08:00
parent 8c22dac4ae
commit 44c5f8cfca

View File

@ -74,7 +74,7 @@
} }
&-jump-prev { &-jump-prev {
transform: rotate(180deg); .cross-rotate(180deg);
&:hover { &:hover {
&:after { &:after {
content: "\e611\e611"; content: "\e611\e611";
@ -134,7 +134,7 @@
} }
&-prev { &-prev {
transform: rotate(180deg); .cross-rotate(180deg);
a { a {
&:after { &:after {
content: "\e611"; content: "\e611";