diff options
Diffstat (limited to 'frontend/src/app/_elements/notifications/notifications.component.html')
-rw-r--r-- | frontend/src/app/_elements/notifications/notifications.component.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/src/app/_elements/notifications/notifications.component.html b/frontend/src/app/_elements/notifications/notifications.component.html new file mode 100644 index 00000000..27071425 --- /dev/null +++ b/frontend/src/app/_elements/notifications/notifications.component.html @@ -0,0 +1,3 @@ +<div class="position-fixed card card-body bg-dark text-white m-3" style="bottom: 0; right: 0;"> + <h3>Notifikacije</h3> +</div>
\ No newline at end of file |