diff options
| author | bobzel <zzzman@gmail.com> | 2020-12-16 00:38:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-16 00:38:06 -0500 |
| commit | 0f52fdb7dc2555bc2f6797a462d715b0e035eb23 (patch) | |
| tree | e8b7664d5e5ab3e9bc9dd7d03ff71a8e0ed134e9 /src/client/views/nodes/ContentFittingDocumentView.scss | |
| parent | 84849091ceaec757e545ab5ea69cd9d6ff46f6d2 (diff) | |
| parent | 3fd3a5d8a130b32cd60c30904c3ce1d5d86de825 (diff) | |
Merge pull request #941 from browngraphicslab/contentScalingUpdate
Content scaling update
Diffstat (limited to 'src/client/views/nodes/ContentFittingDocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/ContentFittingDocumentView.scss | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/client/views/nodes/ContentFittingDocumentView.scss b/src/client/views/nodes/ContentFittingDocumentView.scss deleted file mode 100644 index 679073d44..000000000 --- a/src/client/views/nodes/ContentFittingDocumentView.scss +++ /dev/null @@ -1,25 +0,0 @@ -@import "../globalCssVariables"; - -.contentFittingDocumentView { - position: relative; - display: flex; - width: 100%; - height: 100%; - - .contentFittingDocumentView-previewDoc { - position: relative; - display: inline; - } - - .contentFittingDocumentView-input { - position: absolute; - max-width: 150px; - width: 100%; - bottom: 0px; - } - - .documentView-node:first-child { - position: relative; - background: "#B59B66"; //$light-color; - } -}
\ No newline at end of file |
