summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/errors.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/errors.scss')
-rw-r--r--app/assets/stylesheets/pages/errors.scss16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/assets/stylesheets/pages/errors.scss b/app/assets/stylesheets/pages/errors.scss
deleted file mode 100644
index 11309817d31..00000000000
--- a/app/assets/stylesheets/pages/errors.scss
+++ /dev/null
@@ -1,16 +0,0 @@
-.error-page {
- max-width: 400px;
- margin: 0 auto;
-
- h1,
- h2,
- h3 {
- text-align: center;
- }
-
- h1 {
- font-size: 56px;
- line-height: 100px;
- font-weight: 300;
- }
-}