diff options
Diffstat (limited to 'src/client/views/Main.scss')
| -rw-r--r-- | src/client/views/Main.scss | 19 | 
1 files changed, 1 insertions, 18 deletions
| diff --git a/src/client/views/Main.scss b/src/client/views/Main.scss index fe7f007b0..4373534b2 100644 --- a/src/client/views/Main.scss +++ b/src/client/views/Main.scss @@ -1,4 +1,4 @@ -@import "global_variables"; +@import "globalCssVariables";  @import "nodeModuleOverrides";  html,  body { @@ -168,23 +168,6 @@ button:hover {      left:0;      overflow: scroll;  } -.mainDiv-textInput { -    background:pink; -        width: 200px; -        height: 200px; -        position:absolute; -        overflow: visible; -        top: 0; -        left: 0; -        .formattedTextBox-cont { -            background:pink; -            width: 100%; -            height: 100%; -            position:absolute; -            top: 0; -            left: 0; -    } -}  #mainContent-div {      width:100%;      height:100%; | 
