OSDN Git Service

Add margin at displaying command execution panel
[eos/zephyr.git] / front-end / app / style.scss
index c7a2b5d..f90085d 100644 (file)
@@ -20,6 +20,10 @@ $panel-bg: #eee;
 .console-body p {
     font-family: 'Open Sans';
 }
+
+.command {
+    padding:5px;
+}
 // Import libs
 // --------------------
 @import "../node_modules/bootstrap-sass/assets/stylesheets/bootstrap";