studio - adds in basic rules for notices UI

This commit is contained in:
Brian Talbot
2013-06-19 17:42:05 -04:00
parent 2c72fa9e8b
commit d2f0d85085
3 changed files with 53 additions and 1 deletions

View File

@@ -189,3 +189,10 @@
}
}
// UI archetypes - well
.ui-well {
@include box-shadow(inset 0 1px 2px 1px $shadow-l1);
padding: ($baseline*0.75);
}