diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-03 18:47:48 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-03 18:47:48 -0500 |
| commit | ed74b8b6d6c65a24803c4e0e68aa192a750d60fa (patch) | |
| tree | 237fc7ff35083d17f97a484be4926354ff8edffa /src/client/views/nodes/LinkCreatedBox.scss | |
| parent | ee7f8a5798bd142246e97c2b347695295ff89c35 (diff) | |
restructure
Diffstat (limited to 'src/client/views/nodes/LinkCreatedBox.scss')
| -rw-r--r-- | src/client/views/nodes/LinkCreatedBox.scss | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/client/views/nodes/LinkCreatedBox.scss b/src/client/views/nodes/LinkCreatedBox.scss new file mode 100644 index 000000000..3cbd38b55 --- /dev/null +++ b/src/client/views/nodes/LinkCreatedBox.scss @@ -0,0 +1,21 @@ +.linkCreatedBox-fade { + border: 1px solid rgb(100, 100, 100); + + + width: auto; + position: absolute; + + height: auto; + z-index: 10000; + border-radius: 13px; + font-size: 13px; + white-space: nowrap; + + color: rgb(100, 100, 100); + background-color: rgba(250, 250, 250, 0.85); + padding-top: 6.5px; + padding-bottom: 6.5px; + font-weight: bold; + padding-left: 9px; + padding-right: 9px; +}
\ No newline at end of file |
