X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fcontrol%2Fcontrol.component.css;h=5df590b0f9d1b6d7c1533442b8dfac93b6ff2934;hb=2d98ad2e9f8a0d40bc2b3e3e1fe8b5f32ab97b66;hp=a3e97aab71c204318cf2c1c15edcc87d4c9396e3;hpb=e2cbc4d0304646febf7e2cbe0dccdf9840189222;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/control/control.component.css b/webapp-frontend/src/app/control/control.component.css index a3e97aab..5df590b0 100644 --- a/webapp-frontend/src/app/control/control.component.css +++ b/webapp-frontend/src/app/control/control.component.css @@ -1,6 +1,6 @@ /*- * ========================LICENSE_START================================= - * ORAN-OSC + * O-RAN-SC * %% * Copyright (C) 2019 AT&T Intellectual Property and Nokia * %% @@ -18,23 +18,5 @@ * ========================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; }