.unsavedNotice {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: .15rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.unsavedNotice__notice {
  width: auto;
  padding: .5rem;
  line-height: 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: white;
  opacity: .9;
  margin: 0 auto;
  border-radius: 5px;
}

.unsavedNotice__icon {
  margin-right: 1rem;
}
