Просмотр исходного кода

smaller preview icon, close icon color, cursor: pointer only for button in statusBarAction

Artur Paikin 8 лет назад
Родитель
Сommit
e80d4040f7
1 измененных файлов с 8 добавлено и 5 удалено
  1. 8 5
      src/scss/_dashboard.scss

+ 8 - 5
src/scss/_dashboard.scss

@@ -90,7 +90,7 @@
   }
   }
 
 
   .UppyDashboard--wide & {
   .UppyDashboard--wide & {
-    color: $color-white;
+    color: $color-asphalt-gray;
     top: 16px;
     top: 16px;
     right: 16px;
     right: 16px;
 
 
@@ -472,7 +472,7 @@
 }
 }
 
 
 .UppyDashboardItem-previewIcon {
 .UppyDashboardItem-previewIcon {
-  height: 65%;
+  height: 50%;
   display: flex;
   display: flex;
   justify-content: center;
   justify-content: center;
   align-items: center;
   align-items: center;
@@ -536,7 +536,7 @@
   text-align: left;
   text-align: left;
   cursor: pointer;
   cursor: pointer;
   position: absolute;
   position: absolute;
-  top: 8px;
+  top: 10px;
   right: 8px;
   right: 8px;
 }
 }
 
 
@@ -1053,8 +1053,11 @@
 }
 }
 
 
 .UppyDashboard-statusBarAction {
 .UppyDashboard-statusBarAction {
-  @include reset-button;
   color: $color-white;
   color: $color-white;
-  cursor: pointer;
   margin-right: 8px;
   margin-right: 8px;
 }
 }
+
+button.UppyDashboard-statusBarAction {
+  @include reset-button;
+  cursor: pointer;
+}