This reverts commit 62df6df3a163a38628f0b8eb315ddc8192adde4a.
@@ -1,15 +1,10 @@
-/**
-* Console
-*/
-
-.Console {
- border: 1px solid $color-primary;
+#console-log {
+ border : 1px solid #ccc;
font-family: monospace;
- font-size: 13px;
- line-height: 1.4;
- width: 100%;
- min-height: 150px;
- // overflow: hidden;
- display: none;
- padding: 10px 10px;
+ font-size : 12px;
+ line-height: 12px;
+ height : 112px;
+ overflow : hidden;
+ width : 100%;
+ display : none;
}