1
0
mirror of synced 2025-12-30 12:02:01 -05:00
Files
docs/components/sidebar/SidebarProduct.module.scss
Grace Park e3f8f71c42 Rest api versioning redo (#33011)
Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
Co-authored-by: Grace Park <gracepark@Graces-MacBook-Pro-2.local>
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
Co-authored-by: Sarah Schneider <sarahs@github.com>
2022-11-28 11:55:02 -08:00

43 lines
561 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;
}
.apiFixedHeader {
position: fixed;
left: 0;
right: 0;
background-color: var(--color-canvas-default);
z-index: 1;
}
.apiAllProductsLink {
top: 82px;
}
.apiTitle {
padding-top: 10px;
top: 100px;
}
.apiVersionPicker {
top: 128px;
svg {
float: right;
}
}
.noApiVersion {
margin: -5em;
}