<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: #333;
  background-color: white;
  border-left: #28a745 15px solid;
}
.alert-warning {
  color: #333;
  background-color: white;
  border-left: #ff8800 15px solid;
}
.alert-danger {
  color: #333;
  background-color: white;
  border-left: #cc0000 15px solid;
}
.alert-dismissible .btn-close {
  opacity: 0.6;
}
</pre></body></html>