1
0
mirror of synced 2025-12-25 02:17:36 -05:00
Files
docs/components/release-notes/PatchNotes.module.scss
2023-07-31 14:08:08 +00:00

16 lines
275 B
SCSS

@import "@primer/css/support/index.scss";
@import "stylesheets/breakpoint-xxl.scss";
.aside {
@include breakpoint(md) {
width: 8rem;
height: calc(100vh - 105px);
top: 105px;
}
@include breakpoint-xxl {
height: calc(100vh - 65px);
top: 65px;
}
}