mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 10:06:08 -05:00
29 lines
No EOL
459 B
Sass
29 lines
No EOL
459 B
Sass
#my-matches-tab-view
|
|
.axis path, .axis line
|
|
fill: none
|
|
stroke: #555
|
|
shape-rendering: crispEdges
|
|
.x.axis.path
|
|
display: none
|
|
|
|
.line
|
|
fill: none
|
|
stroke: steelblue
|
|
stroke-width: 1.5px
|
|
|
|
.humans-line
|
|
fill: none
|
|
stroke: #bf3f3f
|
|
stroke-width: 1.5px
|
|
|
|
.ogres-line
|
|
fill: none
|
|
stroke: #3f44bf
|
|
stroke-width: 1.5px
|
|
|
|
.axis text
|
|
stroke: none
|
|
fill: #555555
|
|
shape-rendering: crispEdges
|
|
|
|
|