Skip to content

Commit 22cd75e

Browse files
committed
tweak design elsewhere
1 parent 8962a1c commit 22cd75e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

site/assets/scss/_component-examples.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
@include border-top-radius(.25rem);
9999

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

@@ -321,6 +321,7 @@
321321

322322
@include media-breakpoint-up(md) {
323323
padding: .75rem 1.5rem;
324+
@include border-radius(.375rem);
324325
}
325326

326327
pre {

site/assets/scss/_navbar.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@
7878
@include border-radius(.5rem);
7979
box-shadow: $dropdown-box-shadow;
8080

81+
li + li {
82+
margin-top: .125rem;
83+
}
84+
8185
.dropdown-item {
8286
@include border-radius(.25rem);
8387

84-
+ .dropdown-item {
85-
margin-top: .125rem;
86-
}
87-
8888
&:active {
8989
.bi {
9090
color: inherit !important; // stylelint-disable-line declaration-no-important

0 commit comments

Comments
 (0)