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 {
|
2012-01-27 00:51:11 +01:00
|
|
|
padding: 60px;
|
|
|
|
margin-bottom: 30px;
|
2012-10-17 04:56:34 +02:00
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 200;
|
2012-11-30 23:45:25 +01:00
|
|
|
line-height: @line-height-base * 1.5;
|
2012-12-20 06:37:16 +01:00
|
|
|
color: @jumbotron-lead-color;
|
|
|
|
background-color: @jumbotron-background;
|
2012-10-01 08:11:54 +02:00
|
|
|
border-radius: 6px;
|
2012-01-27 00:51:11 +01:00
|
|
|
h1 {
|
|
|
|
margin-bottom: 0;
|
|
|
|
font-size: 60px;
|
|
|
|
line-height: 1;
|
2012-12-20 06:37:16 +01:00
|
|
|
color: @jumbotron-heading-color;
|
2012-01-27 00:51:11 +01:00
|
|
|
letter-spacing: -1px;
|
|
|
|
}
|
2012-10-17 04:56:34 +02:00
|
|
|
li {
|
2012-11-30 23:45:25 +01:00
|
|
|
line-height: @line-height-base * 1.5; // Reset since we specify in type.less
|
2012-01-27 00:51:11 +01:00
|
|
|
}
|
|
|
|
}
|