From b7b2f91e7914af462519afcc909404eaee94cc08 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 20 Jun 2013 12:30:25 -0400 Subject: [PATCH] studio - revising the visual design of UI well pattern --- common/static/sass/_mixins.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/static/sass/_mixins.scss b/common/static/sass/_mixins.scss index c26738a1b7..e5548aeaaa 100644 --- a/common/static/sass/_mixins.scss +++ b/common/static/sass/_mixins.scss @@ -192,7 +192,7 @@ // UI archetypes - well .ui-well { - @include box-shadow(inset 0 1px 2px 1px $shadow-l1); + @include box-shadow(inset 0 1px 2px 1px $shadow); padding: ($baseline*0.75); }