update icons
This commit is contained in:
parent
929fdf5cde
commit
ca69e0945a
4 changed files with 6 additions and 6 deletions
|
@ -190,7 +190,7 @@
|
||||||
&-arrow-double{
|
&-arrow-double{
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
i:after{
|
i:after{
|
||||||
content: "\F3CF";
|
content: "\F115";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -199,7 +199,7 @@
|
||||||
&-arrow-double{
|
&-arrow-double{
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
i:after{
|
i:after{
|
||||||
content: "\F3D1";
|
content: "\F11F";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -79,13 +79,13 @@
|
||||||
|
|
||||||
&-item-jump-prev:hover {
|
&-item-jump-prev:hover {
|
||||||
i:after {
|
i:after {
|
||||||
content: "\F3CF";
|
content: "\F115";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-item-jump-next:hover {
|
&-item-jump-next:hover {
|
||||||
i:after {
|
i:after {
|
||||||
content: "\F3D1";
|
content: "\F11F";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
&-content:before {
|
&-content:before {
|
||||||
color: #e9e9e9;
|
color: #e9e9e9;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
content: "\F4B3";
|
content: "\F2BF";
|
||||||
transition: all @transition-time @ease-in-out;
|
transition: all @transition-time @ease-in-out;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
|
@ -249,7 +249,7 @@
|
||||||
.ivu-icon();
|
.ivu-icon();
|
||||||
//float: right;
|
//float: right;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
content: '\F3FF';
|
content: '\F171';
|
||||||
color: @selected-color;
|
color: @selected-color;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue