mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
30 lines
443 B
Sass
30 lines
443 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
|
|
|
|
tr.mine
|
|
background-color: #f8ecaa
|
|
|
|
.loading
|
|
text-align: center
|
|
|
|
.progress
|
|
margin: 0 20%
|
|
width: 60%
|
|
|
|
.progress-bar
|
|
width: 100%
|