added less, moved bootstrap to less components
[e-DoKo.git] / css / bootstrap / hero-unit.less
1 //
2 // Hero unit
3 // --------------------------------------------------
4
5
6 .hero-unit {
7   padding: 60px;
8   margin-bottom: 30px;
9   background-color: @heroUnitBackground;
10   .border-radius(6px);
11   h1 {
12     margin-bottom: 0;
13     font-size: 60px;
14     line-height: 1;
15     color: @heroUnitHeadingColor;
16     letter-spacing: -1px;
17   }
18   p {
19     font-size: 18px;
20     font-weight: 200;
21     line-height: @baseLineHeight * 1.5;
22     color: @heroUnitLeadColor;
23   }
24 }