diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/users/user-notifications.component.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/app/shared/users/user-notifications.component.scss b/client/src/app/shared/users/user-notifications.component.scss index 0493b10d9..0ae26ea39 100644 --- a/client/src/app/shared/users/user-notifications.component.scss +++ b/client/src/app/shared/users/user-notifications.component.scss | |||
@@ -1,3 +1,10 @@ | |||
1 | .no-notification { | ||
2 | display: flex; | ||
3 | justify-content: center; | ||
4 | align-items: center; | ||
5 | padding: 20px 0; | ||
6 | } | ||
7 | |||
1 | .notification { | 8 | .notification { |
2 | display: flex; | 9 | display: flex; |
3 | justify-content: space-between; | 10 | justify-content: space-between; |