Przeglądaj źródła

provider: Remove CSS for old Done button

Renée Kooi 7 lat temu
rodzic
commit
3adc1be4d7
1 zmienionych plików z 0 dodań i 19 usunięć
  1. 0 19
      src/scss/_provider.scss

+ 0 - 19
src/scss/_provider.scss

@@ -404,22 +404,3 @@
     margin-right: 10px;
     margin-right: 10px;
   }
   }
 }
 }
-
-.uppy-ProviderBrowser-doneBtn {
-  position: absolute;
-  bottom: 16px;
-  right: 16px;
-  z-index: $zIndex-3;
-  width: 50px;
-  height: 50px;
-
-  .uppy-Dashboard--wide & {
-    width: 60px;
-    height: 60px;
-  }
-}
-
-.uppy-ProviderBrowser-doneBtn .UppyIcon {
-  width: 45%;
-  height: 45%;
-}