11 lines
140 B
Plaintext
11 lines
140 B
Plaintext
|
progress{
|
||
|
width: 100%;
|
||
|
}
|
||
|
.progress-box{
|
||
|
display: flex;
|
||
|
height: 25px;
|
||
|
margin-bottom: 30px;
|
||
|
}
|
||
|
.progress-cancel{
|
||
|
margin-left: 20px;
|
||
|
}
|