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

33 lines
539 B
Sass
Raw Normal View History

#ladder-tab-view
.name-col-cell
max-width: 150px
white-space: nowrap
overflow: hidden
2014-04-04 16:38:36 -04:00
text-overflow: ellipsis
.bar rect
fill: steelblue
shape-rendering: crispEdges
.bar text
fill: #fff
.specialbar rect
2014-04-04 17:22:30 -04:00
fill: #555555
2014-04-04 16:38:36 -04:00
.axis path, .axis line
fill: none
2014-04-04 17:22:30 -04:00
stroke: #555555
2014-04-04 16:38:36 -04:00
shape-rendering: crispEdges
2014-04-04 17:22:30 -04:00
.humans-bar
fill: #bf3f3f
shape-rendering: crispEdges
.ogres-bar
fill: #3f44bf
shape-rendering: crispEdges
text
fill: #555555
2014-04-04 16:38:36 -04:00