Skip to content

Commit

Permalink
Error pages sass
Browse files Browse the repository at this point in the history
  • Loading branch information
albertorenteria committed Dec 22, 2016
1 parent c5a6f1d commit 07d1185
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/application_redesign.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ z-index levels
@import 'redesign/style_session';
@import 'redesign/tables';
@import 'redesign/pages';
@import 'redesign/error';

// Checkout
@import 'redesign/pages/page-checkout';
Expand Down
35 changes: 35 additions & 0 deletions app/assets/stylesheets/redesign/_error.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
// 404 - 500 Pages
.error-page {
margin: 100px auto;

h1 {
font-size: 3.8em;
margin-top: 0;
}

h2 {
font-size: 3.2rem;
margin: 50px 0;
}

p {
font-size: 2rem;
font-weight: 300;
line-height: 150%;
margin: 0;
}

a {
@extend .link-underline;
}

.thin-bottom::after {
content: "";
padding-bottom: 50px;
border-bottom: 1px solid #000;
width: 90px;
display: block;
margin: 0 auto;
}

}

0 comments on commit 07d1185

Please sign in to comment.