aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_error.less
diff options
context:
space:
mode:
authorMaZderMind2015-04-04 20:40:58 +0200
committerMaZderMind2015-04-04 20:40:58 +0200
commit58f69e634e954fc9e2d3f767722ffbae32ee0047 (patch)
tree3c91b482ccbb3814be3925a01fa45400785bf91f /assets/css/_error.less
parent0b6b44243585a27d97a6a7fc175838e23ff1c49e (diff)
Move Styles completely into their own assemblies
Diffstat (limited to 'assets/css/_error.less')
-rw-r--r--assets/css/_error.less25
1 files changed, 25 insertions, 0 deletions
diff --git a/assets/css/_error.less b/assets/css/_error.less
new file mode 100644
index 0000000..c779c29
--- /dev/null
+++ b/assets/css/_error.less
@@ -0,0 +1,25 @@
+body.e404,
+body.e500 {
+ > .container {
+ text-align: center;
+ h1 {
+ font-size: @jumbo-font-size;
+ margin: 50px 0 50px 0;
+ }
+
+ img {
+ background-color: @brand-primary;
+ max-width: 80%;
+ }
+ }
+}
+
+body.e500 {
+ pre {
+ text-align: left;
+ }
+
+ img {
+ .rotate(180deg);
+ }
+}