2011-11-26 06:34:55 +01:00
|
|
|
// Patterns.less
|
|
|
|
// Repeatable UI elements outside the base styles provided from the scaffolding
|
|
|
|
// ----------------------------------------------------------------------------
|
2011-05-04 03:09:25 +02:00
|
|
|
|
2011-08-17 07:58:01 +02:00
|
|
|
|
2011-08-21 03:58:12 +02:00
|
|
|
// PAGE HEADERS
|
|
|
|
// ------------
|
|
|
|
|
|
|
|
.hero-unit {
|
|
|
|
padding: 60px;
|
2011-11-17 10:28:42 +01:00
|
|
|
margin-bottom: 30px;
|
|
|
|
background-color: #f5f5f5;
|
2011-08-21 03:58:12 +02: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 09:20:38 +02:00
|
|
|
line-height: @baseLineHeight * 1.5;
|
2011-08-21 03:58:12 +02:00
|
|
|
}
|
|
|
|
}
|
2011-08-22 21:50:30 +02:00
|
|
|
footer {
|
2011-10-04 09:20:38 +02:00
|
|
|
padding-top: @baseLineHeight - 1;
|
2011-11-17 10:28:42 +01:00
|
|
|
margin-top: @baseLineHeight - 1;
|
2011-08-22 21:50:30 +02:00
|
|
|
border-top: 1px solid #eee;
|
|
|
|
}
|