Sha256: 0f723e92897a905402413d9be66a4c8de9c29d99240c167c215d6aa247bb0348

Contents?: true

Size: 882 Bytes

Versions: 56

Compression:

Stored size: 882 Bytes

Contents

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


.jumbotron {
  padding: $jumbotron-padding;
  margin-bottom: $jumbotron-padding;
  font-size: ($font-size-base * 1.5);
  font-weight: 200;
  line-height: ($line-height-base * 1.5);
  color: $jumbotron-color;
  background-color: $jumbotron-bg;

  h1 {
    line-height: 1;
    color: $jumbotron-heading-color;
  }
  p {
    line-height: 1.4;
  }

  .container & {
    border-radius: $border-radius-large; // Only round corners at higher resolutions if contained in a container
  }

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

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

    h1 {
      font-size: ($font-size-base * 4.5);
    }
  }
}

Version data entries

56 entries across 56 versions & 6 rubygems

Version Path
cg_app_base-1.1.1 app/assets/stylesheets/flatty/bootstrap/bootstrap/_jumbotron.scss
cg_app_base-1.0.78 app/assets/stylesheets/flatty/bootstrap/bootstrap/_jumbotron.scss
cg_app_base-1.0.62 app/assets/stylesheets/flatty/bootstrap/bootstrap/_jumbotron.scss
cg_app_base-1.0.56 app/assets/stylesheets/flatty/bootstrap/bootstrap/_jumbotron.scss
cg_app_base-1.0.55 app/assets/stylesheets/flatty/bootstrap/bootstrap/_jumbotron.scss
cg_app_base-1.0.54 app/assets/stylesheets/flatty/bootstrap/bootstrap/_jumbotron.scss
cg_app_base-1.0.52 app/assets/stylesheets/flatty/bootstrap/bootstrap/_jumbotron.scss
cg_app_base-1.0.51 app/assets/stylesheets/flatty/bootstrap/bootstrap/_jumbotron.scss
publish_my_data-1.3.25 app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss
publish_my_data-1.3.24 app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss
publish_my_data-1.3.23 app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss
publish_my_data-1.3.22 app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss
publish_my_data-1.3.21 app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss
publish_my_data-1.3.20 app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss
publish_my_data-1.3.19 app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss
publish_my_data-1.3.18 app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss
publish_my_data-1.3.17 app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss
publish_my_data-1.3.16 app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss
publish_my_data-1.3.15 app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss
publish_my_data-1.3.14 app/assets/stylesheets/vendor/bootstrap/_jumbotron.scss