OSDN Git Service

[Develop and Manual Test] show help with websocket
[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 // Import libs
24 // --------------------
25 @import "../node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
26