diff options
| author | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-07-10 17:06:13 -0400 |
|---|---|---|
| committer | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-07-10 17:06:13 -0400 |
| commit | 492edd8702b2125adc9e4f0e1a9ffb2462f8a308 (patch) | |
| tree | 4630da603b00d9ec5ae5790c3b210e812941ef5a /src/client/views/linking/LinkPopup.scss | |
| parent | 3c834ee55899b91f5fff8cfe5c808607f942b9f3 (diff) | |
Crude searchbox instantiation in linkpopup
added SearchBox to linkpopup. No changes to searchbox css
Diffstat (limited to 'src/client/views/linking/LinkPopup.scss')
| -rw-r--r-- | src/client/views/linking/LinkPopup.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/client/views/linking/LinkPopup.scss b/src/client/views/linking/LinkPopup.scss index 009a21bd6..519044e5e 100644 --- a/src/client/views/linking/LinkPopup.scss +++ b/src/client/views/linking/LinkPopup.scss @@ -1,3 +1,5 @@ +@import "../globalCssVariables"; + .linkPopup-container { background: white; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); @@ -5,7 +7,7 @@ height: 200px; width: 200px; position: absolute; - padding: 10px; + padding: 15px; border-radius: 3px; input { @@ -37,4 +39,9 @@ margin: auto; } } + + + .searchBox-container { + background: pink; + } }
\ No newline at end of file |
