|
@@ -6,7 +6,7 @@
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
border-radius: 7px;
|
|
|
- background-color: $color-white;
|
|
|
+ background-color: $white;
|
|
|
// cursor: pointer;
|
|
|
}
|
|
|
|
|
@@ -20,13 +20,13 @@
|
|
|
.uppy-DragDrop-arrow {
|
|
|
width: 60px;
|
|
|
height: 60px;
|
|
|
- fill: lighten($color-gray, 30%);
|
|
|
+ fill: lighten($gray-500, 30%);
|
|
|
margin-bottom: 17px;
|
|
|
}
|
|
|
|
|
|
.uppy-DragDrop--is-dragdrop-supported {
|
|
|
border: 2px dashed;
|
|
|
- border-color: lighten($color-gray, 10%);
|
|
|
+ border-color: lighten($gray-500, 10%);
|
|
|
}
|
|
|
|
|
|
// .uppy-DragDrop-container.is-dragdrop-supported .uppy-DragDrop-dragText {
|
|
@@ -34,12 +34,12 @@
|
|
|
// }
|
|
|
|
|
|
.uppy-DragDrop-container.drag {
|
|
|
- border-color: $color-gray;
|
|
|
- background-color: darken($color-white, 10%);
|
|
|
+ border-color: $gray-500;
|
|
|
+ background-color: darken($white, 10%);
|
|
|
}
|
|
|
|
|
|
.uppy-DragDrop-container.drag .uppy-DragDrop-arrow {
|
|
|
- fill: $color-gray;
|
|
|
+ fill: $gray-500;
|
|
|
}
|
|
|
|
|
|
.uppy-DragDrop-label {
|
|
@@ -51,9 +51,9 @@
|
|
|
|
|
|
.uppy-DragDrop-note {
|
|
|
font-size: 1em;
|
|
|
- color: lighten($color-gray, 10%);
|
|
|
+ color: lighten($gray-500, 10%);
|
|
|
}
|
|
|
|
|
|
.uppy-DragDrop-dragText {
|
|
|
- color: $color-blue;
|
|
|
+ color: $blue;
|
|
|
}
|