Repair deploy-app function on catalog page
[portal/ric-dashboard.git] / webapp-frontend / src / app / control / control.component.css
index a3e97aa..5df590b 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
  * ========================LICENSE_END===================================
  */
 .control__section {
-    position: relative;
-    top: -50px;
-}
-
-.control__header {
-    text-align: center;
-    color: #432c85;
-    font-size: 50px;
-    font-weight: 200;
-    letter-spacing: .1em;
-    transform: translate(149 56);
-}
-
-:host /deep/ ng2-smart-table tbody > tr > td{
-  text-align: left;
-}
-
-:host /deep/ ng2-smart-table thead th{
-  text-align: left;
+  background-color: transparent;
 }