diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-04-14 19:44:38 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-04-14 19:44:38 -0400 |
| commit | 845057ef78f272faf488b5bbc2fe79d64fb64120 (patch) | |
| tree | 2ce621b59b3ab80d3ca95d4ee16b58c72548417c /src/client/views/Main.scss | |
| parent | 7f0b7a3e02d2d5ea3bd9f8554f1828d0470b1d04 (diff) | |
mostly northstar cleanup, plus cleaning up main.tsx
Diffstat (limited to 'src/client/views/Main.scss')
| -rw-r--r-- | src/client/views/Main.scss | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/client/views/Main.scss b/src/client/views/Main.scss index 13cadb10d..4373534b2 100644 --- a/src/client/views/Main.scss +++ b/src/client/views/Main.scss @@ -168,24 +168,6 @@ button:hover { left:0; overflow: scroll; } -.mainDiv-textInput { - background-color: rgba(248, 6, 6, 0.001); - width: 200px; - height: 200px; - position:absolute; - overflow: visible; - top: 0; - left: 0; - z-index: $mainTextInput-zindex; - .formattedTextBox-cont { - background-color: rgba(248, 6, 6, 0.001); - width: 100%; - height: 100%; - position:absolute; - top: 0; - left: 0; - } -} #mainContent-div { width:100%; height:100%; |
