Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/application/people/people-profile.css
12242 views
1
/**
2
* @provides people-profile-css
3
*/
4
5
form.profile-image-form {
6
display: inline-block;
7
margin: 0 8px 8px 0;
8
}
9
10
button.profile-image-button {
11
padding: 4px;
12
margin: 0;
13
}
14
15
.compose-dialog button.profile-image-button-selected {
16
background-image: none;
17
background-color: {$lightblue};
18
border-color: {$sky};
19
}
20
21
.compose-header {
22
color: {$bluetext};
23
border-bottom: 1px solid {$lightblueborder};
24
padding: 4px 0;
25
margin: 0 0 8px;
26
}
27
28
form.compose-dialog {
29
width: 80%;
30
}
31
32
.compose-dialog .phui-icon-view {
33
display: block;
34
position: relative;
35
width: 48px;
36
height: 48px;
37
background-color: {$darkgreytext};
38
}
39
40
.compose-dialog .compose-icon-bg.phui-icon-view {
41
color: #e7e7e7;
42
line-height: 48px;
43
width: 48px;
44
text-align: center;
45
font-size: 28px;
46
}
47
48
.compose-dialog .compose-background-red {
49
background-color: {$red};
50
}
51
52
.compose-dialog .compose-background-orange {
53
background-color: {$orange};
54
}
55
56
.compose-dialog .compose-background-yellow {
57
background-color: {$yellow};
58
}
59
60
.compose-dialog .compose-background-green {
61
background-color: {$green};
62
}
63
64
.compose-dialog .compose-background-blue {
65
background-color: {$blue};
66
}
67
68
.compose-dialog .compose-background-sky {
69
background-color: {$sky};
70
}
71
72
.compose-dialog .compose-background-indigo {
73
background-color: {$indigo};
74
}
75
76
.compose-dialog .compose-background-violet {
77
background-color: {$violet};
78
}
79
80
.compose-dialog .compose-background-pink {
81
background-color: {$pink};
82
}
83
84
.compose-dialog .compose-background-charcoal {
85
background-color: {$charcoal};
86
}
87
88
.compose-dialog .compose-background-backdrop {
89
background-color: {$backdrop};
90
}
91
92