You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
768 B
51 lines
768 B
@prefixProgressClass: ant-progress;
|
|
|
|
.@{prefixProgressClass} {
|
|
&-line-wrap,
|
|
&-circle-wrap {
|
|
display: inline-block;
|
|
}
|
|
|
|
&-line-wrap {
|
|
font-size: 12px;
|
|
}
|
|
&-line-inner {
|
|
display: inline-block;
|
|
|
|
svg {
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
|
|
&-line-text {
|
|
display: inline-block;
|
|
font-size: 1em;
|
|
margin-left: 10px;
|
|
line-height: 1;
|
|
|
|
.anticon {
|
|
font-size: 1.2em;
|
|
}
|
|
}
|
|
|
|
|
|
&-circle-inner {
|
|
position: relative;
|
|
line-height: 1;
|
|
}
|
|
&-circle-text {
|
|
display: block;
|
|
position: absolute;
|
|
width: 100%;
|
|
text-align: center;
|
|
line-height: 1;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
left: 0;
|
|
|
|
.anticon {
|
|
font-size: 14/12em;
|
|
}
|
|
}
|
|
}
|
|
|