@use '../../../styles/app' as *; .headerLink { a, button { display: flex; color: $gray-500; align-items: center; text-decoration: none; cursor: pointer; &:hover, &:active, &:focus { font-weight: $font-weight-semi-bold; } } > a, > button { position: relative; padding: 0 15px; line-height: 55px; justify-content: space-between; &:hover { font-weight: $font-weight-thin; background-color: $gray-100; } &:focus { outline: none; box-shadow: none; } img { width: 15px; margin-right: 15px; } } } .arrow { color: $gray-400; transition: 0.3s; right: 0; } .arrowActive { transform: rotate(-90deg); } .headerLinkActive { span { color: $brand-danger; font-weight: $font-weight-semi-bold; } } .panel { border: none; box-shadow: none; margin: 0; border-radius: 0; background: rgba(#000, 0.1); div { padding: 0; } ul { padding-left: 0; font-size: $font-size-small; li { padding: 3px 0; list-style: none; } a { padding: 4px 20px 4px 44px; &:hover, &:active, &:focus { font-weight: $font-weight-semi-bold; } } } }