22 lines
317 B
CSS
22 lines
317 B
CSS
.progressTip {
|
|
max-width: 40em;
|
|
margin: .2em auto;
|
|
|
|
|
|
}
|
|
.progressTip svg {
|
|
display: inline-block;
|
|
width: calc(100% - 11em);
|
|
margin-right: 1em;
|
|
}
|
|
.progressTip p {
|
|
display: inline-block;
|
|
width: 10em;
|
|
margin: .1em 0 1.6em;
|
|
text-align: right;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.progressTip i {
|
|
margin-right: .4em;}
|