updated css/js libraries
[e-DoKo.git] / css / bootstrap / hero-unit.less
diff --git a/css/bootstrap/hero-unit.less b/css/bootstrap/hero-unit.less
deleted file mode 100644 (file)
index 672b7d7..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-//
-// Hero unit
-// --------------------------------------------------
-
-
-.hero-unit {
-  padding: 60px;
-  margin-bottom: 30px;
-  background-color: @heroUnitBackground;
-  .border-radius(6px);
-  h1 {
-    margin-bottom: 0;
-    font-size: 60px;
-    line-height: 1;
-    color: @heroUnitHeadingColor;
-    letter-spacing: -1px;
-  }
-  p {
-    font-size: 18px;
-    font-weight: 200;
-    line-height: @baseLineHeight * 1.5;
-    color: @heroUnitLeadColor;
-  }
-}