codecombat/app/styles/editor/verifier/verifier-view.sass

28 lines
388 B
Sass
Raw Normal View History

#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
2016-06-21 14:48:28 -04:00
.solution
max-height: 200px
overflow: auto
2016-06-21 14:48:28 -04:00
.lineUnder
border-bottom: 1px solid #ccc