checkpoint: create/delete working now / existing tests passing / need moar tests
[tech-radar-editor.git] / web / static / vendor / base.css
1 body {
2 font: 11px 'Open Sans'; }
3
4 svg {
5 padding: 00px;
6 }
7 svg circle:nth-child(1) {
8 stroke: none;
9 fill: #eaeaea; }
10 svg circle:nth-child(2) {
11 stroke: none;
12 fill: #dadada; }
13 svg circle:nth-child(3) {
14 stroke: none;
15 fill: #cacaca; }
16 svg circle:nth-child(4) {
17 stroke: none;
18 fill: #bababa; }
19 svg .blip-group {
20 cursor: pointer; }
21 svg circle.first, svg polygon.first {
22 fill: #83ad78;
23 stroke: #fff; }
24 svg circle.second, svg polygon.second {
25 fill: #3db5be;
26 stroke: #fff; }
27 svg circle.third, svg polygon.third {
28 fill: #e88744;
29 stroke: #fff; }
30 svg circle.fourth, svg polygon.fourth {
31 fill: #8d2145;
32 stroke: #fff; }
33 svg line {
34 stroke: rgba(255, 255, 255, 0.3); }
35 svg text.first {
36 fill: #83ad78; }
37 svg text.second {
38 fill: #3db5be; }
39 svg text.third {
40 fill: #e88744; }
41 svg text.fourth {
42 fill: #8d2145; }
43 svg text.first, svg text.second, svg text.third, svg text.fourth {
44 font-size: 14px;
45 font-weight: bold; }
46 svg text.blip-text {
47 font-size: 9px;
48 font-style: italic;
49 fill: #fff; }
50 svg text.blip-name {
51 font-size: 12px;
52 font-weight: bold;
53 fill: #000;
54 display: none; }
55 svg text.line-text {
56 font-size: 12px;
57 font-weight: bold;
58 text-transform: uppercase;
59 fill: #000; }
60
61 .radar-ref-table {
62 width: 1080px;
63 font-size: 16px;
64 line-height: 26px;
65 padding: 20px; }
66 .radar-ref-table tr:nth-child(odd) {
67 background: #bababa; }
68 .radar-ref-table tr:nth-child(even) {
69 background: #dadada; }
70 .radar-ref-table td {
71 padding: 10px 15px; }
72 .radar-ref-table tr.radar-ref-status-group {
73 font-size: 20px;
74 font-weight: bold;
75 background: #fafafa; }
76
77 .radar-input-table {
78 width: 1080px;
79 font-size: 16px;
80 line-height: 26px;
81 padding: 20px; }
82 .radar-input-table tr:nth-child(odd) {
83 background: #bababa; }
84 .radar-input-table tr:nth-child(even) {
85 background: #dadada; }
86 .radar-input-table td {
87 padding: 10px 15px; }
88 .radar-input-table tr.radar-input-status-group {
89 font-size: 20px;
90 font-weight: bold;
91 background: #fafafa; }