|
@@ -17,11 +17,11 @@
|
|
justify-content: center;
|
|
justify-content: center;
|
|
flex-flow: column wrap;
|
|
flex-flow: column wrap;
|
|
flex: 1;
|
|
flex: 1;
|
|
- color: $color-gray;
|
|
|
|
|
|
+ color: $gray-500;
|
|
}
|
|
}
|
|
|
|
|
|
.uppy-Provider-empty {
|
|
.uppy-Provider-empty {
|
|
- color: $color-gray;
|
|
|
|
|
|
+ color: $gray-500;
|
|
}
|
|
}
|
|
|
|
|
|
.uppy-Provider-authIcon svg {
|
|
.uppy-Provider-authIcon svg {
|
|
@@ -46,7 +46,7 @@
|
|
|
|
|
|
.uppy-Provider-breadcrumbs {
|
|
.uppy-Provider-breadcrumbs {
|
|
flex: 1;
|
|
flex: 1;
|
|
- color: darken($color-gray, 25%);
|
|
|
|
|
|
+ color: $gray-700;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
text-align: left;
|
|
text-align: left;
|
|
@@ -58,7 +58,7 @@
|
|
|
|
|
|
.uppy-Provider-breadcrumbsIcon {
|
|
.uppy-Provider-breadcrumbsIcon {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- color: darken($color-gray, 25%);
|
|
|
|
|
|
+ color: $gray-700;
|
|
vertical-align: bottom;
|
|
vertical-align: bottom;
|
|
margin-right: 8px;
|
|
margin-right: 8px;
|
|
line-height: 1;
|
|
line-height: 1;
|
|
@@ -67,7 +67,7 @@
|
|
.uppy-Provider-breadcrumbsIcon svg {
|
|
.uppy-Provider-breadcrumbsIcon svg {
|
|
width: 13px;
|
|
width: 13px;
|
|
height: 13px;
|
|
height: 13px;
|
|
- fill: darken($color-gray, 25%);
|
|
|
|
|
|
+ fill: $gray-700;
|
|
}
|
|
}
|
|
|
|
|
|
.uppy-Provider-breadcrumbs button {
|
|
.uppy-Provider-breadcrumbs button {
|
|
@@ -100,7 +100,7 @@
|
|
content: '\00B7';
|
|
content: '\00B7';
|
|
position: relative;
|
|
position: relative;
|
|
left: 4px;
|
|
left: 4px;
|
|
- color: darken($color-gray, 20%);
|
|
|
|
|
|
+ color: $gray-500;
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -112,9 +112,9 @@
|
|
|
|
|
|
.uppy-ProviderBrowser-headerBar {
|
|
.uppy-ProviderBrowser-headerBar {
|
|
padding: 12px 15px;
|
|
padding: 12px 15px;
|
|
- background-color: lighten($color-gray, 40%);
|
|
|
|
|
|
+ background-color: $gray-50;
|
|
z-index: $zIndex-2;
|
|
z-index: $zIndex-2;
|
|
- color: darken($color-gray, 20%);
|
|
|
|
|
|
+ color: $gray-600;
|
|
line-height: 1.4;
|
|
line-height: 1.4;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
|
|
|
@@ -156,7 +156,7 @@
|
|
height: 12px;
|
|
height: 12px;
|
|
left: 16px;
|
|
left: 16px;
|
|
z-index: $zIndex-3;
|
|
z-index: $zIndex-3;
|
|
- color: rgba($color-gray, 0.6);
|
|
|
|
|
|
+ color: $gray-400;
|
|
}
|
|
}
|
|
|
|
|
|
.uppy-ProviderBrowser-searchInput {
|
|
.uppy-ProviderBrowser-searchInput {
|
|
@@ -177,10 +177,6 @@
|
|
.uppy-ProviderBrowser-searchInput:focus {
|
|
.uppy-ProviderBrowser-searchInput:focus {
|
|
outline: 0;
|
|
outline: 0;
|
|
background-color: $gray-100;
|
|
background-color: $gray-100;
|
|
-
|
|
|
|
- & + .uppy-ProviderBrowser-searchIcon {
|
|
|
|
- color: rgba($color-gray, 0.8);
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.uppy-ProviderBrowser-searchClose {
|
|
.uppy-ProviderBrowser-searchClose {
|
|
@@ -191,7 +187,7 @@
|
|
right: 15px;
|
|
right: 15px;
|
|
top: 7px;
|
|
top: 7px;
|
|
z-index: $zIndex-3;
|
|
z-index: $zIndex-3;
|
|
- color: $color-gray;
|
|
|
|
|
|
+ color: $gray-500;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -200,7 +196,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.uppy-ProviderBrowser-searchInput::placeholder {
|
|
.uppy-ProviderBrowser-searchInput::placeholder {
|
|
- color: $color-gray;
|
|
|
|
|
|
+ color: $gray-500;
|
|
}
|
|
}
|
|
|
|
|
|
.uppy-ProviderBrowser-userLogout {
|
|
.uppy-ProviderBrowser-userLogout {
|
|
@@ -362,7 +358,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner {
|
|
.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner {
|
|
- background-color: rgba($color-gray, 0.3);
|
|
|
|
|
|
+ background-color: rgba($gray-500, 0.3);
|
|
}
|
|
}
|
|
|
|
|
|
.uppy-ProviderBrowserItem--noPreview svg {
|
|
.uppy-ProviderBrowserItem--noPreview svg {
|