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.
26 lines
310 B
26 lines
310 B
2 years ago
|
uni-progress {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
uni-progress[hidden] {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.uni-progress-bar {
|
||
|
flex: 1;
|
||
|
}
|
||
|
|
||
|
.uni-progress-inner-bar {
|
||
|
width: 0;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.uni-progress-info {
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 0;
|
||
|
min-width: 2em;
|
||
|
margin-left: 15px;
|
||
|
font-size: 16px;
|
||
|
}
|