|
@@ -39,12 +39,9 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.uppy-Provider-breadcrumbsWrap {
|
|
|
- flex: 1;
|
|
|
-}
|
|
|
-
|
|
|
.uppy-Provider-breadcrumbs {
|
|
|
display: inline-block;
|
|
|
+ flex: 1;
|
|
|
color: darken($color-gray, 25%);
|
|
|
font-size: 12px;
|
|
|
line-height: 1;
|
|
@@ -58,7 +55,7 @@
|
|
|
.uppy-Provider-breadcrumbsIcon {
|
|
|
display: inline;
|
|
|
color: darken($color-gray, 25%);
|
|
|
- vertical-align: middle;
|
|
|
+ vertical-align: text-bottom;
|
|
|
margin-right: 8px;
|
|
|
line-height: 1;
|
|
|
}
|
|
@@ -70,23 +67,13 @@
|
|
|
}
|
|
|
|
|
|
.uppy-Provider-breadcrumbs button {
|
|
|
- @include reset-button;
|
|
|
display: inline-block;
|
|
|
- cursor: pointer;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
|
|
|
.uppy-Provider-breadcrumbs button:hover {
|
|
|
text-decoration: underline;
|
|
|
-}
|
|
|
-
|
|
|
-// .uppy-Provider-breadcrumbs button:focus {
|
|
|
-// outline: 1px dotted rgb(145, 145, 145);
|
|
|
-// }
|
|
|
-
|
|
|
-.uppy-Provider-breadcrumbs button ~ button:before {
|
|
|
- content: '/';
|
|
|
- padding: 0 7px;
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
|
|
|
|
.uppy-ProviderBrowser {
|
|
@@ -125,9 +112,9 @@
|
|
|
.uppy-size--md & {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- height: 40px;
|
|
|
- line-height: 40px;
|
|
|
- padding: 0 15px;
|
|
|
+ // height: 40px;
|
|
|
+ // line-height: 40px;
|
|
|
+ padding: 12px 15px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -150,6 +137,17 @@
|
|
|
height: 30px;
|
|
|
margin-top: 5px;
|
|
|
margin-bottom: 5px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.uppy-ProviderBrowser-searchIcon {
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ z-index: $zIndex-3;
|
|
|
+ color: rgba($color-gray, 0.6);
|
|
|
+ margin-left: 16px;
|
|
|
+ margin-right: 7px;
|
|
|
}
|
|
|
|
|
|
.uppy-ProviderBrowser-searchInput {
|
|
@@ -157,42 +155,37 @@
|
|
|
height: 30px;
|
|
|
background-color: transparent;
|
|
|
outline: 0;
|
|
|
- font-family: sans-serif;
|
|
|
- font-size: 14px;
|
|
|
+ font-family: $font-family-base;
|
|
|
+ font-size: 13px;
|
|
|
line-height: 30px;
|
|
|
border: 0;
|
|
|
- padding: 0 16px 0 43px;
|
|
|
+ padding: 0 16px 0 0;
|
|
|
z-index: $zIndex-2;
|
|
|
}
|
|
|
|
|
|
-.uppy-ProviderBrowser-searchInput::-webkit-input-placeholder,
|
|
|
-.uppy-ProviderBrowser-searchInput::-moz-placeholder,
|
|
|
-.uppy-ProviderBrowser-searchInput::-ms-input-placeholder {
|
|
|
- color: rgba($color-gray, 0.75);
|
|
|
- letter-spacing: 1px;
|
|
|
-}
|
|
|
-
|
|
|
-.uppy-ProviderBrowser-searchIcon {
|
|
|
- width: 16px;
|
|
|
- height: 16px;
|
|
|
- position: absolute;
|
|
|
- left: 16px;
|
|
|
- top: 7px;
|
|
|
- z-index: $zIndex-3;
|
|
|
- color: rgba($color-gray, 0.6);
|
|
|
-}
|
|
|
-
|
|
|
.uppy-ProviderBrowser-searchClose {
|
|
|
width: 12px;
|
|
|
height: 12px;
|
|
|
position: absolute;
|
|
|
right: 16px;
|
|
|
- top: 7px;
|
|
|
+ top: 8px;
|
|
|
z-index: $zIndex-3;
|
|
|
- color: rgba($color-gray, 0.6);
|
|
|
+ color: $color-gray;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
+ .uppy-ProviderBrowser-searchClose svg {
|
|
|
+ vertical-align: text-top;
|
|
|
+ }
|
|
|
+
|
|
|
+.uppy-ProviderBrowser-searchInput::placeholder,
|
|
|
+.uppy-ProviderBrowser-searchInput::-webkit-input-placeholder,
|
|
|
+.uppy-ProviderBrowser-searchInput::-moz-placeholder,
|
|
|
+.uppy-ProviderBrowser-searchInput::-ms-input-placeholder {
|
|
|
+ color: rgba($color-gray, 0.85);
|
|
|
+ letter-spacing: 1px;
|
|
|
+}
|
|
|
+
|
|
|
.uppy-ProviderBrowser-userLogout {
|
|
|
@include reset-button();
|
|
|
cursor: pointer;
|