diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2016-04-10 10:58:39 +0200 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2016-04-10 10:58:39 +0200 |
commit | c88a3c7f2a93d4362472b3d0ce07be34c16563b6 (patch) | |
tree | a3e797caf04ada92caaaae38fbe80b4afca46cc6 /webapp/style/back_up.css | |
parent | 9f145eac0d4675bc7eb8ebd4ff8d48335dab974c (diff) |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'webapp/style/back_up.css')
-rw-r--r-- | webapp/style/back_up.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/webapp/style/back_up.css b/webapp/style/back_up.css index f5a7e2c..29701c9 100644 --- a/webapp/style/back_up.css +++ b/webapp/style/back_up.css @@ -6,3 +6,13 @@ body { text-align: center; } + +#notification-div { + text-align: center; + font-size: 30px; + font-style: italic; + color: red; + border: solid red 3px; + background-color: #ff999e; + padding: 20px; +} |