Implement sidebar
Co-authored-by: MechanicalDragon <mechdragon@hobbyist.dev>
This commit is contained in:
parent
5641d7e51a
commit
22cb19a0bc
4 changed files with 211 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue