Skip to content

Commit

Permalink
Implement code annotations design feedback (#38863)
Browse files Browse the repository at this point in the history
hectorsector authored Jul 10, 2023
1 parent 7ff2dfc commit e7dbe81
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions stylesheets/utilities.scss
Original file line number Diff line number Diff line change
@@ -164,6 +164,12 @@
}
}

.annotate-header header {
border-top-left-radius: 6px !important;
border-top-right-radius: 6px !important;
border-bottom: 1px solid var(--color-border-default);
}

.annotate-beside,
.beside .annotate-header {
margin: auto;
@@ -225,14 +231,22 @@
}

.annotate-note {
margin-top: 1rem;
margin-bottom: 2rem;

@include breakpoint(md) {
width: 50%;

padding: 16px 0 16px 16px;
font-size: 14px;
margin: 0px;
}
}

.annotate-note > p:last-child {
margin-bottom: 0px;
}

.subnav-item[aria-current]:not([aria-current="false"]) {
z-index: 0;
}

0 comments on commit e7dbe81

Please sign in to comment.