Переглянути джерело

Try using dashed border for the dashboard

Alexander Zaytsev 6 роки тому
батько
коміт
8180ef60eb
1 змінених файлів з 8 додано та 1 видалено
  1. 8 1
      packages/@uppy/dashboard/src/style.scss

+ 8 - 1
packages/@uppy/dashboard/src/style.scss

@@ -119,7 +119,7 @@
   // min-height: 450px is required for everything to fit on mobile
   min-height: 450px;
   outline: none;
-  border: 1px solid $gray-200;
+  border: 1px solid $gray-100;
   border-radius: 5px;
 
   .uppy-size--md & {
@@ -192,6 +192,13 @@
   position: relative;
   text-align: center;
   flex: 1;
+  margin: 8px;
+  border: 1px dashed $gray-300;
+  border-radius: 3px;
+
+  .uppy-Dashboard-AddFilesPanel & {
+    border: none;
+  }
 }
 
 .uppy-DashboardTabs {