mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 10:06:08 -05:00
14 lines
214 B
Sass
14 lines
214 B
Sass
|
#my-matches-tab-view
|
||
|
.axis path, .axis line
|
||
|
fill: none
|
||
|
stroke: #000
|
||
|
shape-rendering: crispEdges
|
||
|
.x.axis.path
|
||
|
display: none
|
||
|
|
||
|
.line
|
||
|
fill: none
|
||
|
stroke: steelblue
|
||
|
stroke-width: 1.5px
|
||
|
|