UNPKG

737 BCSSView Raw
1body {
2 font: 14px Consolas, Courier, monospace;
3}
4
5h1, h2, h3, h4, p {
6 margin: 0;
7 padding: 0;
8}
9
10.highlight {
11 font-weight: bold;
12}
13
14.failed {
15 color: darkred;
16 font-weight: bold;
17}
18
19.step-error-message {
20 color: darkred;
21 margin: 0 0 0 10px;
22}
23
24.passed {
25 color: green;
26}
27
28.skipped {
29 color: #999;
30}
31
32.step {
33 margin: 4px 0;
34}
35
36.step .text {
37 border-radius: 3px;
38 display: block;
39}
40
41.step .screenshot {
42 border: solid 1px #CCC;
43 height: 100%;
44 width: 100%;
45}
46
47.step-screenshot-wrap {
48 margin-left: 10px;
49}
50
51.container {
52 background: #f8f8f8;
53 border-radius: 5px;
54 border: 1px solid #e8e8e8;
55 padding: 10px;
56 margin: 10px;
57}
58
59#danger {
60 background-color: #f66666;
61}
\No newline at end of file