Skip to content

Commit

Permalink
Tweak project drop zone.
Browse files Browse the repository at this point in the history
  • Loading branch information
flachware committed Feb 6, 2017
1 parent 576755b commit 45862cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/stylesheets/components/_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
bottom: 0;
left: 0;
z-index: $zindex-drop-zone;
border: $space-min solid $drop-zone-border;
background: $drop-zone-bg;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/themes/_light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ $slider-handle-border: rgba($shade-9, 0.2);

// Drop zone
$drop-zone-border: $brand-primary;
$drop-zone-bg: rgba($brand-primary, 0.2);
$drop-zone-bg: rgba($brand-primary, 0.3);

// Image
$image-bg: $shade-2;
Expand Down

0 comments on commit 45862cd

Please sign in to comment.