@use 'ngx-tethys/styles/basic.scss';

.thy-pro-sidebar {
    background: basic.$menu-theme-dark-bg-color;
    .thy-layout-sidebar &-header {
        min-height: 70px;

        .header-logo {
            width: 30px;
            height: 30px;
        }

        .header-title {
            margin-left: 10px;
            font-size: 18px;
            color: basic.$white;
            display: inline-block;
        }
    }

    .sidebar-footer {
        border-top: none;
    }
}

.thy-menu-grop-popover {
    .thy-menu .thy-menu-group .thy-menu-group-header {
        font-size: basic.$font-size-base;
    }
}
