codecombat/app/styles/kinds/search.sass

36 lines
571 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
.small-name-row
@extend .body-row
max-width: 200px
tr.mine
background-color: #f8ecaa
.loading
text-align: center
.progress
margin: 0 20%
width: 60%
.progress-bar
width: 100%