OSDN Git Service

Add margin at displaying command execution panel
[eos/zephyr.git] / front-end / app / style.scss
1 $panel-bg: #eee;
2
3 .accordion-toggle {
4     cursor: pointer;
5 }
6
7 .option-box {
8     width: 20%
9 }
10
11 .console-head {
12     background-color: white;
13 }
14
15 .console-body {
16     background-color: white; 
17     height: 100%;
18 }
19
20 .console-body p {
21     font-family: 'Open Sans';
22 }
23
24 .command {
25     padding:5px;
26 }
27 // Import libs
28 // --------------------
29 @import "../node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
30