diff options
author | Noah Loomans <noahloomans@gmail.com> | 2016-12-15 14:13:43 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2016-12-15 14:13:43 +0100 |
commit | b6542a78c14b3d2e350b6620272a88094abda1c1 (patch) | |
tree | b4e33cdb51970ea0dbc6068cc33b28aaa0c3172d /public/stylesheets/style.css | |
parent | 13ceee415eb81a4d72f63df013eca2a442865d81 (diff) |
add user frendly error handling
Diffstat (limited to 'public/stylesheets/style.css')
-rw-r--r-- | public/stylesheets/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
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 |