github.com/hernad/nomad@v1.6.112/ui/app/styles/components/metadata-editor.scss (about)

     1  /**
     2   * Copyright (c) HashiCorp, Inc.
     3   * SPDX-License-Identifier: MPL-2.0
     4   */
     5  
     6  .add-dynamic-metadata {
     7    padding: 0.75rem;
     8    border: 1px solid $grey-blue;
     9    border-top-width: 0;
    10    margin-bottom: 3rem;
    11  }
    12  
    13  .metadata-editor {
    14    display: grid;
    15    grid-template-columns: 1fr 1fr;
    16    gap: 0.75rem;
    17  
    18    .constant-key {
    19      display: block;
    20    }
    21  
    22    footer {
    23      grid-column: -1 / 1;
    24    }
    25  }
    26  
    27  .edit-existing-metadata-button {
    28    float: right;
    29  }
    30