/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * Propshaft doesn't use sprockets directives, so this is a plain CSS file.
 * Add your custom styles below.
 */

/* Flash messages */
.flash {
  margin: 0.5rem 1rem;
}

.flash-notice {
  background-color: #d1fae5;
  border-color: #059669;
  color: #065f46;
}

.flash-alert {
  background-color: #fee2e2;
  border-color: #dc2626;
  color: #991b1b;
}
