X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Frd.component.scss;h=4a49487954a956069488b5888a127f2d90bc79cd;hb=53f1fcf033e3a166d7203e0a1c5e0971f9c6bc16;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..4a494879 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. @@ -26,11 +26,7 @@ position: relative; } -/* -================ - Header -================ -*/ +/* Header */ mat-sidenav-container, mat-sidenav-content, mat-sidenav { height: 100%; } @@ -43,10 +39,11 @@ main { padding: 10px; } -/* - Slide Menu -= = = = = = = = = -*/ +/* Slide Menu */ +.side-menu__dark { + color: white; + background: gray; +} .side-menu__container { position: fixed; @@ -105,6 +102,9 @@ main { .slide-menu-active { transform: none; } +.menu-header.menu-header__dark { + background: #2B244D; +} .menu-header { background: linear-gradient(to right, #00FF9B, #5f84fb); @@ -341,16 +341,10 @@ mat-drawer-content { transition: opacity 300ms linear; } -/* -================- - Footer -================ -*/ +/* Footer */ .main__footer { background: transparent; - margin: 10px; z-index: 100; - height: 35px; } .main__footer-dark {