Dashboard CSS tweaks for Side Navigation

@media(min-width: 960px) {
        .md-sidenav-left, md-sidenav {
            top: 64px;
            z-index: 80;
            font-size:10px;
            max-width:120px !important;
        }
        .nr-menu-item-active div button {
            border-left: 4px solid red;
            border-right: unset;
        }
        .nr-menu-item-active div.md-list-item-inner{
            color:red !important;
        }
        md-list-item {
            min-height: 36px;
            height: 36px;
        }
    }
2 Likes