Browse Source

Revert "Console styles"

This reverts commit 62df6df3a163a38628f0b8eb315ddc8192adde4a.
Artur Paikin 9 years ago
parent
commit
dce1ddc925
1 changed files with 8 additions and 13 deletions
  1. 8 13
      website/themes/uppy/source/css/_examples.scss

+ 8 - 13
website/themes/uppy/source/css/_examples.scss

@@ -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;
 }