ymanager/frontend/src/app/menu/menu.component.sass @ 0d1b0550
1 |
.navbar
|
---|---|
2 |
width: 100% |
3 |
margin: 0 |
4 |
padding: 0 |
5 |
|
6 |
.navbar-nav
|
7 |
width: 100% |
8 |
|
9 |
.nav-bar
|
10 |
width: 100% |
11 |
|
12 |
.nav-item
|
13 |
height: 50px |
14 |
line-height: 50px |
15 |
width: 100% |
16 |
padding-left: 20px |
17 |
color: #404353 |
18 |
background-color: #2F313F |
19 |
border-style: solid |
20 |
border-width: 0 0 1px 0 |
21 |
border-color: #6D6F81 |
22 |
|
23 |
&:hover |
24 |
background-color: #414356 |
25 |
|
26 |
a
|
27 |
color: #6D6F81 |
28 |
width: 100% |
29 |
height: 100% |
30 |
|
31 |
|
32 |
.nav-item.selected
|
33 |
background-color: #63AA22 |
34 |
|
35 |
a
|
36 |
color: white |
37 |
|
38 |
&:hover |
39 |
background-color: #7ad129 |
40 |
|
41 |
|