removed exmple apps code
[ealt-edge.git] / example-apps / PDD / frontend-src / src / app / toolbar / toolbar.component.scss
diff --git a/example-apps/PDD/frontend-src/src/app/toolbar/toolbar.component.scss b/example-apps/PDD/frontend-src/src/app/toolbar/toolbar.component.scss
deleted file mode 100644 (file)
index 85cf9d5..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-.main {
-    .menu {
-
-        .akraino-icon {
-            padding-right:20px;
-        }
-
-        .menu-toolbar {
-            .ealt-menu {
-                font-size: 14px;
-                font-weight: bold;
-            }
-            .home {
-                margin-left: 07px;  
-            }
-        }
-    
-        .home {
-            font-size: 25px;
-            font-weight: bold;
-            // padding-left: 20px;
-        }
-
-        .other-button {
-            font-weight: bold;
-        }
-
-        .power-button {
-            position: absolute;
-            right: 0px;
-            margin-right: 5px;
-        }
-    }
-}
-button:hover {
-    background-color: black;
-    color: turquoise;
-    font-weight: bold;
-}
\ No newline at end of file