diff options
| author | bobzel <zzzman@gmail.com> | 2020-07-03 20:46:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-03 20:46:59 -0400 |
| commit | df00289aad1c35e3811c02aada6479a5490e9650 (patch) | |
| tree | 09cb1933ad5805c2df8fa32db2dadd8f85f24f51 /src/client/views/nodes/LinkCreatedBox.scss | |
| parent | a979ebce6cf3b3aaa0fb6ea3870988b6edc6a889 (diff) | |
| parent | 397f9811b6675dce5e770082ee68435b7e560f7f (diff) | |
Merge pull request #432 from browngraphicslab/anika_linking
Initial Linking Changes
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 |
