diff options
| author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2021-07-31 00:27:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-31 00:27:43 -0400 |
| commit | 970ea305fde86c6d33fc08c8880ef258b7b318bc (patch) | |
| tree | 86868725d06045356802cf0a7a059170840e88b0 /src/client/views/linking/LinkPopup.scss | |
| parent | b6b2057cf28e8c0d3c22b9056074fe5155602d0a (diff) | |
| parent | 8bc755595dbe21cafb768efc3650b0b14d33f7df (diff) | |
Merge pull request #22 from brown-dash/linking-anh
Linking anh
Diffstat (limited to 'src/client/views/linking/LinkPopup.scss')
| -rw-r--r-- | src/client/views/linking/LinkPopup.scss | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/src/client/views/linking/LinkPopup.scss b/src/client/views/linking/LinkPopup.scss new file mode 100644 index 000000000..8ae65158d --- /dev/null +++ b/src/client/views/linking/LinkPopup.scss @@ -0,0 +1,45 @@ +.linkPopup-container { + background: white; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); + top: 35px; + height: 200px; + width: 200px; + position: absolute; + padding: 15px; + border-radius: 3px; + + input { + border: 1px solid #b9b9b9; + border-radius: 20px; + height: 25px; + width: 100%; + padding-left: 10px; + } + + .divider { + margin: 10px 0; + height: 20px; + width: 100%; + + .line { + height: 1px; + background-color: #b9b9b9; + width: 100%; + position: relative; + top: 12px; + } + + .divider-text { + width: 20px; + background-color: white; + text-align: center; + position: relative; + margin: auto; + } + } + + + .searchBox-container { + background: pink; + } +}
\ No newline at end of file |
