Added style for 404 and other error pages

This commit is contained in:
Kyle Fiedler
2012-07-19 12:12:06 -04:00
parent 88444939b1
commit 2eba466d62
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
section.outside-app {
@extend .container;
text-align: left;
padding: 80px 0;
h1 {
@extend h2;
margin-bottom: 40px;
}
p {
max-width: 600px;
margin: 0 auto;
}
}

View File

@@ -33,6 +33,7 @@
@import 'about_pages';
@import 'press_release';
@import 'password_reset';
@import 'error-pages';
// Courseware styles