mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
update iconfont url
This commit is contained in:
parent
30e719cb49
commit
e0d74468b8
@ -506,6 +506,10 @@
|
||||
<i class="anticon anticon-chrome"></i>
|
||||
<span class="anticon-class">chrome</span>
|
||||
</li>
|
||||
<li>
|
||||
<i class="anticon anticon-home"></i>
|
||||
<span class="anticon-class">home</span>
|
||||
</li>
|
||||
<li>
|
||||
<i class="anticon anticon-loading"></i>
|
||||
<span class="anticon-class">loading</span>
|
||||
|
@ -149,7 +149,8 @@
|
||||
.@{iconfont-css-prefix}-video-camera:before {content:"\e66b";}
|
||||
.@{iconfont-css-prefix}-windows:before {content:"\e66c";}
|
||||
.@{iconfont-css-prefix}-ie:before {content:"\e66d";}
|
||||
.@{iconfont-css-prefix}-chrome:before {content:"\e66e";}
|
||||
.@{iconfont-css-prefix}-chrome:before {content:"\e66e";}
|
||||
.@{iconfont-css-prefix}-home:before {content:"\e612";}
|
||||
.@{iconfont-css-prefix}-loading:before {
|
||||
display: inline-block;
|
||||
.animation(loadingCircle 1s infinite linear);
|
||||
|
@ -15,12 +15,12 @@
|
||||
@text-color : #666;
|
||||
@font-size-base : 12px;
|
||||
@line-height-base : 1.5;
|
||||
@line-height-computed: floor((@font-size-base * @line-height-base));
|
||||
@line-height-computed : floor((@font-size-base * @line-height-base));
|
||||
@border-radius-base : 6px;
|
||||
|
||||
// ICONFONT
|
||||
@iconfont-css-prefix : anticon;
|
||||
@icon-url : "//at.alicdn.com/t/font_1436434300_7173727";
|
||||
@icon-url : "//at.alicdn.com/t/font_1436443521_8072257";
|
||||
|
||||
// LINK
|
||||
@link-color : @primary-color;
|
||||
|
Loading…
Reference in New Issue
Block a user