Matteo Scandolo | b294603 | 2016-06-10 11:24:58 -0700 | [diff] [blame^] | 1 | |
2 | e-node-details{ | ||||
3 | .tab-pane > .row { | ||||
4 | margin-top: $form-group-margin-bottom; | ||||
5 | } | ||||
6 | |||||
7 | .table { | ||||
8 | tr:first-child > td { | ||||
9 | border-top: none; | ||||
10 | } | ||||
11 | |||||
12 | tr > td:first-child { | ||||
13 | font-weight: bold; | ||||
14 | } | ||||
15 | } | ||||
16 | } |