codecombat/app/styles/kinds/search.sass

28 lines
398 B
Sass
Raw Normal View History

2014-01-03 13:32:13 -05:00
.search-view
a.open-modal-button
float: right
input#search
width: 190px
height: 30px
padding-left: 5px
2014-01-03 13:32:13 -05:00
table.table
background-color: white
.body-row
max-width: 600px
white-space: nowrap
overflow: hidden
text-overflow: ellipsis
.loading
text-align: center
.progress
margin: 0 20%
width: 60%
.progress-bar
2014-01-03 13:32:13 -05:00
width: 100%