diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-13 09:34:06 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-13 09:34:06 -0400 |
| commit | e659dd1ea3696c02b88aca748675a2fc1857d78d (patch) | |
| tree | 1d77286bcefe487894b43ff564841d90f2db8eda /src/client/views/nodes/FontIconBox.scss | |
| parent | bd85fc12e1d424c270c0873ca3d39786a3865125 (diff) | |
| parent | bd98627b531a1bef084533c1e70783b03d288f0d (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
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; |
