2011-11-26 00:34:55 -05:00
|
|
|
// Patterns.less
|
|
|
|
// Repeatable UI elements outside the base styles provided from the scaffolding
|
|
|
|
// ----------------------------------------------------------------------------
|
2011-05-03 21:09:25 -04:00
|
|
|
|
2011-08-17 01:58:01 -04:00
|
|
|
|
2011-08-20 21:58:12 -04:00
|
|
|
// PAGE HEADERS
|
|
|
|
// ------------
|
|
|
|
|
|
|
|
.hero-unit {
|
|
|
|
padding: 60px;
|
2011-11-17 04:28:42 -05:00
|
|
|
margin-bottom: 30px;
|
|
|
|
background-color: #f5f5f5;
|
2011-08-20 21:58:12 -04:00
|
|
|
.border-radius(6px);
|
|
|
|
h1 {
|
|
|
|
margin-bottom: 0;
|
|
|
|
font-size: 60px;
|
|
|
|
line-height: 1;
|
|
|
|
letter-spacing: -1px;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 200;
|
2011-10-04 03:20:38 -04:00
|
|
|
line-height: @baseLineHeight * 1.5;
|
2011-08-20 21:58:12 -04:00
|
|
|
}
|
|
|
|
}
|
2011-08-22 15:50:30 -04:00
|
|
|
footer {
|
2011-10-04 03:20:38 -04:00
|
|
|
padding-top: @baseLineHeight - 1;
|
2011-11-17 04:28:42 -05:00
|
|
|
margin-top: @baseLineHeight - 1;
|
2011-08-22 15:50:30 -04:00
|
|
|
border-top: 1px solid #eee;
|
|
|
|
}
|