iep-ui
Version:
An enterprise-class UI design language and Vue-based implementation
22 lines (20 loc) • 392 B
text/less
@import '../../style/themes/index';
@import '../../style/mixins/index';
.@{ant-prefix}-iep-sundry-rate {
display: flex;
justify-content: center;
align-items: center;
transition: all 300ms;
cursor: pointer;
&-icon {
width: 40px;
height: 40px;
}
&-text {
margin-left: 6px;
font-weight: 400;
font-size: 14px;
color: #1a1e24;
user-select: none;
}
}