github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/ui/app/styles/components/legend.scss (about)

     1  .legend {
     2    margin-bottom: 1em;
     3  
     4    .legend-label {
     5      font-weight: $weight-bold;
     6      margin-bottom: 0.3em;
     7    }
     8  
     9    .legend-terms {
    10      dt,
    11      dd {
    12        display: inline;
    13      }
    14  
    15      dt {
    16        font-weight: $weight-bold;
    17      }
    18  
    19      dd {
    20        margin-left: 0.5em;
    21      }
    22  
    23      .legend-term {
    24        display: inline-block;
    25        whitespace: nowrap;
    26        margin-right: 1.5em;
    27  
    28        &:last-child {
    29          margin-right: 0;
    30        }
    31      }
    32    }
    33  }