mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 10:06:08 -05:00
33 lines
No EOL
539 B
Sass
33 lines
No EOL
539 B
Sass
#ladder-tab-view
|
|
.name-col-cell
|
|
max-width: 150px
|
|
white-space: nowrap
|
|
overflow: hidden
|
|
text-overflow: ellipsis
|
|
|
|
.bar rect
|
|
fill: steelblue
|
|
shape-rendering: crispEdges
|
|
|
|
.bar text
|
|
fill: #fff
|
|
|
|
.specialbar rect
|
|
fill: #555555
|
|
|
|
|
|
.axis path, .axis line
|
|
fill: none
|
|
stroke: #555555
|
|
shape-rendering: crispEdges
|
|
|
|
.humans-bar
|
|
fill: #bf3f3f
|
|
shape-rendering: crispEdges
|
|
.ogres-bar
|
|
fill: #3f44bf
|
|
shape-rendering: crispEdges
|
|
text
|
|
fill: #555555
|
|
|
|
|