X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fstyles.scss;h=c470e1c39d0c4d904c64c6f3508fcd9e0efb7967;hb=refs%2Fchanges%2F68%2F5668%2F5;hp=c37fc42ca9e6923e84d7fab434ffc42b321752d6;hpb=f507d92d55ee77fad16cc024ea95c869e0d5dc32;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/styles.scss b/webapp-frontend/src/styles.scss index c37fc42..c470e1c 100644 --- a/webapp-frontend/src/styles.scss +++ b/webapp-frontend/src/styles.scss @@ -37,9 +37,11 @@ body { font-size: 20px; } -.rd-global-page-title { +.nrcp-global-page-title { margin-left: 0.5%; color: #432c85; font-size: 25px; font-weight: 100; -} \ No newline at end of file +} +html, body { height: 100%; } +body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }