.color-error {
  color: rgb(223, 51, 51);
}

.color-warn {
  color: rgb(243, 169, 32);
}

.color-info {
  color: rgb(42, 126, 235);
}

.color-success {
  color: rgb(3, 177, 53);
}

.bg-error {
  background-color: rgb(223, 51, 51);
}

.bg-warn {
  background-color: rgb(243, 169, 32);
}

.bg-info {
  background-color: rgb(223, 51, 51);
}

.bg-success {
  background-color: rgb(3, 177, 53);
}

/*# sourceMappingURL=colors.css.map */
