Files
edx-platform/sass/_activation.scss
Kyle Fiedler f0511986b0 Added more style for the marketing pages
--HG--
branch : kf-homepage
2012-01-12 17:03:00 -05:00

12 lines
235 B
SCSS

section.activation {
@extend .wrapper;
@include box-shadow(0 1px 0 #fff);
@include box-sizing(border-box);
background: #fff;
border-top: 0;
border: 1px solid #ccc;
max-width: 600px;
padding: lh();
margin-top: lh();
}