ng-ytl-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
29 lines (23 loc) • 464 B
text/less
@import "../../components/style/themes/default.less";
.icon-wrapper {
position: relative;
padding: 0px 30px;
}
.icon-wrapper .anticon {
position: absolute;
top: -3px;
width: 16px;
height: 16px;
line-height: 1;
font-size: 16px;
color: @disabled-color;
}
.icon-wrapper .anticon:first-child {
left: 0;
}
.icon-wrapper .anticon:last-child {
right: 0;
}
.icon-wrapper .anticon.anticon-highlight {
color: #666;
}