mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 17:02:18 -05:00
26 lines
No EOL
400 B
Sass
26 lines
No EOL
400 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: red
|
|
|
|
|
|
.axis path, .axis line
|
|
fill: none
|
|
stroke: #000
|
|
shape-rendering: crispEdges
|
|
.x.axis
|
|
color: red
|
|
|
|
|