X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fran-connection%2Fran-connection.component.scss;fp=webapp-frontend%2Fsrc%2Fapp%2Fsignal%2Fsignal.component.css;h=79aca12474edb706b75dd53a07c5c2c87a6ff0b3;hb=6ca7894a0bb7717740dd785ddfe613c85a25e2b7;hp=c30bb3ca57b3f69681a83793c8f4df665bd18278;hpb=5c87567c1743fb3f6957fe8fe0906310212cd1d6;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/signal/signal.component.css b/webapp-frontend/src/app/ran-connection/ran-connection.component.scss similarity index 78% rename from webapp-frontend/src/app/signal/signal.component.css rename to webapp-frontend/src/app/ran-connection/ran-connection.component.scss index c30bb3ca..79aca124 100644 --- a/webapp-frontend/src/app/signal/signal.component.css +++ b/webapp-frontend/src/app/ran-connection/ran-connection.component.scss @@ -17,12 +17,12 @@ * 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; @@ -31,15 +31,11 @@ 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; -}