1. shadow.css: Added variable --shadow-main-dark.
2. offcanvas.css:
a. Set --offcanvas-shadow: var(--shadow-main-dark);
b. In class .offcanvas-switcher remove transition (will not be visible when offcanvas is open)
c. [Bug fix] In class .offcanvas-count increased font size and make background always round, added line-height: 20px.
d. In rule ".offcanvas .uk-offcanvas-bar" set border-radius to 4px.
3. notification-utils.ts: Full stop added in messages.
4. notification-sidebar.component.css: In rule "#notifications .notification-list ul" set height: calc(100% - 77px).
5. notifications-sidebar.component.ts:
a. Removed anything related to offcavnas events
b. Removed commented code
c. Added in icons visuallyHidden.
6. monitor.component.html:
a. Removed "open" class when offcanvas is open.
b. Added in icons visuallyHidden
c. Added sign in link in filters when user is not logged in
d. Added uk-text-small class in "Clear".
7. monitor.component.ts:
a. Removed anything related to offcavnas events
b. Added method "logIn()".