mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
iconfont
This commit is contained in:
commit
0d5e1d0957
@ -159,6 +159,7 @@ const icons2 = ['question', 'question-circle-o', 'question-circle', 'plus', 'plu
|
||||
|
||||
const icons3 = ['lock', 'unlock', 'android', 'apple', 'area-chart', 'bar-chart', 'bars', 'book', 'calendar', 'cloud', 'cloud-download', 'code', 'copy', 'credit-card', 'delete', 'desktop', 'download-line', 'edit', 'ellipsis', 'environment', 'file', 'file-text', 'folder', 'folder-open', 'github', 'hdd', 'frown', 'meh', 'inbox', 'laptop', 'appstore', 'line-chart', 'link', 'logout', 'mail', 'menu-fold', 'menu-unfold', 'mobile', 'notification', 'paper-clip', 'picture', 'pie-chart', 'poweroff', 'reload', 'search', 'setting', 'share-alt', 'shopping-cart', 'smile', 'tablet', 'tag', 'tags', 'to-top', 'upload', 'user', 'video-camera', 'windows', 'ie', 'chrome', 'home', 'loading', 'smile-circle', 'meh-circle', 'frown-circle', 'tags-o', 'tag-o', 'cloud-upload-o', 'cloud-download-o', 'cloud-upload', 'cloud-o', 'star-o', 'star', 'enviroment', 'enviroment-o', 'eye', 'eye-o', 'camera', 'camera-o', 'aliwangwang', 'aliwangwang-o', 'save', 'team', 'solution', 'phone', 'filter', 'exception', 'export', 'customerservice'];
|
||||
|
||||
|
||||
ReactDOM.render(<IconSet icons={icons1} />, document.getElementById('iconset-direction'));
|
||||
ReactDOM.render(<IconSet icons={icons2} />, document.getElementById('iconset-hint'));
|
||||
ReactDOM.render(<IconSet icons={icons3} />, document.getElementById('iconset-common'));
|
||||
|
@ -128,8 +128,7 @@
|
||||
transition: transform .3s ease;
|
||||
content: "\e603";
|
||||
right: 16px;
|
||||
.ie-rotate(3);
|
||||
transform: rotate(270deg) scale(0.75);
|
||||
transform: scale(0.75);
|
||||
}
|
||||
|
||||
&-inline > .@{menu-prefix-cls}-submenu-title:after {
|
||||
@ -149,8 +148,8 @@
|
||||
|
||||
&-open {
|
||||
&.@{menu-prefix-cls}-submenu-inline > .@{menu-prefix-cls}-submenu-title:after {
|
||||
.ie-rotate(1);
|
||||
transform: rotate(180deg) scale(0.75);
|
||||
content: "\e602";
|
||||
transform: scale(0.75);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -159,7 +158,7 @@
|
||||
.anticon {
|
||||
width: 14px;
|
||||
margin-right: 8px;
|
||||
top: -1px;
|
||||
top: 1px;
|
||||
color: #999;
|
||||
}
|
||||
}
|
||||
@ -262,7 +261,7 @@
|
||||
.anticon {
|
||||
width: 14px;
|
||||
margin-right: 8px;
|
||||
top: -1px;
|
||||
top: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -386,4 +385,4 @@
|
||||
border-right: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -6,6 +6,7 @@
|
||||
text-align: center;
|
||||
text-transform: none;
|
||||
text-rendering: auto;
|
||||
line-height: 1;
|
||||
|
||||
&:before {
|
||||
display: block;
|
||||
|
Loading…
Reference in New Issue
Block a user