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

40 lines
623 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
tr.fresh
background-color: #39F
tr.stale
opacity: 0.5
tr.win .state-cell
color: #172
tr.loss .state-cell
color: #712
td
padding: 1px 2px