|
@@ -375,6 +375,7 @@
|
|
.UppyDashboard-files {
|
|
.UppyDashboard-files {
|
|
margin: 0;
|
|
margin: 0;
|
|
padding: 10px;
|
|
padding: 10px;
|
|
|
|
+ padding-top: 15px;
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 0;
|
|
top: 0;
|
|
@@ -451,16 +452,18 @@
|
|
background-color: $color-white;
|
|
background-color: $color-white;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
- border: 1px solid rgba($color-gray, 0.2);
|
|
|
|
|
|
+ // border: 1px solid rgba($color-gray, 0.2);
|
|
|
|
+ // margin-bottom: 30px;
|
|
|
|
|
|
.UppyDashboard--wide & {
|
|
.UppyDashboard--wide & {
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
float: left;
|
|
float: left;
|
|
width: 140px;
|
|
width: 140px;
|
|
height: 170px;
|
|
height: 170px;
|
|
- margin: 15px 21px;
|
|
|
|
- border-radius: 6px;
|
|
|
|
|
|
+ margin: 5px 21px;
|
|
|
|
+ // border-radius: 6px;
|
|
border: 0;
|
|
border: 0;
|
|
|
|
+ background-color: initial;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -508,8 +511,13 @@
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
|
+ // box-shadow: 0 0 2px 0 rgba(175, 175, 175, 0.7);
|
|
|
|
+ // border-radius: 3px;
|
|
|
|
|
|
.UppyDashboard--wide & {
|
|
.UppyDashboard--wide & {
|
|
|
|
+ // box-shadow: 0 0 2px 0 rgba(175, 175, 175, 0.7);
|
|
|
|
+ box-shadow: 0 1px 3px rgba(0,0,0,.2);
|
|
|
|
+ border-radius: 3px;
|
|
border-top-left-radius: 6px;
|
|
border-top-left-radius: 6px;
|
|
border-top-right-radius: 6px;
|
|
border-top-right-radius: 6px;
|
|
}
|
|
}
|
|
@@ -527,10 +535,6 @@
|
|
z-index: $zIndex-2;
|
|
z-index: $zIndex-2;
|
|
}
|
|
}
|
|
|
|
|
|
- .UppyDashboardItem.is-error .UppyDashboardItem-previewInnerWrap:after {
|
|
|
|
- background-color: rgba($color-red, 0.85);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
|
|
|
|
.UppyDashboardItem-preview img {
|
|
.UppyDashboardItem-preview img {
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -567,7 +571,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.UppyDashboardItem-info {
|
|
.UppyDashboardItem-info {
|
|
- padding: 8px 32px 8px 10px;
|
|
|
|
|
|
+ padding: 10px 19px 0 3px;
|
|
position: relative;
|
|
position: relative;
|
|
max-width: 70%;
|
|
max-width: 70%;
|
|
|
|
|
|
@@ -575,9 +579,9 @@
|
|
width: 100%;
|
|
width: 100%;
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
flex: 1;
|
|
flex: 1;
|
|
- border-bottom-left-radius: 6px;
|
|
|
|
- border-bottom-right-radius: 6px;
|
|
|
|
- border: 1px solid rgba($color-gray, 0.2);
|
|
|
|
|
|
+ // border-bottom-left-radius: 6px;
|
|
|
|
+ // border-bottom-right-radius: 6px;
|
|
|
|
+ // border: 1px solid rgba($color-gray, 0.2);
|
|
border-top: 0;
|
|
border-top: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -590,7 +594,7 @@
|
|
padding: 0;
|
|
padding: 0;
|
|
max-height: 28px;
|
|
max-height: 28px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- margin-bottom: 5px;
|
|
|
|
|
|
+ margin-bottom: 3px;
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
@@ -627,12 +631,12 @@
|
|
text-align: left;
|
|
text-align: left;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
position: absolute;
|
|
position: absolute;
|
|
- top: 9px;
|
|
|
|
- right: 10px;
|
|
|
|
|
|
+ top: 12px;
|
|
|
|
+ right: 4px;
|
|
|
|
|
|
.UppyDashboard--wide & {
|
|
.UppyDashboard--wide & {
|
|
- top: 8px;
|
|
|
|
- right: 8px;
|
|
|
|
|
|
+ top: 9px;
|
|
|
|
+ right: 3px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -673,24 +677,25 @@
|
|
.UppyDashboardItem-remove {
|
|
.UppyDashboardItem-remove {
|
|
@include reset-button;
|
|
@include reset-button;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- color: rgba($color-asphalt-gray, 0.6);
|
|
|
|
|
|
+ color: lighten($color-asphalt-gray, 20%);
|
|
width: 16px;
|
|
width: 16px;
|
|
|
|
+ height: 16px;
|
|
|
|
|
|
.UppyDashboard--wide & {
|
|
.UppyDashboard--wide & {
|
|
width: 20px;
|
|
width: 20px;
|
|
- color: $color-asphalt-gray;
|
|
|
|
|
|
+ height: 20px;
|
|
|
|
+ color: lighten($color-asphalt-gray, 8%);
|
|
|
|
+ // font-size: 20px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .UppyDashboardItem.is-inprogress:not(.is-resumable) {
|
|
|
|
- .UppyDashboardItem-remove {
|
|
|
|
- display: none;
|
|
|
|
- }
|
|
|
|
|
|
+ .UppyDashboardItem.is-inprogress:not(.is-resumable) .UppyDashboardItem-remove {
|
|
|
|
+ display: none;
|
|
}
|
|
}
|
|
|
|
|
|
-.UppyDashboardItem-remove .UppyIcon {
|
|
|
|
- max-width: 100%;
|
|
|
|
-}
|
|
|
|
|
|
+// .UppyDashboardItem-remove .UppyIcon {
|
|
|
|
+// max-width: 100%;
|
|
|
|
+// }
|
|
|
|
|
|
.UppyDashboardItem-progress {
|
|
.UppyDashboardItem-progress {
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -707,8 +712,8 @@
|
|
|
|
|
|
.UppyDashboardItem.is-complete .UppyDashboardItem-progress {
|
|
.UppyDashboardItem.is-complete .UppyDashboardItem-progress {
|
|
transform: initial;
|
|
transform: initial;
|
|
- top: -7px;
|
|
|
|
- right: -7px;
|
|
|
|
|
|
+ top: -9px;
|
|
|
|
+ right: -8px;
|
|
left: initial;
|
|
left: initial;
|
|
width: auto;
|
|
width: auto;
|
|
}
|
|
}
|
|
@@ -719,12 +724,11 @@
|
|
display: block;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
|
|
-.UppyDashboardItem-progressBtn {
|
|
|
|
|
|
+.UppyDashboardItem-progressIndicator {
|
|
@include reset-button;
|
|
@include reset-button;
|
|
width: 38px;
|
|
width: 38px;
|
|
height: 38px;
|
|
height: 38px;
|
|
opacity: 0.9;
|
|
opacity: 0.9;
|
|
- // color: $color-white;
|
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
transition: all .35s ease;
|
|
transition: all .35s ease;
|
|
|
|
|
|
@@ -734,7 +738,7 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .UppyDashboardItem.is-error .UppyDashboardItem-progressBtn {
|
|
|
|
|
|
+ .UppyDashboardItem.is-error .UppyDashboardItem-progressIndicator {
|
|
width: 18px;
|
|
width: 18px;
|
|
height: 18px;
|
|
height: 18px;
|
|
|
|
|
|
@@ -744,7 +748,7 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .UppyDashboardItem.is-complete .UppyDashboardItem-progressBtn {
|
|
|
|
|
|
+ .UppyDashboardItem.is-complete .UppyDashboardItem-progressIndicator {
|
|
width: 18px;
|
|
width: 18px;
|
|
height: 18px;
|
|
height: 18px;
|
|
opacity: 1;
|
|
opacity: 1;
|
|
@@ -853,7 +857,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.UppyDashboardItem.is-complete {
|
|
.UppyDashboardItem.is-complete {
|
|
- .UppyDashboardItem-progressBtn {
|
|
|
|
|
|
+ .UppyDashboardItem-progressIndicator {
|
|
cursor: default;
|
|
cursor: default;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -868,86 +872,86 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.UppyTotalProgress {
|
|
|
|
- @include reset-button;
|
|
|
|
- width: 70px;
|
|
|
|
- height: 70px;
|
|
|
|
- cursor: pointer;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.UppyTotalProgress .UppyIcon {
|
|
|
|
- width: 100%;
|
|
|
|
- height: 100%;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.UppyTotalProgress .bg {
|
|
|
|
- stroke: rgba($color-cornflower-blue, 0.3);
|
|
|
|
- transition: all 0.2s;
|
|
|
|
- opacity: 1;
|
|
|
|
- box-shadow: 1px 2px 4px 0px rgba($color-black, 0.2);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.UppyTotalProgress .progress {
|
|
|
|
- stroke: darken($color-cornflower-blue, 5%);
|
|
|
|
- transition: stroke-dashoffset .5s ease-out;
|
|
|
|
- opacity: 1;
|
|
|
|
-}
|
|
|
|
|
|
+// .UppyTotalProgress {
|
|
|
|
+// @include reset-button;
|
|
|
|
+// width: 70px;
|
|
|
|
+// height: 70px;
|
|
|
|
+// cursor: pointer;
|
|
|
|
+// }
|
|
|
|
|
|
-.UppyTotalProgress .play {
|
|
|
|
- stroke: darken($color-cornflower-blue, 5%);
|
|
|
|
- fill: darken($color-cornflower-blue, 5%);
|
|
|
|
- transition: all 0.2s;
|
|
|
|
- opacity: 0;
|
|
|
|
-}
|
|
|
|
|
|
+// .UppyTotalProgress .UppyIcon {
|
|
|
|
+// width: 100%;
|
|
|
|
+// height: 100%;
|
|
|
|
+// }
|
|
|
|
|
|
-.UppyTotalProgress .pause {
|
|
|
|
- stroke: darken($color-cornflower-blue, 5%);
|
|
|
|
- fill: darken($color-cornflower-blue, 5%);
|
|
|
|
- transition: all 0.2s;
|
|
|
|
- opacity: 1;
|
|
|
|
-}
|
|
|
|
|
|
+// .UppyTotalProgress .bg {
|
|
|
|
+// stroke: rgba($color-cornflower-blue, 0.3);
|
|
|
|
+// transition: all 0.2s;
|
|
|
|
+// opacity: 1;
|
|
|
|
+// box-shadow: 1px 2px 4px 0px rgba($color-black, 0.2);
|
|
|
|
+// }
|
|
|
|
|
|
-.UppyTotalProgress .check {
|
|
|
|
- fill: $color-white;
|
|
|
|
- transition: all 0.2s;
|
|
|
|
- opacity: 0;
|
|
|
|
-}
|
|
|
|
|
|
+// .UppyTotalProgress .progress {
|
|
|
|
+// stroke: darken($color-cornflower-blue, 5%);
|
|
|
|
+// transition: stroke-dashoffset .5s ease-out;
|
|
|
|
+// opacity: 1;
|
|
|
|
+// }
|
|
|
|
|
|
-.UppyTotalProgress--is-paused {
|
|
|
|
- .pause {
|
|
|
|
- opacity: 0;
|
|
|
|
- }
|
|
|
|
- .play {
|
|
|
|
- opacity: 1;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
|
|
+// .UppyTotalProgress .play {
|
|
|
|
+// stroke: darken($color-cornflower-blue, 5%);
|
|
|
|
+// fill: darken($color-cornflower-blue, 5%);
|
|
|
|
+// transition: all 0.2s;
|
|
|
|
+// opacity: 0;
|
|
|
|
+// }
|
|
|
|
|
|
-.UppyTotalProgress--is-complete {
|
|
|
|
- cursor: default;
|
|
|
|
|
|
+// .UppyTotalProgress .pause {
|
|
|
|
+// stroke: darken($color-cornflower-blue, 5%);
|
|
|
|
+// fill: darken($color-cornflower-blue, 5%);
|
|
|
|
+// transition: all 0.2s;
|
|
|
|
+// opacity: 1;
|
|
|
|
+// }
|
|
|
|
|
|
- .pause, .play {
|
|
|
|
- opacity: 0;
|
|
|
|
- }
|
|
|
|
|
|
+// .UppyTotalProgress .check {
|
|
|
|
+// fill: $color-white;
|
|
|
|
+// transition: all 0.2s;
|
|
|
|
+// opacity: 0;
|
|
|
|
+// }
|
|
|
|
|
|
- .bg {
|
|
|
|
- stroke: $color-green;
|
|
|
|
- opacity: 1;
|
|
|
|
- }
|
|
|
|
|
|
+// .UppyTotalProgress--is-paused {
|
|
|
|
+// .pause {
|
|
|
|
+// opacity: 0;
|
|
|
|
+// }
|
|
|
|
+// .play {
|
|
|
|
+// opacity: 1;
|
|
|
|
+// }
|
|
|
|
+// }
|
|
|
|
|
|
- .progress {
|
|
|
|
- stroke: $color-green;
|
|
|
|
- fill: $color-green;
|
|
|
|
- opacity: 1;
|
|
|
|
- }
|
|
|
|
- .check {
|
|
|
|
- opacity: 1;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
|
|
+// .UppyTotalProgress--is-complete {
|
|
|
|
+// cursor: default;
|
|
|
|
+
|
|
|
|
+// .pause, .play {
|
|
|
|
+// opacity: 0;
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+// .bg {
|
|
|
|
+// stroke: $color-green;
|
|
|
|
+// opacity: 1;
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+// .progress {
|
|
|
|
+// stroke: $color-green;
|
|
|
|
+// fill: $color-green;
|
|
|
|
+// opacity: 1;
|
|
|
|
+// }
|
|
|
|
+// .check {
|
|
|
|
+// opacity: 1;
|
|
|
|
+// }
|
|
|
|
+// }
|
|
|
|
|
|
-.UppyTotalProgress-info {
|
|
|
|
- font-size: 10px;
|
|
|
|
- color: $color-asphalt-gray;
|
|
|
|
-}
|
|
|
|
|
|
+// .UppyTotalProgress-info {
|
|
|
|
+// font-size: 10px;
|
|
|
|
+// color: $color-asphalt-gray;
|
|
|
|
+// }
|
|
|
|
|
|
.UppyDashboardItem-progressNum {
|
|
.UppyDashboardItem-progressNum {
|
|
position: relative;
|
|
position: relative;
|
|
@@ -1072,6 +1076,8 @@
|
|
|
|
|
|
.UppyDashboardFileCard-info {
|
|
.UppyDashboardFileCard-info {
|
|
padding: 30px 20px 20px 20px;
|
|
padding: 30px 20px 20px 20px;
|
|
|
|
+ height: 55%;
|
|
|
|
+ overflow-y: auto;
|
|
}
|
|
}
|
|
|
|
|
|
.UppyDashboardFileCard-fieldset {
|
|
.UppyDashboardFileCard-fieldset {
|
|
@@ -1140,10 +1146,10 @@
|
|
|
|
|
|
// StatusBar
|
|
// StatusBar
|
|
|
|
|
|
-.UppyDashboard--wide .UppyStatusBar-content .UppyIcon {
|
|
|
|
- width: 17px;
|
|
|
|
- height: 17px;
|
|
|
|
-}
|
|
|
|
|
|
+// .UppyDashboard--wide .UppyStatusBar-content .UppyIcon {
|
|
|
|
+// width: 17px;
|
|
|
|
+// height: 17px;
|
|
|
|
+// }
|
|
|
|
|
|
.UppyDashboard--wide .UppyStatusBar {
|
|
.UppyDashboard--wide .UppyStatusBar {
|
|
height: 40px;
|
|
height: 40px;
|