ymanager/webapp/src/app/header/header.component.sass @ fd5ab42e
1 |
.header
|
---|---|
2 |
height: 50px |
3 |
background-color: #3F425D |
4 |
padding-left: 10px |
5 |
|
6 |
.language-and-user
|
7 |
margin-left: auto |
8 |
margin-right: 0 |
9 |
|
10 |
.user-info
|
11 |
height: 100% |
12 |
border: 0 |
13 |
background-color: transparent |
14 |
|
15 |
&:focus |
16 |
outline: none |
17 |
|
18 |
.user-icon
|
19 |
width: 35px |
20 |
height: 35px |
21 |
border-radius: 20px |
22 |
|
23 |
.user-name
|
24 |
height: 50px |
25 |
line-height: 50px |
26 |
color: white |
27 |
margin-left: 10px |
28 |
margin-right: 10px |