From 8595c9a22830b1baacc49bb694d70389b2539eba Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Thu, 1 Jul 2021 12:31:07 +0200 Subject: Add material-ui and mobx integration --- language-web/src/main/css/index.scss | 64 ------------------------------------ 1 file changed, 64 deletions(-) (limited to 'language-web/src/main/css') diff --git a/language-web/src/main/css/index.scss b/language-web/src/main/css/index.scss index e788bbd1..62109a2f 100644 --- a/language-web/src/main/css/index.scss +++ b/language-web/src/main/css/index.scss @@ -3,70 +3,6 @@ @import 'xtext/xtext-codemirror'; -body { - width: 100%; - height: 100%; - overflow: hidden; - font: 16px Helvetica,sans-serif; -} - -a { - color: #22a; - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} - -.container { - display: block; - position: absolute; - top: 0; - bottom: 0; - left: 0; - right: 0; - margin: 24px 24px 36px 24px; -} - -.header { - display: block; - position: absolute; - top: 0; - left: 0; - right: 0; - padding: 16px; - background: #dbdbdb; - border-radius: 16px; - color: #383838; -} - -.header h1 { - font-size: 36px; - margin: 0; -} - -.content { - display: block; - position: absolute; - top: 108px; - bottom: 0; - left: 0; - width: 100%; - box-shadow: 0 0 8px rgba(80, 10, 98, .25), 0 10px 24px rgba(80, 10, 98, .35); - border-radius: 16px; -} - -.xtext-editor { - display: block; - position: absolute; - top: 16px; - bottom: 16px; - left: 16px; - right: 16px; - border: 1px solid #999; -} - .problem-class { color: #005032; } -- cgit v1.2.3-70-g09d2