Angular upgrade
[osm/NG-UI.git] / src / app / sdn-controller / sdn-controller-info / SDNControllerInfoComponent.scss
index c68960c..7ff1ee9 100644 (file)
  limitations under the License.
 
  Author: KUMARAN M (kumaran.m@tataelxsi.co.in), RAJESH S (rajesh.s@tataelxsi.co.in), BARATH KUMAR R (barath.r@tataelxsi.co.in)
-*/
\ No newline at end of file
+*/
+@import "../../../assets/scss/variable.scss";
+.table tr:hover {
+       color: $body-color;
+       background-color: #f6fafe;
+  }
+  .table thead th {
+       vertical-align: bottom;
+       border-bottom: 2px solid rgba(0, 0, 0, .1);
+  }
+  .table th, .table td {
+       padding: 5px;
+       vertical-align: top;
+       border-top: 1px solid rgba(0, 0, 0, .1);
+       border-bottom: transparent;
+  }
+  .table b {
+       background: none;
+       color: $body-color;
+       padding-right: 0px;
+       padding-left: 0px;
+  }
\ No newline at end of file