ethoinfo-framework
Version:
ethoinfo-framework [](https://travis-ci.org/ethoinformatics/ethoinfo-framework) =============
43 lines (39 loc) • 574 B
text/less
#activity-page{
.item.item-icon-right{
.icon.color-box{
display: inline-block;
width: 6px;
right: 0px;
}
}
#timeline-container{
height:100%;
text.timeline-label{
color:white;
font-weight:bolder;
}
svg{
g.selected{
rect.foreground{
box-shadow: 0 0 20px yellow;
}
}
g.activity{
rect.background{
fill: #f5f5f5;
}
}
.time-axis{
path, line{
fill: none;
stroke: black;
shape-rendering: crisp-edges;
}
text{
font-family: sans-serif;
font-size: 11px;
}
}
}
}
}