@aplus-frontend/ui
Version:
43 lines (40 loc) • 811 B
text/less
@import '../mixins/mixins.less';
@import '../mixins/config.less';
.b('ap-label', {
display: flex;
flex-direction: column;
align-items: start;
font-size: 14px;
&__content{
display: flex;
flex-direction: row;
align-items: center;
.aplus-frontend-icon{
display: flex;
align-items: center,
}
}
&__custom{
margin-top:2px;
width: 100%;
.ant-tag{
height:24px;
line-height: 24px;
}
.ant-tag-green{
color:#34b77c;
border-color:#34b77c;
background: rgba(52, 183, 124, 0.06);
}
.ant-tag-red{
color:#FF4D4F;
border-color:#FF4D4F;
background: rgba(255, 77, 79, 0.06);
}
.ant-tag-blue{
color:#1890ff;
border-color:#1890ff;
background: rgba(24, 144, 255, 0.06);
}
}
});