mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
25 lines
415 B
Sass
25 lines
415 B
Sass
|
.level-session-code-view
|
||
|
#level-icon
|
||
|
max-width: 60%
|
||
|
max-height: 150px
|
||
|
margin-right: 10px
|
||
|
display: inline-block
|
||
|
float: right
|
||
|
margin-bottom: 20px
|
||
|
|
||
|
#level-meta-data
|
||
|
width: 35%
|
||
|
button
|
||
|
float: right
|
||
|
|
||
|
#session-code
|
||
|
clear: both
|
||
|
margin-top: 20px
|
||
|
|
||
|
h3
|
||
|
font-family: Arial
|
||
|
margin: 0
|
||
|
|
||
|
.code
|
||
|
height: 600px
|
||
|
border: 2px solid black
|