// This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. // // Copyright (c) UXBOX Labs SL .dashboard-header { align-items: center; background-color: $color-white; display: flex; height: 63px; padding: $size-1 $size-4 $size-1 $size-2; position: relative; z-index: 10; justify-content: space-between; .element-name { margin-right: $size-2; } .btn-secondary { flex-shrink: 0; z-index: 10; height: 32px; } svg { fill: $color-black; height: 14px; margin-right: $size-1; width: 14px; } nav { display: flex; width: 300px; justify-content: center; z-index: 1; margin-top: 39px; ul { display: flex; align-items: center; font-size: $fs14; justify-content: center; } li { a { align-items: center; border-bottom: 3px solid transparent; color: $color-gray-30; display: flex; height: 40px; padding: $size-1 $size-5; flex-basis: 140px; &:hover { color: $color-black; } } &.active { a { color: $color-black; border-color: $color-primary; } } } } .dashboard-title { display: flex; h1 { color: $color-black; display: flex; flex-shrink: 0; font-size: $fs18; font-weight: 600; z-index: 10; } .context-menu.is-open { margin-top: 10px; } } .icon { display: flex; align-items: center; cursor: pointer; margin-left: $size-2; z-index: 10; svg { fill: $color-gray-40; width: 15px; height: 15px; &:hover { fill: $color-primary-dark; } } } .dashboard-header-actions { display: flex; } .pin-icon { margin: 0 $size-2 0 $size-5; svg { fill: $color-gray-20; } &.active { svg { fill: $color-gray-50; } } } }