mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
fix lego icon
This commit is contained in:
parent
b88043f3fe
commit
080080eae3
@ -1168,12 +1168,12 @@ a.entry-link:hover {
|
||||
border-color: #5F6C77;
|
||||
}
|
||||
|
||||
a.entry-link .iconfont {
|
||||
a.entry-link .icon-lego {
|
||||
margin-right: 3px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
a.entry-link:hover .iconfont {
|
||||
a.entry-link:hover .icon-lego {
|
||||
-webkit-animation: rotateCircle 0.5s 1 ease-in-out;
|
||||
animation: rotateCircle 0.5s 1 ease-in-out;
|
||||
}
|
||||
|
@ -70,7 +70,7 @@
|
||||
<div class="entry-title">Design</div>
|
||||
<div class="entry-slogan">Design for ease.</div>
|
||||
<a class="entry-link" href="/docs/start">
|
||||
<i class="iconfont icon-lego"></i>
|
||||
<i class="iconfont-home icon-lego"></i>
|
||||
开始使用
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user