ymanager/webapp/src/app/header/header.component.sass @ 9c7b1b63
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 |
border: 0 |
11 |
background-color: transparent |
12 |
|
13 |
&:focus |
14 |
outline: none |
15 |
|
16 |
.user-icon
|
17 |
width: 35px |
18 |
height: 35px |
19 |
border-radius: 20px |
20 |
|
21 |
.user-name
|
22 |
height: 50px |
23 |
line-height: 50px |
24 |
color: white |
25 |
margin-left: 10px |
26 |
margin-right: 10px |