feat: 添加自定义iconfont
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
@import '../../style/theme.less';
|
||||
@import '../../assets/font/iconfont.less';
|
||||
|
||||
.icon {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
font-size: inherit;
|
||||
color: inherit;
|
||||
|
||||
&.icon_image {
|
||||
width: @font-size-icon;
|
||||
height: @font-size-icon;
|
||||
}
|
||||
|
||||
&__image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user