iep-ui
Version:
An enterprise-class UI design language and Vue-based implementation
34 lines (32 loc) • 714 B
text/less
@import '../../style/themes/index';
@import '../../style/mixins/index';
.@{ant-prefix}-business-status-button {
line-height: 1.5705;
font-weight: 400;
white-space: nowrap;
text-align: center;
background-image: none;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
user-select: none;
touch-action: manipulation;
height: 32px;
padding: 0 15px;
font-size: 14px;
border-radius: 2px;
color: rgba(0, 0, 0, 0.85);
display: inline-flex;
justify-content: center;
align-items: center;
&-icon {
margin-right: 2px;
}
&-text {
font-size: 14px;
}
&-active {
.anticon {
color: @primary-color;
}
}
}