Need jumbotron too.

This commit is contained in:
Pēteris Caune 2015-10-10 18:52:01 +03:00
parent 85e25c8ece
commit 3901e2e09a
2 changed files with 42 additions and 1 deletions

View File

@ -4654,6 +4654,47 @@ a.badge:focus {
.nav-pills > li > a > .badge { .nav-pills > li > a > .badge {
margin-left: 3px; margin-left: 3px;
} }
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
border-radius: 6px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px;
}
}
.alert { .alert {
padding: 15px; padding: 15px;
margin-bottom: 20px; margin-bottom: 20px;

View File

@ -34,7 +34,7 @@
// @import "pager.less"; // @import "pager.less";
@import "labels.less"; @import "labels.less";
@import "badges.less"; @import "badges.less";
// @import "jumbotron.less"; @import "jumbotron.less";
// @import "thumbnails.less"; // @import "thumbnails.less";
@import "alerts.less"; @import "alerts.less";
// @import "progress-bars.less"; // @import "progress-bars.less";