@import "colors";


.badge-green {
  color: white;
  background: $green-color;
}

.badge-orange {
  color: white;
  background: $bright-orange-color;
}

.badge-blue {
  color: white;
  background: $bright-blue-color;
}
