Sha256: cd21f6d2c3d5cd679e2ff93c74486b5fc8532dece827434635315e17a3180006

Contents?: true

Size: 584 Bytes

Versions: 1

Compression:

Stored size: 584 Bytes

Contents

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


.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: (@line-height-base * 1.5);
  color: @jumbotron-lead-color;
  background-color: @jumbotron-bg;
  h1 {
    line-height: 1;
    color: @jumbotron-heading-color;
  }
  p {
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 50px 60px;
    border-radius: @border-radius-large; // Only round corners at higher resolutions

    h1 {
      font-size: 60px;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap3-wip-rails-0.1.2 vendor/assets/stylesheets/jumbotron.less