e-node-details{ | |
.chart-container { | |
min-height: 300px; | |
} | |
.tab-pane > .row { | |
margin-top: $form-group-margin-bottom; | |
} | |
.table { | |
tr:first-child > td { | |
border-top: none; | |
} | |
tr > td:first-child { | |
font-weight: bold; | |
} | |
} | |
.chart-stacked-bar { | |
height: 300px; | |
} | |
} |