All Downloads are FREE. Search and download functionalities are using the official Maven repository.

_themes.metrics.less.labels.less Maven / Gradle / Ivy

// LABELS
// ------

.label {
  padding: 1px 3px 2px;
  font-size: @baseFontSize * .75;
  font-weight: bold;
  color: @white;
  text-transform: uppercase;
  background-color: @grayLight;
  .border-radius(3px);
}
.label-important { background-color: @errorText; }
.label-warning   { background-color: @orange; }
.label-success   { background-color: @successText; }
.label-info      { background-color: @infoText; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy