16 lines
321 B
Text
16 lines
321 B
Text
@circle-prefix-cls: ~"@{css-prefix}chart-circle";
|
|
|
|
.@{circle-prefix-cls}{
|
|
display: inline-block;
|
|
position: relative;
|
|
|
|
&-inner {
|
|
width: 100%;
|
|
text-align: center;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
line-height: 1;
|
|
}
|
|
}
|