/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/*
 * Hummingbird's reboot floats `legend` at width:100% (Bootstrap's rule) but
 * ships without Bootstrap's companion `legend + * { clear: left }`. Without it
 * the first field after a legend — `.form-field` is `display:flex`, so it
 * establishes a block formatting context — is laid out *beside* the float and
 * collapses to zero width. Every crispy `Fieldset` hits this.
 */
legend + * {
  clear: left;
}
