twbs--bootstrap/less/jumbotron.less

33 lines
575 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;
background-color: @jumbotron-background;
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: 768px) {
.jumbotron {
padding: 50px 60px;
2013-02-01 02:11:45 +00:00
border-radius: 6px; // Only round corners at higher resolutions
2013-01-16 23:07:57 +00:00
h1 {
font-size: 60px;
}
}
}