@mixin alert-mixin($fontColor, $borderColor, $bgColor) {
  border-color: $borderColor;
  background-color: $bgColor;
  color: $fontColor;
}
