aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/Main.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-05-14 10:03:08 -0400
committerbob <bcz@cs.brown.edu>2019-05-14 10:03:08 -0400
commit39e0f933fc446e70ae14006f8d9952822d798fe3 (patch)
treedeb58be0ddb1cc239011fc3f24c57daae3c68cd1 /src/client/views/Main.scss
parenta96b2d61fe05eacaaad793f2d9e19c3d99708137 (diff)
parentaf7b264b6939429cdda9ab6b5c685b661f564773 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/Main.scss')
-rw-r--r--src/client/views/Main.scss19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/client/views/Main.scss b/src/client/views/Main.scss
index 2430e8f6c..d63b0147b 100644
--- a/src/client/views/Main.scss
+++ b/src/client/views/Main.scss
@@ -27,25 +27,6 @@ div {
z-index: 9999;
}
-h1 {
- font-size: 50px;
- position: fixed;
- top: 30px;
- left: 50%;
- transform: translateX(-50%);
- color: $dark-color;
- text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
- z-index: 9999;
- font-family: $sans-serif;
- font-weight: 700;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
-}
-
.jsx-parser {
width: 100%;
pointer-events: none;