Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/phui/phui-policy-section-view.css
12241 views
1
/**
2
* @provides phui-policy-section-view-css
3
*/
4
5
.phui-policy-section-view {
6
margin-bottom: 24px;
7
}
8
9
.phui-policy-section-view-header {
10
background: {$bluebackground};
11
border-bottom: 1px solid {$lightblueborder};
12
padding: 4px 8px;
13
color: {$darkbluetext};
14
margin-bottom: 8px;
15
}
16
17
.phui-policy-section-view-header-text {
18
font-weight: bold;
19
}
20
21
.phui-policy-section-view-header .phui-icon-view {
22
margin-right: 8px;
23
}
24
25
.phui-policy-section-view-link {
26
float: right;
27
}
28
29
.phui-policy-section-view-link .phui-icon-view {
30
color: {$bluetext};
31
}
32
33
.phui-policy-section-view-hint {
34
color: {$greytext};
35
background: {$lightbluebackground};
36
padding: 8px;
37
}
38
39
.phui-policy-section-view-body {
40
padding: 0 12px;
41
}
42
43
.phui-policy-section-view-inactive-rule {
44
color: {$greytext};
45
}
46
47
.phui-policy-section-view-rules {
48
margin: 8px 0;
49
padding: 8px;
50
background: {$lightbluebackground};
51
border: 1px solid {$lightblueborder};
52
}
53
54
.phui-policy-section-view .phui-policy-section-view-body ul {
55
margin: 8px 0;
56
padding: 0 16px 0 24px;
57
list-style: disc;
58
}
59
60
.phui-policy-section-view .phui-policy-section-view-body p + p {
61
margin-top: 8px;
62
}
63
64