36 lines
513 B
Plaintext
36 lines
513 B
Plaintext
@import "variable.less"; // Variable.less
|
|
|
|
|
|
.current-progress {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
|
|
|
|
.progress-content {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.progress-content {
|
|
&:last-child{
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
.current-progressbar{
|
|
margin-top: 3px;
|
|
.progress{
|
|
height: 15px;
|
|
margin: 0px;
|
|
box-shadow: none;
|
|
}
|
|
.progress-bar{
|
|
box-shadow: 0px;
|
|
line-height: 14px;
|
|
font-size: 11px;
|
|
box-shadow: none;
|
|
}
|
|
}
|