mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-27 12:13:53 +00:00
Progressbar tweak
This commit is contained in:
parent
026958a421
commit
59376485ea
1 changed files with 4 additions and 3 deletions
|
|
@ -456,10 +456,10 @@
|
|||
|
||||
.UppyDashboardItem-progress {
|
||||
width: 100%;
|
||||
height: 12px;
|
||||
height: 15px;
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
line-height: 12px;
|
||||
line-height: 15px;
|
||||
color: $color-white;
|
||||
margin: auto;
|
||||
position: absolute;
|
||||
|
|
@ -467,6 +467,7 @@
|
|||
left: 0;
|
||||
overflow: hidden;
|
||||
display: none;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.UppyDashboardItem-progress.is-active {
|
||||
|
|
@ -480,7 +481,7 @@
|
|||
}
|
||||
|
||||
.UppyDashboardItem-progressInner {
|
||||
height: 12px;
|
||||
height: 15px;
|
||||
background-color: $color-cornflower-blue;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue