Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
88b220e18a87d43f01679f9b18bfcdac0b51f006
/
.
/
views
/
ngXosViews
/
serviceGrid
/
src
/
css
/
main.css
blob: ae13614581a200addf124565039866096ec096a1 [
file
] [
log
] [
blame
]
#
xosServiceGrid service-graph
{
display
:
block
;
width
:
100%
;
height
:
600px
;
}
#
xosServiceGrid
.
node
{
stroke
:
#337ab7
;
fill
:
white
;
}
#
xosServiceGrid
.
node
.
xos
{
fill
:
#d9534f
;
}
#
xosServiceGrid
.
link
{
stroke
:
black
;
stroke-width
:
2px
;
}