EG version upgrade to 1.3
[ealt-edge.git] / example-apps / PDD / frontend-src / src / app / toolbar / toolbar.component.scss
1 .main {
2     .menu {
3
4         .akraino-icon {
5             padding-right:20px;
6         }
7
8         .menu-toolbar {
9             .ealt-menu {
10                 font-size: 14px;
11                 font-weight: bold;
12             }
13             .home {
14                 margin-left: 07px;  
15             }
16         }
17     
18         .home {
19             font-size: 25px;
20             font-weight: bold;
21             // padding-left: 20px;
22         }
23
24         .other-button {
25             font-weight: bold;
26         }
27
28         .power-button {
29             position: absolute;
30             right: 0px;
31             margin-right: 5px;
32         }
33     }
34 }
35 button:hover {
36     background-color: black;
37     color: turquoise;
38     font-weight: bold;
39 }