Skip to content

Commit

Permalink
chore(docs): improve design for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Apr 12, 2023
1 parent 9fd98ed commit a82a8e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/assets/src/scss/_component-examples.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,16 @@
.bd-example {
padding: 1rem;
margin-top: 1rem;
border: solid #f3f3f5;
border-width: 4px;
border: solid #404040;
background-color: rgb(242, 247, 252);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom: 0;
@include clearfix();

@include media-breakpoint-up(sm) {
padding: 1.5rem;
border-width: 0.2rem;
border-width: 0.1rem;
}

+ .highlight,
Expand Down

0 comments on commit a82a8e0

Please sign in to comment.