Revize 5b862e59
Přidáno uživatelem Hung Hoang před asi 6 roky(ů)
frontend/src/app/app.component.sass | ||
---|---|---|
32 | 32 |
background-color: #2F313F |
33 | 33 |
margin: 0 |
34 | 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 |
|
76 |
|
Také k dispozici: Unified diff
Re #7263 Created simple menu with a service and mock data