Sha256: 94c3c54054d35b4c805d5cface026c70a0587a126ad20f42399a6398e4a1422d

Contents?: true

Size: 833 Bytes

Versions: 15

Compression:

Stored size: 833 Bytes

Contents

// LABELS
// ------

// Base
.label {
  padding: 2px 4px 3px;
  font-size: @baseFontSize * .85;
  font-weight: bold;
  color: @white;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
  background-color: @grayLight;
  .border-radius(3px);
}

// Hover state
.label:hover {
  color: @white;
  text-decoration: none;
}

// Colors
.label-important        { background-color: @errorText; }
.label-important:hover  { background-color: darken(@errorText, 10%); }

.label-warning          { background-color: @orange; }
.label-warning:hover    { background-color: darken(@orange, 10%); }

.label-success          { background-color: @successText; }
.label-success:hover    { background-color: darken(@successText, 10%); }

.label-info             { background-color: @infoText; }
.label-info:hover       { background-color: darken(@infoText, 10%); }

Version data entries

15 entries across 15 versions & 6 rubygems

Version Path
bootstrapped-rails-2.0.8.1 vendor/toolkit/twitter/bootstrap/labels.less
bootstrapped-rails-2.0.8 vendor/toolkit/twitter/bootstrap/labels.less
kickstrap_rails-0.9.0RC vendor/assets/stylesheets/bootstrap/labels.less
bootstrapped-rails-2.0.7.9 vendor/toolkit/twitter/bootstrap/labels.less
bootstrapped-rails-2.0.7.8 vendor/toolkit/twitter/bootstrap/labels.less
bootstrapped-rails-2.0.7.7 vendor/toolkit/twitter/bootstrap/labels.less
bootstrapped-rails-2.0.7.6 vendor/toolkit/twitter/bootstrap/labels.less
bootstrapped-rails-2.0.7.5 vendor/toolkit/twitter/bootstrap/labels.less
bootstrapped-rails-2.0.7.4 vendor/toolkit/twitter/bootstrap/labels.less
bootstrapped-rails-2.0.7.3 vendor/toolkit/twitter/bootstrap/labels.less
fix-twitter-bootstrap-rails-2.0.3 vendor/toolkit/twitter/bootstrap/labels.less
twitter-bootstrap-rails-2.0.3 vendor/toolkit/twitter/bootstrap/labels.less
bootstrap-generators-2.0.1 vendor/assets/stylesheets/less/labels.less
less-rails-bootstrap-2.0.6 vendor/frameworks/twitter/bootstrap/labels.less
twitter-bootstrap-rails-2.0.1.0 vendor/toolkit/twitter/bootstrap/labels.less