update icons

This commit is contained in:
梁灏 2018-06-25 20:03:59 +08:00
parent 929fdf5cde
commit ca69e0945a
4 changed files with 6 additions and 6 deletions

View file

@ -190,7 +190,7 @@
&-arrow-double{
margin-left: 10px;
i:after{
content: "\F3CF";
content: "\F115";
}
}
}
@ -199,7 +199,7 @@
&-arrow-double{
margin-right: 10px;
i:after{
content: "\F3D1";
content: "\F11F";
}
}
}

View file

@ -79,13 +79,13 @@
&-item-jump-prev:hover {
i:after {
content: "\F3CF";
content: "\F115";
}
}
&-item-jump-next:hover {
i:after {
content: "\F3D1";
content: "\F11F";
}
}

View file

@ -81,7 +81,7 @@
&-content:before {
color: #e9e9e9;
cursor: pointer;
content: "\F4B3";
content: "\F2BF";
transition: all @transition-time @ease-in-out;
display: block;
}

View file

@ -249,7 +249,7 @@
.ivu-icon();
//float: right;
font-size: 24px;
content: '\F3FF';
content: '\F171';
color: @selected-color;
position: absolute;
top: 2px;