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