File tree Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -49,5 +49,5 @@ nav.side-nav.l-pinned-left.l-layer-4.l-offset-nav
49
49
ul.side-nav-tertiary
50
50
for page, slug in public .docs [current .path [1 ]][current .path [2 ]][current .path [3 ]][current .path [4 ]]._data
51
51
name = page .menuTitle || page .title
52
- selected = current .path [4 ] == slug ? ' is-selected' : ' '
52
+ selected = current .path [5 ] == slug ? ' is-selected' : ' '
53
53
li( class ="#{selected} " ) <a href =" /docs/#{current.path[1]}/#{current.path[2]}/#{current.path[3]}/#{current.path[4]}/#{slug}.html" md-button >#{name} </a >
Original file line number Diff line number Diff line change 22
22
div.c4
23
23
md-card.card
24
24
md-card-content
25
- h3.text-headline.text-uppercase <span class =" icon-book" ></span > API
26
- p.text-body Proposal for v2 .0 API
25
+ h3.text-headline.text-uppercase <span class =" icon-book" ></span > API Preview
26
+ p.text-body API 2 .0 Preview
27
27
28
28
footer
29
29
a( href ="/docs/#{current .path [1 ]} /#{current .path [2 ]} /api/" class ="button" md-button ) View API
Original file line number Diff line number Diff line change 48
48
background : $mist ;
49
49
}
50
50
}
51
+ }
52
+ }
51
53
54
+ footer {
55
+ a {
56
+ color : $blueberry ;
57
+ font-size : 13px ;
52
58
}
53
59
}
54
60
}
Original file line number Diff line number Diff line change 167
167
168
168
> a {
169
169
line-height : ($unit * 5 ) - 1 ;
170
- padding : 0px ($unit * 2 ) 0px ($unit * 5 );
170
+ padding : 0px ($unit * 2 ) 0px ($unit * 4 );
171
171
font-size : 13px ;
172
172
}
173
173
187
187
.side-nav-tertiary {
188
188
padding-bottom : ($unit * 1 );
189
189
margin : 0px ;
190
+ padding : 0px ;
190
191
191
192
> li {
193
+ margin : 0px ;
194
+
192
195
& .is-selected {
193
196
> a {
194
- background : transparent ;
195
- color : $coal ;
197
+ background : darken ( $fog , 3 % ) ;
198
+ color : $blueberry ;
196
199
}
197
200
}
198
201
208
211
display : block ;
209
212
text-decoration : none ;
210
213
font-weight : 400 ;
211
- padding : 0px $unit ;
214
+ padding : 0px $unit 0 px ( $unit * 7 ) ;
212
215
line-height : 34px ;
216
+ color : $metal ;
213
217
}
214
218
}
215
219
}
You can’t perform that action at this time.
0 commit comments