UNPKG
ng2-org-chart
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
Hierarchical Organizational Chart for Angular (4+)
github.com/mkarci26/org-chart
mkarci26/org-chart
ng2-org-chart
/
styles.css
19 lines
(15 loc)
•
266 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.oc-border
{
border
:
1px
solid dodgerblue; }
.oc-background
{
background-color
: cornflowerblue; }
.oc-name
{
font-family
: serif;
white-space
: nowrap; }
.oc-designation
{
font-family
: sans-serif;
font-style
: italic;
white-space
: nowrap; }