codecombat/app/styles/contribute_classes.sass
Tom Steinbrecher 60c4b360d5 Added ContribueClassView, which all contribute pages are now based off of.
Moved nav in to contribute_nav.jad, allowing for easier addition of nav to contribute pages.

Fixed other small bugs.
2014-01-06 17:30:35 -05:00

41 lines
No EOL
669 B
Sass

.contribute_class
#homepage_screenshot
margin: 20px 0px
.signature
text-align: right
a
cursor: pointer
.class_image
float: left
width: 150px
margin: 10px 10px 20px 20px
#contribute-nav
float: left
max-width: 20%
width: 250px
box-sizing: border-box
margin-left: 20px
padding-top: 40px
li
float: none
width: 100%
.class-main
margin-left: 25%
padding: 40px
box-sizing: border-box
.header-scrolling-fix
padding-top: 65px !important
.well
padding: 5px 5px 5px 30px
.saved-notification
display: none
float: right