UNPKG

660 BCSSView Raw
1
2body {
3 padding: 0 3em;
4 line-height: 1.4em;
5 font-family: system-ui;
6 font-size: .85em;
7}
8section {
9 padding-bottom: 40px;
10 margin-bottom: 40px;
11 border-bottom: 1px solid #ccc;
12}
13.note .contentItem {
14 padding: ;
15}
16.note .contentItem .content:empty::after {
17 content: 'No content';
18 color: #888;
19}
20table {
21 width: 100%;
22 margin: 2em 0 3em 0;
23}
24tr:nth-child(even) {
25 background: #f8f8f8;
26}
27tr:nth-child(odd) {
28 background: #f0f0f0;
29}
30td:last-child {
31 width: 60%;
32}
33.page-break-after {
34 page-break-after: always;
35}
36
37.bg-positive {
38 background-color: #ccffcc;
39}
40
41.bg-negative {
42 background-color: #ffcccc;
43}