github.com/hernad/nomad@v1.6.112/ui/app/styles/components/event.scss (about) 1 /** 2 * Copyright (c) HashiCorp, Inc. 3 * SPDX-License-Identifier: MPL-2.0 4 */ 5 6 .event { 7 display: flex; 8 margin-top: 1.5em; 9 margin-bottom: 1em; 10 11 .type { 12 margin-right: 0.75em; 13 } 14 15 .timestamp { 16 font-size: $size-7; 17 color: darken($grey-blue, 20%); 18 margin-top: 0.25em; 19 } 20 21 .message { 22 margin-top: 0.5em; 23 } 24 }