codecombat/app/styles/play/ladder.sass

45 lines
676 B
Sass
Raw Normal View History

2014-02-07 18:51:05 -05:00
#ladder-view
2014-03-02 15:43:21 -05:00
h1
text-align: center
.tab-pane
margin-top: 10px
.rank-cell, .fight-cell
text-align: center
2014-02-13 18:57:07 -05:00
.score-cell
2014-02-17 20:42:41 -05:00
width: 50px
text-align: center
2014-02-17 20:42:41 -05:00
.play-button
margin-bottom: 10px
2014-02-20 16:58:35 -05:00
background-image: none
2014-03-16 23:36:18 -04:00
.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