mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Add the stylesheet for the previous commit
This commit is contained in:
parent
1deddc6fd2
commit
85e38ba851
1 changed files with 21 additions and 0 deletions
21
app/styles/editor/verifier/verifier-view.sass
Normal file
21
app/styles/editor/verifier/verifier-view.sass
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
#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
|
Loading…
Reference in a new issue