Merge "improve the dark theme"
[portal/ric-dashboard.git] / webapp-frontend / src / app / rd.component.scss
index 7e78c4d..19c13b5 100644 (file)
@@ -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 {