/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ .menu { font-size: $size-6; } .menu a { display: block; padding: $size-10 $size-9; text-decoration: none; } .menu-label { letter-spacing: 0.1em; text-transform: uppercase; } .menu-list { line-height: 1.25; } .column .menu-list a { border-radius: 0; border-right: 0 solid transparent; font-weight: $font-weight-semibold; &:hover, &.is-active { color: $blue; } }