mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-07-17 11:25:51 +08:00
29 lines
313 B
CSS
29 lines
313 B
CSS
body {
|
|
padding: 80px 0;
|
|
}
|
|
|
|
#detector {
|
|
cursor: pointer;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.bar rect {
|
|
fill: steelblue;
|
|
shape-rendering: crispEdges;
|
|
}
|
|
|
|
.bar text {
|
|
fill: #fff;
|
|
}
|
|
|
|
.axis path, .axis line {
|
|
fill: none;
|
|
stroke: #000;
|
|
shape-rendering: crispEdges;
|
|
}
|
|
|
|
.scrollable {
|
|
height: 50%;
|
|
overflow: auto;
|
|
}
|