diff --git a/app/assets/stylesheets/partials/_downloads.scss b/app/assets/stylesheets/partials/_downloads.scss index 2016ae5..b077331 100644 --- a/app/assets/stylesheets/partials/_downloads.scss +++ b/app/assets/stylesheets/partials/_downloads.scss @@ -1,10 +1,12 @@ +@import 'colors'; + .download-container { position: relative; - border: 1px solid #333; margin: 2%; overflow: hidden; width: 300px; + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .download-container img {