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-08-17 21:00:13 -07:00
|
|
|
padding: 30px;
|
2012-01-26 15:51:11 -08:00
|
|
|
margin-bottom: 30px;
|
2013-04-24 00:41:06 +02:00
|
|
|
font-size: (@font-size-base * 1.5);
|
2012-10-16 19:56:34 -07:00
|
|
|
font-weight: 200;
|
2013-03-06 16:38:20 +00:00
|
|
|
line-height: (@line-height-base * 1.5);
|
2012-12-19 21:37:16 -08:00
|
|
|
color: @jumbotron-lead-color;
|
2013-03-31 17:19:47 -07:00
|
|
|
background-color: @jumbotron-bg;
|
2013-08-17 20:33:52 -07:00
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2013-08-17 20:33:52 -07:00
|
|
|
.container & {
|
|
|
|
border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container
|
|
|
|
}
|
|
|
|
|
2013-07-06 22:02:58 -07:00
|
|
|
@media screen and (min-width: @screen-tablet) {
|
2013-08-17 20:33:52 -07:00
|
|
|
padding-top: 50px;
|
|
|
|
padding-bottom: 50px;
|
|
|
|
|
|
|
|
.container & {
|
|
|
|
padding-left: 60px;
|
|
|
|
padding-right: 60px;
|
|
|
|
}
|
|
|
|
|
2013-01-16 15:07:57 -08:00
|
|
|
h1 {
|
2013-04-24 00:41:06 +02:00
|
|
|
font-size: (@font-size-base * 4.5);
|
2013-01-16 15:07:57 -08:00
|
|
|
}
|
2012-01-26 15:51:11 -08:00
|
|
|
}
|
|
|
|
}
|