From 58f69e634e954fc9e2d3f767722ffbae32ee0047 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sat, 4 Apr 2015 20:40:58 +0200 Subject: Move Styles completely into their own assemblies --- assets/css/_error.less | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 assets/css/_error.less (limited to 'assets/css/_error.less') 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); + } +} -- cgit v1.2.3