Sha256: 0d2aae3858be73b2f972db01115b8a43b47f411a1578e35daf06fc8e51d7017b

Contents?: true

Size: 840 Bytes

Versions: 56

Compression:

Stored size: 840 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;
  @include 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

56 entries across 56 versions & 3 rubygems

Version Path
bootstrapped-rails-2.0.9.rc2 vendor/assets/stylesheets/bootstrapped-sass/_labels.scss
bootstrapped-rails-2.0.9.rc1 vendor/assets/stylesheets/bootstrapped-sass/_labels.scss
bootstrapped-rails-2.0.8.5 vendor/assets/stylesheets/bootstrapped-sass/_labels.scss
bootstrapped-rails-2.0.8.4 vendor/assets/stylesheets/bootstrapped-sass/_labels.scss
bootstrapped-rails-2.0.8.3 vendor/assets/stylesheets/bootstrapped-sass/_labels.scss
bootstrapped-rails-2.0.8.2 vendor/assets/stylesheets/bootstrapped-sass/_labels.scss
bootstrapped-rails-2.0.8.1 vendor/assets/stylesheets/bootstrapped-sass/_labels.scss
bootstrapped-rails-2.0.8 vendor/assets/stylesheets/bootstrapped-sass/_labels.scss
flexa_lib-0.5.2 vendor/assets/stylesheets/bootstrap/_labels.scss
flexa_lib-0.5.1 vendor/assets/stylesheets/bootstrap/_labels.scss
flexa_lib-0.5.0 vendor/assets/stylesheets/bootstrap/_labels.scss
flexa_lib-0.3.9 vendor/assets/stylesheets/bootstrap/_labels.scss
flexa_lib-0.3.8 vendor/assets/stylesheets/bootstrap/_labels.scss
flexa_lib-0.3.7 vendor/assets/stylesheets/bootstrap/_labels.scss
flexa_lib-0.3.6 vendor/assets/stylesheets/bootstrap/_labels.scss
flexa_lib-0.3.5 vendor/assets/stylesheets/bootstrap/_labels.scss
flexa_lib-0.3.4 vendor/assets/stylesheets/bootstrap/_labels.scss
flexa_lib-0.3.3 vendor/assets/stylesheets/bootstrap/_labels.scss
flexa_lib-0.3.2 vendor/assets/stylesheets/bootstrap/_labels.scss
flexa_lib-0.3.1 vendor/assets/stylesheets/bootstrap/_labels.scss