diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-28 05:50:33 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-28 05:50:33 +0000 |
| commit | 5d0305e8f284fe9ce0ec47325a6fd56508ce65f4 (patch) | |
| tree | e7c434eb54d985e29cbf71caa42a9e4fea0bb68a /assets/css/style.css | |
| parent | d94aad5042d2fd09242581f11415de4a978168be (diff) | |
Integrated socketst.io and setup the notification function
Diffstat (limited to 'assets/css/style.css')
| -rw-r--r-- | assets/css/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index fbc38fd..d9ac8f5 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -620,3 +620,13 @@ hr { border-top-left-radius: 8px !important; border-bottom-left-radius: 8px !important; } + +.notification-dropdown-menu { + width: 400px !important; + height: auto !important; +} + +.badge { + background-color: #f2dede !important; + color: #a94442 !important; +}
\ No newline at end of file |
