all: hero-unit support
[bootswatch] / simplex / bootswatch.less
index 8a07703..866835e 100755 (executable)
@@ -85,7 +85,11 @@ h6 {
 // MISCELLANEOUS
 // -----------------------------------------------------
 
-// Make icons gray
 i[class^="icon-"]{
        opacity: 0.6;
 }
+
+.hero-unit {
+       border: 1px solid rgba(0,0,0,.05);
+       .box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
+}
\ No newline at end of file