@import './color.scss';

.sd-label {
  // color: $lightSecondary !important;
  &.sd-label-primary {
    color: $accentPrimary !important;
  }
  &.sd-label-success {
    color: $positivePrimary !important;
  }
  &.sd-label-info {
    color: $teal !important;
  }
  &.sd-label-warning {
    color: $criticalPrimary !important;
  }
  &.sd-label-danger {
    color: $negativePrimary !important;
  }
}