1
0
mirror of synced 2026-01-04 09:06:46 -05:00
Files
docs/components/sidebar/SidebarProduct.module.scss
Robert Sese e5370a5990 Feature Branch: Global Nav Phase 2 (#34359)
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Joe Oak <41307427+joeoak@users.noreply.github.com>
2023-02-13 17:37:47 +00:00

14 lines
244 B
SCSS

.sidebarArticle::before {
content: "";
position: absolute;
left: calc(1.5rem + 2px);
height: 100%;
border-left: 1px solid var(--color-fg-default);
width: 1px;
top: 0;
}
.sidebarArticleActive::before {
border-left-width: 2px;
}