1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
twbs--bootstrap/less/hero-unit.less

26 lines
517 B
Text
Raw Normal View History

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