Almost there

This commit is contained in:
Eden Kirin
2022-12-18 19:53:04 +01:00
parent 7a7aad8043
commit 46293651e2

View File

@ -148,12 +148,15 @@ nav.main {
top: -20px; // hardcoded! top: -20px; // hardcoded!
} }
} }
} // single item: just a dot
// single item: just a dot &:first-of-type:last-of-type {
&:first-of-type:last-of-type {
> a {
&::before { &::before {
background-image: $dot-img; // background-image: none;
}
> a {
&::before {
background-image: $dot-img;
}
} }
} }
} }
@ -168,6 +171,8 @@ nav.main {
left: $subnav-indent * 4; left: $subnav-indent * 4;
} }
} }
@include variable-left-border-connector($subnav-indent * 7);
// subnav level 3 // subnav level 3
> ul { > ul {
li { li {
@ -177,10 +182,11 @@ nav.main {
left: $subnav-indent * 7; left: $subnav-indent * 7;
} }
} }
@include variable-left-border-connector($subnav-indent * 10);
// subnav level 4 // subnav level 4
> ul { > ul {
> li { li {
a { a {
padding-left: $subnav-indent * 13; padding-left: $subnav-indent * 13;
&::before { &::before {