Преглед изворни кода

Tweak the Import button spacing

Alexander Zaytsev пре 6 година
родитељ
комит
2457c2ea0d
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      packages/@uppy/url/src/style.scss

+ 2 - 2
packages/@uppy/url/src/style.scss

@@ -18,7 +18,7 @@
 }
 
   .uppy-size--md .uppy-Url-input  {
-    margin-bottom: 30px;
+    margin-bottom: 20px;
   }
 
 .uppy-Url-importButton {
@@ -26,5 +26,5 @@
 }
 
   .uppy-size--md .uppy-Url-importButton {
-    padding: 13px 35px;
+    padding: 13px 30px;
   }