Sha256: ae2887acc0120554bcdc798024751a8a92dcdd37b3469aa0a6641a8fb92991ff

Contents?: true

Size: 841 Bytes

Versions: 29

Compression:

Stored size: 841 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

29 entries across 29 versions & 8 rubygems

Version Path
spiderfw-1.0.1 apps/core/components/public/bootstrap/scss/_labels.scss
spiderfw-1.0.0 apps/core/components/public/bootstrap/scss/_labels.scss
spiderfw-0.6.39 apps/core/components/public/bootstrap/scss/_labels.scss
spiderfw-0.6.38 apps/core/components/public/bootstrap/scss/_labels.scss
spiderfw-0.6.37 apps/core/components/public/bootstrap/scss/_labels.scss
spiderfw-0.6.35 apps/core/components/public/bootstrap/scss/_labels.scss
spiderfw-0.6.34 apps/core/components/public/bootstrap/scss/_labels.scss
spiderfw-0.6.33 apps/core/components/public/bootstrap/scss/_labels.scss
spiderfw-0.6.32 apps/core/components/public/bootstrap/scss/_labels.scss
spiderfw-0.6.31 apps/core/components/public/bootstrap/scss/_labels.scss
spiderfw-0.6.30 apps/core/components/public/bootstrap/scss/_labels.scss
spiderfw-0.6.29 apps/core/components/public/bootstrap/scss/_labels.scss
sass-twitter-bootstrap-2.0.1 vendor/assets/stylesheets/twitter/_labels.scss
spiderfw-0.6.28 apps/core/components/public/bootstrap/scss/_labels.scss
openshift-origin-console-1.3.4 vendor/assets/stylesheets/bootstrap/_labels.scss
openshift-origin-console-1.3.3 vendor/assets/stylesheets/bootstrap/_labels.scss
openshift-origin-console-1.3.2 vendor/assets/stylesheets/bootstrap/_labels.scss
spiderfw-0.6.27 apps/core/components/public/bootstrap/scss/_labels.scss
spiderfw-0.6.26 apps/core/components/public/bootstrap/scss/_labels.scss
bootstrap-generators-2.0.1 vendor/assets/stylesheets/scss/labels.scss