Add undeploy xApp function
[portal/ric-dashboard.git] / webapp-frontend / src / app / control / control.component.css
index f4cd56c..798e94d 100644 (file)
@@ -17,6 +17,7 @@
  * limitations under the License.
  * ========================LICENSE_END===================================
  */
+
 .control__section {
     position: relative;
     top: -150px;
 :host /deep/ ng2-smart-table thead th{
   text-align: left;
 }
+
+:host /deep/ ng2-st-tbody-custom a.ng2-smart-action.ng2-smart-action-custom-custom {
+    display: inline-block;
+    width: 50px;
+    text-align: center;
+    font-size: 1.1em;
+}
+
+:host /deep/ i.material-icons.red-close {
+    color: red !important;
+}
\ No newline at end of file