Commit 040d2ca3 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Move failure page styles to separate file.

parent e52e60e3
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
// Styles for error page.
@import "variables";

#failure {
  h1 {
    padding: 10px 0;
    font-family: $docs-heading-font;
    letter-spacing: -1px;
    margin-bottom: 16px;
    font-size: 2.3em;
    color: #66ab16; }
  p {
    margin: 0 0 0.8em; } }
+1 −11
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
@import "trees";
@import "thumb_list";
@import "categories";
@import "failure";

@include icons;

@@ -192,17 +193,6 @@
  hr {
    display: none; } }

#failure {
  h1 {
    padding: 10px 0;
    font-family: $docs-heading-font;
    letter-spacing: -1px;
    margin-bottom: 16px;
    font-size: 2.3em;
    color: #66ab16; }
  p {
    margin: 0 0 0.8em; } }

// Screenshot image created by {@img} tag. Centered.
// With a span containing the caption for the image.
p.screenshot {