mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 08:38:09 -05:00
41 lines
674 B
Sass
41 lines
674 B
Sass
|
@import "bootstrap/variables"
|
||
|
#editor-level-view
|
||
|
.images
|
||
|
margin: 30px 0
|
||
|
text-align: center
|
||
|
div
|
||
|
float: left
|
||
|
width: 25%
|
||
|
padding: 10px 40px
|
||
|
box-sizing: border-box
|
||
|
img
|
||
|
width: 100%
|
||
|
|
||
|
#image-modal
|
||
|
.modal-body
|
||
|
max-height: 100%
|
||
|
|
||
|
height: 80%
|
||
|
width: 80%
|
||
|
margin-left: -40%
|
||
|
|
||
|
img
|
||
|
display: block
|
||
|
margin: 0 auto
|
||
|
max-height: 80%
|
||
|
|
||
|
#after-images
|
||
|
clear: both
|
||
|
|
||
|
ul#prereqs
|
||
|
margin: 20px 40px
|
||
|
|
||
|
#editor-links .btn
|
||
|
margin-right: 20px
|
||
|
margin-bottom: 30px
|
||
|
|
||
|
//.screencast-wrapper
|
||
|
// text-align: center
|
||
|
// background: $gray
|
||
|
// object
|
||
|
// display: inline-block
|