Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/application/project/project-view.css
12242 views
1
/**
2
* @provides project-view-css
3
*/
4
5
.project-view-people-home.phui-two-column-view .phui-two-column-header {
6
background: transparent;
7
border: none;
8
margin-bottom: 8px;
9
}
10
11
.project-view-header-tag {
12
margin-left: 8px;
13
font-size: {$normalfontsize};
14
color: {$bluetext};
15
font-family: {$fontfamily};
16
font-weight: normal;
17
}
18
19
.device-phone .project-view-header-tag {
20
display: block;
21
margin-left: -4px;
22
}
23
24
.project-view-header-tag .phui-icon-view {
25
color: {$bluetext};
26
}
27
28
.device .project-view-home .phui-two-column-row {
29
display: flex;
30
flex-direction: column-reverse;
31
}
32
33
.project-view-home .phui-box.project-view-properties {
34
margin: 0 0 16px 0;
35
padding: 0;
36
}
37
38
.device-desktop .phui-two-column-view .project-view-properties
39
.phui-property-list-container {
40
padding: 12px 0;
41
}
42
43
.project-view-properties .phui-property-list-container +
44
.phui-property-list-text-content {
45
border-color: {$thinblueborder};
46
}
47
48
.project-view-properties .phui-property-list-key {
49
width: auto;
50
margin-left: 4px;
51
}
52
53
.project-view-properties .phui-property-list-section-header {
54
border: none;
55
padding: 12px 4px 0;
56
}
57
58
.project-view-home .phui-side-column .phui-object-box .phui-header-shell {
59
padding: 6px 6px 6px 12px;
60
}
61
62
.project-view-home .phui-side-column .phui-object-box
63
div.phui-info-severity-nodata {
64
color: {$lightgreytext};
65
font-style: italic;
66
border: none;
67
text-align: center;
68
}
69
70
.project-view-home .phui-box-grey .phui-oi-attribute .phui-icon-view {
71
color: {$lightgreytext};
72
}
73
74
.profile-no-badges {
75
padding: 24px 0;
76
}
77
78
.people-profile-header.phui-profile-header .phui-header-col1 {
79
display: none;
80
}
81
82
.device .people-profile-header.phui-profile-header .phui-header-col1 {
83
display: table-cell;
84
}
85
86