diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-04-19 18:46:19 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-04-19 18:46:19 +0530 |
| commit | ef00a77c686092e0bf6b6753af01261b92108824 (patch) | |
| tree | 415ca1cb5c973ff9985a20cdaa7c594c8db20640 /src/client/views/nodes/FontIconBox.scss | |
| parent | c881565181d02512c8232bcc93919aabe3ffc33e (diff) | |
| parent | a8438bd233d497a4471c4e0776c0f32b8c4ff8fd (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 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/client/views/nodes/FontIconBox.scss b/src/client/views/nodes/FontIconBox.scss index f0fe7a54e..68b00a5be 100644 --- a/src/client/views/nodes/FontIconBox.scss +++ b/src/client/views/nodes/FontIconBox.scss @@ -8,6 +8,18 @@ border-radius: 100%; transform-origin: top left; + .fontIconBox-label { + background: gray; + color:white; + margin-left: -10px; + border-radius: 8px; + width:100%; + position: absolute; + text-align: center; + font-size: 8px; + margin-top:4px; + } + svg { width: 95% !important; height: 95%; |
