Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/phui/phui-head-thing.css
12241 views
1
/**
2
* @provides phui-head-thing-view-css
3
*/
4
5
.phui-head-thing-view {
6
height: 24px;
7
line-height: 22px;
8
color: {$greytext};
9
}
10
11
.phui-head-thing-view.phui-head-has-image {
12
position: relative;
13
padding-left: 32px;
14
}
15
16
.device-phone .phui-two-column-subheader .phui-head-thing-view {
17
min-height: 24px;
18
height: auto;
19
line-height: inherit;
20
}
21
22
.phui-head-thing-view a {
23
color: {$darkgreytext};
24
}
25
26
.phui-head-thing-image {
27
height: 24px;
28
width: 24px;
29
background-size: 100%;
30
margin-right: 8px;
31
border-radius: 3px;
32
display: inline-block;
33
position: absolute;
34
top: 0;
35
left: 0;
36
}
37
38