diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-05-07 16:29:02 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-05-07 16:29:02 -0400 |
| commit | 14c776b6d30e0bc0d5b3712f28e4b9f1170eae3b (patch) | |
| tree | 5255d8cce8a72a5b09cc1ad58661e2176295467a /src/client/views/nodes/IconBox.scss | |
| parent | e19fdbba4cf672aee5bfb59b91b6162431d146d3 (diff) | |
| parent | 26141a697ae52a7edf3cc6845ce2153111f8860e (diff) | |
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into new_search
Diffstat (limited to 'src/client/views/nodes/IconBox.scss')
| -rw-r--r-- | src/client/views/nodes/IconBox.scss | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/client/views/nodes/IconBox.scss b/src/client/views/nodes/IconBox.scss new file mode 100644 index 000000000..85bbdeb59 --- /dev/null +++ b/src/client/views/nodes/IconBox.scss @@ -0,0 +1,22 @@ + +@import "../globalCssVariables"; +.iconBox-container { + position: absolute; + left:0; + top:0; + height: 100%; + width: max-content; + // overflow: hidden; + pointer-events: all; + svg { + width: $MINIMIZED_ICON_SIZE !important; + height: 100%; + background: white; + } + .iconBox-label { + position: inherit; + width:max-content; + font-size: 14px; + margin-top: 3px; + } +}
\ No newline at end of file |
