Files
edx-platform/lms/static/sass/multicourse/_error-pages.scss
Matt Tuchfarber 827c703d16 Change templates to use site aware email
Template were using global TECH_SUPPORT_EMAIL for error pages. This
changes them to use the site email if there is one.
2017-07-26 16:45:12 -04:00

22 lines
321 B
SCSS

section.outside-app {
@extend .container;
@include text-align(left);
padding: ($baseline*4) 0;
h1 {
@extend h2;
margin-bottom: ($baseline*2);
text-align: center;
}
p, ul, form {
max-width: 600px;
margin: 0 auto;
font: normal 1em/1.6em $serif;
}
li {
margin-top: 12px;
}
}