25 lines
410 B
SCSS
25 lines
410 B
SCSS
@import '../../styles/abstracts/variables';
|
|
|
|
.progress {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
.ant-progress {
|
|
&-inner {
|
|
width: 32px !important;
|
|
height: 32px !important;
|
|
|
|
svg path {
|
|
stroke-width: 10px !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.ant-typography {
|
|
font-size: 10px !important;
|
|
color: rgba($default, 0.5);
|
|
}
|
|
}
|