Sha256: 9476806f7c167b8b21e64c0d4ec9e2d5fd0f0a43570537dc55b6a4253ce80186

Contents?: true

Size: 1.2 KB

Versions: 137

Compression:

Stored size: 1.2 KB

Contents

//
// Badges
// --------------------------------------------------


// Base class
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: $font-size-small;
  font-weight: $badge-font-weight;
  line-height: $badge-line-height;
  color: $badge-color;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: $badge-bg;
  border-radius: $badge-border-radius;

  // Empty badges collapse automatically (not available in IE8)
  &:empty {
    display: none;
  }

  // Quick fix for badges in buttons
  .btn & {
    position: relative;
    top: -1px;
  }

  .btn-xs &,
  .btn-group-xs > .btn & {
    top: 0;
    padding: 1px 5px;
  }

  // [converter] extracted a& to a.badge

  // Account for badges in navs
  .list-group-item.active > &,
  .nav-pills > .active > a > & {
    color: $badge-active-color;
    background-color: $badge-active-bg;
  }

  .list-group-item > & {
    float: right;
  }

  .list-group-item > & + & {
    margin-right: 5px;
  }

  .nav-pills > li > a > & {
    margin-left: 3px;
  }
}

// Hover state, but only for links
a.badge {
  &:hover,
  &:focus {
    color: $badge-link-hover-color;
    text-decoration: none;
    cursor: pointer;
  }
}

Version data entries

137 entries across 94 versions & 7 rubygems

Version Path
card-1.99.6 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss
twbs_sass_rails-10.0.0 vendor/assets/stylesheets/twbs/bootstrap/_badges.scss
jekyll-theme-glueckkanja-1.2.15 _sass/bootstrap/_badges.scss
jekyll-theme-glueckkanja-1.2.14 _sass/bootstrap/_badges.scss
card-1.99.5 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss
card-1.99.5 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss
card-1.99.4 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss
card-1.99.4 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss
card-1.99.3 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss
card-1.99.3 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss
card-1.99.2 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss
card-1.99.2 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss
jekyll-theme-glueckkanja-1.2.13 _sass/bootstrap/_badges.scss
jekyll-theme-glueckkanja-1.2.12 _sass/bootstrap/_badges.scss
jekyll-theme-glueckkanja-1.2.11 _sass/bootstrap/_badges.scss
jekyll-theme-glueckkanja-1.2.10 _sass/bootstrap/_badges.scss
jekyll-theme-glueckkanja-1.2.9 _sass/bootstrap/_badges.scss
jekyll-theme-glueckkanja-1.2.8 _sass/bootstrap/_badges.scss
jekyll-theme-glueckkanja-1.2.7a _sass/bootstrap/_badges.scss
jekyll-theme-glueckkanja-1.2.7 _sass/bootstrap/_badges.scss