You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.diagram {
|
|
font-size: 10px;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
top: 0;
|
|
width: 700px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.group-tick line {
|
|
stroke: #ddd;
|
|
}
|
|
|
|
.ribbon {
|
|
fill-opacity: 0.4;
|
|
stroke-width: 1;
|
|
stroke-opacity: 0.1;
|
|
}
|
|
|
|
.ribbon:hover {
|
|
fill-opacity: 1;
|
|
stroke-opacity: 1;
|
|
}
|
|
|