codecombat/app/styles/kinds/search.sass
Daniel Fiore 39b42fe363 Fix level list highlighted levels
The Level Editor level list now highlights the row in which you are the
person who last saved the level. The level list now also displays
glyphicons to indicate watched/unwatched levels.
2016-01-16 15:05:54 -08:00

47 lines
805 B
Sass

.search-view
a.open-modal-button
float: right
input#search
width: 190px
height: 30px
padding-left: 5px
table.table
background-color: white
.body-row
max-width: 600px
white-space: nowrap
overflow: hidden
text-overflow: ellipsis
.name-row
@extend .body-row
max-width: 300px
.description-row
@extend .body-row
max-width: 520px
.small-name-row
@extend .body-row
max-width: 200px
.watch-row
@extend .body-row
max-width: 80px
text-align: center
&.watching
opacity: 1.0
&.not-watching
opacity: 0.5
tr.mine
background-color: #f8ecaa
.loading
text-align: center
.progress
margin: 0 20%
width: 60%
.progress-bar
width: 100%