Browse Source

Merge branch 'master' of github.com:ant-design/ant-design

pull/54/head
yiminghe 9 years ago
parent
commit
b876c5ac35
  1. 17
      style/components/pagination.less

17
style/components/pagination.less

@ -59,14 +59,13 @@
display: block;
letter-spacing: 2px;
color: #ccc;
font-size: 12px;
margin-top: 1px;
}
&:hover {
&:after {
color: @primary-color;
font-size: 8px;
.iconfont-size-under-12px(8px);
letter-spacing: -1px;
font-family: "anticon";
}
@ -75,10 +74,10 @@
}
&-jump-prev {
.cross-rotate(180deg);
&:hover {
&:after {
content: "\e611\e611";
transform: rotate(180deg);
}
}
}
@ -98,7 +97,6 @@
font-family: Arial;
cursor: pointer;
color: #666;
font-size: 10px;
border-radius: 6px;
list-style: none;
min-width: 28px;
@ -107,19 +105,20 @@
float: left;
text-align: center;
transition: all 0.3s ease;
display: inline-block;
}
&-prev, &-next {
border: 1px solid #d9d9d9;
a {
font-size: 16px;
color: #666;
&:after {
.iconfont-size-under-12px(8px);
display: block;
height: 28px;
line-height: 28px;
font-size: 8px;
height: 26px;
line-height: 26px;
font-family: "anticon";
}
@ -135,11 +134,11 @@
}
&-prev {
.cross-rotate(180deg);
a {
&:after {
content: "\e611";
display: block;
transform: rotate(180deg);
}
}
}

Loading…
Cancel
Save