Path: blob/master/src/packages/frontend/_projects_nav.sass
1496 views
/*1* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.2* License: MS-RSL – see LICENSE.md for details3*/45@use 'colors'6@use 'mixins'78.navbar-default9background-color: colors.$COL_TOP_BAR_BG10border-color: colors.$COL_TOP_BAR_BG11border-width: 0 0 0 01213=nav-tab-button-styles14padding : 0px15+mixins.disable-user-select16color: colors.$COL_TOP_BAR_TEXT17&:hover18color: colors.$COL_TOP_BAR_TEXT192021.smc-top-bar22position : relative23top : 0px24right : 0px25left : 0px26display : flex27padding : 0px28margin : 0px29z-index : 10030border-radius : 031width : 100%32background-color: colors.$COL_GRAY_L033> ul > li > a34+nav-tab-button-styles3536.smc-project-tab-sorter > li > a37+nav-tab-button-styles3839.smc-top-bar.navbar-default .navbar-nav>.active>a,40.smc-top-bar.navbar-default .navbar-nav>.active>a:focus,41.smc-top-bar.navbar-default .navbar-nav>li>a:focus,42.smc-top-bar.navbar-default .navbar-nav>.active>a:hover43background-color : colors.$COL_TOP_BAR_ACTIVE44color : colors.$COL_TOP_BAR_TEXT_ACTIVE4546.smc-top-bar.navbar-default .navbar-nav>li>a:hover47background-color : colors.$COL_TOP_BAR_HOVER48color : colors.$COL_TOP_BAR_TEXT4950.smc-project-tab-floating51background-color : rgb(255, 255, 255)52border : dotted 1px #9a9a9a53display : block54line-height : normal55list-style-image : none56list-style-position : outside57list-style-type : none58z-index : 1005960> a61color : rgb(85, 85, 85)62display : block63height : 51px64line-height : 20px65list-style-image : none66list-style-position : outside67list-style-type : none68outline-color : rgb(85, 85, 85)69outline-style : none70outline-width : 0px71padding : 0px7273.smc-projects-tabs74padding: 10px7576.smc-dropdown-projects>li>ul77width: 100%78>li>a79display: flex !important80height: 39px !important81padding: 2px 10px !important8283.cocalc-top-bar-element:hover84background-color: colors.$COL_TOP_BAR_HOVER858687