From 4f5ee3d318ff56764b9fb38726bedfa6ca95c21c Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sat, 5 Mar 2016 12:01:05 +0100 Subject: [PATCH] Fix typo --- assets/scss/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/variables.scss b/assets/scss/variables.scss index aeea17b..691d346 100644 --- a/assets/scss/variables.scss +++ b/assets/scss/variables.scss @@ -1,7 +1,7 @@ // Bourbon - http://bourbon.io/ @import "assets/vendor/bourbon/app/assets/stylesheets/bourbon"; $rounded : 2px; -$shadow : rgba(0,0,0,0.05) 0 1px 5px; +$shadow : rgba(0, 0, 0, .5) 0 1px 5px; $default-transition-duration : 0.3s; // Breakpoint - http://breakpoint-sass.com/