design/css/main.scss
changeset 4 885a20cde527
child 20 a8300ef1876e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/design/css/main.scss	Tue May 23 16:42:07 2017 +0200
@@ -0,0 +1,29 @@
+---
+---
+
+#session {
+	background: white;
+	border: 1px black solid;
+	
+	position: fixed;
+
+	height: 100%;
+	width: 180px;
+
+	z-index: 99999999;
+}
+
+#editor {
+	width: 100%;
+	background: white;
+	height: 180px;
+
+	border-top: 1px solid black;
+
+	textarea {
+		border: 1px solid black;
+		width: 100%;
+		height: 180px;
+	}
+}
+