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.
 
 
 
 
 

24 lines
344 B

.diagram {
background: rgba(150, 100, 200, 0.1);
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;
}