summaryrefslogtreecommitdiff
path: root/src/pages/NotFound.sass
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:21:40 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:21:40 +0200
commitd82b79a6444d5f0c2f0dd29eb0b8a8705e052d5c (patch)
tree9056d4e6b34110ef48eed825370a4295e2ab6aef /src/pages/NotFound.sass
parentaf8d571dd91be338b0fc07d8c64b63e04e4ad329 (diff)
Add files left out during move
Diffstat (limited to 'src/pages/NotFound.sass')
-rw-r--r--src/pages/NotFound.sass11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/pages/NotFound.sass b/src/pages/NotFound.sass
new file mode 100644
index 00000000..9457da01
--- /dev/null
+++ b/src/pages/NotFound.sass
@@ -0,0 +1,11 @@
+.not-found-backdrop
+ position: absolute
+ left: 0
+ top: 0
+
+ margin: 0
+ padding: 0
+ width: 100%
+ height: 100%
+
+ background-image: linear-gradient(135deg, #00678a, #008fbf, #00A6D6)