Browse Source

use cross-rotate()

pull/53/head
Yuwei Ba 9 years ago
parent
commit
44c5f8cfca
  1. 4
      style/components/pagination.less

4
style/components/pagination.less

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

Loading…
Cancel
Save