Sha256: 48848d27ee7b97d3248173f6380a08861ac219bb289fd1845d75e74f1d52f157

Contents?: true

Size: 876 Bytes

Versions: 6

Compression:

Stored size: 876 Bytes

Contents

//
// Labels and badges
// --------------------------------------------------

.label,
.badge {
   // Important (red)
   &-important         { background-color: @errorBackground; }
   &-important[href]   { background-color: darken(@errorBackground, 10%); }
   // Warnings (orange)
   &-warning           { background-color: @orange; }
   &-warning[href]     { background-color: darken(@orange, 10%); }
   // Success (green)
   &-success           { background-color: @successBackground; }
   &-success[href]     { background-color: darken(@successBackground, 10%); }
   // Info (turquoise)
   &-info              { background-color: @infoBackground; }
   &-info[href]        { background-color: darken(@infoBackground, 10%); }
   // Inverse (black)
   &-inverse           { background-color: @grayDark; }
   &-inverse[href]     { background-color: darken(@grayDark, 10%); }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bootplus-rails-1.0.0 vendor/assets/stylesheets/bootplus/labels-badges.less
bootplus-rails-0.0.1.5 vendor/assets/stylesheets/bootplus/labels-badges.less
bootplus-rails-0.0.1.4 vendor/assets/stylesheets/bootplus/labels-badges.less
bootplus-rails-0.0.1.3 vendor/assets/stylesheets/bootplus/labels-badges.less
bootplus-rails-0.0.1.2 vendor/assets/stylesheets/bootplus/labels-badges.less
bootplus-rails-0.0.1.1 vendor/assets/stylesheets/bootplus/labels-badges.less