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

     1  .event {
     2    display: flex;
     3    margin-top: 1.5em;
     4    margin-bottom: 1em;
     5  
     6    .type {
     7      margin-right: 0.75em;
     8    }
     9  
    10    .timestamp {
    11      font-size: $size-7;
    12      color: darken($grey-blue, 20%);
    13      margin-top: 0.25em;
    14    }
    15  
    16    .message {
    17      margin-top: 0.5em;
    18    }
    19  }