Path: blob/master/src/packages/frontend/_projects.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'67// #smc-file-tabs-* used in project_page.cjsx89// ProjectPage10=file-tabs-base11height: 32px12font-size: 10.5pt13border-radius: 5px 5px 0px 0px1415.smc-file-tabs-fixed-desktop > li > a16padding: 10px 5px17+file-tabs-base1819// make nav tabs a little tighter horizontally.20.smc-file-tabs-sortable-desktop > li > a21padding: 10px 5px2223// ProjectPage2425.list-group-header26list-style: none27color: colors.$COL_GRAY28padding-left: 5px29margin-top: 5px30border-top: 1px solid colors.$COL_GRAY_LL31padding-top: 10px32&:first-child33margin-top: 5px34padding-top: 0px35border-top: none3637.smc-file-tab-floating38background-color: colors.$COL_BS_BLUE_BGRND39border-radius: 5px 5px 0px 0px40box-sizing: border-box41color: rgb(51, 51, 51)42display: block43flex-shrink: 144line-height: normal45list-style-image: none46list-style-position: outside47list-style-type: none48overflow-x: hidden49overflow-y: hidden50position: relative51text-align: left52width: 250px53+file-tabs-base5455> a56color: rgb(51, 51, 51)57border-radius: 5px 5px 0px 0px58box-sizing: border-box59display: block60line-height: normal61list-style-image: none62list-style-position: outside63list-style-type: none64padding: 11px 5px65position: relative66+file-tabs-base6768.highlight69background-color: yellow7071.cc-project-files-create-dropdown72> .dropdown.btn-group73display: flex74flex: 1 0 auto7576.cc-project-files-path-nav77flex: 1 0 auto78> div,79> nav80background-color: colors.$COL_GRAY_LLL81border-radius: 3px8283// The !important below are because we are directly overriding84// what is defined for breadcrumbs in antd, in particular, in the85// antd-breadcrumb class. We do this, so things look right in86// the particular place we are using this.87.cc-path-navigator88flex: 5 1 auto89margin-bottom: 15px !important90max-width: 50vw91padding: 5px 10px !important9293.cc-path-navigator,94.cc-project-flyout-path-navigator95color: colors.$COL_BS_BLUE_TEXT96span97cursor: pointer9899.cc-project-flyout-path-navigator100overflow: hidden101text-overflow: ellipsis102float: left103white-space: nowrap104> ol105display: inline-block106white-space: nowrap107> li108display: inline-block109white-space: nowrap110li.ant-breadcrumb-separator111margin-right: 2px112margin-left: 2px113114.cc-path-navigator-history115color: colors.$COL_GRAY116.cc-path-navigator-active117font-weight: bold118color: black119120.cc-custom-image-desc121h1122font-size: 125%123h2124font-size: 120%125h3126font-size: 115%127h4128font-size: 110%129h6130font-size: 105%131132li.cc-project-home-recent-files133cursor: pointer134&:hover135background-color: colors.$COL_GRAY_LLL136137div.cc-project-flyout-dragbar:hover138background-color: colors.$COL_GRAY_L139140.cc-project-log-history-entry:hover141cursor: pointer142background-color: colors.$COL_GRAY_LLL143144.cc-project-flyout-files-panel,145.cc-project-flyout-settings-panel146.ant-collapse-content-box147padding: 0 !important148149.cc-license-table-public-info150td, th151padding: 5px !important152.ant-table-expanded-row153td154padding: 0 !important155156157