From b6542a78c14b3d2e350b6620272a88094abda1c1 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Thu, 15 Dec 2016 14:13:43 +0100 Subject: add user frendly error handling --- public/stylesheets/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'public/stylesheets/style.css') diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f2f1f7f..ab046ac 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -382,4 +382,11 @@ body.no-input #week-selector { line-height: 13px; font-size: 13px; } +} + +.error { + display: flex; + justify-content: center; + align-items: center; + background-color: #ececec; } \ No newline at end of file -- cgit v1.1