Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 39549
1
// #smc-file-tabs-* used in project_page.cjsx
2
3
// ProjectPage
4
=file-tabs-base
5
height : 32px
6
font-size : 10.5pt
7
border-radius : 5px 5px 0px 0px
8
9
.smc-file-tabs-fixed-desktop > li > a
10
padding : 7px 5px
11
+file-tabs-base
12
13
.smc-file-tabs-files-desktop > li > a
14
padding : 11px 5px
15
+file-tabs-base
16
+disable-user-select
17
18
// MobileProjectPage
19
20
.smc-file-tabs-fixed-mobile > li > a
21
padding : 8px 10px
22
23
.smc-file-tabs-files-mobile > li > a
24
padding : 13px 15px 7px
25
26
// ProjectPage
27
28
.smc-file-tab-floating
29
background-color : $COL_BS_BLUE_BGRND
30
border-radius : 5px 5px 0px 0px
31
box-sizing : border-box
32
color : rgb(51, 51, 51)
33
display : block
34
flex-shrink : 1
35
line-height : normal
36
list-style-image : none
37
list-style-position : outside
38
list-style-type : none
39
overflow-x : hidden
40
overflow-y : hidden
41
position : relative
42
text-align : left
43
width : 250px
44
+file-tabs-base
45
46
> a
47
color : rgb(51, 51, 51)
48
border-radius : 5px 5px 0px 0px
49
box-sizing : border-box
50
display : block
51
line-height : normal
52
list-style-image : none
53
list-style-position : outside
54
list-style-type : none
55
padding : 11px 5px
56
position : relative
57
+file-tabs-base
58
59
.highlight
60
background-color : yellow
61
62
.cc-project-files-create-dropdown
63
> .dropdown.btn-group
64
display: flex
65
66