diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-13 09:08:04 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-13 09:08:04 -0400 |
| commit | 7d4867438fa2aa55a58184649f4e5042a68a3fd9 (patch) | |
| tree | 77e0f8bb0e0ced1276283090b1d33c2f0f33f24c /src/client/views/MainViewNotifs.scss | |
| parent | 75dc5eb094bbac18310d4be49529743eb051789c (diff) | |
got rid of mainviewnotifs in favor of having badges for any fonticonbox
Diffstat (limited to 'src/client/views/MainViewNotifs.scss')
| -rw-r--r-- | src/client/views/MainViewNotifs.scss | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/client/views/MainViewNotifs.scss b/src/client/views/MainViewNotifs.scss deleted file mode 100644 index 92d7d6ee3..000000000 --- a/src/client/views/MainViewNotifs.scss +++ /dev/null @@ -1,20 +0,0 @@ -.mainNotifs-container { - position:absolute; - z-index: 1000; - top: 12px; - - .mainNotifs-badge { - position: absolute; - top: -10px; - right: -10px; - color: white; - background: #f44b42; - font-weight: 300; - border-radius: 100%; - width: 25px; - height: 25px; - text-align: center; - padding-top: 4px; - font-size: 12px; - } -}
\ No newline at end of file |
