Revize 0d1b0550
Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)
frontend/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 |
.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 |
Také k dispozici: Unified diff
Re #7263 Static view for employer initialized
Re #7263 Day picker component implemented
Re #7263 Day picker component modified
Re #7253 Off days component implemented
Re #7263 User approval component implemented
Re #7263 Minor changes
Re #7263 Free days approval component implemented
Re #7263 Free days renamed to Off days
Re #7263 Created simple menu with a service and mock data
Re #7263 Implemented routing for dashboard and employee list
Re #7263 Added simple page for employee route
Re #7263 Off days approval component modified
Re #7263 Days off info component modified
Re #7263 Oncoming days off component implemented
Re #7263 Employer dashboard component implemented
Re #7263 Basic employer's dashboard completed
Re #7263 Menu items correctly displayed when selected
Re #7263 Changed click behavior in menu list
Re #7263 Removed information about remaining sick days