summaryrefslogtreecommitdiffstats
path: root/css/bootstrap/hero-unit.less
diff options
context:
space:
mode:
Diffstat (limited to 'css/bootstrap/hero-unit.less')
-rw-r--r--css/bootstrap/hero-unit.less24
1 files changed, 0 insertions, 24 deletions
diff --git a/css/bootstrap/hero-unit.less b/css/bootstrap/hero-unit.less
deleted file mode 100644
index 672b7d7..0000000
--- a/css/bootstrap/hero-unit.less
+++ /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;
- }
-}