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