2012-06-28 21:46:45 -07:00
|
|
|
//
|
|
|
|
// Hero unit
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2012-01-26 15:51:11 -08:00
|
|
|
|
|
|
|
.hero-unit {
|
|
|
|
padding: 60px;
|
|
|
|
margin-bottom: 30px;
|
2012-10-16 19:56:34 -07:00
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 200;
|
2012-11-30 14:45:25 -08:00
|
|
|
line-height: @line-height-base * 1.5;
|
2012-11-30 15:36:16 -08:00
|
|
|
color: @hero-lead-color;
|
|
|
|
background-color: @hero-background;
|
2012-09-30 23:11:54 -07:00
|
|
|
border-radius: 6px;
|
2012-01-26 15:51:11 -08:00
|
|
|
h1 {
|
|
|
|
margin-bottom: 0;
|
|
|
|
font-size: 60px;
|
|
|
|
line-height: 1;
|
2012-11-30 15:36:16 -08:00
|
|
|
color: @hero-heading-color;
|
2012-01-26 15:51:11 -08:00
|
|
|
letter-spacing: -1px;
|
|
|
|
}
|
2012-10-16 19:56:34 -07:00
|
|
|
li {
|
2012-11-30 14:45:25 -08:00
|
|
|
line-height: @line-height-base * 1.5; // Reset since we specify in type.less
|
2012-01-26 15:51:11 -08:00
|
|
|
}
|
|
|
|
}
|