<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.notifications {
  position: fixed;
}

/* Positioning */ 
.notifications.top-right {
  right: 10px;
  top: 25px;
}

.notifications.top-left {
  left: 10px;
  top: 25px;
}

.notifications.bottom-left {
  left: 10px;
  bottom: 25px;
}

.notifications.bottom-right {
  right: 10px;
  bottom: 25px;
}

.notifications.notify-msg{
  left: 40%;
  top: 25px;
}

/* Notification Element */
.notifications &gt; div {
  position: relative;
  z-index: 9999;
  margin: 5px 0px;
}</pre></body></html>