.deactivated-label {
  display: inline-block;
  background-color: $color-primary-200;
  color: $color-primary-500;
  padding: 2px;
  font-size: 14px;
  width: 17px;
  height: 17px;
  justify-content: center;

  @include flex-align-items();
  @include rounded($rounded);
}
