1
0
mirror of synced 2025-12-23 03:44:00 -05:00
Files
docs/components/sidebar/SidebarProduct.module.scss
2021-11-19 21:06:45 +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;
}