mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-03 04:17:12 -05:00
ac47928131
- Assume we want to run a single level on only one core for accurate speed testing.
28 lines
No EOL
388 B
Sass
28 lines
No EOL
388 B
Sass
#verifier-view
|
|
.verifier-row
|
|
margin-top: 20px
|
|
|
|
.alert
|
|
padding: 5px
|
|
|
|
.campaign-mix, .code-language-mix
|
|
padding: 5px 20px 5px 5px
|
|
|
|
input
|
|
margin-right: 8px
|
|
|
|
.test-running
|
|
color: orange
|
|
|
|
.test-success
|
|
color: green
|
|
|
|
.test-failed
|
|
color: red
|
|
|
|
.solution
|
|
max-height: 200px
|
|
overflow: auto
|
|
|
|
.lineUnder
|
|
border-bottom: 1px solid #ccc |