aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FontIconBox.scss
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2020-08-14 03:04:14 +0800
committerGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2020-08-14 03:04:14 +0800
commit4c412452ea9886ca72af5efda4caa646aebe4f8a (patch)
tree4e236cfe556d91aa897ca85b21689541d22b01ef /src/client/views/nodes/FontIconBox.scss
parent71b813b51f8e5d4e566eee5cac195f94c02f9ee1 (diff)
parent122642c8f53ae37f67c92313490b247f0af154ba (diff)
Merge branch 'master' into presentation_updates
Diffstat (limited to 'src/client/views/nodes/FontIconBox.scss')
-rw-r--r--src/client/views/nodes/FontIconBox.scss21
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;