Checkpoint commit
[tech-radar-editor.git] / web / static / vendor / base.css
index cb1ac4f..7c56d53 100644 (file)
@@ -2,7 +2,8 @@ body {
   font: 11px 'Open Sans'; }
 
 svg {
-  padding: 20px; }
+    padding: 00px;
+   }
   svg circle:nth-child(1) {
     stroke: none;
     fill: #eaeaea; }
@@ -40,7 +41,7 @@ svg {
   svg text.fourth {
     fill: #8d2145; }
   svg text.first, svg text.second, svg text.third, svg text.fourth {
-    font-size: 16px;
+    font-size: 14px;
     font-weight: bold; }
   svg text.blip-text {
     font-size: 9px;
@@ -71,3 +72,19 @@ svg {
     font-size: 20px;
     font-weight: bold;
     background: #fafafa; }
+
+.radar-input-table {
+  width: 1080px;
+  font-size: 16px;
+  line-height: 26px;
+  padding: 20px; }
+  .radar-input-table tr:nth-child(odd) {
+    background: #bababa; }
+  .radar-input-table tr:nth-child(even) {
+    background: #dadada; }
+  .radar-input-table td {
+    padding: 10px 15px; }
+  .radar-input-table tr.radar-input-status-group {
+    font-size: 20px;
+    font-weight: bold;
+    background: #fafafa; }