mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
25 lines
336 B
SCSS
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;
|
|
}
|
|
}
|