diff options
| author | bobzel <zzzman@gmail.com> | 2021-08-31 09:08:31 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-08-31 09:08:31 -0400 |
| commit | 69f219d22984cdb493fdda7533953816e46ce72a (patch) | |
| tree | f26f65b6f602ac558014b63427f98b937e482ac9 /src/client/views/nodes/button/FontIconBadge.scss | |
| parent | 6463ba922933a33d2a11fc2c8f574202e6810ef6 (diff) | |
re-added FontIconBadge for SharingManager icon
Diffstat (limited to 'src/client/views/nodes/button/FontIconBadge.scss')
| -rw-r--r-- | src/client/views/nodes/button/FontIconBadge.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/views/nodes/button/FontIconBadge.scss b/src/client/views/nodes/button/FontIconBadge.scss new file mode 100644 index 000000000..62b43ca92 --- /dev/null +++ b/src/client/views/nodes/button/FontIconBadge.scss @@ -0,0 +1,11 @@ +.fontIconBadge-container { + background: red; + width: 15px; + height: 15px; + top: 8px; + display: block; + position: absolute; + right: 5; + border-radius: 50%; + text-align: center; +}
\ No newline at end of file |
