mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-26 01:44:20 +02:00
Implement sidebar
Co-authored-by: MechanicalDragon <mechdragon@hobbyist.dev>
This commit is contained in:
committed by
lifehackerhansol
parent
5641d7e51a
commit
22cb19a0bc
@@ -454,19 +454,36 @@
|
||||
|
||||
.nav__list .nav__items {
|
||||
margin: 0;
|
||||
font-size: 1.25rem;
|
||||
font-size: 1.4rem;
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
// progress list, guide-specific
|
||||
ol {
|
||||
padding-left: 0.9rem;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style: inherit;
|
||||
}
|
||||
|
||||
.completed {
|
||||
color: $gray;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
// end guide-specific
|
||||
|
||||
.active {
|
||||
margin-left: -0.5em;
|
||||
padding-left: 0.5em;
|
||||
padding-right: 0.5em;
|
||||
// margin-left: -0.5em;
|
||||
// padding-left: 0.5em;
|
||||
// padding-right: 0.5em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
@include breakpoint(max-width $large - 1px) {
|
||||
position: relative;
|
||||
max-height: 0;
|
||||
|
Reference in New Issue
Block a user