@alitajs/antd-plus
Version:
基于 ant-design 封装的偏业务组件
32 lines (24 loc) • 481 B
text/less
@import '../../style/themes/default.less';
@prefix-cls: ~'@{prefix}-button-list';
.@{prefix-cls} {
.ant-btn {
margin-right: 8px;
}
&.is-link {
.ant-btn {
margin-right: 0;
}
}
&__button-danger {
color: @error-color;
&:hover {
color: color(~`colorPalette('@{error-color}', 5) `);
}
}
&__button-default {
color: @btn-default-color;
&:hover {
color: color(~`colorPalette('@{btn-default-color}', 5) `);
}
}
}