Sha256: 91600e608463ad52cfeacab134c618eadd9ca7e2ce0ffe06b6633670d10ed50d

Contents?: true

Size: 449 Bytes

Versions: 8

Compression:

Stored size: 449 Bytes

Contents

//
// Hero unit
// --------------------------------------------------


.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: @heroUnitBackground;
  .border-radius(6px);
  h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    color: @heroUnitHeadingColor;
    letter-spacing: -1px;
  }
  p {
    font-size: 18px;
    font-weight: 200;
    line-height: @baseLineHeight * 1.5;
    color: @heroUnitLeadColor;
  }
}

Version data entries

8 entries across 8 versions & 5 rubygems

Version Path
twitter-bootstrap-rails-2.1.4 vendor/toolkit/twitter/bootstrap/hero-unit.less
twitter-bootstrap-turbo-2.1.3 vendor/toolkit/twitter/bootstrap/hero-unit.less
cf-twitter-bootstrap-rails-2.1.3 vendor/toolkit/twitter/bootstrap/hero-unit.less
bootstrap-generators-2.1.1 vendor/twitter/bootstrap/less/hero-unit.less
less-rails-bootstrap-2.1.1 vendor/frameworks/twitter/bootstrap/hero-unit.less
twitter-bootstrap-rails-2.1.3 vendor/toolkit/twitter/bootstrap/hero-unit.less
twitter-bootstrap-rails-2.1.2 vendor/toolkit/twitter/bootstrap/hero-unit.less
less-rails-bootstrap-2.1.0 vendor/frameworks/twitter/bootstrap/hero-unit.less