diff options
| author | bob <bcz@cs.brown.edu> | 2020-02-10 19:59:26 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-02-10 19:59:26 -0500 |
| commit | 3817c901191e73c8c141a52e202ded0fd12abf6c (patch) | |
| tree | 09dd443b6594321899cda233769feaf71d4e307e /src/client/views/nodes/IconBox.scss | |
| parent | a547bf10571c6e45f59fb8205171123da2560c75 (diff) | |
cleanup of summary docs. icons. carousel fwd/back
Diffstat (limited to 'src/client/views/nodes/IconBox.scss')
| -rw-r--r-- | src/client/views/nodes/IconBox.scss | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/client/views/nodes/IconBox.scss b/src/client/views/nodes/IconBox.scss deleted file mode 100644 index 488681027..000000000 --- a/src/client/views/nodes/IconBox.scss +++ /dev/null @@ -1,23 +0,0 @@ - -@import "../globalCssVariables"; -.iconBox-container { - position: inherit; - left:0; - top:0; - height: auto; - width: max-content; - // overflow: hidden; - pointer-events: all; - svg { - width: $MINIMIZED_ICON_SIZE !important; - height: $MINIMIZED_ICON_SIZE !important; - height: auto; - background: white; - } - .iconBox-label { - position: absolute; - width:max-content; - font-size: 14px; - margin-top: 3px; - } -}
\ No newline at end of file |
