github.com/hernad/nomad@v1.6.112/ui/app/styles/core/notifications.scss (about)

     1  /**
     2   * Copyright (c) HashiCorp, Inc.
     3   * SPDX-License-Identifier: MPL-2.0
     4   */
     5  
     6  section.notifications {
     7    position: fixed;
     8    bottom: 20px;
     9    right: 20px;
    10    z-index: 100;
    11    justify-items: right;
    12    display: grid;
    13  
    14    .flash-message {
    15      &:not(:last-child) {
    16        margin-bottom: 1rem;
    17      }
    18    }
    19  }