mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
Merge branch 'dev' of https://github.com/ant-design/ant-design.github.io into dev
This commit is contained in:
commit
90c07d7ce4
@ -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;
|
||||
}
|
||||
|
@ -71,7 +71,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