File tree 2 files changed +9
-4
lines changed
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
@@ -162,6 +164,7 @@ a.button
162
164
border-bottom-color #c c c
163
165
text-align left
164
166
border-radius 4px
167
+ white-space nowrap
165
168
li
166
169
line-height 1.8em
167
170
margin 0
@@ -170,7 +173,7 @@ a.button
170
173
color $light
171
174
font-size .9em
172
175
display block
173
- padding 0 30 px 0 20px
176
+ padding 0 24 px 0 20px
174
177
& :hover
175
178
color $green
176
179
.arrow
You can’t perform that action at this time.
0 commit comments