codecombat/app/styles/play/ladder/my_matches_tab.sass

29 lines
459 B
Sass
Raw Normal View History

2014-04-02 21:41:10 -04:00
#my-matches-tab-view
.axis path, .axis line
fill: none
2014-04-04 17:22:30 -04:00
stroke: #555
2014-04-02 21:41:10 -04:00
shape-rendering: crispEdges
.x.axis.path
display: none
.line
fill: none
stroke: steelblue
stroke-width: 1.5px
2014-04-04 17:22:30 -04:00
.humans-line
fill: none
stroke: #bf3f3f
stroke-width: 1.5px
.ogres-line
fill: none
stroke: #3f44bf
stroke-width: 1.5px
2014-04-02 21:41:10 -04:00
2014-04-04 17:22:30 -04:00
.axis text
stroke: none
fill: #555555
shape-rendering: crispEdges