UNPKG

825 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6var _DefaultExportValue = {
7 redbox: {
8 boxSizing: 'border-box',
9 fontFamily: 'sans-serif',
10 position: 'fixed',
11 padding: 10,
12 top: '0px',
13 left: '0px',
14 bottom: '0px',
15 right: '0px',
16 width: '100%',
17 background: 'rgb(204, 0, 0)',
18 color: 'white',
19 zIndex: 2147483647,
20 textAlign: 'left',
21 fontSize: '16px',
22 lineHeight: 1.2,
23 overflow: 'auto'
24 },
25 message: {
26 fontWeight: 'bold'
27 },
28 stack: {
29 fontFamily: 'monospace',
30 marginTop: '2em'
31 },
32 frame: {
33 marginTop: '1em'
34 },
35 file: {
36 fontSize: '0.8em',
37 color: 'rgba(255, 255, 255, 0.7)'
38 },
39 linkToFile: {
40 textDecoration: 'none',
41 color: 'rgba(255, 255, 255, 0.7)'
42 }
43};
44exports.default = _DefaultExportValue;
\No newline at end of file