Files
nomad/ui/app/styles/components/event.scss
2023-08-10 17:27:29 -05:00

25 lines
336 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: BUSL-1.1
*/
.event {
display: flex;
margin-top: 1.5em;
margin-bottom: 1em;
.type {
margin-right: 0.75em;
}
.timestamp {
font-size: $size-7;
color: darken($grey-blue, 20%);
margin-top: 0.25em;
}
.message {
margin-top: 0.5em;
}
}