Skip to content

Commit

Permalink
tweak design elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 25, 2022
1 parent 8962a1c commit 22cd75e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion site/assets/scss/_component-examples.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
@include border-top-radius(.25rem);

+ .bd-clipboard + .highlight {
@include border-bottom-radius(.25rem);
@include border-top-radius(0);
}
}

Expand Down Expand Up @@ -321,6 +321,7 @@

@include media-breakpoint-up(md) {
padding: .75rem 1.5rem;
@include border-radius(.375rem);
}

pre {
Expand Down
8 changes: 4 additions & 4 deletions site/assets/scss/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@
@include border-radius(.5rem);
box-shadow: $dropdown-box-shadow;

li + li {
margin-top: .125rem;
}

.dropdown-item {
@include border-radius(.25rem);

+ .dropdown-item {
margin-top: .125rem;
}

&:active {
.bi {
color: inherit !important; // stylelint-disable-line declaration-no-important
Expand Down

0 comments on commit 22cd75e

Please sign in to comment.