@import '../settings/variables';

.c-badge {
  border-radius: 2em;
  display: inline-block;
  font-weight: $font-weight-bold;
  padding: 0.8em 1.25em;
  &--background {
    background-color: $color-primary-light;
  }
  &--border {
    border: $card-border-width solid $card-border-color;
  }
  &--full {
    width: 100%;
  }
  &--no-padding {
    padding: 0.8em 0;
  }
  &__indicator {
    margin-right: $margin-small;
    color: $color-primary;
    float: left;
  }
  &--small {
    padding: 0.125em 0.75em 0.25em 0.75em;
  }
  &__value {
    white-space: nowrap;
    &--small {
      font-size: $font-size-medium;
      font-weight: $font-weight-normal;
    }

    &--primary {
      color: $color-primary;
    }
  }
}
