File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- <li class =" nav-dropdown-container" >
1
+ <li class =" nav-dropdown-container ecosystem " >
2
2
<a class =" nav-link" >Ecosystem</a ><span class =" arrow" ></span >
3
3
<ul class =" nav-dropdown" >
4
- <li ><a href =" https://vuex.vuejs.org/en/" class =" nav-link" target =" _blank" >Vuex</a ></li >
5
- <li ><a href =" https://router.vuejs.org/en/" class =" nav-link" target =" _blank" >Vue Router</a ></li >
4
+ <li ><a href =" https://router.vuejs.org/" class =" nav-link" target =" _blank" >vue-router</a ></li >
5
+ <li ><a href =" https://vuex.vuejs.org/" class =" nav-link" target =" _blank" >vuex</a ></li >
6
+ <li ><a href =" https://github.com/vuejs/vue-cli" class =" nav-link" target =" _blank" >vue-cli</a ></li >
7
+ <li ><a href =" https://github.com/vuejs/awesome-vue" class =" nav-link" target =" _blank" >awesome-vue</a ></li >
6
8
</ul >
7
9
</li >
Original file line number Diff line number Diff line change @@ -150,6 +150,8 @@ a.button
150
150
& :hover
151
151
.nav-dropdown
152
152
display block
153
+ & .ecosystem
154
+ margin-left 20px
153
155
.nav-dropdown
154
156
display none
155
157
position absolute
@@ -161,6 +163,7 @@ a.button
161
163
border-bottom-color #c c c
162
164
text-align left
163
165
border-radius 4px
166
+ white-space nowrap
164
167
li
165
168
line-height 1.8em
166
169
margin 0
@@ -169,7 +172,7 @@ a.button
169
172
color $light
170
173
font-size .9em
171
174
display block
172
- padding 0 30 px 0 20px
175
+ padding 0 24 px 0 20px
173
176
& :hover
174
177
color $green
175
178
.arrow
You can’t perform that action at this time.
0 commit comments