Sha256: 873f9164ed0d0d8d0e08a0783a4a9373b296183e8a0939020e1ecd357f51ab0c

Contents?: true

Size: 986 Bytes

Versions: 37

Compression:

Stored size: 986 Bytes

Contents

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


.jumbotron {
  padding: @jumbotron-padding (@jumbotron-padding / 2);
  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
  }

  .container {
    max-width: 100%;
  }

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

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

    h1,
    .h1 {
      font-size: (@font-size-base * 4.5);
    }
  }
}

Version data entries

37 entries across 37 versions & 6 rubygems

Version Path
mno-enterprise-frontend-3.4.0 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/jumbotron.less
mno-enterprise-frontend-3.3.3 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/jumbotron.less
mno-enterprise-frontend-3.3.2 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/jumbotron.less
mno-enterprise-frontend-3.2.1 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/jumbotron.less
mno-enterprise-frontend-3.3.1 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/jumbotron.less
mno-enterprise-frontend-3.3.0 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/jumbotron.less
mno-enterprise-frontend-3.2.0 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/jumbotron.less
mno-enterprise-frontend-3.1.4 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/jumbotron.less
mno-enterprise-frontend-3.0.7 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/jumbotron.less
mno-enterprise-frontend-2.0.9 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/jumbotron.less
mno-enterprise-frontend-3.1.3 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/jumbotron.less
mno-enterprise-frontend-3.0.6 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/jumbotron.less
mno-enterprise-frontend-2.0.8 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/jumbotron.less
mno-enterprise-frontend-3.1.2 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/jumbotron.less
mno-enterprise-frontend-3.0.5 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/jumbotron.less
mno-enterprise-frontend-2.0.7 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/jumbotron.less
mno-enterprise-frontend-2.0.6 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/jumbotron.less
mno-enterprise-frontend-2.0.5 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/jumbotron.less
mno-enterprise-frontend-3.1.1 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/jumbotron.less
mno-enterprise-frontend-3.0.4 app/assets/stylesheets/mno_enterprise/twitter-bootstrap/jumbotron.less