ymanager/frontend/src/app/app.component.sass @ cd0882b7
1 |
.header
|
---|---|
2 |
height: 50px |
3 |
background-color: #3F425D |
4 |
padding-left: 10px |
5 |
|
6 |
.user-info
|
7 |
height: 100% |
8 |
margin-left: auto |
9 |
margin-right: 0 |
10 |
|
11 |
.user-icon
|
12 |
width: 35px |
13 |
height: 35px |
14 |
border-radius: 20px |
15 |
|
16 |
.user-name
|
17 |
height: 50px |
18 |
line-height: 50px |
19 |
color: white |
20 |
margin-left: 10px |
21 |
margin-right: 10px |
22 |
|
23 |
.navigation-and-content
|
24 |
height: calc(100% - 50px) |
25 |
|
26 |
.content
|
27 |
padding: 0 |
28 |
|
29 |
.navigation
|
30 |
background-color: #2F313F |
31 |
margin: 0 |
32 |
padding: 0 |