twbs--bootstrap/less/jumbotron.less

33 lines
593 B
Plaintext
Raw Normal View History

2012-06-29 04:46:45 +00:00
//
// Jumbotron
2012-06-29 04:46:45 +00:00
// --------------------------------------------------
.jumbotron {
2013-01-16 23:07:57 +00:00
padding: 30px;
margin-bottom: 30px;
2013-01-16 23:07:57 +00:00
font-size: 21px;
font-weight: 200;
line-height: (@line-height-base * 1.5);
color: @jumbotron-lead-color;
2013-04-01 00:19:47 +00:00
background-color: @jumbotron-bg;
h1 {
line-height: 1;
color: @jumbotron-heading-color;
}
2013-01-16 23:07:57 +00:00
p {
line-height: 1.4;
}
}
@media screen and (min-width: @screen-tablet) {
2013-01-16 23:07:57 +00:00
.jumbotron {
padding: 50px 60px;
border-radius: @border-radius-large; // Only round corners at higher resolutions
2013-01-16 23:07:57 +00:00
h1 {
font-size: 60px;
}
}
}