diff options
Diffstat (limited to 'public/stylesheets')
-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 |