RAN Connectionscreen upgrade to mat-table
[portal/ric-dashboard.git] / webapp-frontend / src / app / ran-connection / ran-connection.component.scss
  * limitations under the License.
  * ========================LICENSE_END===================================
  */
-.control__section {
+.ranconnect__section {
     position: relative;
     top: -50px;
 }
 
-.control__header {
+.ranconnect__header {
     text-align: center;
     color: #432c85;
     font-size: 50px;
     transform: translate(149 56);
 }
 
-:host /deep/ ng2-smart-table tbody > tr > td{
-  text-align: left;
+.ranconnect-table {
+    width: 99%; /* 100 looks wrong */
+    min-height: 150px;
+    margin-top: 10px;
+    background-color:transparent;
 }
 
-:host /deep/ ng2-smart-table thead th{
-  text-align: left;
-}
 
-/* used to place form fields on separate lines/rows in dialog */
-.input-display-block {
-  display: block;
-}