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

     1  /**
     2   * Copyright (c) HashiCorp, Inc.
     3   * SPDX-License-Identifier: MPL-2.0
     4   */
     5  
     6  .related-evaluation {
     7    margin: 24px;
     8    outline: 1px solid #d9dee6;
     9    padding: 10px;
    10    width: 100px;
    11    &.is-active {
    12      background-color: whitesmoke;
    13    }
    14  }