mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
24 lines
No EOL
395 B
Sass
24 lines
No EOL
395 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
|
|
|
|
#must-log-in button
|
|
margin-right: 10px |