github.com/hernad/nomad@v1.6.112/ui/app/styles/components/nomad-logo.scss (about) 1 /** 2 * Copyright (c) HashiCorp, Inc. 3 * SPDX-License-Identifier: MPL-2.0 4 */ 5 6 .nomad-logo { 7 height: 26px; 8 max-height: 26px; 9 fill: $white; 10 11 .faded { 12 opacity: 0.7; 13 } 14 }