浏览代码

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;
   }