1 |
06b9ca68
|
Václav Jirák
|
.header
|
2 |
|
|
height: 50px
|
3 |
|
|
background-color: #3F425D
|
4 |
|
|
padding-left: 10px
|
5 |
|
|
|
6 |
|
|
|
7 |
|
|
.user-info
|
8 |
|
|
height: 100%
|
9 |
|
|
margin-left: auto
|
10 |
|
|
margin-right: 0
|
11 |
|
|
|
12 |
|
|
|
13 |
|
|
.user-icon
|
14 |
|
|
width: 35px
|
15 |
|
|
height: 35px
|
16 |
|
|
border-radius: 20px
|
17 |
|
|
|
18 |
|
|
|
19 |
|
|
.user-name
|
20 |
|
|
height: 50px
|
21 |
|
|
line-height: 50px
|
22 |
|
|
color: white
|
23 |
|
|
margin-left: 10px
|
24 |
|
|
margin-right: 10px
|
25 |
|
|
|
26 |
|
|
.content
|
27 |
|
|
height: calc(100% - 50px)
|
28 |
|
|
background-color: #F0FFFD
|
29 |
|
|
|
30 |
|
|
|
31 |
|
|
.navigation
|
32 |
|
|
background-color: #2F313F
|
33 |
|
|
margin: 0
|
34 |
|
|
padding: 0
|
35 |
|
|
|
36 |
|
|
|
37 |
|
|
.navbar
|
38 |
|
|
width: 100%
|
39 |
|
|
margin: 0
|
40 |
|
|
padding: 0
|
41 |
|
|
|
42 |
|
|
.navbar-nav
|
43 |
|
|
width: 100%
|
44 |
|
|
|
45 |
|
|
.nav-bar
|
46 |
|
|
width: 100%
|
47 |
|
|
|
48 |
|
|
.nav-item
|
49 |
|
|
height: 50px
|
50 |
|
|
line-height: 50px
|
51 |
|
|
width: 100%
|
52 |
|
|
padding-left: 20px
|
53 |
|
|
color: #404353
|
54 |
|
|
background-color: #2F313F
|
55 |
|
|
border-style: solid
|
56 |
|
|
border-width: 0 0 1px 0
|
57 |
|
|
border-color: #6D6F81
|
58 |
|
|
|
59 |
|
|
&:hover
|
60 |
|
|
background-color: #414356
|
61 |
|
|
|
62 |
|
|
a
|
63 |
|
|
color: #6D6F81
|
64 |
|
|
width: 100%
|
65 |
|
|
height: 100%
|
66 |
|
|
|
67 |
|
|
|
68 |
|
|
.nav-item.selected
|
69 |
|
|
background-color: #63AA22
|
70 |
|
|
|
71 |
|
|
a
|
72 |
|
|
color: white
|
73 |
|
|
|
74 |
|
|
&:hover
|
75 |
|
|
background-color: #7ad129
|