diff options
| author | Melissa Zhang <mzhang19096@gmail.com> | 2020-07-03 17:58:47 -0700 |
|---|---|---|
| committer | Melissa Zhang <mzhang19096@gmail.com> | 2020-07-03 17:58:47 -0700 |
| commit | 0e3d35d1139d0edc9247837124c3ffdc0b7201e5 (patch) | |
| tree | f7f315ec4a4fe44bb3808369710df4a59a09a5c9 /src/client/views/nodes/LinkCreatedBox.scss | |
| parent | 58b780563c7fc4a1496f5c676f2d14faddb096e0 (diff) | |
| parent | df00289aad1c35e3811c02aada6479a5490e9650 (diff) | |
merge with master again
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 |
