update Date Icons

This commit is contained in:
梁灏 2018-06-25 13:27:14 +08:00
parent 9eba26feaa
commit 0f512d6a73
5 changed files with 18 additions and 18 deletions

View file

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

View file

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