CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/frontend/_project_page.sass
Views: 687
1
/*
2
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3
* License: MS-RSL – see LICENSE.md for details
4
*/
5
6
.smc-project-files-dropdown>a
7
overflow: hidden
8
text-overflow: ellipsis
9
10
.smc-project-files-dropdown
11
> a
12
overflow: hidden
13
text-overflow: ellipsis
14
> ul
15
width: 100%
16
17
dl.cc-project-settings-features
18
> dt
19
width: 20px
20
> dd
21
margin-left: 30px
22
23
.cocalc-files-tabs-more
24
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15)
25
.ant-tabs-dropdown-menu-item
26
font-size: 14px
27
.anticon
28
font-size: 125%
29
margin-right: 10px
30
31
.cc-project-info-cgroup-table-flyout
32
div.ant-descriptions-view
33
border-left: 0 !important
34
border-right: 0 !important
35
border-radius: 0
36
th.ant-descriptions-item-label
37
width: 25%
38
td.ant-descriptions-item-content
39
width: 75%
40
41
.cc-project-info-cgroup-table-page
42
table
43
td.ant-descriptions-item-content
44
width: 250px // due to width auto, this is a proportion, not absolute value
45
46
.cc-project-info-procs-flyout-row-expanded
47
td
48
margin: 0 !important
49
padding: 0 !important
50
51
.cc-project-info-about-flyout
52
div.ant-descriptions-header
53
align-items: flex-start
54
margin: 5px
55
.ant-descriptions-title
56
font-size: 14px
57
line-height: 1.2
58
div.ant-descriptions-view
59
border-radius: 0
60
td, th
61
padding: 5px !important
62
code
63
font-size: 90%
64
65