diff options
| author | Hannah Chow <hannah_chow@brown.edu> | 2019-03-11 17:11:43 -0400 |
|---|---|---|
| committer | Hannah Chow <hannah_chow@brown.edu> | 2019-03-11 17:11:43 -0400 |
| commit | 281b4e05a7fbd6b038782d9708839bf7edcf398d (patch) | |
| tree | d91d9d4b45571b35c6b84d31de8af0487c4aaa2e /src/client/views/DocumentDecorations.scss | |
| parent | fe4f37c9986e0a6500d63b46e2238b0e0efb102b (diff) | |
| parent | 618e66a5a070f1aac9224bd3f44b76a5ac314bfa (diff) | |
uhhhh
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index 722980019..f39f31c3b 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -1,5 +1,6 @@ @import "global_variables"; #documentDecorations-container { +<<<<<<< HEAD position: absolute; display: grid; z-index: 1000; @@ -31,3 +32,55 @@ cursor: ew-resize; } } +======= + position: absolute; + display: grid; + z-index: 1000; + grid-template-rows: 20px 1fr 20px 0px; + grid-template-columns: 20px 1fr 20px; + pointer-events: none; + #documentDecorations-centerCont { + background: none; + } + .documentDecorations-resizer { + pointer-events: auto; + background: lightblue; + opacity: 0.4; + } + #documentDecorations-topLeftResizer, + #documentDecorations-bottomRightResizer { + cursor: nwse-resize; + } + #documentDecorations-topRightResizer, + #documentDecorations-bottomLeftResizer { + cursor: nesw-resize; + } + #documentDecorations-topResizer, + #documentDecorations-bottomResizer { + cursor: ns-resize; + } + #documentDecorations-leftResizer, + #documentDecorations-rightResizer { + cursor: ew-resize; + } + +} +.linkButton-empty { + height: 20px; + width: 20px; + margin-top: 10px; + border-radius: 50%; + opacity: 0.6; + pointer-events: auto; + background-color: #2B6091; +} +.linkButton-nonempty { + height: 20px; + width: 20px; + margin-top: 10px; + border-radius: 50%; + opacity: 0.6; + pointer-events: auto; + background-color: rgb(35, 165, 42); +} +>>>>>>> 618e66a5a070f1aac9224bd3f44b76a5ac314bfa |
