|
@@ -6,6 +6,7 @@
|
|
|
justify-content: center;
|
|
|
border-radius: 7px;
|
|
|
background-color: $color-white;
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
|
|
|
|
.uppy-DragDrop-inner {
|
|
@@ -62,14 +63,6 @@
|
|
|
color: lighten($color-gray, 10%);
|
|
|
}
|
|
|
|
|
|
- // .uppy-DragDrop-selectedCount {
|
|
|
- // text-align: center;
|
|
|
- // font-size: 0.75em;
|
|
|
- // text-transform: uppercase;
|
|
|
- // letter-spacing: 1px;
|
|
|
- // margin-top: 10px;
|
|
|
- // }
|
|
|
-
|
|
|
.uppy-DragDrop-dragText {
|
|
|
color: $color-cornflower-blue;
|
|
|
}
|