Revize 37333849
Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)
webapp/src/app/app.component.sass | ||
---|---|---|
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 | 1 |
.navigation-and-content |
24 | 2 |
height: calc(100% - 50px) |
25 | 3 |
|
Také k dispozici: Unified diff
Re #7457 Basic features of profile settings component implemented