mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
22 lines
No EOL
350 B
Sass
22 lines
No EOL
350 B
Sass
#ladder-view
|
|
.score-cell
|
|
width: 50px
|
|
|
|
.play-button
|
|
margin-bottom: 10px
|
|
background-image: none
|
|
|
|
.intro-button
|
|
width: 45%
|
|
margin: 0 2.5%
|
|
|
|
#simulation-status-text
|
|
display: inline
|
|
margin-left: 10px
|
|
|
|
.name-col-cell
|
|
max-width: 300px
|
|
text-overflow: ellipsis
|
|
white-space: nowrap
|
|
overflow: hidden
|
|
|