Merge pull request #226 from edx/talbs/studio-uiwell

studio - revising the visual design of UI well pattern
This commit is contained in:
Brian Talbot
2013-06-20 09:46:06 -07:00

View File

@@ -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);
}