
@import './themes.scss';

.warning {
  background: $warning-color;
  color: $ld-fc-wt;
  border: 0;
}

.error {
  background: $error-color;
  color: $ld-fc-wt;
  border: 0;
}
