|
@@ -9,7 +9,7 @@
|
|
|
font-size: 12px;
|
|
|
font-weight: 400;
|
|
|
color: $color-white;
|
|
|
- background-color: lighten($color-black, 10%);
|
|
|
+ // background-color: lighten($color-black, 10%);
|
|
|
z-index: $zIndex-2;
|
|
|
transition: height .2s;
|
|
|
}
|
|
@@ -19,6 +19,19 @@
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
|
|
|
+ .uppy-StatusBar:before {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ top: 0;
|
|
|
+ bottom: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 2px;
|
|
|
+ background-color: rgba($color-gray, 0.25);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
.uppy-StatusBar[aria-hidden=true] {
|
|
|
overflow-y: hidden;
|
|
|
height: 0;
|
|
@@ -48,7 +61,7 @@
|
|
|
|
|
|
.uppy-StatusBar-progress {
|
|
|
background-color: $color-cornflower-blue;
|
|
|
- height: 100%;
|
|
|
+ height: 2px;
|
|
|
position: absolute;
|
|
|
z-index: $zIndex-2;
|
|
|
transition: background-color, width .3s ease-out;
|
|
@@ -78,7 +91,8 @@
|
|
|
padding-left: 15px;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
- color: $color-white;
|
|
|
+ // color: $color-white;
|
|
|
+ color: $color-black;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
@@ -106,7 +120,8 @@
|
|
|
}
|
|
|
|
|
|
.uppy-StatusBar-statusIndicator {
|
|
|
- color: $color-white;
|
|
|
+ // color: $color-white;
|
|
|
+ color: $color-asphalt-gray;
|
|
|
margin-right: 15px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
@@ -136,17 +151,19 @@
|
|
|
.uppy-StatusBar-actionBtn {
|
|
|
font-size: 12px;
|
|
|
padding: 6px;
|
|
|
- border-radius: 4px;
|
|
|
+ // border-radius: 4px;
|
|
|
+ color: $color-cornflower-blue;
|
|
|
}
|
|
|
|
|
|
.uppy-Dashboard--wide .uppy-StatusBar-actionBtn {
|
|
|
- padding: 7px 10px;
|
|
|
+ padding: 3px 5px;
|
|
|
}
|
|
|
|
|
|
.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
|
|
|
font-size: 14px;
|
|
|
width: 100%;
|
|
|
padding: 15px 10px;
|
|
|
+ color: $color-white;
|
|
|
background-color: $color-green;
|
|
|
}
|
|
|
|
|
@@ -165,23 +182,23 @@
|
|
|
|
|
|
.uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload {
|
|
|
background-color: transparent;
|
|
|
- border: 1px solid $color-white;
|
|
|
- color: $color-white;
|
|
|
+ // border: 1px solid $color-white;
|
|
|
+ color: $color-cornflower-blue;
|
|
|
}
|
|
|
|
|
|
- .uppy-StatusBar-actionBtn--retry {
|
|
|
- background-color: $color-white;
|
|
|
- color: $color-red;
|
|
|
- border: 1px solid transparent;
|
|
|
- }
|
|
|
+ // .uppy-StatusBar-actionBtn--retry {
|
|
|
+ // background-color: $color-white;
|
|
|
+ // color: $color-red;
|
|
|
+ // border: 1px solid transparent;
|
|
|
+ // }
|
|
|
|
|
|
- .uppy-StatusBar-actionBtn--cancel {
|
|
|
- // background-color: lighten($color-asphalt-gray, 8%);
|
|
|
- // border: 1px solid lighten($color-black, 10%);
|
|
|
- background-color: transparent;
|
|
|
- border: 1px solid $color-white;
|
|
|
- color: $color-white;
|
|
|
- }
|
|
|
+ // .uppy-StatusBar-actionBtn--cancel {
|
|
|
+ // // background-color: lighten($color-asphalt-gray, 8%);
|
|
|
+ // // border: 1px solid lighten($color-black, 10%);
|
|
|
+ // background-color: transparent;
|
|
|
+ // border: 1px solid $color-white;
|
|
|
+ // color: $color-white;
|
|
|
+ // }
|
|
|
|
|
|
.uppy-StatusBar-details {
|
|
|
line-height: 12px;
|
|
@@ -189,12 +206,12 @@
|
|
|
height: 13px;
|
|
|
display: inline-block;
|
|
|
vertical-align: middle;
|
|
|
- color: $color-red;
|
|
|
- background-color: $color-white;
|
|
|
+ color: $color-white;
|
|
|
+ background-color: rgba($color-black, 0.2);
|
|
|
border-radius: 50%;
|
|
|
position: relative;
|
|
|
- top: -1px;
|
|
|
- left: 6px;
|
|
|
+ top: 0;
|
|
|
+ left: 2px;
|
|
|
font-size: 10px;
|
|
|
text-align: center;
|
|
|
cursor: help;
|