github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/ui/app/styles/components/policies.scss (about)

     1  table.policies {
     2    tr {
     3      cursor: pointer;
     4  
     5      &:hover td {
     6        background-color: #f5f5f5;
     7      }
     8      a {
     9        color: black;
    10        text-decoration: none;
    11      }
    12      .number-expired {
    13        color: $red;
    14      }
    15    }
    16  }
    17  
    18  .edit-policy {
    19    .policy-editor {
    20      max-height: 600px;
    21      overflow: auto;
    22    }
    23  
    24    .input {
    25      margin-bottom: 1rem;
    26    }
    27  }