-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathapp.css
84 lines (69 loc) · 1.14 KB
/
app.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
#page-title {
text-align: center;
}
#main-content {
padding: 20px;
}
.section {
margin-bottom: 10px;
}
.section-header {
padding: 5px;
}
.section-header span {
font-weight: bold;
font-size: 18px;
margin-right: 5px;
}
.copy-button {
position: relative;
font-size: 12px;
top: -2px;
}
.json-field {
font-family: monospace;
width: 100%;
max-height: 250px;
outline: none;
overflow: auto;
margin: 0;
}
textarea.json-field {
padding: 5px;
resize: none;
height: 100px;
}
#formatted-json.json-field {
cursor: pointer;
height: 116px;
}
.table-preview {
overflow: auto;
padding: 10px 0;
width: 100%;
max-height: 500px;
}
.table-preview table {
border-collapse: collapse;
}
#markdown-preview {
max-height: 150px;
}
.table-preview th,
td {
border: 1px solid black;
padding: 10px;
}
pre {
margin: 0;
}
#error-message {
background: #eabbbb;
padding: 10px;
color: #b90000;
border-radius: 6px;
margin-bottom: 10px;
}