2012-06-28 21:46:45 -07:00
|
|
|
//
|
2012-12-19 21:37:16 -08:00
|
|
|
// Jumbotron
|
2012-06-28 21:46:45 -07:00
|
|
|
// --------------------------------------------------
|
|
|
|
|
2012-01-26 15:51:11 -08:00
|
|
|
|
2012-12-19 21:37:16 -08:00
|
|
|
.jumbotron {
|
2013-01-16 15:07:57 -08:00
|
|
|
padding: 30px;
|
2012-01-26 15:51:11 -08:00
|
|
|
margin-bottom: 30px;
|
2013-01-16 15:07:57 -08:00
|
|
|
font-size: 21px;
|
2012-10-16 19:56:34 -07:00
|
|
|
font-weight: 200;
|
2012-11-30 14:45:25 -08:00
|
|
|
line-height: @line-height-base * 1.5;
|
2012-12-19 21:37:16 -08:00
|
|
|
color: @jumbotron-lead-color;
|
|
|
|
background-color: @jumbotron-background;
|
2012-01-26 15:51:11 -08:00
|
|
|
h1 {
|
|
|
|
line-height: 1;
|
2012-12-19 21:37:16 -08:00
|
|
|
color: @jumbotron-heading-color;
|
2012-01-26 15:51:11 -08:00
|
|
|
}
|
2013-01-16 15:07:57 -08:00
|
|
|
p {
|
|
|
|
line-height: 1.4;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 768px) {
|
|
|
|
.jumbotron {
|
|
|
|
padding: 50px 60px;
|
2013-01-31 18:11:45 -08:00
|
|
|
border-radius: 6px; // Only round corners at higher resolutions
|
2013-01-16 15:07:57 -08:00
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 60px;
|
|
|
|
}
|
2012-01-26 15:51:11 -08:00
|
|
|
}
|
|
|
|
}
|