blob: bf35bde147c20ae9e1c1ea9236832e2ae29351cb [file] [log] [blame]
Matteo Scandolob2946032016-06-10 11:24:58 -07001
2e-node-details{
Matteo Scandolod9fa8062016-06-10 13:46:15 -07003
4 .chart-container {
5 min-height: 300px;
6 }
7
Matteo Scandolob2946032016-06-10 11:24:58 -07008 .tab-pane > .row {
9 margin-top: $form-group-margin-bottom;
10 }
11
12 .table {
13 tr:first-child > td {
14 border-top: none;
15 }
16
17 tr > td:first-child {
18 font-weight: bold;
19 }
20 }
Matteo Scandolod9fa8062016-06-10 13:46:15 -070021
22 .chart-stacked-bar {
23 height: 300px;
24 }
Matteo Scandolob2946032016-06-10 11:24:58 -070025}