aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.css')
-rw-r--r--src/index.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/index.css b/src/index.css
index 9ed8698..ec2585e 100644
--- a/src/index.css
+++ b/src/index.css
@@ -11,28 +11,3 @@ code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
-
-.terminalContainer {
- height: 75%;
- width: 60%;
- position: fixed;
- z-index: 1;
- top: 10%;
- left: 8%;
- color: #FFFFFF;
- background-color: #111;
- overflow-x: hidden;
- transition: 0.5s;
- padding-top: 60px;
- background-color: #333333;
- border: 2px solid #BB86fc;
- padding: 20px;
- margin: 20px;
- border-radius: 5px;
- overflow: auto;
-}
-
-#xterm {
- height: 100%;
- width: 100%;
-} \ No newline at end of file