iep-ui
Version:
An enterprise-class UI design language and Vue-based implementation
21 lines (16 loc) • 387 B
text/less
@import '../../style/themes/index';
@import '../../style/mixins/index';
.@{ant-prefix}-stack-bar {
}
.iep-chart-tooltip-dark {
border-radius: 4px ;
background: #333 ;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08) ;
border-style: none ;
div {
color: #fff ;
}
span {
color: #fff ;
}
}