com.getkeepsafe.dexcount.styles.css Maven / Gradle / Ivy
body {
font-family: sans-serif;
font-size: 11px;
font-weight: 400;
background-color: #fff;
margin-top: 10px;
}
#sequence {
height: 70px;
}
#sequence text {
fill: #fff;
}
#chart {
position: relative;
}
#chart path {
stroke: #fff;
}
#count {
position: absolute;
top: 280px;
left: 230px;
width: 140px;
text-align: center;
color: #666;
z-index: -1;
font-size: 2.5em;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy