Sha256: 71121fadfc146622beb71df32334522a6d23b2c944edaf332ee3fa17dc22b19f

Contents?: true

Size: 1.13 KB

Versions: 1022

Compression:

Stored size: 1.13 KB

Contents

//
// Jumbotron
// --------------------------------------------------


.jumbotron {
  padding-top:    $jumbotron-padding;
  padding-bottom: $jumbotron-padding;
  margin-bottom: $jumbotron-padding;
  color: $jumbotron-color;
  background-color: $jumbotron-bg;

  h1,
  .h1 {
    color: $jumbotron-heading-color;
  }

  p {
    margin-bottom: ($jumbotron-padding / 2);
    font-size: $jumbotron-font-size;
    font-weight: 200;
  }

  > hr {
    border-top-color: darken($jumbotron-bg, 10%);
  }

  .container &,
  .container-fluid & {
    border-radius: $border-radius-large; // Only round corners at higher resolutions if contained in a container
    padding-left:  ($grid-gutter-width / 2);
    padding-right: ($grid-gutter-width / 2);
  }

  .container {
    max-width: 100%;
  }

  @media screen and (min-width: $screen-sm-min) {
    padding-top:    ($jumbotron-padding * 1.6);
    padding-bottom: ($jumbotron-padding * 1.6);

    .container &,
    .container-fluid & {
      padding-left:  ($jumbotron-padding * 2);
      padding-right: ($jumbotron-padding * 2);
    }

    h1,
    .h1 {
      font-size: $jumbotron-heading-font-size;
    }
  }
}

Version data entries

1,022 entries across 1,009 versions & 33 rubygems

Version Path
jumbo-jekyll-theme-5.5.0 _sass/bootstrap/_jumbotron.scss
jumbo-jekyll-theme-5.4.0 _sass/bootstrap/_jumbotron.scss
jumbo-jekyll-theme-5.3.4 _sass/bootstrap/_jumbotron.scss
jumbo-jekyll-theme-5.3.3 _sass/bootstrap/_jumbotron.scss
jumbo-jekyll-theme-5.3.2 _sass/bootstrap/_jumbotron.scss
jumbo-jekyll-theme-5.3.1 _sass/bootstrap/_jumbotron.scss
jumbo-jekyll-theme-5.3.0 _sass/bootstrap/_jumbotron.scss
jumbo-jekyll-theme-5.2.1 _sass/bootstrap/_jumbotron.scss
jumbo-jekyll-theme-5.2.0 _sass/bootstrap/_jumbotron.scss
jumbo-jekyll-theme-4.9.0 _sass/bootstrap/_jumbotron.scss
jumbo-jekyll-theme-4.8.4 _sass/bootstrap/_jumbotron.scss
jumbo-jekyll-theme-4.8.3 _sass/bootstrap/_jumbotron.scss
jumbo-jekyll-theme-4.8.2 _sass/bootstrap/_jumbotron.scss
jumbo-jekyll-theme-4.8 _sass/bootstrap/_jumbotron.scss
jumbo-jekyll-theme-4.7.8 _sass/bootstrap/_jumbotron.scss
jumbo-jekyll-theme-4.7.7 _sass/bootstrap/_jumbotron.scss
jumbo-jekyll-theme-4.7.6 _sass/bootstrap/_jumbotron.scss
jumbo-jekyll-theme-4.7.5 _sass/bootstrap/_jumbotron.scss
jumbo-jekyll-theme-4.7.4 _sass/bootstrap/_jumbotron.scss
jumbo-jekyll-theme-4.7.3 _sass/bootstrap/_jumbotron.scss