Skip to content

Commit 5d49b32

Browse files
committed
(bug): Fix nav-lang styles
1 parent 3f5086b commit 5d49b32

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

styles/style.styl

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -258,43 +258,43 @@ ul {
258258
padding: 6px 8px;
259259
}
260260
}
261+
}
261262

262-
&.nav-lang {
263-
list-style: none;
264-
margin: 0;
265-
padding: 5px 20px;
266-
text-align: right;
263+
&.nav-lang {
264+
list-style: none;
265+
margin: 0;
266+
padding: 5px 20px;
267+
text-align: right;
267268

268-
li {
269-
border: none;
270-
margin-right: 0;
271-
display: inline-block;
269+
li {
270+
border: none;
271+
margin-right: 0;
272+
display: inline-block;
272273

273-
&:after {
274-
content: "|";
275-
margin-right: 5px;
276-
margin-left: 5px;
277-
}
274+
&:after {
275+
content: "|";
276+
margin-right: 5px;
277+
margin-left: 5px;
278+
}
278279

279-
&:last-child:after {
280-
content: none;
281-
color: $mineshaftGray;
282-
}
280+
&:last-child:after {
281+
content: none;
282+
color: $mineshaftGray;
283+
}
283284

284-
&.selected {
285-
text-decoration: none;
286-
color: darken($gray, 25%);
287-
}
285+
&.selected {
286+
text-decoration: none;
287+
color: darken($gray, 25%);
288+
}
288289

289-
a {
290-
color: $mineshaftGray;
291-
text-decoration: none;
292-
border-color: $mineshaftGray;
290+
a {
291+
color: $mineshaftGray;
292+
text-decoration: none;
293+
border-color: $mineshaftGray;
293294

294-
&:hover {
295-
color: darken($gray, 25%);
296-
border-color: darken($gray, 25%);
297-
}
295+
&:hover {
296+
color: darken($gray, 25%);
297+
border-color: darken($gray, 25%);
298298
}
299299
}
300300
}

0 commit comments

Comments
 (0)