Merge "Fixed IP validation RANConnect"
[portal/ric-dashboard.git] / webapp-frontend / src / app / control / control.component.css
index a3e97aa..798e94d 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
  * limitations under the License.
  * ========================LICENSE_END===================================
  */
+
 .control__section {
     position: relative;
-    top: -50px;
+    top: -150px;
 }
 
 .control__header {
 :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