aboutsummaryrefslogtreecommitdiff
path: root/src/console/components
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2020-09-21 22:08:44 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2020-09-21 22:09:09 +0900
commit6392221a44a65cbaa964e6677bb00bbdcf1bff3b (patch)
tree2c3632884d2f30d994da060204f7bc560f870d19 /src/console/components
parente1e7c2d4d86d7aeb40357add27c76a99a18350e7 (diff)
Move console css
Diffstat (limited to 'src/console/components')
-rw-r--r--src/console/components/Console.tsx1
-rw-r--r--src/console/components/console.scss30
2 files changed, 0 insertions, 31 deletions
diff --git a/src/console/components/Console.tsx b/src/console/components/Console.tsx
index a23c459..1c673fa 100644
--- a/src/console/components/Console.tsx
+++ b/src/console/components/Console.tsx
@@ -1,4 +1,3 @@
-import "./console.scss";
import { connect } from "react-redux";
import React from "react";
import Input from "./console/Input";
diff --git a/src/console/components/console.scss b/src/console/components/console.scss
deleted file mode 100644
index 2d548df..0000000
--- a/src/console/components/console.scss
+++ /dev/null
@@ -1,30 +0,0 @@
-html, body, * {
- margin: 0;
- padding: 0;
-
- font-style: normal;
- font-family: monospace;
- font-size: 12px;
- line-height: 16px;
-}
-
-input {
- font-style: normal;
- font-family: monospace;
- font-size: 12px;
- line-height: 16px;
-}
-
-body {
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- overflow: hidden;
-}
-
-.vimvixen-console {
- bottom: 0;
- margin: 0;
- padding: 0;
-}