diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-19 16:35:45 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-19 16:35:45 -0400 |
| commit | 51bf82d67ad12f8ec2aadf0b3ac36273c811473b (patch) | |
| tree | b578c009635e40be2b370b5349a76ec97234f2b5 /src/client/views/nodes/IconBox.scss | |
| parent | 5ce44593a1edb4de4254f8fc7e323ae1d9f9e896 (diff) | |
| parent | af6feb64510490da8d815f41ceb639d693b9eae3 (diff) | |
Merge branch 'master' into leftbuttondominant
Diffstat (limited to 'src/client/views/nodes/IconBox.scss')
| -rw-r--r-- | src/client/views/nodes/IconBox.scss | 12 |
1 files changed, 12 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..ce0ee2e09 --- /dev/null +++ b/src/client/views/nodes/IconBox.scss @@ -0,0 +1,12 @@ + +@import "../globalCssVariables"; +.iconBox-container { + position: absolute; + left:0; + top:0; + svg { + width: 100% !important; + height: 100%; + background: white; + } +}
\ No newline at end of file |
