1
0
mirror of synced 2026-01-02 12:04:38 -05:00
Files
docs/components/sidebar/SidebarProduct.module.scss
Kevin Heis 567652b0e3 Primer 18 b (#22462)
* Create migrate-colors-primer-18.js

* Update colors round 1

* upgrade primer packages

* Update index.scss

* Replace auto colors

* remove btn-primary-matte

* Turns out the class names and variables names DONT LINE UP... ugh....

* Check for allowed var colors
2021-10-28 19:17:23 +00:00

14 lines
230 B
SCSS

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