mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
15 lines
236 B
SCSS
15 lines
236 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
.related-evaluation {
|
|
margin: 24px;
|
|
outline: 1px solid #d9dee6;
|
|
padding: 10px;
|
|
width: 100px;
|
|
&.is-active {
|
|
background-color: whitesmoke;
|
|
}
|
|
}
|