From c1672a413b80ecb536d7490b8bb1494803896c66 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 18 May 2018 00:33:24 +0100 Subject: [PATCH] Add notification icon --- app/static/notification.svg | 93 +++++++++++++++++++++++++++++++ app/static/notification_alert.svg | 93 +++++++++++++++++++++++++++++++ app/templates/base.html | 4 +- 3 files changed, 189 insertions(+), 1 deletion(-) create mode 100644 app/static/notification.svg create mode 100644 app/static/notification_alert.svg diff --git a/app/static/notification.svg b/app/static/notification.svg new file mode 100644 index 0000000..edd648e --- /dev/null +++ b/app/static/notification.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/app/static/notification_alert.svg b/app/static/notification_alert.svg new file mode 100644 index 0000000..f2c3bb5 --- /dev/null +++ b/app/static/notification_alert.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/app/templates/base.html b/app/templates/base.html index 050448b..bc2f047 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -41,7 +41,9 @@