mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
15 lines
181 B
SCSS
15 lines
181 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
.nomad-logo {
|
|
height: 26px;
|
|
max-height: 26px;
|
|
fill: $white;
|
|
|
|
.faded {
|
|
opacity: 0.7;
|
|
}
|
|
}
|