mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
44 lines
676 B
Sass
44 lines
676 B
Sass
#ladder-view
|
|
h1
|
|
text-align: center
|
|
|
|
.tab-pane
|
|
margin-top: 10px
|
|
|
|
.rank-cell, .fight-cell
|
|
text-align: center
|
|
|
|
.score-cell
|
|
width: 50px
|
|
text-align: center
|
|
|
|
.play-button
|
|
margin-bottom: 10px
|
|
background-image: none
|
|
|
|
.spectate-button-container
|
|
margin-top: 10px
|
|
text-align: center
|
|
|
|
.name-col-cell
|
|
max-width: 300px
|
|
text-overflow: ellipsis
|
|
white-space: nowrap
|
|
overflow: hidden
|
|
|
|
.ellipsis-row
|
|
text-align: center
|
|
|
|
td
|
|
padding: 1px 2px
|
|
|
|
tr.stale
|
|
opacity: 0.5
|
|
|
|
tr.win .state-cell
|
|
color: #172
|
|
tr.loss .state-cell
|
|
color: #712
|
|
|
|
#must-log-in button
|
|
margin-right: 10px
|