<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 comments in Bartik.
 */

.alert-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  max-width: 100%;
  z-index: 9999;
}
.toast-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}</pre></body></html>