mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-02 20:07:25 -05:00
13 lines
214 B
Sass
13 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
|
|
|