@lxlib/chart
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.
30 lines (28 loc) • 559 B
text/less
@import '../../../theme/styles/default.less';
@import './variable.less';
@{g2-water-wave-prefix} {
position: relative;
display: inline-block;
transform-origin: left;
&__desc {
position: absolute;
top: 32px;
left: 0;
width: 100%;
text-align: center;
&-title {
color: @text-color-secondary;
font-size: 14px;
line-height: 22px;
}
&-percent {
color: @heading-color;
font-size: 24px;
line-height: 32px;
}
}
&__canvas {
transform: scale(0.5);
transform-origin: 0 0;
}
}