diff options
| author | madelinegr <monika_hedman@brown.edu> | 2019-06-05 18:33:19 -0400 |
|---|---|---|
| committer | madelinegr <monika_hedman@brown.edu> | 2019-06-05 18:33:19 -0400 |
| commit | 0cceb45ca52e03cbc0857ebd488051629de61096 (patch) | |
| tree | 4066f1956fa72850249746150012b7b64a2dcd4f /src/client/views/SearchBox.scss | |
| parent | 234fd22cf888f1d4efea70189b2762e865a61819 (diff) | |
end of day 6/5
Diffstat (limited to 'src/client/views/SearchBox.scss')
| -rw-r--r-- | src/client/views/SearchBox.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/client/views/SearchBox.scss b/src/client/views/SearchBox.scss index cba706602..76332a515 100644 --- a/src/client/views/SearchBox.scss +++ b/src/client/views/SearchBox.scss @@ -62,4 +62,17 @@ display: flex; flex-direction: column; margin-right: 72px; +} + +.type-of-node{ + height: 50px; + + .icon-bar{ + display: flex; + justify-content: space-evenly; + align-items: center; + height: 40px; + width: 100%; + + } }
\ No newline at end of file |
