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/nodes/FontIconBox.scss | |
| parent | 75dc5eb094bbac18310d4be49529743eb051789c (diff) | |
got rid of mainviewnotifs in favor of having badges for any fonticonbox
Diffstat (limited to 'src/client/views/nodes/FontIconBox.scss')
| -rw-r--r-- | src/client/views/nodes/FontIconBox.scss | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/client/views/nodes/FontIconBox.scss b/src/client/views/nodes/FontIconBox.scss index 6a540269e..75bc90d7a 100644 --- a/src/client/views/nodes/FontIconBox.scss +++ b/src/client/views/nodes/FontIconBox.scss @@ -13,6 +13,27 @@ width: 100%; } +.fontIconBadge-container { + position:absolute; + z-index: 1000; + top: 12px; + + .fontIconBadge { + 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; + } +} + .menuButton-round { border-radius: 100%; background-color: black; |
