diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-10-12 12:25:02 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-10-12 12:25:02 -0400 |
| commit | 34a8b9dd402a247e7ad0a57115935b1e3a04a8d3 (patch) | |
| tree | 546701cfea5e7a8e79569b684a0d4bc0e06420e6 /src/client/views/MainViewNotifs.scss | |
| parent | c03012fe8c9b77ddf3b7e6c589339eb9a0d967e6 (diff) | |
cleaned up notifs and bottom menu icons
Diffstat (limited to 'src/client/views/MainViewNotifs.scss')
| -rw-r--r-- | src/client/views/MainViewNotifs.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/client/views/MainViewNotifs.scss b/src/client/views/MainViewNotifs.scss new file mode 100644 index 000000000..25ec95643 --- /dev/null +++ b/src/client/views/MainViewNotifs.scss @@ -0,0 +1,18 @@ +.mainNotifs-container { + position:absolute; + + .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 |
