From e80d4040f7674edc33716622b1b6892f12e375a6 Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Sat, 28 Jan 2017 04:28:28 -0500 Subject: [PATCH] smaller preview icon, close icon color, cursor: pointer only for button in statusBarAction --- src/scss/_dashboard.scss | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/scss/_dashboard.scss b/src/scss/_dashboard.scss index cb7a2045e..ed9fb8207 100644 --- a/src/scss/_dashboard.scss +++ b/src/scss/_dashboard.scss @@ -90,7 +90,7 @@ } .UppyDashboard--wide & { - color: $color-white; + color: $color-asphalt-gray; top: 16px; right: 16px; @@ -472,7 +472,7 @@ } .UppyDashboardItem-previewIcon { - height: 65%; + height: 50%; display: flex; justify-content: center; align-items: center; @@ -536,7 +536,7 @@ text-align: left; cursor: pointer; position: absolute; - top: 8px; + top: 10px; right: 8px; } @@ -1053,8 +1053,11 @@ } .UppyDashboard-statusBarAction { - @include reset-button; color: $color-white; - cursor: pointer; margin-right: 8px; } + +button.UppyDashboard-statusBarAction { + @include reset-button; + cursor: pointer; +}