0f2e5ca41df5527ba4393751cc4283c62331c8f6
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / toolbar / toolbar.component.scss
1 .main {
2     .menu {
3
4         .akraino-icon {
5             padding-right:100px;
6         }
7
8         .menu-toolbar {
9             .eliot-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     }
36     .sidemenu {
37         mat-sidenav-container {
38             height: 10vh;
39         }
40     }
41 }
42 button:hover {
43     background-color: black;
44     color: turquoise;
45     font-weight: bold;
46 }