Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/src/packages/frontend/_projects.sass
Views: 687
/*1* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.2* License: MS-RSL – see LICENSE.md for details3*/45// #smc-file-tabs-* used in project_page.cjsx67// ProjectPage8=file-tabs-base9height: 32px10font-size: 10.5pt11border-radius: 5px 5px 0px 0px1213.smc-file-tabs-fixed-desktop > li > a14padding: 10px 5px15+file-tabs-base1617// make nav tabs a little tighter horizontally.18.smc-file-tabs-sortable-desktop > li > a19padding: 10px 5px2021// ProjectPage2223.list-group-header24list-style: none25color: $COL_GRAY26padding-left: 5px27margin-top: 5px28border-top: 1px solid $COL_GRAY_LL29padding-top: 10px30&:first-child31margin-top: 5px32padding-top: 0px33border-top: none3435.smc-file-tab-floating36background-color: $COL_BS_BLUE_BGRND37border-radius: 5px 5px 0px 0px38box-sizing: border-box39color: rgb(51, 51, 51)40display: block41flex-shrink: 142line-height: normal43list-style-image: none44list-style-position: outside45list-style-type: none46overflow-x: hidden47overflow-y: hidden48position: relative49text-align: left50width: 250px51+file-tabs-base5253> a54color: rgb(51, 51, 51)55border-radius: 5px 5px 0px 0px56box-sizing: border-box57display: block58line-height: normal59list-style-image: none60list-style-position: outside61list-style-type: none62padding: 11px 5px63position: relative64+file-tabs-base6566.highlight67background-color: yellow6869.cc-project-files-create-dropdown70> .dropdown.btn-group71display: flex7273.cc-project-files-path-nav74min-width: 35vw75> div,76> nav77background-color: $COL_GRAY_LLL78border-radius: 3px7980// The !important below are because we are directly overriding81// what is defined for breadcrumbs in antd, in particular, in the82// antd-breadcrumb class. We do this, so things look right in83// the particular place we are using this.84.cc-path-navigator85flex: 5 1 auto86margin-bottom: 15px !important87max-width: 50vw88padding: 5px 10px !important8990.cc-path-navigator,91.cc-project-flyout-path-navigator92color: $COL_BS_BLUE_TEXT93span94cursor: pointer9596.cc-project-flyout-path-navigator97overflow: hidden98text-overflow: ellipsis99float: left100white-space: nowrap101> ol102display: inline-block103white-space: nowrap104> li105display: inline-block106white-space: nowrap107li.ant-breadcrumb-separator108margin-right: 2px109margin-left: 2px110111.cc-path-navigator-history112color: $COL_GRAY113.cc-path-navigator-active114font-weight: bold115color: black116117.cc-custom-image-desc118h1119font-size: 125%120h2121font-size: 120%122h3123font-size: 115%124h4125font-size: 110%126h6127font-size: 105%128129li.cc-project-home-recent-files130cursor: pointer131&:hover132background-color: $COL_GRAY_LLL133134div.cc-project-flyout-dragbar:hover135background-color: $COL_GRAY_L136137.cc-project-log-history-entry:hover138cusor: pointer139background-color: $COL_GRAY_LLL140141.cc-project-flyout-files-panel,142.cc-project-flyout-settings-panel143.ant-collapse-content-box144padding: 0 !important145146.cc-license-table-public-info147td, th148padding: 5px !important149.ant-table-expanded-row150td151padding: 0 !important152153154