@@ -7,8 +7,8 @@
font-size: 12px;
font-weight: 500;
padding: 0 15px;
- height: 30px;
- line-height: 30px;
+ height: 35px;
+ line-height: 35px;
background-color: $color-black;
color: $color-white;
opacity: 1;
@@ -32,8 +32,8 @@
.uppy-Informer p {
margin: 0;
padding: 0;
.uppy-Dashboard--wide & {
height: 45px;
@@ -253,11 +253,16 @@
.uppy-ProviderBrowserItem {
display: inline-block;
- width: 33.3333%;
+ width: 50%;
position: relative;
- padding: 12px;
+ padding: 8px;
}
+ .uppy-Dashboard--wide .uppy-ProviderBrowserItem {
+ width: 33.3333%;
+ padding: 12px;
+ }
+
// .uppy-ProviderBrowserItem--selected {
// border-color: $color-cornflower-blue;
// outline: none;
@@ -394,6 +399,6 @@
.uppy-ProviderBrowser-doneBtn .UppyIcon {
- width: 30px;
+ width: 45%;
+ height: 45%;
@@ -32,6 +32,7 @@
.uppy-StatusBar.is-complete .uppy-StatusBar-content {
+ width: 100%;
text-align: center;
padding-left: 0;
justify-content: center;
@@ -136,6 +137,7 @@
.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
+ font-size: 14px;
width: 100%;
padding: 15px 10px;