equal
deleted
inserted
replaced
|
1 /* ========================================================================== |
|
2 App Stylesheet |
|
3 app.less |
|
4 ========================================================================== */ |
|
5 /* Mixins (User defined mixins) |
|
6 ======================================================================== */ |
|
7 /* Components |
|
8 ======================================================================== */ |
|
9 /* ========================================================================== |
|
10 Base Stylesheet |
|
11 base.less |
|
12 ========================================================================== */ |
|
13 body { |
|
14 margin: 0; |
|
15 padding: 0; |
|
16 background-color: #FFF; |
|
17 } |
|
18 #log { |
|
19 height: 20em; |
|
20 overflow-y: scroll; |
|
21 background-color: #faa; |
|
22 } |