aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainOverlayTextBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-04-14 19:44:38 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-04-14 19:44:38 -0400
commit845057ef78f272faf488b5bbc2fe79d64fb64120 (patch)
tree2ce621b59b3ab80d3ca95d4ee16b58c72548417c /src/client/views/MainOverlayTextBox.scss
parent7f0b7a3e02d2d5ea3bd9f8554f1828d0470b1d04 (diff)
mostly northstar cleanup, plus cleaning up main.tsx
Diffstat (limited to 'src/client/views/MainOverlayTextBox.scss')
-rw-r--r--src/client/views/MainOverlayTextBox.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/client/views/MainOverlayTextBox.scss b/src/client/views/MainOverlayTextBox.scss
new file mode 100644
index 000000000..697d68c8c
--- /dev/null
+++ b/src/client/views/MainOverlayTextBox.scss
@@ -0,0 +1,19 @@
+@import "globalCssVariables";
+.mainOverlayTextBox-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;
+ }
+} \ No newline at end of file