X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fran-control%2Fran-control.component.scss;h=c86d0629efc0dcb1b5b826249efe2e7be7e8b577;hb=a0180adc6a1e1ec09472549596428b70d48db3fc;hp=af4629ae9d41e8054c073e25ad2b391711555913;hpb=5b686151904e2582ea9ce9d2f1c6abb7a400afa5;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/ran-control/ran-control.component.scss b/webapp-frontend/src/app/ran-control/ran-control.component.scss index af4629ae..c86d0629 100644 --- a/webapp-frontend/src/app/ran-control/ran-control.component.scss +++ b/webapp-frontend/src/app/ran-control/ran-control.component.scss @@ -2,7 +2,7 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% - * Copyright (C) 2019 AT&T Intellectual Property and Nokia + * Copyright (C) 2019 AT&T Intellectual Property * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,13 +20,8 @@ .ran-control__section { } -.ran-control__header { - text-align: center; - color: #432c85; - font-size: 50px; - font-weight: 200; - letter-spacing: .1em; - transform: translate(149 56); +.disconnect-all-button { + float: right; } .ran-control-table { @@ -36,8 +31,13 @@ background-color:transparent; } -.disconnect-all-button { - float: right; +.spinner-container { + height: 100px; + width: 100px; +} + +.spinner-container mat-spinner { + margin: 0 auto 0 auto; } .version__text { @@ -45,3 +45,7 @@ letter-spacing: 0.1rem; font-size: 10px; } + +.display-none { + display: none; +}