<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Visual styles for Bootstrap Barrio's system messages.
 */

.alert-success {
  color: white;
  background-color: #00c851;
  border-color: #007e33;
}
.alert-warning {
  color: white;
  background-color: #ffbb33;
  border-color: #ff8800;
}
.alert-danger {
  color: white;
  background-color: #ff4444;
  border-color: #cc0000;
}
.alert-dismissible .btn-close {
  opacity: 0.6;
}
</pre></body></html>