OSDN Git Service

Modified: Upload, Command execution
[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 {
16     background-color: white; 
17     padding: 20px;
18     height: 100%;
19 }
20
21 .console p {
22     font-family: 'Open Sans';
23 }
24
25 .command {
26     padding:5px;
27 }
28
29 .panel-title {
30     font-family: 'Open Sans';
31 }
32
33 .open-sans {
34     font-family: 'Open Sans';
35 }
36
37 .btn {
38     font-family: 'Open Sans';
39 }
40
41 label {
42     font-family: 'Open Sans';
43 }
44
45 .page-header {
46     color: black;
47 }
48 // Import libs
49 // --------------------
50 @import "../node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
51