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.
 
 
 
 
 

22 lines
280 B

.diagram {
height: 700px;
left: 200px;
position: absolute;
top: 0;
width: 700px;
}
.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;
}