/*
 * Copyright (c) 2021 Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: LicenseRef-Nordic-4-Clause
 */

@import '../variables';

.core19-nav-bar {
    width: 100%;
    height: $nav-bar-height;

    background-color: $white;

    display: flex;
    flex: none;
    flex-direction: row;
    align-items: center;

    z-index: 100;

    .core19-nav-bar-device-selector {
        width: $side-panel-width;
        min-width: $side-panel-width;
        align-self: start;
    }
}
