Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/application/uiexample/example.css
12242 views
1
/**
2
* @provides phabricator-ui-example-css
3
*/
4
5
.phabricator-ui-example-note {
6
padding: .5em;
7
margin: 2em 1em 0.5em;
8
background: #ffffdd;
9
border: 1px solid #f5e178;
10
}
11
12
.phabricator-ui-example-note tt {
13
font-weight: bold;
14
}
15
16
.jxui-example-container {
17
padding: 2em;
18
margin: 4em auto;
19
border: 4px solid black;
20
background: #dfdfdf;
21
text-align: center;
22
width: 50%;
23
}
24
25
.jxui-example-container a {
26
margin: 1em;
27
}
28
29
.jxui-example-container a.jxui-active {
30
box-shadow: 0 0 30px #ffff00;
31
}
32
33
.jxui-blue-background {
34
background: {$blue};
35
}
36
37
.jxui-red-border {
38
border-color: {$red};
39
}
40
41
.phui-example-icon-name {
42
display: inline-block;
43
width: 180px;
44
padding-bottom: 8px;
45
white-space: nowrap;
46
}
47
48
.phui-icon-view.phui-example-icon-transform {
49
display: block;
50
padding-bottom: 8px;
51
}
52
53