2012-06-29 06:46:45 +02:00
|
|
|
//
|
2012-12-20 06:37:16 +01:00
|
|
|
// Jumbotron
|
2012-06-29 06:46:45 +02:00
|
|
|
// --------------------------------------------------
|
|
|
|
|
2012-01-27 00:51:11 +01:00
|
|
|
|
2012-12-20 06:37:16 +01:00
|
|
|
.jumbotron {
|
2013-01-17 00:07:57 +01:00
|
|
|
padding: 30px;
|
2012-01-27 00:51:11 +01:00
|
|
|
margin-bottom: 30px;
|
2013-04-24 00:41:06 +02:00
|
|
|
font-size: (@font-size-base * 1.5);
|
2012-10-17 04:56:34 +02:00
|
|
|
font-weight: 200;
|
2013-03-06 17:38:20 +01:00
|
|
|
line-height: (@line-height-base * 1.5);
|
2012-12-20 06:37:16 +01:00
|
|
|
color: @jumbotron-lead-color;
|
2013-04-01 02:19:47 +02:00
|
|
|
background-color: @jumbotron-bg;
|
2012-01-27 00:51:11 +01:00
|
|
|
h1 {
|
|
|
|
line-height: 1;
|
2012-12-20 06:37:16 +01:00
|
|
|
color: @jumbotron-heading-color;
|
2012-01-27 00:51:11 +01:00
|
|
|
}
|
2013-01-17 00:07:57 +01:00
|
|
|
p {
|
|
|
|
line-height: 1.4;
|
|
|
|
}
|
|
|
|
|
2013-07-07 07:02:58 +02:00
|
|
|
@media screen and (min-width: @screen-tablet) {
|
2013-01-17 00:07:57 +01:00
|
|
|
padding: 50px 60px;
|
2013-04-07 20:44:17 +02:00
|
|
|
border-radius: @border-radius-large; // Only round corners at higher resolutions
|
2013-01-17 00:07:57 +01:00
|
|
|
h1 {
|
2013-04-24 00:41:06 +02:00
|
|
|
font-size: (@font-size-base * 4.5);
|
2013-01-17 00:07:57 +01:00
|
|
|
}
|
2012-01-27 00:51:11 +01:00
|
|
|
}
|
|
|
|
}
|