aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/Main.scss
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-05-14 01:31:11 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-05-14 01:31:11 -0400
commitc3a24f3cd2d1d3baf5738c649552baadf3677385 (patch)
treeb1b7150a2a0da1e2924dd18ad04351c9fa35c47c /src/client/views/Main.scss
parent3be42131bc08024f06e0daec8d09e45bf3f1ddab (diff)
Refactored most of presentation view
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;