X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fapp.component.css;h=43e88c173434ee3c602908c7d31809128831b03d;hb=4d6f9a14931a6aaaab28b482d73380e0960a82d6;hp=7ae2691b8f86355dd7e870f7c9f13c3effd964bb;hpb=e2cbc4d0304646febf7e2cbe0dccdf9840189222;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/app.component.css b/webapp-frontend/src/app/app.component.css index 7ae2691b..43e88c17 100644 --- a/webapp-frontend/src/app/app.component.css +++ b/webapp-frontend/src/app/app.component.css @@ -1,6 +1,6 @@ /*- * ========================LICENSE_START================================= - * ORAN-OSC + * O-RAN-SC * %% * Copyright (C) 2019 AT&T Intellectual Property and Nokia * %% @@ -329,15 +329,22 @@ main { */ .main__footer { background: transparent; - position: absolute; + /* position: absolute; bottom: 1rem; - left: 1.5rem; + left: 1.5rem; */ + margin: 10px; z-index: 100; } -.copyright__text { - letter-spacing: 0.1rem; - color: gray; +.main__footer-dark { + background-color: #2B244D; + color: white; +} + +.main-footer__bg-dark { + opacity: 1; + background: linear-gradient(to bottom, #B290FF, #2E1D65); + transition: opacity 300ms linear; } @media only screen and (max-width: 300px) {