source: imaps-frontend/node_modules/pretty-error/src/defaultStyle.coffee

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[79a0317]1module.exports = ->
2 'pretty-error':
3 display: 'block'
4 marginLeft: '2'
5
6 'pretty-error > header':
7 display: 'block'
8
9 'pretty-error > header > title > kind':
10 background: 'red'
11 color: 'bright-white'
12
13 'pretty-error > header > title > wrapper':
14 marginRight: '1'
15 color: 'grey'
16
17 'pretty-error > header > colon':
18 color: 'grey'
19 marginRight: 1
20
21 'pretty-error > header > message':
22 color: 'bright-white'
23
24 'pretty-error > trace':
25 display: 'block'
26 marginTop: 1
27
28 'pretty-error > trace > item':
29 display: 'block'
30 marginBottom: 1
31 marginLeft: 2
32 bullet: '"<grey>-</grey>"'
33
34 'pretty-error > trace > item > header':
35 display: 'block'
36
37 'pretty-error > trace > item > header > pointer > file':
38 color: 'bright-yellow'
39
40 'pretty-error > trace > item > header > pointer > colon':
41 color: 'grey'
42
43 'pretty-error > trace > item > header > pointer > line':
44 color: 'bright-yellow'
45 marginRight: 1
46
47 'pretty-error > trace > item > header > what':
48 color: 'white'
49
50 'pretty-error > trace > item > footer':
51 display: 'block'
52
53 'pretty-error > trace > item > footer > addr':
54 display: 'block'
55 color: 'grey'
56
57 'pretty-error > trace > item > footer > extra':
58 display: 'block'
59 color: 'grey'
Note: See TracBrowser for help on using the repository browser.