From: ychacon Date: Fri, 23 Apr 2021 06:37:31 +0000 (+0200) Subject: Update copyright X-Git-Tag: 2.2.0~21 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=024d88d272f9b9923667b7670c9e3e4859cd34a8;p=portal%2Fnonrtric-controlpanel.git Update copyright Issue-ID: NONRTRIC-448 Signed-off-by: ychacon Change-Id: I95a3bd704088f3681420bd601f466047bb40b852 --- diff --git a/webapp-frontend/src/app/footer/footer.component.html b/webapp-frontend/src/app/footer/footer.component.html index 34d88bb..45317e3 100644 --- a/webapp-frontend/src/app/footer/footer.component.html +++ b/webapp-frontend/src/app/footer/footer.component.html @@ -19,7 +19,6 @@ ========================LICENSE_END=================================== --> \ No newline at end of file diff --git a/webapp-frontend/src/app/footer/footer.component.scss b/webapp-frontend/src/app/footer/footer.component.scss index 077567e..1f7f5e6 100644 --- a/webapp-frontend/src/app/footer/footer.component.scss +++ b/webapp-frontend/src/app/footer/footer.component.scss @@ -19,12 +19,12 @@ * ========================LICENSE_END=================================== */ .copyright__text { - color: gray; + color: rgb(199, 196, 196); letter-spacing: 0.1rem; font-size: 10px; margin-left: 10px; } .copyright__text-dark { - color: gray; + color: rgb(80, 79, 79); } \ No newline at end of file