7c56d536a2e591339194f60a933ff61b2ed8cd82
[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-weight: bold;
57 text-transform: uppercase;
58 fill: #000; }
59
60 .radar-ref-table {
61 width: 1080px;
62 font-size: 16px;
63 line-height: 26px;
64 padding: 20px; }
65 .radar-ref-table tr:nth-child(odd) {
66 background: #bababa; }
67 .radar-ref-table tr:nth-child(even) {
68 background: #dadada; }
69 .radar-ref-table td {
70 padding: 10px 15px; }
71 .radar-ref-table tr.radar-ref-status-group {
72 font-size: 20px;
73 font-weight: bold;
74 background: #fafafa; }
75
76 .radar-input-table {
77 width: 1080px;
78 font-size: 16px;
79 line-height: 26px;
80 padding: 20px; }
81 .radar-input-table tr:nth-child(odd) {
82 background: #bababa; }
83 .radar-input-table tr:nth-child(even) {
84 background: #dadada; }
85 .radar-input-table td {
86 padding: 10px 15px; }
87 .radar-input-table tr.radar-input-status-group {
88 font-size: 20px;
89 font-weight: bold;
90 background: #fafafa; }