undo sidebar styling

This commit is contained in:
Phu Pham
2023-05-18 13:03:19 -04:00
parent 2348bfb9d1
commit 2f2a3fb378
2 changed files with 1 additions and 37 deletions

View File

@@ -115,39 +115,3 @@ $footer-images: 3col-magenta-orange, 3col-green-blue, 3col-orange, 3col-purple,
}
}
}
.col-lg-6 > .tutorial-sidebar {
flex: 0 0 70%;
max-width: 70%;
}
@mixin sidebar-bullet {
content: "\2022";
color: $blue-purple-500;
font-weight: bold;
display: inline-block;
margin-right: 16px;
z-index: 1;
font-size: 20px;
}
.tutorial-sidebar {
.nav-link {
display: inline-block;
}
.nav-link:hover {
border: none;
padding-left: 0;
}
.nav-link:hover::before {
@include sidebar-bullet;
margin-left: -4px;
}
.active::before {
@include sidebar-bullet;
margin-left: -5px;
}
.active {
padding-left: 0;
}
}