X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Frd.component.scss;h=19c13b581fa80d27dc0f1cbaaa16596ee717060d;hb=cec131cf4b0279bd6a6d4dd31642270cebe38711;hp=7e78c4d3ee22c11866e86c678715da3b9d68f356;hpb=226fd436a085f717d4cbf81bf1719bdaf1468414;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/rd.component.scss b/webapp-frontend/src/app/rd.component.scss index 7e78c4d3..19c13b58 100644 --- a/webapp-frontend/src/app/rd.component.scss +++ b/webapp-frontend/src/app/rd.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. @@ -47,6 +47,10 @@ main { Slide Menu = = = = = = = = = */ +.side-menu__dark { + color: white; + background: gray; +} .side-menu__container { position: fixed; @@ -105,6 +109,9 @@ main { .slide-menu-active { transform: none; } +.menu-header.menu-header__dark { + background: #2B244D; +} .menu-header { background: linear-gradient(to right, #00FF9B, #5f84fb); @@ -348,9 +355,7 @@ mat-drawer-content { */ .main__footer { background: transparent; - margin: 10px; z-index: 100; - height: 35px; } .main__footer-dark {