mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
22 lines
326 B
Sass
22 lines
326 B
Sass
.search-view
|
|
|
|
a.open-modal-button
|
|
float: right
|
|
|
|
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
|
|
width: 100%
|